mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:25:51 +08:00
remove redundant overwrites
PP-115
This commit is contained in:
parent
7884ba4d5b
commit
04d5d43372
@ -34,9 +34,6 @@
|
|||||||
"layer_height_0": {
|
"layer_height_0": {
|
||||||
"value": "round(machine_nozzle_size / 1.5, 2)"
|
"value": "round(machine_nozzle_size / 1.5, 2)"
|
||||||
},
|
},
|
||||||
"line_width": {
|
|
||||||
"value": "machine_nozzle_size"
|
|
||||||
},
|
|
||||||
"speed_support": {
|
"speed_support": {
|
||||||
"value": "speed_wall_0"
|
"value": "speed_wall_0"
|
||||||
},
|
},
|
||||||
|
@ -60,7 +60,6 @@
|
|||||||
"speed_infill": { "value": "speed_print" },
|
"speed_infill": { "value": "speed_print" },
|
||||||
"speed_wall_x": { "value": "speed_wall" },
|
"speed_wall_x": { "value": "speed_wall" },
|
||||||
"layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
|
"layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
|
||||||
"line_width": { "value": "machine_nozzle_size" },
|
|
||||||
"optimize_wall_printing_order": { "value": "True" },
|
"optimize_wall_printing_order": { "value": "True" },
|
||||||
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" },
|
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" },
|
||||||
"speed_support": { "value": "speed_wall_0" },
|
"speed_support": { "value": "speed_wall_0" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user