Browse Source

remove all wall_thickness statements

All print profiles are following the global rules, no print profile specific exceptions. PP-115
Rijk van Manen 3 years ago
parent
commit
bf131f539e

+ 0 - 1
resources/definitions/ultimaker3.def.json

@@ -166,7 +166,6 @@
         "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" },
-        "wall_thickness": { "value": "1" },
         "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
     }
 }

+ 0 - 1
resources/definitions/ultimaker_s3.def.json

@@ -159,7 +159,6 @@
         "travel_avoid_supports": { "value": "True" },
         "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
         "wall_0_inset": { "value": "0" },
-        "wall_thickness": { "value": "1" },
         "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
         "meshfix_maximum_deviation": { "value": "layer_height / 4" },
         "initial_layer_line_width_factor": { "value": "120" },

+ 0 - 1
resources/definitions/ultimaker_s5.def.json

@@ -161,7 +161,6 @@
         "travel_avoid_supports": { "value": "True" },
         "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
         "wall_0_inset": { "value": "0" },
-        "wall_thickness": { "value": "1" },
         "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
         "meshfix_maximum_deviation": { "value": "layer_height / 4" },
         "optimize_wall_printing_order": { "value": "True" },

+ 0 - 1
resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print_Quick.inst.cfg

@@ -19,7 +19,6 @@ speed_wall_0 = =speed_wall
 speed_wall_x = =speed_wall
 speed_layer_0 = 20
 top_bottom_thickness = =wall_thickness
-wall_thickness = =line_width * 2
 infill_sparse_density = 15
 
 jerk_print = 30

+ 0 - 1
resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Visual.inst.cfg

@@ -13,5 +13,4 @@ variant = AA 0.4
 
 [values]
 speed_infill = 50
-wall_thickness = =wall_line_width * 3
 top_bottom_thickness = =wall_thickness

+ 0 - 1
resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_High_Visual.inst.cfg

@@ -13,5 +13,4 @@ variant = AA 0.4
 
 [values]
 speed_infill = 50
-wall_thickness = =wall_line_width * 3
 top_bottom_thickness = =wall_thickness

+ 0 - 1
resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Visual.inst.cfg

@@ -13,5 +13,4 @@ variant = AA 0.4
 
 [values]
 speed_infill = 50
-wall_thickness = =wall_line_width * 3
 top_bottom_thickness = =wall_thickness

+ 0 - 1
resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print_Quick.inst.cfg

@@ -19,7 +19,6 @@ speed_wall_0 = =speed_wall
 speed_wall_x = =speed_wall
 speed_layer_0 = 20
 top_bottom_thickness = =wall_thickness
-wall_thickness = =line_width * 2
 infill_sparse_density = 15
 
 jerk_print = 30

+ 0 - 1
resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Fast_Visual.inst.cfg

@@ -13,5 +13,4 @@ variant = AA 0.4
 
 [values]
 speed_infill = 50
-wall_thickness = =wall_line_width * 3
 top_bottom_thickness = =wall_thickness

+ 0 - 1
resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_High_Visual.inst.cfg

@@ -13,5 +13,4 @@ variant = AA 0.4
 
 [values]
 speed_infill = 50
-wall_thickness = =wall_line_width * 3
 top_bottom_thickness = =wall_thickness

Some files were not shown because too many files changed in this diff