mirror of
git://projects.qi-hardware.com/ben-counterweight.git
synced 2025-04-21 12:27:27 +03:00
Update for gravity casting.
- cw.py: added inlets and air escapes for gravity casting - README: documented the tool making workflow
This commit is contained in:
17
README
17
README
@@ -28,3 +28,20 @@ Finally, all elements on the main PCB that are unusually tall are taped
|
||||
over, to further reduce the risk of them working their way into the
|
||||
counterweight. Right now, the only component where problems are
|
||||
considered likely is the buzzer.
|
||||
|
||||
|
||||
Workflow
|
||||
--------
|
||||
|
||||
- analyze geometry, e.g., by viewing ben-bottom-inside-500um
|
||||
- define CAD model in cw.py
|
||||
- generate in HeeksCAD with "import cw"
|
||||
- define Zig-Zag operation
|
||||
- generate Python script and run it (takes a while)
|
||||
- save NC file
|
||||
- convert G-code to gnuplot, with cncmap/g2gp
|
||||
- mount piece and determine geometry with millp
|
||||
(from http://svn.openmoko.org/developers/werner/cncmap)
|
||||
- define conversion in "doit" script (to do: put in repository)
|
||||
- ./doit >job
|
||||
- send job with cncmap/spool
|
||||
|
||||
Reference in New Issue
Block a user