mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
refactor: Removes override "extrude_prime_pos_abs"
This commit is contained in:
parent
b1788f3329
commit
8edab850a8
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@
|
||||||
"machine_gcode_flavor": { "RepRap (Marlin/Sprinter)": "Marlin" },
|
"machine_gcode_flavor": { "RepRap (Marlin/Sprinter)": "Marlin" },
|
||||||
"machine_heated_bed": { "default_value": true },
|
"machine_heated_bed": { "default_value": true },
|
||||||
"material_diameter": { "default_value": 1.75},
|
"material_diameter": { "default_value": 1.75},
|
||||||
"extrude_prime_pos_abs": { "default_value": true},
|
|
||||||
"machine_start_gcode": {
|
"machine_start_gcode": {
|
||||||
"default_value": ";MACHINE START CODE\nG21 ;metric values\nG90 ;absolute positioning\nG28 ;home\nG1 Z5 F9000\n;MACHINE START CODE"
|
"default_value": ";MACHINE START CODE\nG21 ;metric values\nG90 ;absolute positioning\nG28 ;home\nG1 Z5 F9000\n;MACHINE START CODE"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue