From 4cbdc1122e14dbe177a48968f689673c5da85c8f Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Mon, 12 Jun 2023 00:31:38 +0200 Subject: [PATCH] Test with basic footprint for nice_view --- ergogen/footprints/combined_oled.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/ergogen/footprints/combined_oled.js b/ergogen/footprints/combined_oled.js index e517a9e..c45a08b 100644 --- a/ergogen/footprints/combined_oled.js +++ b/ergogen/footprints/combined_oled.js @@ -341,27 +341,8 @@ module.exports = { )) ` const nice_view_standard = ` - (fp_rect (start 7 1.3) (end -6.68 -34.7) - (width 0.12) (layer "Dwgs.User")) - (fp_rect (start 7 1.3) (end -6.68 -34.7) - (width 0.12) (layer "F.Fab")) ` const nice_view_front = ` - (fp_text user "GND" (at 2.54 -6.24 90 ) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify right)) - ) - (fp_text user "MOSI/SDA" (at -5.1 -10.64 90 ) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify right)) - ) - (fp_text user "VCC" (at 0 -6.14 90 ) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify right)) - ) - (fp_text user "CS" (at 5.1 -5.14 90 ) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify right)) - ) - (fp_text user "SCK/SCL" (at -2.54 -9.94 90 ) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify right)) - ) (pad 4 thru_hole circle (at -5.08 0) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask") ${p.P4.str}) (pad 3 thru_hole circle (at -2.54 0) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask") ${p.P3.str}) (pad 2 thru_hole circle (at 0 0) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask") ${p.P2.str})