Archive:Tiefpunkts-CNC-Mill: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
== Workflow == | |||
* | * Generating G-Code: | ||
** [http://www.scorchworks.com/Fengrave/fengrave.html#download F-Engrave] - DXF to GCode, single pass only | |||
** [https://github.com/cnc-club/gcodetools gcodetools] for Inkscape (not tested yet) | |||
** [http://sourceforge.net/projects/dxf2gcode/ dxf2gcode] (not tested yet) | |||
** [http://www.thuijzer.nl/image2gcode/ image2gcode] online, not tested yet | |||
* Executing on the machine: | |||
** [https://github.com/winder/Universal-G-Code-Sender Universal G-Code Sender] - Java, requires rxtx library, on OS X follow [http://blog.brianhemeryck.me/installing-rxtx-on-mac-os-mountain-lion/] to install | ** [https://github.com/winder/Universal-G-Code-Sender Universal G-Code Sender] - Java, requires rxtx library, on OS X follow [http://blog.brianhemeryck.me/installing-rxtx-on-mac-os-mountain-lion/] to install | ||
** [ | ** [https://github.com/cody82/grblgui grblgui] not tested | ||
== References == | == References == | ||
* G-Code | * G-Code | ||
** | ** [https://en.wikipedia.org/wiki/G-code#List_of_G-codes_commonly_found_on_FANUC_and_similarly_designed_controls Wikipedia] | ||
** | ** [http://reprap.org/wiki/G-code RegRap] includes information on what commands are supported by grbl. Also has shorter [https://thingiverse-production.s3.amazonaws.com/assets/87/b0/2c/f5/4c/CheatSheet.pdf Cheat Sheet] | ||
[[Category:Project]] | [[Category:Project]] |
Revision as of 08:13, 15 June 2015
CNC Mill Release status: experimental [box doku] | |
---|---|
Description | |
Author(s) | tiefpunkt (Tiefpunkt) |
Last Version | v0.1 |
Severin brought his CNC mill to the lab a while back. It's beginnings can be found here: CNC-Fräse
Build Log
Date | Activities |
---|---|
2015-04-24 |
|
2015-04-26 |
|
2015-04-30 |
|
2015-05-03 |
|
2015-06-14 |
Problems:
|
Workflow
- Generating G-Code:
- F-Engrave - DXF to GCode, single pass only
- gcodetools for Inkscape (not tested yet)
- dxf2gcode (not tested yet)
- image2gcode online, not tested yet
- Executing on the machine:
- Universal G-Code Sender - Java, requires rxtx library, on OS X follow [3] to install
- grblgui not tested
References
- G-Code
- Wikipedia
- RegRap includes information on what commands are supported by grbl. Also has shorter Cheat Sheet