- added CNCJob geometry for the holes created by the drills from Excellon objects

This commit is contained in:
Marius Stanciu
2019-03-27 01:21:01 +02:00
parent 0002d32341
commit 1aabb1c084
3 changed files with 42 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ CAD program, and create G-Code for Isolation routing.
- fixed an issue where the Geometry plot function protested that it does not have an parameter that is used by the CNCJob plot function. But both inherit from FaltCAMObj plot function which does not have that parameter so something may need to be changed. Until then I provided a phony keyboard parameter to make that function 'shut up'
- fixed bug: after using Paint Tool shortcut keys are disabled
- added CNCJob geometry for the holes created by the drills from Excellon objects
25.03.2019