Advertisement
Guest User

s3d klipper acc post processing script

a guest
Apr 25th, 2018
3,088
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {REPLACE "; skirt" "; skirt\nSET_VELOCITY_LIMIT ACCEL=1000"}
  2. {REPLACE "; outer perimeter" "; outer perimeter\nSET_VELOCITY_LIMIT ACCEL=1000"}
  3. {REPLACE "; inner perimeter" "; inner perimeter\nSET_VELOCITY_LIMIT ACCEL=1000"}
  4. {REPLACE "; solid layer" "; solid layer\nSET_VELOCITY_LIMIT ACCEL=2000"}
  5. {REPLACE "; infill" "; infill\nSET_VELOCITY_LIMIT ACCEL=3000"}
  6. {REPLACE "; gap fill" "; gap fill\nSET_VELOCITY_LIMIT ACCEL=2000"}
  7. {REPLACE "; support" "; support\nSET_VELOCITY_LIMIT ACCEL=2000"}
  8. {REPLACE "; dense support" "; dense support\nSET_VELOCITY_LIMIT ACCEL=2000"}
  9. {REPLACE "; bridge" "; bridge\nSET_VELOCITY_LIMIT ACCEL=2000"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement