Fix combing value not being recognized

The value of an enum needs to be in single quotes when it is in the "value" field or else it won't be recognized.

CURA-7976
This commit is contained in:
Konstantinos Karmas 2021-09-29 13:35:21 +02:00
parent 54aaa91bfc
commit 61d18f22b2
22 changed files with 22 additions and 22 deletions

View file

@ -92,7 +92,7 @@
"retraction_hop_enabled": { "value": "True" },
"retraction_hop": { "value": 0.2 },
"retraction_combing": { "value": "noskin" },
"retraction_combing": { "value": "'noskin'" },
"retraction_combing_max_distance": { "value": 30 },
"travel_avoid_other_parts": { "value": true },

View file

@ -225,7 +225,7 @@
"retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": "130" },
"retraction_hop_enabled": { "value": "True" },
"retraction_hop": { "value": "0.5" },
"retraction_combing": { "value": "noskin" },
"retraction_combing": { "value": "'noskin'" },
"retraction_combing_max_distance": { "value": "10" },
"travel_avoid_other_parts": { "value": "True" },
"travel_avoid_supports": { "value": "True" },

View file

@ -27,7 +27,7 @@
"gantry_height": {"value": "43"},
"layer_height": { "default_value": 0.1 },
"relative_extrusion": { "value": "False" },
"retraction_combing": { "value": "off" },
"retraction_combing": { "value": "'off'" },
"retraction_hop_enabled": { "default_value": true },
"retraction_hop_only_when_collides": { "default_value": false },
"retraction_speed": { "default_value": 100 },

View file

@ -64,7 +64,7 @@
"retraction_hop": { "default_value": 1.0 },
"retraction_amount" : { "default_value": 3.5 },
"retraction_speed" : { "default_value": 40 },
"retraction_combing" : { "value": "noskin" },
"retraction_combing" : { "value": "'noskin'" },
"travel_avoid_distance": { "value": "1" },
"travel_avoid_supports": { "value": "True" },
"retraction_hop_only_when_collides": { "value": "1" },

View file

@ -369,7 +369,7 @@
"value": 45
},
"retraction_combing": {
"value": "infill"
"value": "'infill'"
},
"retraction_hop_enabled": {
"value": true

View file

@ -30,7 +30,7 @@
"support_pattern": { "default_value": "grid" },
"infill_sparse_density": { "default_value": 10 },
"machine_extruder_count": { "default_value": 1 },
"retraction_combing": { "value": "off" },
"retraction_combing": { "value": "'off'" },
"machine_heated_bed": { "default_value": true },
"machine_center_is_zero": { "default_value": false },
"machine_height": { "default_value": 260 },

View file

@ -97,7 +97,7 @@
"material_final_print_temperature": {"value": "default_material_print_temperature" },
"material_initial_print_temperature": {"value": "default_material_print_temperature" },
"gantry_height": {"value": "20"},
"retraction_combing": { "value": "all" },
"retraction_combing": { "value": "'all'" },
"retraction_amount": {"default_value": 2},
"adhesion_type": {"default_value": "skirt"},
"skirt_line_count": {"default_value": 3},

View file

@ -172,7 +172,7 @@
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 100" },
"meshfix_maximum_deviation": { "value": "layer_height / 4" },
"optimize_wall_printing_order": { "value": "True" },
"retraction_combing": { "value": "all" },
"retraction_combing": { "value": "'all'" },
"initial_layer_line_width_factor": { "value": "120" },
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
}

View file

@ -76,7 +76,7 @@
"raft_surface_layers": { "default_value": 1 },
"skirt_line_count": { "default_value": 2},
"brim_width" : { "default_value": 5},
"retraction_combing": { "value": "noskin" },
"retraction_combing": { "value": "'noskin'" },
"retraction_amount" : { "default_value": 4.5},
"retraction_speed" : { "default_value": 40},
"coasting_enable": { "default_value": true },

View file

@ -23,7 +23,7 @@
"default_value": "G0 X0 Y120;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)"
},
"adhesion_type": { "default_value": "brim" },
"retraction_combing": { "value": "noskin" },
"retraction_combing": { "value": "'noskin'" },
"retraction_amount" : { "default_value": 2.5},
"retraction_speed" : { "default_value": 40},
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }

View file

@ -153,7 +153,7 @@
"value": "5.0"
},
"retraction_combing": {
"value": "all"
"value": "'all'"
},
"retraction_enable": {
"value": "True"

View file

@ -153,7 +153,7 @@
"value": "5.0"
},
"retraction_combing": {
"value": "all"
"value": "'all'"
},
"retraction_enable": {
"value": "True"

View file

@ -141,7 +141,7 @@
"value": "5.0"
},
"retraction_combing": {
"value": "all"
"value": "'all'"
},
"retraction_enable": {
"value": "True"

View file

@ -36,7 +36,7 @@
"layer_height": { "default_value": 0.2 },
"speed_print": { "default_value": 40 },
"machine_extruder_count": { "default_value": 1 },
"retraction_combing": { "value": "off" },
"retraction_combing": { "value": "'off'" },
"machine_heated_bed": { "default_value": true },
"machine_center_is_zero": { "default_value": false },
"machine_height": { "default_value": 210 },

View file

@ -29,7 +29,7 @@
"machine_width": { "default_value": 290 },
"relative_extrusion": { "value": "False" },
"retraction_amount": { "default_value": 3.2 },
"retraction_combing": { "value": "off" },
"retraction_combing": { "value": "'off'" },
"retraction_hop_enabled": { "default_value": true },
"retraction_hop_only_when_collides": { "default_value": false },
"retraction_speed": { "default_value": 45 },

View file

@ -29,7 +29,7 @@
"machine_width": { "default_value": 265 },
"relative_extrusion": { "value": "False" },
"retraction_amount": { "default_value": 3.2 },
"retraction_combing": { "value": "off" },
"retraction_combing": { "value": "'off'" },
"retraction_hop_enabled": { "default_value": true },
"retraction_hop_only_when_collides": { "default_value": false },
"retraction_speed": { "default_value": 45 },

View file

@ -417,7 +417,7 @@
"value": "1"
},
"retraction_combing": {
"value": "infill"
"value": "'infill'"
},
"acceleration_prime_tower": {
"value": "250"

View file

@ -116,7 +116,7 @@
"prime_tower_position_x": { "value": "machine_width/2 + prime_tower_size/2" },
"prime_tower_position_y": { "value": "machine_depth - prime_tower_size - max(extruderValue(adhesion_extruder_nr, 'brim_width') * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 if adhesion_type == 'brim' else (extruderValue(adhesion_extruder_nr, 'raft_margin') if adhesion_type == 'raft' else (extruderValue(adhesion_extruder_nr, 'skirt_gap') if adhesion_type == 'skirt' else 0)), max(extruderValues('travel_avoid_distance'))) - max(extruderValues('support_offset')) - sum(extruderValues('skirt_brim_line_width')) * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 - (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0) - 1" },
"retraction_amount": { "default_value": 1.5 },
"retraction_combing": { "value": "all" },
"retraction_combing": { "value": "'all'" },
"retraction_combing_max_distance": { "default_value": 5 },
"retraction_count_max": { "default_value": 15 },
"retraction_hop": { "value": "2" },

View file

@ -70,6 +70,6 @@
"z_seam_type": {"default_value": "back"},
"z_seam_x": {"value": "127.5"},
"z_seam_y": {"value": "250"},
"retraction_combing": {"value": "off"}
"retraction_combing": {"value": "'off'"}
}
}

View file

@ -58,6 +58,6 @@
"z_seam_type": {"default_value": "back"},
"z_seam_x": {"value": "127.5"},
"z_seam_y": {"value": "250"},
"retraction_combing": {"value": "off"}
"retraction_combing": {"value": "'off'"}
}
}

View file

@ -55,6 +55,6 @@
"z_seam_type": {"default_value": "back"},
"z_seam_x": {"value": "127.5"},
"z_seam_y": {"value": "250"},
"retraction_combing": {"value": "off"}
"retraction_combing": {"value": "'off'"}
}
}

View file

@ -104,7 +104,7 @@
"retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": 130 },
"retraction_hop_enabled": { "default_value": true },
"retraction_hop": { "default_value": 0.2 },
"retraction_combing": { "value": "noskin" },
"retraction_combing": { "value": "'noskin'" },
"retraction_combing_max_distance": { "default_value": 10 },
"travel_avoid_other_parts": { "default_value": false },
"speed_travel": { "maximum_value": 300, "value": 300, "maximum_value_warning": 501 },