Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Thomas Buck 5af8db2bc7 copy-past-error causing 1s too long exposure in sparkmaker script vor 1 Jahr
..
README.md add sparkmaker wow conversion script vor 1 Jahr
convert_lasergrbl.py initial commit vor 1 Jahr
convert_sparkmaker.py copy-past-error causing 1s too long exposure in sparkmaker script vor 1 Jahr
gcode_center_outline.py calculate bounding box after fixing up spaces vor 1 Jahr
outline_gcode.py initial commit vor 1 Jahr
send_gcode.py initial commit vor 1 Jahr

README.md

Tools

Scripts that convert or otherwise work with G-Code.

convert_lasergrbl.py

Converts output from LaserGRBL to a format that can be understood by the Marlin firmware.

outline_gcode.py

Takes all G1 move coordinates from a G-Code files to get the bounding box of the object, minimum and maximum coordinates in x and y axis. Then produces a whole lot of low-power moves along this bounding box.

Useful to proplery place stock material on a laser cutting machine.

gcode_center_outline.py

Combines the previous two scripts. First cleans up G-Code from LaserGRBL like in convert_lasergrbl.py. Also creates an outline as a separate file, like in outline_gcode.py. Both are then shifted as well to the center of my machine.

Machine size is hardcoded in the script.

send_gcode.py

Simple G-Code sender using pySerial to access serial port. For use with Marlin and possibly other RepRap compatible firmwares.

convert_sparkmaker.py

Convert PrusaSlicer .sl1 files to Sparkmaker .wow files.