Use bool instead of str for default_value of fill_outline_gaps

CURA-4023
This commit is contained in:
Lipu Fei 2017-07-13 08:44:42 +02:00
parent 391533e939
commit bcd93522a2

View file

@ -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
},