Skip to content

Tags: Zwavi/pcb2gcode

Tags

v2.1.0

Toggle v2.1.0's commit message
Increment version to 2.1.0

v2.0.0

Toggle v2.0.0's commit message
Increase version to 2.0.0

v1.3.2

Toggle v1.3.2's commit message
Update version to 1.3.2

v1.3.1

Toggle v1.3.1's commit message
Update version to 1.3.1

v1.3.0

Toggle v1.3.0's commit message
Update README and manual

v1.2.3

Toggle v1.2.3's commit message
Updated version to 1.2.3

v1.2.2

Toggle v1.2.2's commit message
Updated version to 1.2.2

v1.2.1

Toggle v1.2.1's commit message
Updated version to 1.2.1

v1.2.0

Toggle v1.2.0's commit message
Replaced concatenation of directory + filename strings with Glib::bui…

…ld_filename

v1.2.0-alpha

Toggle v1.2.0-alpha's commit message
Changes from v1.1.4-git20120702

 * Added integrated autoleveller (idea taken from [here](https://www.autoleveller.co.uk/)) - **EXPERIMENTAL** (and **UNTESTED** on Mach3, Mach4 and TurboCNC)
 * 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 license file)
 * Added custom G64
 * Added a switch to substitute G81 with G0 + G1 (_--nog81_)
 * Added _--cut-front_ 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_ and _--mill-front_ bug