AtomCNC

所属分类:嵌入式/单片机/硬件编程
开发工具:C++
文件大小:241KB
下载次数:89
上传日期:2013-11-25 09:56:52
上 传 者WilsonFu
说明:  经典开源多轴联动AVR步进电机运动控制程序,包括G代码处理、主轴控制、限位开关控制等子程序
(AVR CNC controller with Gcode)

文件列表:
AtomCNC (0, 2012-07-10)
... ...

h1. AtomCNC - CR1 for Revision 1 h2. Compiling To Compile modify the MAKEFILE: *change this to your arduino bin folder* ARDBIN = E:\arduino-1.0.1\hardware\tools\avr\bin *change this to match your com port* ARDCOM = COM5 When done compiling you should see a AtomCNC.hex file. h2. Uploading To Upload simply run UPLOAD.bat. h1. Grbl - An embedded g-code interpreter and motion-controller for the Arduino/AVR328 microcontroller Grbl is a no-compromise, high performance, low cost alternative to parallel-port-based motion control for CNC milling. It will run on a vanilla Arduino (Duemillanove/Uno) as long as it sports an Atmega 328. The controller is written in highly optimized C utilizing every clever feature of the AVR-chips to achieve precise timing and asynchronous operation. It is able to maintain more than 30kHz of stable, jitter free control pulses. It accepts standards-compliant G-code and has been tested with the output of several CAM tools with no problems. Arcs, circles and helical motion are fully supported, as well as, other basic functional g-code commands. Functions and variables are not currently supported, but may be included in future releases in a form of a pre-processor. Grbl includes full acceleration management with look ahead. That means the controller will look up to 16 to 20 motions into the future and plan its velocities ahead to deliver smooth acceleration and jerk-free cornering. *Changelog for v0.7 from v0.6:* - Significantly improved and optimized planner re-factoring. - New robust cornering algorithm, enabling smoother and faster motions. - Arc acceleration planning enabled by efficient vector transformation implementation. - Stepper subsystem re-factoring to help remove some motion issues from pre-v0.7 builds. - Increased dwell times. - G92 coordinate system offset support. - (Beta) Limit switch and homing cycle support. - Many other bug fixes and efficiency improvements. *Important note for Atmega 168 users:* Going forward, support for Atmega 168 will be dropped due to its limited memory and speed. However, legacy Grbl v0.51 "in the branch called 'v0_51' is still available for use. _The project was initially inspired by the Arduino GCode Interpreter by Mike Ellery_

近期下载者

相关文件


收藏者