Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.15 KB

File metadata and controls

26 lines (19 loc) · 1.15 KB

OpenBuilds Fusion360 Postprocessor

Creates .nc files optimized for GRBL based Openbuilds-style machines. Supports router and laser operations.

V1.0.25 supports plasma torch touchoff probing.

V1.0.21 now supports plasma cutting

V1.0.20 supports the Personal license restrictions and ultra long comments

V1.0.18 now includes laser operations.

  1. Laser mode supports lasers with and without Z motions.
  2. It is left to the operator to correctly set GRBL parameter $32 as needed on a machine that combines a router and laser head.
  3. The laser is regarded as an extra tool so when posting multiple operations the router code and laser code will be in seperate output .gcode files (exactly as for multiple tool outputs, each tool in its own file).
  4. Laser power is scaled between 0 and 1000 (GRBL spindle RPM defaults).
    You can edit this post to cater for non-default settings. Refer to the 'calcPower' function.

Credits

  1. @swarfer David the Swarfer (lead maintainer)
  2. @sharmstr - multifile output
  3. @Strooom - Initial work