|
@@ -23,7 +23,7 @@ speed_travel = 150
|
|
|
speed_wall = =math.ceil(speed_print * 40 / 45)
|
|
|
top_bottom_thickness = 0.75
|
|
|
wall_thickness = 0.7
|
|
|
-speed_wall_0 = =math.ceil(speed_print * 40 / 45)
|
|
|
+speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
|
|
-speed_wall_x = =math.ceil(speed_print * 80 / 45)
|
|
|
-speed_infill = =math.ceil(speed_print * 100 / 45)
|
|
|
+speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
|
|
+speed_infill = =math.ceil(speed_print * 45 / 45)
|