Skip to content

Releases: OpenBuilds/OpenBuilds-Fusion360-Postprocessor

V1.0.37

04 Oct 20:40
Compare
Choose a tag to compare

This release includes an option to split the gcode output into multiple files based on line count, known as 'tape splitting'.

Look for the new option in the 'Tool Changes' section of the post options.

If both tool splitting and line splitting are selected then output will be split on both criteria, ie separate files for each tool
which may be further split on line count.

Please be careful to run split files in the correct order.

V1.0.36

08 Jul 18:11
Compare
Choose a tag to compare

This release rolls up a few previous changes and 1 new item.

It includes a major addition, the 'ReCenter' function which fixes the centers of small arcs to prevent Error33 in GRBL controllers.

In this release vertical arcs (YZ and ZX axes) are disabled by default by can be enabled by uncommenting 1 line.
This allows for accurate, small vertical arcs (recentered to prevent errors) that can help with parallel and other fine grained cutting strategies.

V1.0.32

06 Dec 18:49
Compare
Choose a tag to compare

Fixed bug in multi-line comments that caused too many brackets to be written.

V1.0.31

15 Oct 11:09
Compare
Choose a tag to compare

V1.0.31

improved laser and plasma paths, esp when 'stay down' is selected
laser pierce delay option when through cutting is selected
Select 'LASER: use Z motions at start and end' to have full Z movement with laser and plasma cuts

Release V1.0.30

03 Aug 07:13
Compare
Choose a tag to compare

Bundling up changes since V1.0.27

  • 12 Nov 2021 - V1.0.28 : Added property group names, fixed default router selection, now uses permittedCommentChars (sharmstr)
  • 24 Nov 2021 - V1.0.28 : Improved coolant selection, tweaked property groups, tweaked G53 generation, links for help in comments.
  • 21 Feb 2022 - V1.0.29 : Fix sideeffects of drill operation having rapids even when in noRapid mode by always resetting haveRapid in onSection
  • 10 May 2022 - V1.0.30 : Change naming convention for first file in multifile output (Sharmstr)

Release V1.0.27

03 Sep 11:24
Compare
Choose a tag to compare

Bugfix for the lack of Z words in arc moves when multiple circles are cut together without multiple passes or tabs.

Release V1.0.26

29 Aug 10:00
Compare
Choose a tag to compare

Plasma torch touchoff probing. (in V1.0.25, unreleased)
Z check height options : when on Z will lower to the given height (Z zero top of material!) and M0 pause for confirmation.
This allows you to check that Z 0 is set correctly before the cut starts.
Properties reordered to show correctly with the latest version of Postprocess/NCPrograms display.
display

Release 1.0.24

25 Jan 10:48
Compare
Choose a tag to compare

Improved the coolant code output.
You can now select Flood or Mist coolant, or even both (but Mist requires a special GRBL build).

Release V1.0.23

20 Jan 10:38
Compare
Choose a tag to compare

New stuff in this release:

  • Poweron/off for plasma, coolant can be turned on for laser/plasma too
  • Add Router11 and dial settings
  • Remove end of file marker '%' from end of output (for INTERFACE)
  • Arcs smaller than toolRadius can be linearized, read the options.

Release V1.0.20

16 Oct 09:48
Compare
Choose a tag to compare

Release V1.0.20

This release has:
Fix for long comments coming from Fusion360 with Personal license.
Fix for missing rapids in router and laser output.