Skip to content

Releases: AndyEveritt/ASMBL

Prusa/Super slicer support beta

27 Jul 16:51
Compare
Choose a tag to compare
Pre-release

Should work with Prusa/Super Slicer as well as S3D & Fusion.

Main change for users is that you now need to add ; ASMBL_LAYER_CHANGE_FLAG to the layer change script and end script in your slicer (profiles attached).

Fusion 2.0.9142 compatibility fix

22 Oct 12:47
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • Fix issue where Fusion would give an error on startup for AttributeError: can't set attritube when changing panel.isVisible

Mac OS support

07 Oct 10:06
e090603
Compare
Choose a tag to compare

Changelog

  • allow files to be opened in mac correctly
  • fix bug where mac would try to open gcode files before they were finished generating

Improved non planar integration & mac os support

29 Sep 12:29
0158565
Compare
Choose a tag to compare

Changelog

Features

  • Improved how non planar section layer height is detected
  • Improved how location to merge non planar sections is calculated
  • Added Make file to more easily create .exe

Bug Fixes

  • Fix opening output folder on Mac OS

Documentation

  • Added a What is ASMBL section to readme
  • Updated materials guidance

Public release

23 Jul 13:39
cb8d5d7
Compare
Choose a tag to compare

First public release.

Changelog:

  • updated documentation
  • updated licence

No functional changes from v2.3.0

Updated Icons

14 Jul 11:49
Compare
Choose a tag to compare

Changelog

  • Adds new ASMBL icon for Fusion toolbar
  • Updates Fusion tooltip images

Standalone Fusion Post Processing

30 Jun 11:26
66808b9
Compare
Choose a tag to compare

Changelog

  • Adds a button in Fusion to post process all milling setups with correct settings
  • fixes bug with when cutting gcode is only a single line between retracts

Reorganisation & optimisation

19 Jun 18:17
945ae70
Compare
Choose a tag to compare

Made some things more robust and added some documentation.

Changelog:

  • allow suppressed setups
  • checks if a setup has operations in it
  • moved fusion api code into src folder
  • added some log statements to make it more obvious what is happening when using the .exe
  • updated readme to describe non-planar properly
  • updated readme to clarify some missing points
  • formatted all code to conform to flake8
  • added doc strings to all functions in ASMBL_parser.py

Non Planar & Intelligent CAM

29 May 00:52
Compare
Choose a tag to compare

Lots of positive changes made since last release.

  • Fixed all major bugs with toolpath merging where layers were cutting at the wrong time
  • Added capabilities to use non planar CAM operations in Fusion
  • Added intelligent splitting of CAM gcode by tagging movements by motion type

2 example gcode files have been attached for those interested in the standalone program

Fusion Add-in

30 Mar 09:16
48eb4e2
Compare
Choose a tag to compare

The is the first release of the Fusion API.

It is still largely compatible with the old code workflow.

Binaries for the standalone program have also been included.