- added the bounds coordinates to the GCODE header; modified the postprocessor files to show them.

This commit is contained in:
Marius Stanciu
2019-02-01 00:23:20 +02:00
committed by Marius S
parent d5853722c3
commit d45d2c05ec
8 changed files with 60 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ CAD program, and create G-Code for Isolation routing.
- added key shortcuts for Enable Plots, Disable Plots and Disable other plots functions (Alt+1, Alt+2, Alt+3)
- hidden the snap magnet entry and snap magnet toggle from the main view; they are now active only in Editor Mode
- updated the camlib.CNCJob.scale() function so now the GCode is scaled also (quite a HACK :( it will need to be replaced at some point)). Units change work now on the GCODE also.
- added the bounds coordinates to the GCODE header
30.01.2019