replace fill density with fill spacing for consistency with shells

This commit is contained in:
Stewart Allen 2017-10-30 11:06:12 -04:00
commit fbe99720a0
4 changed files with 20 additions and 27 deletions

View file

@ -1,21 +1,21 @@
{
"pre":[
"M118 X15.00 Y15.00 Z10.00 T0",
"M104 S{temp} T0 ; set nozzle0 temp",
"M107 ; fan off",
"G90 ; set absolute positioning",
"M132 X Y Z A B ; set axis limits",
"M907 X100 Y100 Z40 A80 B20 ; set digital trimpots",
"M104 S{temp} T0",
"M107",
"G90",
"M132 X Y Z A B",
"M907 X100 Y100 Z40 A80 B20",
"; pre-extrude",
"G1 X-75 Y-75 Z0.35 F400",
"G1 X75 E25 F1800",
"G1 Y00 E20 F2400"
],
"post":[
"M107 ; fan off",
"M104 S0 T0 ; set nozzle0 temp",
"G162 Z ; lower bed",
"M18 ; disable all steppers"
"M107",
"M104 S0 T0",
"G162 Z",
"M18"
],
"cmd":{
"fan_power": "M106 S{fan_speed}"