Update printer.cfg
This commit is contained in:
parent
7925cd08d1
commit
e9f7a1b86a
|
@ -456,7 +456,8 @@ gcode:
|
|||
G32 ; home all axes
|
||||
G1 Z20 F3000 ; move nozzle away from bed
|
||||
M109 S{ params.EXTRUDER | float } ; wait for nozzle to reach temperture
|
||||
SET_LED LED="hotend_rgb" RED=1 GREEN=1 BLUE=1 SYNC=0 TRANSMIT=1 ; turn on hotend LED
|
||||
SET_LED LED="hotend_rgb" RED=1 GREEN=0 BLUE=1 SYNC=0 TRANSMIT=1 ; turn on hotend LED
|
||||
SET_LED LED="caselight" RED=1 GREEN=1 BLUE=1 SYNC=0 TRANSMIT=1 ; turn on case light
|
||||
[gcode_macro PRINT_PURGE_LINE]
|
||||
gcode:
|
||||
G0 X10Y10Z0.25 F10000
|
||||
|
@ -475,7 +476,8 @@ gcode:
|
|||
G90 ; absolute positioning
|
||||
PARK_NOZZLE_REAR ; park nozzle
|
||||
M84 ; disable motors
|
||||
SET_LED LED="hotend_rgb" RED=1 GREEN=1 BLUE=1 SYNC=0 TRANSMIT=1 ; turn on hotend LED
|
||||
SET_LED LED="hotend_rgb" RED=0 GREEN=0 BLUE=0 SYNC=0 TRANSMIT=1 ; turn off hotend LED
|
||||
SET_LED LED="caselight" RED=0 GREEN=0 BLUE=0 SYNC=0 TRANSMIT=1 ; turn off case light
|
||||
|
||||
[gcode_macro LOAD_FILAMENT]
|
||||
gcode:
|
||||
|
|
Loading…
Reference in New Issue