mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-04 22:47:25 +02:00
Fixed random error caused by not running bom first.
This commit is contained in:
@@ -63,5 +63,5 @@ def source_dirs(bom_dir):
|
|||||||
else:
|
else:
|
||||||
if dir.endswith('/printed'):
|
if dir.endswith('/printed'):
|
||||||
lib_dirs.add(dir)
|
lib_dirs.add(dir)
|
||||||
dirs.remove(source_dir)
|
dirs.discard(source_dir)
|
||||||
return [source_dir] + sorted(dirs) + sorted(lib_dirs)
|
return [source_dir] + sorted(dirs) + sorted(lib_dirs)
|
||||||
|
@@ -730,7 +730,6 @@ Keyes5p1 = ["Keyes5p1", "Keyes5.1 Arduino Uno expansion board", 68.58, 53.34, 1.
|
|||||||
M2p5_pan_screw
|
M2p5_pan_screw
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
ExtruderPCB = ["ExtruderPCB", "Extruder connection PCB",
|
ExtruderPCB = ["ExtruderPCB", "Extruder connection PCB",
|
||||||
33.02, 24.13, 1.6, 0, 0, 0, "green", true, [],
|
33.02, 24.13, 1.6, 0, 0, 0, "green", true, [],
|
||||||
[[3 * 1.27, 24.13 / 2, 90, "D_plug", DCONN15],
|
[[3 * 1.27, 24.13 / 2, 90, "D_plug", DCONN15],
|
||||||
@@ -1197,7 +1196,6 @@ ESP_12F = pcb("ESP_12F", "ESP-12F ESP8266 WiFi module", [24, 16, 0.8],
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
tiny_buck = pcb("tiny_buck", "Ultra Small 3A buck regulator", [20, 11, 1.6],
|
tiny_buck = pcb("tiny_buck", "Ultra Small 3A buck regulator", [20, 11, 1.6],
|
||||||
hole_d = 1.2,
|
hole_d = 1.2,
|
||||||
land_d = [2, 2],
|
land_d = [2, 2],
|
||||||
|
Reference in New Issue
Block a user