By default turn the fan off in the start code, because we enable it on the 2nd layer.

master
daid 2012-05-16 16:47:51 +02:00
parent 5574caab38
commit 4c8086d294
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ alterationDefault = {
'start.gcode': """;Start GCode
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops