- fixed the HPGL preprocessor

This commit is contained in:
Marius Stanciu
2019-12-16 19:56:24 +02:00
committed by Marius
parent 6744d9ae07
commit 435648171e
4 changed files with 20 additions and 7 deletions

View File

@@ -13,11 +13,13 @@ CAD program, and create G-Code for Isolation routing.
- in Geometry Editor added support for Jump To function such as that it works within the Editor Tools themselves. For now it works only in absolute jumps
- modified the Jump To method such that now allows relative jump from the current mouse location
- fixed the Defaults upgrade overwrting the new version number with the old one
- fixed the Defaults upgrade overwriting the new version number with the old one
- fixed issue with clear_polygon3() - the one who makes 'lines' and fixed the NCC Tool
- some small changes in the FlatCAMGeoemtry.on_tool_add() method
- some small changes in the FlatCAMGeometry.on_tool_add() method
- made sure that in Geometry Editor the self.app.mouse attribute is updated with the current mouse position (x, y)
- updated the preprocessor files
- fixed the HPGL preprocessor
15.12.2019