mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:56:01 +08:00
Use bool instead of str for default_value of fill_outline_gaps
CURA-4023
This commit is contained in:
parent
391533e939
commit
bcd93522a2
@ -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…
x
Reference in New Issue
Block a user