Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.46 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.46 KB

Fusion GFast

Accelerate the movement speed of the G-Code generated by Fusion360's free license

Note! This script is a work in progress! It has not been thoroughly tested, and must be used solely and completely at your own risk. Make sure to ALWAYS run a diff check and manually approve any changes this script makes before executing, and ensure the machine operation is carefully watched. This script could potentially create buggy or incorrect G-Code that may run unexpectedly on your machine. Use extreme caution!

Another Note! This script is in no way endorsed by or affiliated with Fusion360 or Autodesk. Make sure you are complying with any licensing requirements that may be associated with Fusion360 or Autodesk software.

Quick Start 🚀

Dependencies

All you need is a python version that has been built with tkinter.

If you're on mac and installed python with brew or pyenv, you will likely need to uninstall, then brew install tcl-tk, then reinstall python so it gets built with tkinter. You'll know whether or not tkinter is working when you try to run the script - it'll come up with an error if it's not.

Running the Script

  1. Execute the python script
  2. Choose your file(s) to speed up
  3. The output file(s) are in the same location, with the prefix -gfast
  4. Use your own tools to run a diff check, simulate the gcode or other systems to check it does what you expect it to do.
  5. You're good to go! Run the gcode and carefully watch the machine!