Skip to content

Commit

Permalink
HPGL export improvements (#316)
Browse files Browse the repository at this point in the history
- Use relative coordinates by default in HPGL output
- Add `--absolute` to use absolute coordinates
- Removed homing between layers.
- Updated dependencies
  • Loading branch information
abey79 authored Oct 17, 2021
1 parent 2de339b commit 000e328
Show file tree
Hide file tree
Showing 7 changed files with 486 additions and 390 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
New features and improvements:
* Added `lswap` command to swap the content of two layers (#300)
* Added `lreverse` command to reverse the order of paths within a layer (#300)
* Improved HPGL export (#253, #310, #316)

* Relative coordinates are now used by default to reduce file size. If absolute coordinates are needed, they a new `--absolute` option for the `write` command.
* A homing command (as defined by the `final_pu_params` configuration parameter) is no longer emitted between layers.

Bug fixes:
* ...
Expand Down
Loading

0 comments on commit 000e328

Please sign in to comment.