
so i have mrisocs Professional Firmware for my ender 3 v2 neo and i use orca slicer.
(tested with both with octoprint and without it, woulnd work in any)
i put the default gcode for adaptive mesh leveling in orca slicer (G29 P1 works but this doenst)
"; Marlin don't support specify the probe count yet, so we only specify the probe area
G29 L{adaptive_bed_mesh_min[0]} R{adaptive_bed_mesh_max[0]} F{adaptive_bed_mesh_min[1]} B{adaptive_bed_mesh_max[1]} T V4"
and i get this output :
Send: N11 G29 L28.2205 R191.779 F91.5429 B128.457 T V4*14
Recv: ?Invalid storage slot.
Recv: ?Use 0 to 6
Recv: ok N11 P15 B15
my startup code is (not including purge and temp) :
G28 ;Home
; Marlin don't support specify the probe count yet, so we only specify the probe area
G29 L{adaptive_bed_mesh_min[0]} R{adaptive_bed_mesh_max[0]} F{adaptive_bed_mesh_min[1]} B{adaptive_bed_mesh_max[1]} T V4 ;adaptivess
M420 S1 ;Enable mesh leveling
I guess the printer takes the L in the G29 L{adapti...... as loading an mesh from the EEPROM.
can anybody help? i searched everywhere for an solution but couldnt find any
u/ClockIll3162 — 18 days ago