/slowDownFeatures

Detect perimeters and adjust speeds of smaller outline/loops in a G-Code file

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

slowDownFeatures

Detect perimeters/dense support layers and adjust speeds of smaller outline/loops in a G-Code file

usage: python3 smallFeatures.py filename slowDownSpeed LengthThreshold

example python3 smallFeatures.py darthRevanMask.gcode 360 30

Requirements

filename must contain .gcode

slowdownspeed must be a positive interger

LengthThreshold must be positive

To enable dense support slow downs

Change denseSupportToggle = 0 to denseSupportToggle = 1 and save the script before running it.