|
@@ -12,6 +12,14 @@ type = intent
|
|
|
variant = AA 0.4
|
|
|
|
|
|
[values]
|
|
|
-speed_infill = 50
|
|
|
-top_bottom_thickness = 1.05
|
|
|
+_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 0.5
|
|
|
+acceleration_print = 2500
|
|
|
+acceleration_wall_0 = 1000
|
|
|
+inset_direction = inside_out
|
|
|
+jerk_wall_0 = 20
|
|
|
+speed_print = 50
|
|
|
+speed_roofing = =math.ceil(speed_wall*(35/50))
|
|
|
+speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
|
|
+speed_wall_x = =math.ceil(speed_wall*(35/50))
|
|
|
+top_bottom_thickness = =max(1.2 , layer_height * 6)
|
|
|
|