mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 08:09:00 +08:00
JSON fix: set user specified z seam position at back by default
This commit is contained in:
parent
16447f7173
commit
0e7223bd30
@ -990,7 +990,7 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 100.0,
|
"default_value": 100.0,
|
||||||
"value": "machine_depth / 2",
|
"value": "machine_depth * 3",
|
||||||
"enabled": "z_seam_type == 'back'",
|
"enabled": "z_seam_type == 'back'",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user