Commit Graph

6 Commits

Author SHA1 Message Date
Scott Bezek
340eed936d
Use 2512 SMD resistors in place of strain gauges (#104)
As suggested in https://github.com/scottbez1/smartknob/issues/24#issuecomment-1073540944 and inspired by https://github.com/IvDm/Z-probe-on-smd-resistors-2512, this adds 4x 330 ohm 2512 SMD resistors to the back to act as strain gauges, rather than requiring discrete strain gauges to be glued and wired up.

Also applies a few changes I accidentally had pending locally:
- Custom footprints for the 2 3.3v LDO options to clarify the pinout options
![image](https://user-images.githubusercontent.com/414890/204078474-8327e8ed-78b5-4fe3-a91d-9c20fe54fcbc.png)
- some BOM note updates

Fixes #24
Closes #33
2022-11-27 10:07:35 -08:00
Scott Bezek
3bee19df93
Migrate to KiCad 6 (#96)
- Updated view_base and view_screen KiCad projects to v6 files
  - Updated footprints to v6 versions
  - Fixed all DRC errors and most warnings
- Updated CI
  - Run on Ubuntu 22.04 runner
  - Updated KiBot and KiKit versions
  - Use KiBot for 3d rendering now instead of custom scripts
  - Switched to using KiCad text variables for replacement rather than raw text find&replace
- Misc design updates
  - Exposed bottom-side thermal pad underneath TMC6300 to make it easier to possibly hand-solder
  - Separated GND and GNDA nets, replaced connection with a net-tie, and updated corresponding copper fills around HX711
2022-10-02 21:40:10 -07:00
Scott Bezek
4c8a110e22 View: improve silk 2022-02-13 10:46:53 -08:00
Scott Bezek
149cbe9b27 View: Small pcb tweaks 2022-02-11 12:09:35 -08:00
Scott Bezek
62187548c9 Cleanup 2022-02-10 23:57:07 -08:00
Scott Bezek
8afd55addc Checkpoint View PCB 2022-02-08 18:41:08 -08:00