Skip to content

An archive of an old version of Grbl that OpenPnP used to use. Left here for historic purposes.

License

Notifications You must be signed in to change notification settings

openpnp/grbl_ancient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED – DO NOT USE

This code is a very, very, VERY old branch of Grbl that was modified to work with OpenPnP. It is left here for historic purposes but should not be used in real systems. It has not been maintained in a long time and has serious bugs.

For OpenPnP use, please consider using TinyG: https://github.com/synthetos/TinyG

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:
ALPHA status: Under heavy development. Code state may significantly change with each push as new features are integrated.
– Major structural overhaul to allow for multi-tasking events and new feature sets
– New 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.
– Re-factored g-code parser with robust error-checking.
– Work coordinate system (G54), offsets(G92), and machine coordinate system support. G10 work coordinate settings support. (Up to 6 work coordinate systems(G54-G59) available as a compile-time option.)
– Program stop(M0,M1*,M2,M30) initial support. Optional stop to do.
– System reset re-initializes grbl without resetting the Arduino and retains machine/home position and work coordinates.
– Restructured planner and stepper modules to become independent and ready for future features.
– Reduced serial read buffer to 128 characters and increased write buffer to 64 characters.
– Misc bug fixes and removed deprecated acceleration enabled code.
– Planned features: Jog mode, full-featured status reporting, runtime settings such as toggling block delete.
– Advanced compile-time options: Up to 6 work coordinate systems(G54-G59), XON/XOFF flow control (limited support), direction and step pulse time delay.

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

About

An archive of an old version of Grbl that OpenPnP used to use. Left here for historic purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •