mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 19:15:55 +08: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
@ -12,7 +12,7 @@
|
|||||||
"bottom_thickness": "0 if (solid_bottom == \"False\") else solid_layer_thickness",
|
"bottom_thickness": "0 if (solid_bottom == \"False\") else solid_layer_thickness",
|
||||||
"infill_sparse_density": "fill_density",
|
"infill_sparse_density": "fill_density",
|
||||||
"infill_overlap": "fill_overlap",
|
"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_print_temperature": "print_temperature",
|
||||||
"material_bed_temperature": "print_bed_temperature",
|
"material_bed_temperature": "print_bed_temperature",
|
||||||
"material_diameter": "filament_diameter",
|
"material_diameter": "filament_diameter",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user