Removed gantry_height

This commit is contained in:
PurpleHullPeas 2020-01-07 22:03:30 -06:00 committed by GitHub
parent 473ff88009
commit fa89841f52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,9 +33,6 @@
{
"default_value": "M107; \nM104 S0; turn off hotend heater \nM140 S0; turn off bed heater \nG91; Switch to use Relative Coordinates \nG1 E-2 F300; retract the filament a bit before lifting the nozzle to release some of the pressure \nG1 Z5 E-5 F4800; move nozzle up a bit and retract filament even more \nG28 X0; return to home positions so the nozzle is out of the way \nM84; turn off stepper motors \nG90; switch to absolute positioning \nM82; absolute extrusion mode"
},
"gantry_height": {
"default_value": 120
},
"machine_width": { "default_value": 110 },
"machine_depth": { "default_value": 110 },
"machine_height": { "default_value": 120 },
@ -77,4 +74,4 @@
"retract_at_layer_change": { "default_value": true },
"coasting_enable": { "default_value": true }
}
}
}