mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
fix: make line width factor layer 0 an extruder setting (CURA-4027)
This commit is contained in:
parent
3c663d576c
commit
6fc824abd5
1 changed files with 2 additions and 1 deletions
|
|
@ -833,7 +833,8 @@
|
|||
"unit": "%",
|
||||
"default_value": 100.0,
|
||||
"minimum_value": "0.001",
|
||||
"settable_per_mesh": true
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue