Archive:Tiefpunkts-CNC-Mill: Difference between revisions
Jump to navigation
Jump to search
(+buildlog) |
No edit summary |
||
Line 33: | Line 33: | ||
| | | | ||
* Printed parts to hold 2 endstops on the Y axis. Endstops are in place now, but not yet connected. | * Printed parts to hold 2 endstops on the Y axis. Endstops are in place now, but not yet connected. | ||
|- | |||
| 2015-06-14 | |||
| | |||
* Connected endstops to Arduino controller | |||
* Updated grbl on Arduino to 0.8c (custom compiled, to accommodate for different pin configurations, and homing only on X and Y [https://github.com/grbl/grbl/issues/224]) | |||
* Testdrives | |||
Problems: | |||
* Noise on the endstops, triggered e.g. when starting the spindle -> maybe bigger pullups? | |||
* Right X endstop cannot be triggered, due to size of the z-axis sled | |||
|} | |} | ||
== Workflow == | |||
* Software Tools: | |||
** [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 | |||
** [http://www.scorchworks.com/Fengrave/fengrave.html#download F-Engrave] - DXF to GCode, single pass only | |||
== References == | |||
* G-Code | |||
** Wikipedia [https://en.wikipedia.org/wiki/G-code#List_of_G-codes_commonly_found_on_FANUC_and_similarly_designed_controls] | |||
** RegRap [http://reprap.org/wiki/G-code], also shorter [https://thingiverse-production.s3.amazonaws.com/assets/87/b0/2c/f5/4c/CheatSheet.pdf Cheat Sheet] | |||
[[Category:Project]] | [[Category:Project]] |
Revision as of 01:23, 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 ==
- Software Tools:
- Universal G-Code Sender - Java, requires rxtx library, on OS X follow [3] to install
- F-Engrave - DXF to GCode, single pass only
References
- G-Code
- Wikipedia [4]
- RegRap [5], also shorter Cheat Sheet