Skip to content

Commit

Permalink
#5 Add model for reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidAlvarado committed Mar 20, 2024
1 parent a47ecf0 commit 4a3e63f
Show file tree
Hide file tree
Showing 3 changed files with 2,858 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pcb/keyboard.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -8827,15 +8827,15 @@
(pintype "passive")
(uuid "40589b2a-a11f-4a95-9f92-24187891d525")
)
(model "${KICAD8_3DMODEL_DIR}/Button_Switch_SMD.3dshapes/SW_SPST_B3S-1000.wrl"
(model "${KIPRJMOD}/lib/3d_models/B3S_100.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
(xyz -90 0 0)
)
)
)
Expand Down
56 changes: 46 additions & 10 deletions pcb/keyboard.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"apply_defaults_to_fp_fields": false,
"apply_defaults_to_fp_shapes": false,
"apply_defaults_to_fp_text": false,
"board_outline_line_width": 0.049999999999999996,
"copper_line_width": 0.19999999999999998,
"board_outline_line_width": 0.05,
"copper_line_width": 0.2,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"courtyard_line_width": 0.05,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
Expand All @@ -24,13 +24,13 @@
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_line_width": 0.1,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.09999999999999999,
"other_line_width": 0.1,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
Expand Down Expand Up @@ -124,13 +124,13 @@
"min_clearance": 0.15,
"min_connection": 0.15,
"min_copper_edge_clearance": 0.3,
"min_hole_clearance": 0.32999999999999996,
"min_hole_clearance": 0.33,
"min_hole_to_hole": 0.5,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_microvia_diameter": 0.2,
"min_microvia_drill": 0.1,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_height": 0.8,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.25,
"min_track_width": 0.15,
Expand Down Expand Up @@ -697,11 +697,47 @@
"label": "DNP",
"name": "${DNP}",
"show": true
},
{
"group_by": false,
"label": "#",
"name": "${ITEM_NUMBER}",
"show": false
},
{
"group_by": false,
"label": "Digikey",
"name": "Digikey",
"show": false
},
{
"group_by": false,
"label": "Mfr Part Number",
"name": "Mfr Part Number",
"show": false
},
{
"group_by": false,
"label": "Notes",
"name": "Notes",
"show": false
},
{
"group_by": false,
"label": "Price",
"name": "Price",
"show": false
},
{
"group_by": false,
"label": "Description",
"name": "Description",
"show": false
}
],
"filter_string": "",
"group_symbols": true,
"name": "Grouped By Value",
"name": "",
"sort_asc": true,
"sort_field": "Reference"
},
Expand Down
Loading

0 comments on commit 4a3e63f

Please sign in to comment.