Skip to content

Commit eefe2bb

Browse files
committed
Update log.
1 parent bdc2da9 commit eefe2bb

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

doc/log/commit_log_v1.1.txt

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
----------------
2+
Date: 2019-08-30
3+
Author: Sonny Jeon
4+
Subject: Fixed typo bug effecting dual-axis build with Y.
5+
6+
7+
----------------
8+
Date: 2019-08-25
9+
Author: Sonny Jeon
10+
Subject: Update grbl.h
11+
12+
13+
----------------
14+
Date: 2019-08-25
15+
Author: Sonny Jeon
16+
Subject: Update system.c
17+
18+
19+
----------------
20+
Date: 2019-07-30
21+
Author: Sonny Jeon
22+
Subject: Dual motor support for self-squaring gantry homing.
23+
24+
- New dual motor support feature for gantry CNC machines. An axis motor is efficiently mirrored to a dedicated set of step and direction pins (D12/D13 or A3/A4) with no detectable loss of performance. Primarily used to independently home both sides of a dual-motor gantry with a pair of limit switches (second shared with Z-axis limit pin). When the limit switches are setup correctly, Grbl will self-square the gantry (and stay square if $1=255 is programmed). Beware use at your own risk! Grbl is not responsible for any damage to any machines.
25+
26+
- Dual axis motors is only supported on the X-axis or Y-axis. And deletes the spindle direction(D13) and optional coolant mist (A4) features to make room for the dual motor step and direction pins.
27+
28+
- Dual axis homing will automatically abort homing if one limit switch triggers and travels more than 5% (default) of the non-dual axis max travel setting. For example, if the X-axis has dual motors and one X-axis triggers during homing, Grbl will abort 5% of the Y-axis max travel and the other X-axis limit fails to trigger. This will help keep any misconfigurations or failed limit switches from damaging the machine, but not completely eliminate this risk. Please take all precautions and test thouroughly before using this.
29+
30+
- Dual axis motors supports two configurations:
31+
32+
- Support for Arduino CNC shield clones. For these, step/dir on pins D12/D13, and spindle enable is moved to A3 (old coolant enable), while coolant enable is moved to A4 (SDA pin). Variable spindle/laser mode option is NOT supported for this shield.
33+
34+
- Support for Protoneer CNC Shield v3.51. Step/dir on pins A3/A4, and coolant enable is moved to D13 (old spindle direction pin). Variable spindle/laser mode option IS supported for this shield.
35+
36+
- Added Bob's CNC E3 and E4 CNC machine defaults.
37+
38+
139
----------------
240
Date: 2018-11-12
341
Author: Sonny Jeon

0 commit comments

Comments
 (0)