Hello, looking for a way to disable autoleveling at every print does anyone knows how to do that? Maybe in the G-code?
Greetings Jaap!
on te display check no bed level print
no such option on the screen, specifying no autolevel manually in the G code does nothing
What slicer are you using? If cura go to machine settings and remove G29 from the start g-code settings.
Bill
Using Cura, removing G29 doesn’t work think the CR-M4 firmware isn’t completely Marlin compatible or is missing features.
I added a filament change which isn’t honoured also:
M83 ; switch to relative E values for any needed retraction
G1 F300 Z2 ; move up a millimeter to get out of the way
G1 F9000 X0 Y0
G1 F300 Z15 ; too close to bed--move to at least 15mm
M104 S0 ; standby temperature
M117 change filament
M0 ; Do the actual pause
M109 S210 ; WAIT for resume temperature
G1 F300 Z1
G1 F9000 X53.643 Y33.943
G1 F300 Z1 ; move back down to resume height
G1 F3000 ; restore extrusion feedrate
M82 ; switch back to absolute E values
G92 E98.7129