Disable bed leveling k8800

How to disable the bed leveling in the start g-code for the K8800 delta printer?

Hi @EV2001

Vertex Delta Start Gcode
M0 Is my nozzle clean?
M400
G28 ; Home extruder
M106 S128 ; Start fan
G1 X0 Y100 Z1 F2000
G92 Z0.9 ; Set Z position (SET Z OFFSET HERE → 1 - OFFSET)
M107 ; Stop fan
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
M104 T0 S{material_print_temperature}
G92 E0 ; Reset extruder position
M109 T0 S{material_print_temperature}
M117 Priming nozzle…
M83
G1 E20 F100 ; purge/prime nozzle
M82
G92 E0 ; Reset extruder position
G4 S4 ; Wait 3 seconds
G1 Z5 F2000
M117 Vertex Delta printing

Succes

Kind regards,
Tom

1 Like

Thanks, will give it a try