mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Add warning value for initial layer line width
150% seems about right. Then you get a warning value for lines thicker than 0.525mm on a 0.4mm nozzle.
This commit is contained in:
parent
4564b2a843
commit
74feabacd0
1 changed files with 1 additions and 0 deletions
|
|
@ -833,6 +833,7 @@
|
|||
"unit": "%",
|
||||
"default_value": 100.0,
|
||||
"minimum_value": "0.001",
|
||||
"maximum_value_warning": "150",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue