Skip to content

Christmas 2020 release

Latest
Compare
Choose a tag to compare
@arnholm arnholm released this 12 Dec 17:25
· 2 commits to master since this release
  • Added support for Ubuntu 20.04 lts, be sure to download the version matching you OS version
  • AngelCAD language improvements
    • Allow hull2d() and hull3d() to accept a single solid@
  • Improved DXF import (File-> import 2s DXF...).
    • Now opens result in editor.
  • Fixed issue with mesh repair (File-> Repair mesh file(s)...)
    • Output format selection disabled until user enables
  • Extended OpenSCAD .scad support (Note: requires OpenSCAD to be installed)
    • Now includes support for DXF: import(file="model.dxf")
    • Now includes support for text: text(text="Hello World", font=...)
      • font, size, separation can be selected
      • alignment="center" can be specified
      • csgfix: added preprocessor for csg-files for improved processing