Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HeatingBedPCB for 3d printers #1502

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions projects/HeatingBedPCB/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "HeatingBedPCB"
slack_handle: "@Patcybermind"
github_handle: "@Patcybermind"
---

# HeatingBedPCB

<!-- Describe your board in 2-3 sentences. What are you making? What will it do? -->
This is a heated bed pcb that i designed with onboard live with the purpose of using in in my 3d printer that i am designing with #infill.
its pretty simple, its just a very long line of zigzags about 12 metters and on the back it has pads so that i can solder a thermistor to it
<!-- How much is it going to cost? -->
44.02 so about 45 dollars

<!-- Tell us a little bit about your design process. What were some challenges? What helped? ***Totally optional*** -->
it took some research because i wasnt sure how to get the thickness of the traces right and i didnt know how spaced they should be
Binary file added projects/HeatingBedPCB/cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/HeatingBedPCB/gerber.zip
Binary file not shown.
Binary file added projects/HeatingBedPCB/schematic.pdf
Binary file not shown.
1,369 changes: 1,369 additions & 0 deletions projects/HeatingBedPCB/src/main.kicad_pcb

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions projects/HeatingBedPCB/src/main.kicad_prl
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"board": {
"active_layer": 31,
"active_layer_preset": "",
"auto_track_width": false,
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"ratsnest_display_mode": 0,
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": true,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36
],
"visible_layers": "7ffffff_80000001",
"zone_display_mode": 0
},
"meta": {
"filename": "main.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}
Loading