Giter Club home page Giter Club logo

root_rapidise's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.