mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
JSON fix: set user specified z seam position at back by default
This commit is contained in:
parent
16447f7173
commit
0e7223bd30
1 changed files with 1 additions and 1 deletions
|
|
@ -990,7 +990,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 100.0,
|
||||
"value": "machine_depth / 2",
|
||||
"value": "machine_depth * 3",
|
||||
"enabled": "z_seam_type == 'back'",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue