Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/slic3r/slic3r-profiles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortop-gun <detlev.rackow@googlemail.com>2022-02-28 01:01:30 +0300
committerMerill <merill@free.fr>2022-03-01 23:05:03 +0300
commit1fcf18046b22044a7519c37a630294c2e63d536f (patch)
tree2116ce5ad648ea14752616f26a9da23a89affca5
parent90f4b1c3026c5086b7eb416623512b26b158a6eb (diff)
RatRig: Optimise SQV (Jerk) for feature type
Run Square Corner Velocity at 5 unless we print infill or gap fill, in which case we print at an SQV of 10.
-rw-r--r--RatRig.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/RatRig.ini b/RatRig.ini
index b7ba224..dac5370 100644
--- a/RatRig.ini
+++ b/RatRig.ini
@@ -406,6 +406,7 @@ deretract_speed = 40
end_gcode = END_PRINT\n
extra_loading_move = -2
extruder_colour = ""
+feature_gcode = ; once we start printing infill, increase square corner velocity to 10\n{if extrusion_role=="InternalInfill"}SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=10 {endif}\n; when we switch to other features, go back to 5\n{if extrusion_role!="InternalInfill"}SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5 {endif}
gcode_flavor = klipper
high_current_on_filament_swap = 0
layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]\n