#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 up to 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 18 motions into the future and plan its velocities ahead to deliver smooth acceleration and jerk-free cornering.
* Note on licensing: Grbl has been re-licensed to the MIT software license. Please see the COPYING text for details.
* For more information and help, check out our **[Wiki pages!](https://github.com/grbl/grbl/wiki)** If you find that the information is out-dated, please to help us keep it updated by editing it or notifying our community! Thanks!
* Grbl may now be easily compiled and installed directly through the Arduino IDE! See the Wiki to learn how to do it.
* Lead Developers: Sonny Jeon, Ph.D. (2011-2014) and Simen Svale Skogsrud, a.k.a the O.G. (2009-2011)
##Downloads (Right-Click and Save-Link-As):
_**Master Branch:**_
* [Grbl v0.8c Atmega328p 16mhz 9600baud](http://bit.ly/SSdCJE) (Last updated: 2014-07-03)
- 2014-07-03: G18 reporting fix.
- 2013-12-07: G18 and serial volatile fixes.
- 2013-04-05: Line buffer increased and overflow feedback added.
_**Edge/Development Branch:**_
* [Grbl v0.9g Build 2014-08-13](http://bit.ly/1Bfza9D) : Edge Branch
- **BETA!** Bugs may exist. Please let us know of any bugs so we can quickly fix them and push this to master!
- **IMPORTANT:** Baudrate is now 115200 (Up from 9600). Settings WILL be overwritten. Please make sure you have a backup. Also, settings have been renumbered and some have changed how they work. See our Wiki for details.
- New super smooth stepping algorithm and (4x) planner optimizations and speed.
- Stability and robustness updates that allow you now put the pedal to the metal (up to 10x speed.)
- Independent axes settings and dynamic scaling for acceleration, max velocity, and travel.
- Automatic arc segment scaling by tolerance setting, leading to an order of magnitude faster feedrates about them.
- Completely overhauled g-code parser with 100%* g-code compliance and error checking.
- Grbl SIMULATOR: Directly compile a virtual Grbl into an executable that doesn't require an Arduino!
- Other stuff: Soft limits, probing, tool length offsets, status reporting mask and new data, CPU pin mapping, updated homing routine.
- Optional features: Limit pin sharing, variable spindle speed output, line number tracking, real-time feed rate reporting, and more!
_**Archives:**_
* [Grbl v0.8a Atmega328p 16mhz 9600baud](http://bit.ly/TVCTVv)
* [Grbl v0.7d Atmega328p 16mhz 9600baud](http://bit.ly/ZhL15G)
* [Grbl v0.6b Atmega328p 16mhz 9600baud](http://bit.ly/VD04A5)
* [Grbl v0.6b Atmega168 16mhz 9600baud](http://bit.ly/SScWnE)
* [Grbl v0.51 Atmega328p 16mhz 9600baud](http://bit.ly/W75BS1)
* [Grbl v0.51 Atmega168 16mhz 9600baud](http://bit.ly/VXyrYu)
##Changelog for v0.8 from v0.7:
- Major structural overhaul to allow for multi-tasking events and new feature sets.
- Run-time command control: Feed hold (pause), Cycle start (resume), Reset (abort), Status reporting (current position and state).
- Controlled feed hold with deceleration to ensure no skipped steps and loss of location.
- After feed hold, cycle accelerations are re-planned and may be resumed.
- Advanced homing cycle with direction and speed configuration options. (Requires limit switches.) When enabled, homing is required before use to ensure safety.
- Limit pins are held normal high with internal pull-up resistors. Wiring only requires a normally-open switch connected to ground. (For both ends of an axis, simply wire two in parallel into the same pin.)
- Hard limits option and plays nice with homing cycle, so switches can be used for both homing and hard limits.
- A check g-code mode has also been added to allow users to error check their programs.
- Re-factored g-code parser with robust error-checking.
- 6 work coordinate systems (G54-G59), offsets(G92), and machine coordinate system support. Work coordinate systems are stored in EEPROM and persistent.
- G10 L2 and L20 work coordinate settings support. L2 sets one or more axes values. L20 sets the current machine position to the specified work origin.
- G28.1 and G30.1 set home position support. These set the internal EEPROM parameter values to the current machine position. (G28 and G30 no longer perform homing cycle, '$H' does. They move to these stored positions.)
- Program stop(M0,M2,M30) support.
- Coolant control(M7*,M8,M9) support. (M7 is a compile-time option).
- G-code parser state and '#' parameters feedback.
- System reset re-initializes grbl without resetting the Arduino and retains machine/home position and work coordinates.
- Settings overhauled and dozens of new settings and internal commands are now available, when most were compile-time only.
- New startup line setting. Allows users to store a custom g-code block into Grbl's startup routine. Executes immediately upon startup or reset. May be used to set g-code defaults like G20/G21.
- Pin-outs of the cycle-start, feed-hold, and soft-reset runtime commands on pins A0-A2.
- Misc bug fixes and removed deprecated acceleration enabled code.
- Advanced compile-time options: XON/XOFF flow control (limited support), direction and step pulse time delay, up to 5 startup lines, and homing sequence configurability.
*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_
-------------
Grbl is an open-source project and fueled by the free-time of our intrepid administrators and altruistic users. If you'd like to donate, all proceeds will be used to help fund supporting hardware and testing equipment. Thank you!
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EBQWAWQAAT878)
没有合适的资源?快使用搜索试试~ 我知道了~
grbl-0.8_src
共47个文件
h:17个
c:15个
txt:4个
1星 需积分: 10 9 下载量 74 浏览量
2018-12-18
11:11:01
上传
评论
收藏 108KB ZIP 举报
温馨提示
Grbl 带有说明文旦的源代码,经典! 特别推荐! config.h coolant_control.c coolant_control.h COPYING defaults.h doc eeprom.c eeprom.h gcode.c gcode.h limits.c limits.h main.c Makefile motion_control.c motion_control.h nuts_bolts.c nuts_bolts.h pin_map.h planner.c planner.h print.c print.h protocol.c protocol.h README.md report.c report.h script serial.c serial.h settings.c settings.h spindle_control.c spindle_control.h stepper.c stepper.h
资源推荐
资源详情
资源评论
收起资源包目录
grbl-0.8_src.zip (47个子文件)
grbl-0_8
config.h 12KB
print.h 1KB
protocol.h 2KB
eeprom.h 2KB
main.c 4KB
planner.h 4KB
settings.h 4KB
nuts_bolts.c 5KB
limits.c 12KB
coolant_control.c 2KB
motion_control.c 14KB
report.c 15KB
coolant_control.h 1KB
motion_control.h 2KB
stepper.c 22KB
report.h 3KB
limits.h 1KB
defaults.h 9KB
doc
commands.txt 3KB
resources.txt 404B
pinmapping.txt 4KB
structure.txt 2KB
spindle_control.h 1KB
.gitignore 31B
protocol.c 15KB
print.c 4KB
stepper.h 2KB
Makefile 4KB
planner.c 25KB
README.md 7KB
script
simple_stream.py 2KB
stream.py 4KB
Obsolete
proxy 110B
console 415B
stream.rb 1KB
trapezoid_simulator.rb 3KB
stream 39B
serial.h 2KB
pin_map.h 8KB
serial.c 6KB
COPYING 4KB
gcode.h 5KB
eeprom.c 5KB
nuts_bolts.h 5KB
settings.c 9KB
spindle_control.c 2KB
gcode.c 28KB
共 47 条
- 1
资源评论
- wang3612502019-06-05想再下载一次,用不同的电脑
butteagle
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 车载以太网协议及其在AUTOSAR架构中的实现
- 车载诊断系统中功能安全的设计要求与应对方法
- Opencascade三维环境搭建
- 一个跨平台命令行实用程序,可以从 cookiecutter(项目模板)创建项目,例如 Python 包项目、C 项目 .zip
- 一个简单的 Python 文档应用程序.zip
- 车载诊断UDS协议中NRC 78和NRC 21详解及其应用场景
- 一个用于实体建模的 Python 前端,可编译为 OpenSCAD.zip
- 一个用于与 Microsoft Graph 和 Office 365 API 交互的简单 Python 库.zip
- 下一代整车电网电子电气架构及其关键技术发展
- 一个展示用 Python 制作的数百张图表的网站.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功