mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Make infill_before_walls opposite
The perimeter_before_infill setting was opposite of infill_before_walls, so turn this boolean around. Contributes to issue CURA-37.
This commit is contained in:
parent
a4777ac2ed
commit
7f1a746a45
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"bottom_thickness": "0 if (solid_bottom == \"False\") else solid_layer_thickness",
|
||||
"infill_sparse_density": "fill_density",
|
||||
"infill_overlap": "fill_overlap",
|
||||
"infill_before_walls": "perimeter_before_infill",
|
||||
"infill_before_walls": "False if (perimeter_before_infill == \"True\") else True",
|
||||
"material_print_temperature": "print_temperature",
|
||||
"material_bed_temperature": "print_bed_temperature",
|
||||
"material_diameter": "filament_diameter",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue