Go to file
Sonny Jeon 4c711a4af7 New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing.
(All v0.8 features installed. Still likely buggy, but now thourough
testing will need to start to squash them all. As soon as we're done,
this will be pushed to master and v0.9 development will be started.
Please report ANY issues to us so we can get this rolled out ASAP.)

- User startup script! A user can now save one (up to 5 as compile-time
option) block of g-code in EEPROM memory. This will be run everytime
Grbl resets. Mainly to be used as a way to set your preferences, like
G21, G54, etc.

- New dry run and check g-code switches. Dry run moves ALL motions at
rapids rate ignoring spindle, coolant, and dwell commands. For rapid
physical proofing of your code. The check g-code switch ignores all
motion and provides the user a way to check if there are any errors in
their program that Grbl may not like.

- Program restart! (sort of). Program restart is typically an advanced
feature that allows users to restart a program mid-stream. The check
g-code switch can perform this feature by enabling the switch at the
start of the program, and disabling it at the desired point with some
minimal changes.

- New system state variable. This state variable tracks all of the
different state processes that Grbl performs, i.e. cycle start, feed
hold, homing, etc. This is mainly for making managing of these task
easier and more clear.

- Position lost state variable. Only when homing is enabled, Grbl will
refuse to move until homing is completed and position is known. This is
mainly for safety. Otherwise, it will let users fend for themselves.

- Moved the default settings defines into config.h. The plan is to
eventually create a set of config.h's for particular as-built machines
to help users from doing it themselves.

- Moved around misc defines into .h files. And lots of other little
things.
2012-11-03 11:32:23 -06:00
doc No changes. Github commit bug. 2012-06-27 07:06:24 -06:00
script No changes. Github commit bug. 2012-06-27 07:06:24 -06:00
.gitignore merged master 2011-01-31 19:42:56 +01:00
config.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
coolant_control.c Minor prescalar optimization. Changed up some defines. 2012-09-21 17:55:02 -06:00
coolant_control.h Added coolant control (M7*, M8, M9). Mist control can be enabled via config.h. 2012-09-21 11:14:13 -06:00
COPYING No changes. Github commit bug. 2012-06-27 07:06:24 -06:00
eeprom.c formatting 2011-01-31 23:04:39 +01:00
eeprom.h No changes. Github commit bug. 2012-06-27 07:06:24 -06:00
gcode.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
gcode.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
limits.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
limits.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
main.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
Makefile New report module. 6 persistent work coordinates. New G-codes and settings. README and minor bug updates 2012-11-01 09:37:27 -06:00
motion_control.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
motion_control.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
nuts_bolts.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
nuts_bolts.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
planner.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
planner.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
print.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
print.h Limit pin internal pull-resistors enabled. Re-wrote read_double() function. Correctly changed all 'double's to 'float's. 2012-10-08 15:57:58 -06:00
protocol.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
protocol.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
readme.textile New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
report.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
report.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
serial.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
serial.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
settings.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
settings.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
spindle_control.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
spindle_control.h Added block delete, opt stop, single block mode. New parser state and parameter feedback. Overhauled '$' command. 2012-11-01 19:48:55 -06:00
stepper.c New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00
stepper.h New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. 2012-11-03 11:32:23 -06:00

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 18 motions into the future and plan its velocities ahead to deliver smooth acceleration and jerk-free cornering.

*Changelog for v0.8 from v0.7:*
  - *BETA status: _Under development but nearing completion. Code state may change with each push as new features are integrated or when bugs are squashed._*
  - 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
  - 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.
  - New switch commands: Dry-run, block delete, single block mode, optional stop. A check g-code switch has also been added to allow users to error check their programs. This feature can also be used as a "program restart" by enabling the check g-code switch, begin streaming, and disable the check g-code switch at the desired point with minimal additional g-code.
  - 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.
  - Program stop(M0,M1,M2,M30) initial support.
  - Coolant control(M7*,M8,M9) support. (M7 is a compile-time option).
  - 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.
  - Misc bug fixes and removed deprecated acceleration enabled code.  
  - Planned features: Axis acceleration and max speed individual settings, full-featured status reporting.
  - Advanced compile-time options: XON/XOFF flow control (limited support), direction and step pulse time delay, and up to 5 startup lines.
  

*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_