Archive:Tiefpunkts-CNC-Mill: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(resources on reducing electrical noise) |
||
Line 45: | Line 45: | ||
|} | |} | ||
== Issues == | |||
* Electrical noise | |||
** http://www.cnccookbook.com/CCCNCNoise.html | |||
** http://www.shapeoko.com/forum/viewtopic.php?f=5&t=1268&p=19246#p19246 | |||
** https://github.com/grbl/grbl/issues/163 | |||
** http://electronics.stackexchange.com/questions/51558/false-positives-on-arduino-input | |||
** http://forum.arduino.cc/index.php?topic=62065.0 | |||
== Workflow == | == Workflow == |
Revision as of 07:57, 17 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:
|
Issues
- Electrical noise
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