Fixes bug in top bottom pattern settings

As discussed in CCB, mistake was made which led to no skin being printed. This fixes it.
PP-44
This commit is contained in:
THeijmans 2021-10-21 09:57:43 +02:00
parent 4e4a5ff382
commit 74c432428b
3 changed files with 3 additions and 3 deletions

View File

@ -174,7 +174,7 @@
"support_z_distance": { "value": "0" },
"switch_extruder_prime_speed": { "value": "15" },
"switch_extruder_retraction_amount": { "value": "8" },
"top_bottom_pattern": { "value": "zigzag" },
"top_bottom_pattern": { "value": "'zigzag'" },
"top_bottom_thickness": { "value": "1" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
"wall_0_inset": { "value": "0" },

View File

@ -159,7 +159,7 @@
"support_z_distance": { "value": "0" },
"switch_extruder_prime_speed": { "value": "15" },
"switch_extruder_retraction_amount": { "value": "8" },
"top_bottom_pattern": { "value": "zigzag" },
"top_bottom_pattern": { "value": "'zigzag'" },
"top_bottom_thickness": { "value": "1" },
"travel_avoid_supports": { "value": "True" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },

View File

@ -163,7 +163,7 @@
"support_z_distance": { "value": "0" },
"switch_extruder_prime_speed": { "value": "15" },
"switch_extruder_retraction_amount": { "value": "8" },
"top_bottom_pattern": { "value": "zigzag" },
"top_bottom_pattern": { "value": "'zigzag'" },
"top_bottom_thickness": { "value": "1" },
"travel_avoid_supports": { "value": "True" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },