https://github.com/bdring/grbl_hbot_midtbot
A fork of Grbl for the midTbot
https://github.com/bdring/grbl_hbot_midtbot
Last synced: 10 months ago
JSON representation
A fork of Grbl for the midTbot
- Host: GitHub
- URL: https://github.com/bdring/grbl_hbot_midtbot
- Owner: bdring
- Created: 2018-03-22T22:32:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T22:32:23.000Z (over 8 years ago)
- Last Synced: 2025-02-28T19:47:25.763Z (over 1 year ago)
- Language: C
- Size: 137 KB
- Stars: 13
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grbl CNC for the MidTBot
This is a fork of Grbl 1.1f for the MidTBot.

The official Grbl Repo by Sungeon Jeon is [https://github.com/gnea/grbl](https://github.com/gnea/grbl).
This fork turns on the CoreXY functions, sets the correct defaults and adds pen up/down control of a hobby servo for the pen.
Any work coordinate system Z>0 is pen up. Any work coordinate system Z<=0 is pen down.
The MidTBot is documented on the [http://www.buildlog.net/blog/?s=midtbot](http://www.buildlog.net/blog/?s=midtbot). Please ask all question on the blog.
Note: This needs to be installed as an Arduino library. See the [Grbl wiki pages](https://github.com/gnea/grbl/wiki/Compiling-Grbl) on how to do that.