mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Use bool instead of str for default_value of fill_outline_gaps
CURA-4023
This commit is contained in:
parent
391533e939
commit
bcd93522a2
1 changed files with 1 additions and 1 deletions
|
@ -1139,7 +1139,7 @@
|
|||
"label": "Print Thin Walls",
|
||||
"description": "Print pieces of the model which are horizontally thinner than the nozzle size.",
|
||||
"type": "bool",
|
||||
"default_value": "false",
|
||||
"default_value": false,
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue