- fixed Gerber Editor FCPad class to work with the new Gerber data structure in self.apertures

This commit is contained in:
Marius Stanciu
2019-05-11 05:46:32 +03:00
parent 23fb8b2d7c
commit e65800737d
2 changed files with 31 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
- made the Feedrate Rapids parameter to depend on the type of postprocessor choosed. It will be showed only for a postprocessor which the name contain 'marlin' and for any postprocessor's that have 'custom' in the name
- fixed the camlib.Gerber functions of mirror, scale, offset, skew and rotate to work with the new data structure for apertures geometry
- fixed Gerber Editor selection to work with the new Gerber data structure in self.apertures
- fixed Gerber Editor FCPad class to work with the new Gerber data structure in self.apertures
10.05.2019