mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 09:59:01 +08:00
Use 0.5 as max warning value for prime tower purge volume
CURA-3094 Purging more than 0.5mm^3 of material can be way too much, so we use 0.5mm^3 as the maximum warning value for the prime tower purge volume.
This commit is contained in:
parent
eb254b085a
commit
2438effe0a
@ -4423,7 +4423,7 @@
|
||||
"unit": "mm³",
|
||||
"default_value": 0,
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "5",
|
||||
"maximum_value_warning": "0.5",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user