This repository was archived by the owner on Dec 24, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
QOL patches to Autodesk's Fusion 360 Grbl Laser post processor.
License
NotificationsYou must be signed in to change notification settings
Cryptkeeper/grbl-laser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An updated fork of this patch is available viaJanUlrich/grbl-laser.
Quality of life patches to Autodesk's Fusion 360Grbl Laser post processor. Designed for use with theSainSmart Genmitsu CNC Router 3018-PRO machine and firmware onGrbl version 1.1 (with no 1.1 exclusive features used).
- Implements the
onPower
function, ensuring the laser cutter is turned on and off between moves instead of remaining always on and creating burn streaks. throughPower
,etchPower
andvaporizePower
properties are now multipliers of the newly addedmaxPowerLevel
property. This reduces the usage of firmware dependentmagic numbers and simplifies scale adjustments.- Adds
throughPassCount
which enables duplicating through cutting operations (with optional comment header).
- Ensure you haveGit installed.
- Clone this repository using
git clone https://github.com/Cryptkeeper/grbl-laser
- Download a copy of Autodesk's Fusion 360Grbl Laser post processor. Move it into the cloned
grbl-laser
directory and rename it togrbl laser copy.cps
- Run
git apply grbl-laser.patch
to apply the patch - If successful, your patched copy will be named
grbl laser.cps
Copy this file to your Autodesk'sFusion 360 CAM/Posts/
directory.