Search found 33 matches

by jonnor
Wed Oct 28, 2015 9:31 pm
Forum: Help on using FreeCAD
Topic: fillet on a segment only
Replies: 3
Views: 1316

Re: fillet on a segment only

Here is one way of doing it: Path::Sweep a sketch for the router profile, along the path of where the router bit should go (make solid option is on). Then take this object Part::Cut that from your object. A bit tedious because aliging the profile sketch must be done to get right effect, but works. I...
by jonnor
Wed Oct 28, 2015 8:02 pm
Forum: Open discussion
Topic: How to create halved cross joint [SOLVED]
Replies: 3
Views: 1474

Re: Tips for creating joinery?

Thanks DeepSOIC, works pretty nicely!

In case someone else is searching, this is sometimes called lapped join, lap joint, halved joint or cross lap joint. This kind of joinery is also comment when making a torsion box.
by jonnor
Wed Oct 28, 2015 3:00 pm
Forum: Open discussion
Topic: How to create halved cross joint [SOLVED]
Replies: 3
Views: 1474

How to create halved cross joint [SOLVED]

Hi, as an example, I have this project where I'd like a lapped/halved joint between the parts. All pieces are designed to be lasercut in acrylic/wood ~5mm. freecad-halvejoint.png tapez-bed.fcstd I can of course put in notches into the sketches manually, but whenever I'd move/resize the pieces I'd ne...
by jonnor
Sun Sep 27, 2015 12:33 am
Forum: Users Showcase
Topic: TapeXY: Low-cost XY stage for CNC/3d-printer/laser
Replies: 2
Views: 4356

TapeXY: Low-cost XY stage for CNC/3d-printer/laser

Reproduction of digital fabrication machines is becoming easier and easier, but still we rely on speciality hardware for many parts (instead of making them with our exisitng general purpose digital fabrication machines). Some common items include linear guides, bearings and timing belts. TapeXY is a...
by jonnor
Sun Sep 13, 2015 11:05 pm
Forum: Archived Pull Requests
Topic: Skip Recomputes
Replies: 11
Views: 29841

Re: Skip Recomputes

A typical solution to this problem is to 'debounce' the changes, especially for sliders etc. That is, wait until some 100ms without any user activity before computing results. Ideally nothing will freeze the GUI while processing, and processing jobs that take longer can be cancelled. So even if re-c...
by jonnor
Sun Sep 13, 2015 11:33 am
Forum: Open discussion
Topic: FreeCAD in Oslo, Norway
Replies: 2
Views: 884

Re: FreeCAD in Oslo, Norway

Slides from last time (quite basic), are at https://github.com/jonnor/projects/tree/master/freecad-workshop We try to keep things hands-on as much as possible. Last time we walked through one example object per modelling tool (sketch+extrude, booleans, revolve, etc). For next time I plan to instead ...
by jonnor
Thu Sep 10, 2015 9:38 pm
Forum: Help on using FreeCAD
Topic: Diameter of a circle in Sketcher
Replies: 9
Views: 6223

Re: Diameter of a circle in Sketcher

With the work ongoing to have 'expressions' support in FreeCAD, things like 'radius = 10.4/2' (where 10.4 is diameter) will probably become nicer - as it will stay like that instead of being converted to 5.2 right away.
by jonnor
Thu Sep 10, 2015 9:14 pm
Forum: Users Showcase
Topic: 3d-printed electret microphone and jack socket
Replies: 5
Views: 3101

Re: 3d-printed electret microphone and jack socket

Thanks everyone!

ickby: That is a great tip about eaglepcb2freecad. Will keep that in mind for next project.
by jonnor
Thu Sep 10, 2015 1:26 am
Forum: Users Showcase
Topic: 3d-printed electret microphone and jack socket
Replies: 5
Views: 3101

3d-printed electret microphone and jack socket

Playing with 3d-printing conductive filament, I created a microphone (using a standard electret capsule). https://raw.githubusercontent.com/jonnor/projects/master/printable-electronics/doc/mic-electret-nearcomplete.png Green=Regular PLA, Brown=ProtoPasta Conductive Graphite PLA, Blue+Gray=vitamins h...