Fix warning issue Method machines with BASF Metal filament.

PP-541
This commit is contained in:
Paul Kuiper 2024-11-18 14:30:34 +01:00 committed by c.lamboo
parent 5be6e56441
commit de3613e92f
3 changed files with 12 additions and 4 deletions

View file

@ -32,7 +32,7 @@ skin_overlap = 20.0
skirt_brim_minimal_length = 100.0
speed_print = 25
support_enable = False
top_bottom_thickness = =layer_height * 2
top_bottom_thickness = =math.floor(layer_height * 2000)/1000.0
top_thickness = =top_bottom_thickness
wall_0_material_flow_layer_0 = 110
wall_x_material_flow_layer_0 = 110

View file

@ -32,7 +32,7 @@ skin_overlap = 20.0
skirt_brim_minimal_length = 100.0
speed_print = 25
support_enable = False
top_bottom_thickness = =layer_height * 2
top_bottom_thickness = =math.floor(layer_height * 2000)/1000.0
top_thickness = =top_bottom_thickness
wall_0_material_flow_layer_0 = 110
wall_x_material_flow_layer_0 = 110