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()