38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"pre":[
|
||
|
|
"M107 ; turn off filament cooling fan",
|
||
|
|
"G90 ; set absolute positioning mode",
|
||
|
|
"M82 ; set absolute positioning for extruder",
|
||
|
|
"M104 S{temp} T{tool} ; set extruder temperature",
|
||
|
|
"M140 S{bed_temp} T{tool} ; set bed temperature",
|
||
|
|
"G28 ; home axes",
|
||
|
|
"G92 E0 ; reset extruder position",
|
||
|
|
"M109 S{temp} T{tool} ; wait for extruder to reach target temp",
|
||
|
|
"M190 S{bed_temp} T{tool} ; wait for bed to reach target temp"
|
||
|
|
],
|
||
|
|
"post":[
|
||
|
|
"M107 ; turn off filament cooling fan",
|
||
|
|
"M104 S0 T{tool} ; turn off right extruder",
|
||
|
|
"M140 S0 T{tool} ; turn off bed",
|
||
|
|
"G28 XY ; home XY",
|
||
|
|
"M84 ; disable stepper motors"
|
||
|
|
],
|
||
|
|
"extruders":[
|
||
|
|
{
|
||
|
|
"nozzle": 0.4,
|
||
|
|
"filament": 1.75,
|
||
|
|
"offset_x": 0,
|
||
|
|
"offset_y": 0
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"cmd":{
|
||
|
|
"fan_power": "M106 S{fan_speed}"
|
||
|
|
},
|
||
|
|
"settings":{
|
||
|
|
"origin_center": false,
|
||
|
|
"extrude_abs": true,
|
||
|
|
"bed_width": 220,
|
||
|
|
"bed_depth": 220,
|
||
|
|
"build_height": 300
|
||
|
|
}
|
||
|
|
}
|