mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Tweak first layer
Possible homing bug
This commit is contained in:
@ -14,7 +14,8 @@ G28 ; home all axes
|
||||
;customstart
|
||||
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
|
||||
M104 S0 ; turn off extruder
|
||||
M140 S0 ; turn off bed
|
||||
|
Reference in New Issue
Block a user