There was an error while loading. Please reload this page.
1 parent 537dabb commit b32fe59Copy full SHA for b32fe59
1 file changed
kibot/out_svg.py
@@ -91,8 +91,8 @@ def config(self, parent):
91
# Margin
92
self._margin, self.margin = PcbMargin.solve(self.margin)
93
94
- def run(self, output_dir, layers):
95
- super().run(output_dir, layers)
+ def run(self, output_dir, layers, common_layers):
+ super().run(output_dir, layers, common_layers)
96
if not self.limit_viewbox:
97
return
98
if self.scaling != 1:
0 commit comments