mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Set infill_before_walls and inset_direction defaults
This commit is contained in:
parent
0c81010681
commit
975734290f
2 changed files with 9 additions and 1 deletions
|
|
@ -64,6 +64,12 @@
|
||||||
},
|
},
|
||||||
"top_bottom_thickness": {
|
"top_bottom_thickness": {
|
||||||
"default_value": 1
|
"default_value": 1
|
||||||
|
},
|
||||||
|
"infill_before_walls": {
|
||||||
|
"value": "False"
|
||||||
|
},
|
||||||
|
"inset_direction": {
|
||||||
|
"value": "'inside_out'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,8 @@
|
||||||
"material_final_print_temperature": { "maximum_value": "430" },
|
"material_final_print_temperature": { "maximum_value": "430" },
|
||||||
"material_break_preparation_temperature": { "maximum_value": "430" },
|
"material_break_preparation_temperature": { "maximum_value": "430" },
|
||||||
"material_break_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'" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue