Set infill_before_walls and inset_direction defaults

This commit is contained in:
0r31 2022-10-11 12:38:16 +02:00
parent 0c81010681
commit 975734290f
2 changed files with 9 additions and 1 deletions

View file

@ -64,6 +64,12 @@
},
"top_bottom_thickness": {
"default_value": 1
},
"infill_before_walls": {
"value": "False"
},
"inset_direction": {
"value": "'inside_out'"
}
}
}

View file

@ -33,6 +33,8 @@
"material_final_print_temperature": { "maximum_value": "430" },
"material_break_preparation_temperature": { "maximum_value": "430" },
"material_break_temperature": { "maximum_value": "430" },
"material_standby_temperature": { "maximum_value": "430" }
"material_standby_temperature": { "maximum_value": "430" },
"infill_before_walls": { "value": "False" },
"inset_direction": { "value": "'inside_out'" }
}
}