tweaked printer.cfg until it worked as expected
This commit is contained in:
15
printer.cfg
15
printer.cfg
@@ -305,22 +305,25 @@ gcode:
|
|||||||
M140 S{ params.BED_TEMP } ; set bed temp
|
M140 S{ params.BED_TEMP } ; set bed temp
|
||||||
#G1 Z20 ; this is a good start heating position
|
#G1 Z20 ; this is a good start heating position
|
||||||
|
|
||||||
M84 ; disable motors
|
|
||||||
M190 S{ params.BED_TEMP } ; wait for bed temp
|
M190 S{ params.BED_TEMP } ; wait for bed temp
|
||||||
M109 S{ params.TOOL_TEMP } ; wait for extruder temp
|
M109 S170 ; wait for extruder temp
|
||||||
|
|
||||||
; Start of print
|
; Start of print
|
||||||
G21; metric values
|
G21; metric values
|
||||||
G90 ; absolute positioning
|
G90 ; absolute positioning
|
||||||
M82; set extruder to absolute mode
|
M82; set extruder to absolute mode
|
||||||
|
|
||||||
G28;
|
G28; home
|
||||||
G29;
|
G29; mesh level
|
||||||
|
|
||||||
G1 X5.0 Y5.0 F7200 ; Move to a position in the left front of the bed
|
G1 X5.0 Y5.0 F7200 ; Move to a position in the left front of the bed
|
||||||
G1 Z0.6; Move nozzle above 0.6 mm of the bed
|
G1 Z10; Move nozzle above 10 mm of the bed
|
||||||
|
|
||||||
M104 S{ params.TOOL_TEMP } ; set extruder temp
|
|
||||||
|
M190 S{ params.BED_TEMP } ; wait for bed temp
|
||||||
|
M109 S{ params.TOOL_TEMP } ; wait for extruder tem
|
||||||
|
|
||||||
|
G1 Z.6; Move nozzle above 0.6 mm of the bed
|
||||||
|
|
||||||
; Prepare nozzle
|
; Prepare nozzle
|
||||||
G92 E0 ; Set extrusion distance to 0
|
G92 E0 ; Set extrusion distance to 0
|
||||||
|
|||||||
Reference in New Issue
Block a user