From bca04a3222ab5dde920eee424b77f8e521340b36 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 18 Oct 2022 07:09:02 -0300 Subject: [PATCH] [PcbDraw][Fixed] Avoid looking for PcbDraw as dependency - No longer a dependency --- kibot/out_pcbdraw.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kibot/out_pcbdraw.py b/kibot/out_pcbdraw.py index 64792517..1e959698 100644 --- a/kibot/out_pcbdraw.py +++ b/kibot/out_pcbdraw.py @@ -5,6 +5,7 @@ # Project: KiBot (formerly KiPlot) # TODO: PIL dependency? pcbnewTransition? numpy? # TODO: Package resources +# TODO: replace unit.py # """ # Dependencies: # - from: RSVG @@ -332,8 +333,6 @@ class PcbDraw(BaseOutput): # noqa: F821 @staticmethod def get_conf_examples(name, layers, templates): - if GS.check_tool(name, 'PcbDraw') is None: - return None outs = [] for la in layers: is_top = la.is_top()