- starting to work to a general Print function; for now it will generate PDF files; currently it works only for one object not for a selection

- added shortcut key CTRL+P for printing to PDF method
This commit is contained in:
Marius Stanciu
2019-12-19 17:15:41 +02:00
parent 80f1d30a28
commit 284d500073
5 changed files with 42 additions and 23 deletions

View File

@@ -15,6 +15,8 @@ CAD program, and create G-Code for Isolation routing.
- in 2-Sided Tool fixed the Reset Tool button handler to reset the bounds value too; changed a string
- added Preferences values for PDF margins when saving text in Code Editor as PDF
- when clicking Cancel in Preferences now the values are reverted to what they used to be before opening Preferences tab and start changing values
- starting to work to a general Print function; for now it will generate PDF files; currently it works only for one object not for a selection
- added shortcut key CTRL+P for printing to PDF method
18.12.2019