mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07:00
Removed gantry_height
This commit is contained in:
parent
473ff88009
commit
fa89841f52
1 changed files with 1 additions and 4 deletions
|
|
@ -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"
|
"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_width": { "default_value": 110 },
|
||||||
"machine_depth": { "default_value": 110 },
|
"machine_depth": { "default_value": 110 },
|
||||||
"machine_height": { "default_value": 120 },
|
"machine_height": { "default_value": 120 },
|
||||||
|
|
@ -77,4 +74,4 @@
|
||||||
"retract_at_layer_change": { "default_value": true },
|
"retract_at_layer_change": { "default_value": true },
|
||||||
"coasting_enable": { "default_value": true }
|
"coasting_enable": { "default_value": true }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue