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
committerremi durand <remi-j.durand@thalesgroup.com>2022-04-01 00:55:53 +0300
commit34be087e74f21dee1c2ffbd1ae78436f3152dad1 (patch)
tree0b0f6e8d00c77a7516dd617c80bff0dd078f14bc
parent0b8261ae8bbd7c31d736f371323476d6aff3ef3b (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