Skip to content

Commit

Permalink
Fix for #563
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Jan 20, 2025
1 parent cf022dd commit 3fe9e5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fabrication.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,12 @@ def generate_geber(self, layer_count=None):
("CuTop", F_Cu, "Top layer"),
("SilkTop", F_SilkS, "Silk top"),
("MaskTop", F_Mask, "Mask top"),
("PasteTop", F_Paste, "Paste top"),
]
plot_plan_bottom = [
("CuBottom", B_Cu, "Bottom layer"),
("SilkBottom", B_SilkS, "Silk top"),
("MaskBottom", B_Mask, "Mask bottom"),
("PasteBottom", B_Paste, "Paste bottom"),
("EdgeCuts", Edge_Cuts, "Edges"),
("VScore", Cmts_User, "V score cut"),
]

plot_plan = []
Expand Down

0 comments on commit 3fe9e5d

Please sign in to comment.