Tweak first layer

Possible homing bug
This commit is contained in:
lawgicau
2021-07-19 20:16:31 +10:00
parent 32dc1a4cf4
commit b9528c7de4

View File

@ -14,7 +14,8 @@ G28 ; home all axes
;customstart ;customstart
G0 Z3; fix for delta printers that home at max`; G0 Z3; fix for delta printers that home at max`;
var commonEnd = `G28 X0 ; home X axis var commonEnd = `
G28 X0 ; home X axis
M106 S0 ; turn off cooling fan M106 S0 ; turn off cooling fan
M104 S0 ; turn off extruder M104 S0 ; turn off extruder
M140 S0 ; turn off bed M140 S0 ; turn off bed