switch davinci to abs extrusion mode
This commit is contained in:
parent
13de01f0d7
commit
6da8348f83
1 changed files with 3 additions and 5 deletions
|
|
@ -7,16 +7,13 @@
|
|||
"G28 ; home",
|
||||
"G1 Z15 F6000 ; lower platform 15mm",
|
||||
"G92 E0 ; zero out extruder position",
|
||||
"G1 F200 E3 ; prime the extruder 3mm",
|
||||
"G92 E0 ; zero out extruder position",
|
||||
"M83 ; relative extrusion mode"
|
||||
"G1 F200 E3 ; prime the extruder 3mm"
|
||||
],
|
||||
"post":[
|
||||
"M107 ; fan off",
|
||||
"M104 S0 ; set nozzle temp to 0",
|
||||
"M140 S0 ; set bed temp to 0",
|
||||
"M82 ; absolute extrusion mode",
|
||||
"G92 E1 ; zero out extruder position",
|
||||
"G92 E0 ; zero out extruder position",
|
||||
"G1 E-1 F300 ; retract filament",
|
||||
"G28 X0 Y0 ; home X Y",
|
||||
"M84 ; disable steppers"
|
||||
|
|
@ -26,6 +23,7 @@
|
|||
},
|
||||
"settings":{
|
||||
"origin_center": false,
|
||||
"extrude_abs": true,
|
||||
"bed_width": 150,
|
||||
"bed_depth": 150,
|
||||
"build_height": 150
|
||||
|
|
|
|||
Loading…
Reference in a new issue