Commit graph

178 commits

Author SHA1 Message Date
Robin Howard
08198e636b case: Organises sketches, and has USB and TRS fillets use round numbers for dimensions and angles (ie. going off-model compared to Fusion) for ease off machining etc. 2024-05-20 16:53:16 +10:00
Robin Howard
dd32931ff1 case (drawings): Switches overview arrows, adds USB profile section Detail. 2024-05-20 01:43:28 +10:00
Robin Howard
7840a977cf case: Hasbutton pocket length+width, switch pocket length+width, switch cutout width, screen retainer length+width and touchpad retainer length+width respect Params.All_HoriClearance, to avoid another Chisel Incident. 2024-05-19 18:11:44 +10:00
Robin Howard
d7c5e5328a case: Removes remaining dependencies on Fasteners workbench. 2024-05-18 01:54:25 +10:00
Robin Howard
51f1724298 case (drawings): Less confusing overview arrangement. Rearrangement of Back page. Detail for TRS profile. 2024-05-18 01:46:24 +10:00
ailurux
0d00da4472 SDCard Blank: Added missing dimension to tech draw 2024-05-17 14:46:14 +10:00
ailurux
db72a03e67 Correct dimensions on sdcard blank, updated tech drawing 2024-05-17 14:41:57 +10:00
ailurux
1f56286dc2 Simplify sd-card blank and add tech drawing 2024-05-17 14:23:19 +10:00
Robin Howard
cb155b5a71 case: Corrects PCB clearance value. Puts techdraw objects into a state that doesn't break when you change anything. Starts the techdraw assembly line switchover. 2024-05-16 14:59:39 +10:00
ailurux
8b698a486c Add sd card blank 2024-05-16 11:44:19 +10:00
Robin Howard
df2a752560 case: Corrects USB fillet (~2mm min raddius), updates tech drawing, re-exports STEP files. 2024-05-14 16:29:02 +10:00
Robin Howard
ed09bf7504 case: Archives previous case version, adds quick docs. 2024-05-13 05:27:01 +10:00
Robin Howard
3dd3be5f10 case: Committing the (hopefully finalised) case model checkpoint, with a WIP drawing for CNC, and a few sample exports. I suspect we will be wanting to restart the versioning again shortly, eg. treat this as v0.4, or v1 if it goes to production. 2024-05-13 05:27:01 +10:00
Robin Howard
bc5c752f90 case: Increases touchpad cutout chamfer, decreases hole size by 0.1mm in an effort to avoid the screw ends colliding 2024-05-13 05:27:01 +10:00
Robin Howard
dae6dc9d64 case: Brings back-case rail into line with Fusion model. 2024-05-13 05:27:01 +10:00
Robin Howard
876a098c92 case: Adds missing extra chamfer on the lip of the TRS fillet. 2024-05-13 05:27:01 +10:00
Robin Howard
368acf72cd case: Techdraw template. Bring rails into line with Fusion model. 2024-05-13 05:27:01 +10:00
Robin Howard
2644022622 case: Adds slot to switch, adds follow of Erin's initial tech drawing. 2024-05-13 05:27:01 +10:00
Robin Howard
2901ae2085 case: Adds case lip pocket, fixes USB fillet. (TODO: Remove UsbFilletOutlineSketch; it is no longer needed.) 2024-05-13 05:27:01 +10:00
Robin Howard
ca2e78a38e case: Adds SD Card caddy and corresponding cutout. 2024-05-13 05:27:01 +10:00
Robin Howard
cdd9d16970 case: Adds example tech drawing, corrects face+back outer chamfer. 2024-05-13 05:27:01 +10:00
Robin Howard
984dbc0b22 case: Front-case pockets and cutouts (screen and touchpad). 2024-05-13 05:27:01 +10:00
Robin Howard
c334f67da0 case: USB, TRS, Button and Switch cutouts, fillets and pockets. USB needs a fix though. 2024-05-13 05:27:01 +10:00
Robin Howard
ad83ed83b8 case: Checkpoint before destructive cleanup of extra USB-related sketches. 2024-05-13 05:27:01 +10:00
Robin Howard
e54c5cd7d5 case: Completes case-face cutout and pocket sketches, and revisits the face-side inner switch pocket now that we have the screen retainer to reference from. 2024-05-13 05:27:01 +10:00
Robin Howard
ea81453305 case: Nudge the SD Card Reader component 0.1mm down / towards the USB port, to match IRL measurements. 2024-05-13 05:27:01 +10:00
Robin Howard
f130c4733b case: Adds start of case-front screen cutout sketches. 2024-05-13 05:27:01 +10:00
Robin Howard
9ef607a958 case: Adds lip/rail to the case back; this still needs insetting by ~0.1mm 2024-05-13 05:27:01 +10:00
Robin Howard
2837fd93c4 case: Bring USB port cutout + fillet into line with Fusion model.
(A smidge downwards [0.2mm] compared to my initial guess.)
2024-05-13 05:27:01 +10:00
Robin Howard
abd669c220 case: Finished switch, cleaned up naming of in-freecad reference models to aid further debugging, eg. stopping me from accidentally relying on old case position for case fittings. 2024-05-13 05:27:01 +10:00
Robin Howard
d07400b301 case: Back switch pocket startings, switch sketches + base extrudes. (Pocket depends on switch sketches, hence the weird order.) 2024-05-13 05:27:01 +10:00
Robin Howard
7e3a8b2c85 case: Fixes the button pocket fillets so they're in parity with the Fusion model. 2024-05-13 05:27:01 +10:00
Robin Howard
a703b6b17d case: Makes buttons + the button pocket match the new 5.6mm depth in the Fusion model.
(Still TODO: make the pocket fillet match; it extends a little further
 downward than in this model.)
2024-05-13 05:27:01 +10:00
Robin Howard
7d12ab00cf case: Minor tweak to make sure the travel offset for the button is applied properly. 2024-05-13 05:27:01 +10:00
Robin Howard
e788510b06 case: Adds the second button, switching to a different approach for positioning:
(ignoring sketch attachment, and having the body itself use DatumLine
Placement.Body.??? properties for its own placement. It means we can use
Clone for the second button and position it relative to the first (again
using the Placement properties for Button2's DatumLine to determine the
relative position), without having to try to figure out how to have
different sketch attachments, or needing to recreate the second button
entirely from cloned sketch upwards.
2024-05-13 05:27:01 +10:00
Robin Howard
991e0adeab case: Adds a rudimentary battery cage / button jig, and scaled-for-the-old-pocket-depth Button. 2024-05-13 05:27:01 +10:00
Robin Howard
18443b8a6b case: Checkpoint, foundation for battery cage work. 2024-05-13 05:27:00 +10:00
Robin Howard
e4fc35ce19 case: Porting the Fusion360 case back into FreeCAD, starting with the back/bottom half. 2024-05-13 05:26:45 +10:00
jacqueline
d2d3a30d6f Add notes on part selection 2024-05-09 13:08:17 +10:00
jacqueline
1f45b3696b Merge branch 'main' of git.sr.ht:~jacqueline/tangara-hw 2024-04-01 11:34:29 +11:00
jacqueline
d7f1df4818 fix side button footprint's edge clearance 2024-04-01 11:33:47 +11:00
jacqueline
24a0cd0d35 Add BOM 2024-04-01 08:28:46 +11:00
jacqueline
850a0e92ca Switch from specific passive MPNs to descriptions 2024-03-14 15:54:02 +11:00
jacqueline
acdc92a9e6 Merge branch 'main' of git.sr.ht:~jacqueline/tangara-hw 2024-03-14 11:24:44 +11:00
jacqueline
92e8ded5c8 tweak button routing 2024-03-14 11:23:38 +11:00
jacqueline
ef19baedd0 Add WIP buttons and switch too 2024-03-13 20:08:46 +11:00
jacqueline
0ac55e8de9 Merge remote-tracking branch 'origin/main' 2024-03-13 20:07:52 +11:00
jacqueline
5cbb1ba21f Add a WIP of erin's case 2024-03-13 20:06:48 +11:00
jacqueline
bb0f8144f6 add sd data+cmd pullups 2024-03-13 17:52:48 +11:00
jacqueline
89391692f5 Merge branch 'r9' of git.sr.ht:~jacqueline/tangara-hw into r9 2024-03-13 17:37:36 +11:00