Navigation Menu

Skip to content

opensourcemanufacturing/grbl-NanoDLP-Patched

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoDLP GRBL 0.9j Patched version

This NanoDLP version adds Z_move_comp report string to the dwell commad (G4 Pxx) enabling the automatic sync of NanoDLP using the command [[WaitForDoneMessage]];

The way to use this is to send a dwell command after the Z motion commands, the dwell only runs on the microprocessor after all the other commands have been executed and will return a serial string Z_move_comp that NanoDLP is waiting for with [[WaitForDoneMessage]]; command.

This version is forked from the SolidRay project (that is forked from the original grbl0.9j)


List of Supported G-Codes in Grbl v0.9 Master:
  - Non-Modal Commands: G4, G10L2, G10L20, G28, G30, G28.1, G30.1, G53, G92, G92.1
  - Motion Modes: G0, G1, G2, G3, G38.2, G38.3, G38.4, G38.5, G80
  - Feed Rate Modes: G93, G94
  - Unit Modes: G20, G21
  - Distance Modes: G90, G91
  - Arc IJK Distance Modes: G91.1
  - Plane Select Modes: G17, G18, G19
  - Tool Length Offset Modes: G43.1, G49
  - Cutter Compensation Modes: G40
  - Coordinate System Modes: G54, G55, G56, G57, G58, G59
  - Control Modes: G61
  - Program Flow: M0, M1, M2, M30*
  - Coolant Control: M7*, M8, M9
  - Spindle Control: M3, M4, M5
  - Valid Non-Command Words: F, I, J, K, L, N, P, R, S, T, X, Y, Z

  • IMPORTANT INFO WHEN UPGRADING TO GRBL v0.9 :
  • Baudrate is now 115200 (Up from 9600).
  • Homing cycle updated. Located based on switch trigger, rather than release point.
  • Variable spindle is now enabled by default. Z-limit(D12) and spindle enable(D11) have switched to access the hardware PWM on D11. Homing will not work if you do not re-wire your Z-limit switch to D12.

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


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, all other primary g-code commands. Macro functions, variables, and most canned cycles are not supported, but we think GUIs can do a much better job at translating them into straight g-code anyhow.

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.

  • Licensing: Grbl is free software, released under the GPLv3 license.

  • For more information and help, check out our Wiki pages! If you find that the information is out-dated, please to help us keep it updated by editing it or notifying our community! Thanks!

  • Lead Developer [2011 - Current]: Sungeun(Sonny) K. Jeon, Ph.D. (USA) aka @chamnit

  • Lead Developer [2009 - 2011]: Simen Svale Skogsrud (Norway). aka The Originator/Creator/Pioneer/Father of Grbl.


##Update Summary for v0.9j

  • Restore EEPROM feature: A new set of restore EEPROM features to help OEMs and users reset their Grbl installation to the build defaults. See Configuring Grbl Wiki for details.

##Update Summary for v0.9i

  • IMPORTANT:
    • Homing cycle updated. Locates based on trigger point, rather than release point.
    • System tweaks: $14 cycle auto-start has been removed. No more QUEUE state.
  • New G-Codes
  • CoreXY Support
  • Safety Door Support
  • Full Limit and Control Pin Configurability
  • Additional Compile-Time Feature Options

##Update Summary for v0.9h from v0.8

  • IMPORTANT:
    • Default serial baudrate is now 115200! (Up from 9600)
    • Z-limit(D12) and spindle enable(D11) pins have switched to support variable spindle!
  • Super Smooth Stepper Algorithm
  • Stability and Robustness Updates
  • (x4)+ Faster Planner
  • Compile-able via Arduino IDE!
  • G-Code Parser Overhaul
  • Independent Acceleration and Velocity Settings
  • Soft Limits
  • Probing
  • Dynamic Tool Length Offsets
  • Improved Arc Performance
  • CPU Pin Mapping
  • New Grbl SIMULATOR! (by @jgeisler and @ashelly)
  • Configurable Real-time Status Reporting
  • Updated Homing Routine
  • Optional Limit Pin Sharing
  • Optional Variable Spindle Speed Output
  • Additional Compile-Time Feature Options

About

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.2%
  • Other 1.8%