- Buffer sub-tool in Transform Tool: added the possibility to apply a factor effectively scaling the aperture size thus the copper features sizes
- in Transform Tool adjusted the GUI
This commit is contained in:
@@ -2215,8 +2215,8 @@ class FlatCAMGerber(FlatCAMObj, Gerber):
|
||||
Gerber.skew(self, angle_x=angle_x, angle_y=angle_y, point=point)
|
||||
self.replotApertures.emit()
|
||||
|
||||
def buffer(self, distance, join):
|
||||
Gerber.buffer(self, distance=distance, join=join)
|
||||
def buffer(self, distance, join, factor=None):
|
||||
Gerber.buffer(self, distance=distance, join=join, factor=factor)
|
||||
self.replotApertures.emit()
|
||||
|
||||
def serialize(self):
|
||||
|
||||
Reference in New Issue
Block a user