mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-29 17:19:50 +02:00
Merge branch 'YamlSettings' of https://github.com/bdring/Grbl_Esp32 into YamlSettings
This commit is contained in:
@@ -30,6 +30,7 @@ axes:
|
|||||||
seek_rate: 200.000
|
seek_rate: 200.000
|
||||||
debounce_ms: 500
|
debounce_ms: 500
|
||||||
pulloff: 1.000
|
pulloff: 1.000
|
||||||
|
square: false
|
||||||
|
|
||||||
gang0:
|
gang0:
|
||||||
endstops:
|
endstops:
|
||||||
|
@@ -37,7 +37,7 @@ namespace Machine {
|
|||||||
|
|
||||||
void Gang::init() {
|
void Gang::init() {
|
||||||
if (strcmp(_motor->name(), "null_motor") != 0) {
|
if (strcmp(_motor->name(), "null_motor") != 0) {
|
||||||
bitnum_istrue(Machine::Axes::motorMask, _axis + 16 * _gang);
|
bitnum_true(Machine::Axes::motorMask, _axis + 16 * _gang);
|
||||||
}
|
}
|
||||||
_motor->init();
|
_motor->init();
|
||||||
if (_endstops) {
|
if (_endstops) {
|
||||||
|
Reference in New Issue
Block a user