- fixed a bug in rotate from shortcut function

- finished generating the solder paste dispense geometry
This commit is contained in:
Marius Stanciu
2019-02-20 03:27:17 +02:00
committed by Marius S
parent bd7a82e116
commit 3ee6eb4a87
4 changed files with 102 additions and 13 deletions

View File

@@ -2392,8 +2392,6 @@ class Gerber (Geometry):
log.debug("Bare op-code %d." % current_operation_code)
# flash = Gerber.create_flash_geometry(Point(path[-1]),
# self.apertures[current_aperture])
if follow:
continue
flash = Gerber.create_flash_geometry(
Point(current_x, current_y), self.apertures[current_aperture],
int(self.steps_per_circle))