ASMBL Versions Save

Additive & Subtractive Manufacturing By Layer for the E3D ToolChanging platform

v2.3.5-b0

2 years ago

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).

v2.3.4

3 years ago

Changelog

Bug Fixes

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

v2.3.3

3 years ago

Changelog

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

v2.3.2

3 years ago

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

v2.3.1

3 years ago

First public release.

Changelog:

  • updated documentation
  • updated licence

No functional changes from v2.3.0

v2.3.0

3 years ago

Changelog

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

v2.2.0

3 years ago

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

v2.1.1

3 years ago

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

v2.1.0

3 years ago

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

v2.0.0

4 years ago

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.