mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08:00
Fixes #7943 / Replacing an arbitrary value with a better one.
Not the most elegant way, but it _is_ the ultimate answer after all.
This commit is contained in:
parent
180e9b6612
commit
9204ed4a02
@ -5702,7 +5702,7 @@
|
||||
"minimum_value": "0",
|
||||
"maximum_value": "min(0.5 * machine_width, 0.5 * machine_depth)",
|
||||
"minimum_value_warning": "max(extruderValues('prime_tower_line_width')) * 2",
|
||||
"maximum_value_warning": "20",
|
||||
"maximum_value_warning": "42",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user