Skip to content

v1.2.0

Compare
Choose a tag to compare
@corna corna released this 09 Apr 13:44
· 1563 commits to master since this release

Changes from v1.1.4-git20120702

  • Added integrated autoleveller (idea taken from here)
    • Support for LinuxCNC, Mach4 (untested), Mach3 and custom (generic control software)
    • Correction values computed directly by the control software (except custom)
    • Automatic probe tool enabling/disabling (al-probe-on and al-probe-off)
  • Added --optimise option (can reduce the output gcode size up to 95%)
  • Added bridges on outline cut
  • Added preamble and postable inputs
  • Added preamble-text input (ex. for a license file)
  • Added custom G64
  • Added a switch to replace G81 with G0 + G1 (--nog81)
  • Added --cut-front option
  • Added --onedrill option
  • Added --zero-start option
  • Added --output-dir option
  • Added M5 at the end of the gcode
  • Multiple fixes on boolean command line options
  • Fixed wrong computation of board margin when --extra-passes is enabled
  • Fixed --milldrill + --mill-front bug
  • Fixed --milldrill + --metric-output bug
  • Multiple fixes in order to make the code portable to other platforms
  • General code cleaning