mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:55:54 +08:00
fixed top bottom pattern zigzag in profiles
The enum value should be placed in single quotes in double quotes
This commit is contained in:
parent
74c432428b
commit
3abbcc99c0
@ -294,7 +294,7 @@
|
|||||||
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
|
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
|
||||||
"support_angle": { "value": "60" },
|
"support_angle": { "value": "60" },
|
||||||
"support_bottom_distance": { "value": "support_z_distance / 2" },
|
"support_bottom_distance": { "value": "support_z_distance / 2" },
|
||||||
"support_pattern": { "default_value": "zigzag" },
|
"support_pattern": { "default_value": "'zigzag'" },
|
||||||
"support_top_distance": { "value": "support_z_distance" },
|
"support_top_distance": { "value": "support_z_distance" },
|
||||||
"support_use_towers": { "value": "True" },
|
"support_use_towers": { "value": "True" },
|
||||||
"support_z_distance": { "value": "layer_height" },
|
"support_z_distance": { "value": "layer_height" },
|
||||||
@ -308,4 +308,4 @@
|
|||||||
"support_brim_enable": { "value": "True" },
|
"support_brim_enable": { "value": "True" },
|
||||||
"prime_tower_enable": { "value": "True" }
|
"prime_tower_enable": { "value": "True" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
"wall_thickness": { "value": "1.2" },
|
"wall_thickness": { "value": "1.2" },
|
||||||
"cool_min_layer_time_fan_speed_max": { "default_value": 15 },
|
"cool_min_layer_time_fan_speed_max": { "default_value": 15 },
|
||||||
"cool_min_layer_time": { "default_value": 15 },
|
"cool_min_layer_time": { "default_value": 15 },
|
||||||
"support_interface_pattern": { "default_value": "zigzag" },
|
"support_interface_pattern": { "default_value": "'zigzag'" },
|
||||||
"support_pattern": { "default_value": "zigzag" },
|
"support_pattern": { "default_value": "'zigzag'" },
|
||||||
"retraction_amount": { "default_value": 1.5 }
|
"retraction_amount": { "default_value": 1.5 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1653,7 +1653,7 @@
|
|||||||
"concentric": "Concentric",
|
"concentric": "Concentric",
|
||||||
"zigzag": "Zig Zag"
|
"zigzag": "Zig Zag"
|
||||||
},
|
},
|
||||||
"default_value": "zigzag",
|
"default_value": "'zigzag'",
|
||||||
"enabled": "ironing_enabled",
|
"enabled": "ironing_enabled",
|
||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
@ -4483,7 +4483,7 @@
|
|||||||
"cross": "Cross",
|
"cross": "Cross",
|
||||||
"gyroid": "Gyroid"
|
"gyroid": "Gyroid"
|
||||||
},
|
},
|
||||||
"default_value": "zigzag",
|
"default_value": "'zigzag'",
|
||||||
"enabled": "support_enable or support_meshes_present",
|
"enabled": "support_enable or support_meshes_present",
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
"default_value": 0.2
|
"default_value": 0.2
|
||||||
},
|
},
|
||||||
"support_pattern": {
|
"support_pattern": {
|
||||||
"default_value": "ZigZag"
|
"default_value": "'zigzag'"
|
||||||
},
|
},
|
||||||
"support_infill_rate": {
|
"support_infill_rate": {
|
||||||
"value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15"
|
"value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15"
|
||||||
|
@ -182,7 +182,7 @@
|
|||||||
"support_enable": {"default_value": true},
|
"support_enable": {"default_value": true},
|
||||||
"support_type": {"default_value": "everywhere"},
|
"support_type": {"default_value": "everywhere"},
|
||||||
"support_angle": {"default_value": 50},
|
"support_angle": {"default_value": 50},
|
||||||
"support_pattern": {"default_value": "zigzag"},
|
"support_pattern": {"default_value": "'zigzag'"},
|
||||||
"support_z_distance": {"default_value": 0.17},
|
"support_z_distance": {"default_value": 0.17},
|
||||||
"support_xy_distance": {"default_value": 0.7},
|
"support_xy_distance": {"default_value": 0.7},
|
||||||
"adhesion_type": {"default_value": "skirt"},
|
"adhesion_type": {"default_value": "skirt"},
|
||||||
|
@ -182,7 +182,7 @@
|
|||||||
"support_enable": {"default_value": true},
|
"support_enable": {"default_value": true},
|
||||||
"support_type": {"default_value": "everywhere"},
|
"support_type": {"default_value": "everywhere"},
|
||||||
"support_angle": {"default_value": 50},
|
"support_angle": {"default_value": 50},
|
||||||
"support_pattern": {"default_value": "zigzag"},
|
"support_pattern": {"default_value": "'zigzag'"},
|
||||||
"support_z_distance": {"default_value": 0.17},
|
"support_z_distance": {"default_value": 0.17},
|
||||||
"support_xy_distance": {"default_value": 0.7},
|
"support_xy_distance": {"default_value": 0.7},
|
||||||
"adhesion_type": {"default_value": "skirt"},
|
"adhesion_type": {"default_value": "skirt"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user