Skip to content

Add Rapid movement back into the Gcode from Fusion 360 when tool is above certain height

License

Notifications You must be signed in to change notification settings

RootCNC/Root_Rapidise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Root CNC - Gcode Rapidise tool for Fusion360 CAM generated Gcode

Root_Rapdise is a tool that aims to add rapid movements back into the Gcode generated by Fusion360 CAM, which has been limited by the for persional user version of Fusion.

The tool will add a user defined feederate to movements above a given threshold.

This tool is a work around to the current notification for rapid movements in Fusion360

;When using Fusion 360 for Personal Use, the feedrate of
;rapid moves is reduced to match the feedrate of cutting
;moves, which can increase machining time. Unrestricted rapid
;moves are available with a Fusion 360 Subscription.

License

This project is licensed under the Creative Commons 4.0 license with Attribution-NonCommerial-ShareAlike see LICENSE.txt for details

How To install.

Requirements

  • Ensure Python is installed and added to path

Install

  • Download the files
  • Copy the nc_rapid.py to C:\Windows\
  • Lets test it! Goto the directory where you have your generated Gcode (Please note it'll 'Rapidise' all files in current directory and below - ensure only Gcode is in the current directory with no dub directories)
  • Hold SHIFT KEY and click RIGHT CLICK
  • From dropdown select Open command window here or Open PowerShell windows here
  • Write nc_rapid.py and press ENTER KEY

In work !

Dont want to Install? Want to run it standalone?

  • Open the nc_rapid.py in a text editor
  • Change the variable of FD_AllFiles = 0 to FD_AllFiles = 1
  • Save changes
  • Run - Double click the nc_rapid.py and it'll open a file dialog where you can select the files you want to rapidise

In work !

Settings

  • Open the nc_rapid.py in a text editor
  • Threshold_Height = 4 #Set the threshold for when a rapid move should be applied
  • New_Feedrate = 3001 #Set the new rapid move feedrate you want
  • Save changes

About

Add Rapid movement back into the Gcode from Fusion 360 when tool is above certain height

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages