mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-25 00:48:34 -07:00
Revert initial z changes
NP-1229
This commit is contained in:
parent
db7d5a9c02
commit
188cda35f4
1 changed files with 3 additions and 1 deletions
|
|
@ -106,7 +106,9 @@
|
|||
"enabled": false,
|
||||
"value": false
|
||||
},
|
||||
"layer_height_0": { "value": "layer_height * 2" },
|
||||
"layer_height_0": {
|
||||
"value": "layer_height * 1.25"
|
||||
},
|
||||
"layer_start_x": { "value": "sum(extruderValues('machine_extruder_start_pos_x')) / len(extruderValues('machine_extruder_start_pos_x'))" },
|
||||
"layer_start_y": { "value": "sum(extruderValues('machine_extruder_start_pos_y')) / len(extruderValues('machine_extruder_start_pos_y'))" },
|
||||
"machine_center_is_zero": { "default_value": true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue