mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:36:02 +08:00
Set infill_before_walls and inset_direction defaults
This commit is contained in:
parent
0c81010681
commit
975734290f
@ -64,6 +64,12 @@
|
||||
},
|
||||
"top_bottom_thickness": {
|
||||
"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_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'" }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user