1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 19:02:35 +02:00

board: defaults: indent

Added board: field
Added defaults: category to collect settings that propagate
Changed indentation to 2 spaces for brevity
This commit is contained in:
Mitch Bradley
2020-11-02 11:24:28 -10:00
parent 6e86ce5b02
commit 594864f934
35 changed files with 1084 additions and 1087 deletions

View File

@@ -26,8 +26,9 @@ spindle:
RxD: gpio.2 RxD: gpio.2
debug: on debug: on
homing: homing:
cycle0: x cycles:
cycle1: xy - x
- xy
probe: gpio.14 probe: gpio.14
reset: gpio.27:low reset: gpio.27:low
feed-hold: gpio.26:low feed-hold: gpio.26:low

View File

@@ -1,6 +1,9 @@
--- ---
name: esp32_v3.5 name: esp32_v3.5
board: bdring-3axis-v3
defaults:
steppers:
disable: gpio.13
x: x:
limit: gpio.2:low limit: gpio.2:low
stepstick: stepstick:
@@ -16,8 +19,6 @@ z:
stepstick: stepstick:
step: gpio.27 step: gpio.27
direction: gpio.33 direction: gpio.33
steppers:
disable: gpio.13
spindle: spindle:
pwm: pwm:
output: gpio.17 output: gpio.17

View File

@@ -1,5 +1,9 @@
--- ---
name: esp32_v4 name: esp32_v4
board:bdring-3axis-v4
defaults:
steppers:
disable: gpio.13
x: x:
limit: gpio.17:low limit: gpio.17:low
stepstick: stepstick:
@@ -15,8 +19,6 @@ z:
stepstick: stepstick:
step: gpio.27 step: gpio.27
direction: gpio.33 direction: gpio.33
steppers:
disable: gpio.13
spindle: spindle:
pwm: pwm:
output: gpio.2 output: gpio.2

View File

@@ -1,6 +1,9 @@
--- ---
name: esp32_v4_xyz name: esp32_v4_xyz
board:bdring-3axis-v4
defaults:
steppers:
disable: gpio.13
x: x:
limit: gpio.17:low limit: gpio.17:low
stepstick: stepstick:
@@ -15,9 +18,6 @@ z:
stepstick: stepstick:
step: gpio.27 step: gpio.27
direction: gpio.33 direction: gpio.33
steppers:
disable: gpio.13
spindle: spindle:
pwm: pwm:
output: gpio.2 output: gpio.2

View File

@@ -1,5 +1,8 @@
--- ---
name: External 4 Axis Driver Board V2 name: External 4 Axis Driver Board V2
defaults:
steppers:
disable: gpio.13
x: x:
limit: gpio.34:low limit: gpio.34:low
external-stepper: external-stepper:
@@ -20,8 +23,6 @@ a:
external-stepper: external-stepper:
step: gpio.12 step: gpio.12
direction: gpio.14 direction: gpio.14
steppers:
disable: gpio.13
spindle: spindle:
huanyang: huanyang:
TxD: gpio.17 TxD: gpio.17

View File

@@ -1,5 +1,10 @@
--- ---
name: 6 Pack Lowrider XYYZZ V1 (StepStick) name: 6 Pack Lowrider XYYZZ V1 (StepStick)
board: bdring-6pack
defaults:
steppers:
disable: gpio.13
pulse: 4
i2so: i2so:
bck: gpio.22 bck: gpio.22
ws: gpio.17 ws: gpio.17
@@ -39,6 +44,3 @@ z2:
direction: i2so.17 direction: i2so.17
step: i2so.18 step: i2so.18
ms3: i2so.19 ms3: i2so.19
steppers:
reset: gpio.19
pulse: 4

View File

@@ -1,5 +1,10 @@
--- ---
name: 6 Pack MPCNC XYZXY V1 (StepStick) name: 6 Pack MPCNC XYZXY V1 (StepStick)
board: bdring-6pack
defaults:
steppers:
reset: gpio.19
pulse: 4
i2so: i2so:
bck: gpio.22 bck: gpio.22
ws: gpio.17 ws: gpio.17
@@ -39,6 +44,3 @@ z:
direction: i2so.9 direction: i2so.9
step: i2so.10 step: i2so.10
ms3: i2so.11 ms3: i2so.11
steppers:
reset: gpio.19
pulse: 4

View File

@@ -1,5 +1,10 @@
--- ---
name: 6 Pack Controller StepStick XYZ name: 6 Pack Controller StepStick XYZ
board: bdring-6pack
defaults:
steppers:
reset: gpio.19
pulse: 4
i2so: i2so:
bck: gpio.22 bck: gpio.22
ws: gpio.17 ws: gpio.17
@@ -19,6 +24,3 @@ z:
stepstick: stepstick:
6pack-socket3 6pack-socket3
spmm: 800 spmm: 800
steppers:
reset: gpio.19
pulse: 4

View File

@@ -1,5 +1,10 @@
--- ---
name: 6 Pack Controller V1 (StepStick) name: 6 Pack Controller V1 (StepStick)
board: bdring-6pack
defaults:
steppers:
reset: gpio.19
pulse: 4
i2so: i2so:
bck: gpio.22 bck: gpio.22
ws: gpio.17 ws: gpio.17
@@ -39,6 +44,3 @@ z:
direction: i2so.9 direction: i2so.9
step: i2so.10 step: i2so.10
ms3: i2so.11 ms3: i2so.11
steppers:
reset: gpio.19
pulse: 4

View File

@@ -1,5 +1,14 @@
--- ---
name: 6 Pack Controller StepStick XYZ name: 6 Pack Controller StepStick XYZ
board: bdring-6pack
defaults:
tmc2130:
rsense: 0.11
run: coolstep
homing: stallguard
steppers:
reset: gpio.19
pulse: 4
i2so: i2so:
bck: gpio.22 bck: gpio.22
ws: gpio.17 ws: gpio.17
@@ -8,49 +17,26 @@ x:
limit: gpio.33:low limit: gpio.33:low
tmc2130: tmc2130:
6pack-socket1 6pack-socket1
rsense: 0.11
run: coolstep
homing: stallguard
y: y:
limit: gpio.32:low limit: gpio.32:low
tmc2130: tmc2130:
6pack-socket2 6pack-socket2
rsense: 0.11
run: coolstep
homing: stallguard
z: z:
limit: gpio.35:low limit: gpio.35:low
tmc2130: tmc2130:
6pack-socket3 6pack-socket3
rsense: 0.11
run: coolstep
homing: stallguard
a: a:
limit: gpio.34:low limit: gpio.34:low
tmc2130: tmc2130:
6pack-socket4 6pack-socket4
rsense: 0.11
run: coolstep
homing: stallguard
b: b:
limit: gpio.39:low limit: gpio.39:low
tmc2130: tmc2130:
6pack-socket5 6pack-socket5
rsense: 0.11
run: coolstep
homing: stallguard
c: c:
limit: gpio.36:low limit: gpio.36:low
tmc2130: tmc2130:
6pack-socket6 6pack-socket6
rsense: 0.11
run: coolstep
homing: stallguard
steppers:
reset: gpio.19
pulse: 4
spindle: spindle:
pwm: pwm:
output: gpio.26 output: gpio.26

View File

@@ -1,5 +1,10 @@
name: Atari 1020 name: Atari 1020
custom-code: Custom/atari_1020.cpp defaults:
steppers:
pulse: 3
idle: 200
custom:
filename: Custom/atari_1020.cpp
x: x:
unipolar: unipolar:
phase0: gpio.13 phase0: gpio.13
@@ -45,9 +50,6 @@ macro:
button0: gpio.34 button0: gpio.34
button1: gpio.35 button1: gpio.35
button2: gpio.36 button2: gpio.36
steppers:
pulse: 3
idle: 200
homing: homing:
feed-rate: 3000 feed-rate: 3000
seek-rate: 3000 seek-rate: 3000

View File

@@ -1,5 +1,14 @@
--- ---
name: 6 Pack StepStick XYYZ SW_XYZP name: 6 Pack StepStick XYYZ SW_XYZP
board: bdring-6pack
defaults:
tmc2130:
rsense: 0.11
run: coolstep
homing: stallguard
steppers:
reset: gpio.19
pulse: 4
i2so: i2so:
bck: gpio.22 bck: gpio.22
ws: gpio.17 ws: gpio.17
@@ -8,9 +17,6 @@ x:
limit: gpio.33:low limit: gpio.33:low
tmc2130: tmc2130:
6pack-socket1 6pack-socket1
rsense: 0.11
run: coolstep
homing: stallguard
y: y:
limit: gpio.32:low limit: gpio.32:low
stepstick: stepstick:
@@ -19,9 +25,6 @@ z:
limit: gpio.35:low limit: gpio.35:low
tmc2130: tmc2130:
6pack-socket3 6pack-socket3
rsense: 0.11
run: coolstep
homing: stallguard
a: a:
dynamixel: dynamixel:
RxD: gpio.26 RxD: gpio.26
@@ -33,7 +36,3 @@ b:
pin: gpio.27 pin: gpio.27
min: 1.0 min: 1.0
max: 1.0 max: 1.0
steppers:
reset: gpio.19
pulse: 4

View File

@@ -1,6 +1,11 @@
--- ---
name: ESP32 Printer Controller name: ESP32 Printer Controller
custom-code: Custom/esp32_printer_controller.cpp board: wmb-esp32-printer-controller
custom:
filename: Custom/esp32_printer_controller.cpp
defaults:
steppers:
pulse: 4
i2s0: i2s0:
bits: 16 bits: 16
stream: on stream: on
@@ -15,11 +20,8 @@ homing:
seek-rate: 1000 seek-rate: 1000
debounce: 250 debounce: 250
pulloff: 3 pulloff: 3
cycle0: x cycles:
- x
steppers:
pulse: 4
x: x:
step: i2so.9 step: i2so.9
direction: i2s0.7 direction: i2s0.7

View File

@@ -1,6 +1,9 @@
--- ---
name: ESPDUINO_32 name: ESPDUINO_32
board: espduino
defaults:
steppers:
disable: gpio.12
x: x:
stepstick: stepstick:
step: gpio.26 step: gpio.26
@@ -13,10 +16,6 @@ z:
stepstick: stepstick:
step: gpio.17 step: gpio.17
direction: gpio.14 direction: gpio.14
steppers:
disable: gpio.12
spindle: spindle:
pwm: pwm:
output: gpio.19 output: gpio.19

View File

@@ -1,15 +1,17 @@
--- ---
name: ESP32 I2S XXYYZZ Axis Driver Board (StepStick) name: ESP32 I2S XXYYZZ Axis Driver Board (StepStick)
sdcard: off board: bdring-6pack
i2so: defaults:
bck: gpio.22
ws: gpio.17
data: gpio.21
steppers: steppers:
ms1: gpio.23 ms1: gpio.23
ms2: gpio.18 ms2: gpio.18
reset: gpio.19 reset: gpio.19
pulse: 4 pulse: 4
sdcard: off
i2so:
bck: gpio.22
ws: gpio.17
data: gpio.21
x: x:
limit: gpio.36:low limit: gpio.36:low
stepstick: stepstick:

View File

@@ -1,15 +1,17 @@
--- ---
name: ESP32 I2S 6 Axis Driver Board (StepStick) name: ESP32 I2S 6 Axis Driver Board (StepStick)
sdcard: off board: bdring-6pack
i2so: defaults:
bck: gpio.22
ws: gpio.17
data: gpio.21
steppers: steppers:
ms1: gpio.23 ms1: gpio.23
ms2: gpio.18 ms2: gpio.18
reset: gpio.19 reset: gpio.19
pulse: 4 pulse: 4
sdcard: off
i2so:
bck: gpio.22
ws: gpio.17
data: gpio.21
x: x:
limit: gpio.36:low limit: gpio.36:low
stepstick: stepstick:

View File

@@ -1,53 +1,41 @@
--- ---
name: ESP32 SPI 6 Axis Driver Board Trinamic name: ESP32 SPI 6 Axis Driver Board Trinamic
board: bdring-6pack
defaults:
tmc2130:
rsense: 0.11
run: coolstep
homing: coolstep
steppers:
pulse: 4
i2so: i2so:
bck: gpio.22 bck: gpio.22
ws: gpio.17 ws: gpio.17
data: gpio.21 data: gpio.21
steppers:
pulse: 4
x: x:
limit: gpio.33:low limit: gpio.33:low
tmc2130: tmc2130:
6pack-socket1 6pack-socket1
run: coolstep
hold: coolstep
rsense: 0.11
y: y:
limit: gpio.32:low limit: gpio.32:low
tmc2130: tmc2130:
6pack-socket2 6pack-socket2
run: coolstep
hold: coolstep
rsense: 0.11
z: z:
limit: gpio.35:low limit: gpio.35:low
tmc2130: tmc2130:
6pack-socket3 6pack-socket3
run: coolstep
hold: coolstep
rsense: 0.11
a: a:
limit: gpio.34:low limit: gpio.34:low
tmc2130: tmc2130:
6pack-socket4 6pack-socket4
run: coolstep
hold: coolstep
rsense: 0.11
b: b:
limit: gpio.39:low limit: gpio.39:low
tmc2130: tmc2130:
6pack-socket5 6pack-socket5
run: coolstep
hold: coolstep
rsense: 0.11
c: c:
limit: gpio.36:low limit: gpio.36:low
tmc2130: tmc2130:
6pack-socket6 6pack-socket6
run: coolstep
hold: coolstep
rsense: 0.11
spindle: spindle:
relay: relay:
output: gpio.26 output: gpio.26

View File

@@ -1,6 +1,9 @@
--- ---
name: LOWRIDER YYZZX V1P2 name: LOWRIDER YYZZX V1P2
board: bdring-lowrider-v1p2
defaults:
steppers:
disable: gpio.13
x: x:
limit: gpio.15:low limit: gpio.15:low
stepstick: stepstick:
@@ -24,10 +27,6 @@ z2:
stepstick: stepstick:
step: gpio.21 step: gpio.21
direction: gpio.25 direction: gpio.25
steppers:
disable: gpio.13
spindle: spindle:
pwm: pwm:
output: gpio.16 output: gpio.16

View File

@@ -1,6 +1,9 @@
--- ---
name: LOWRIDER YYZZX V1P2 name: LOWRIDER YYZZX V1P2
board: bdring-lowrider-v1p2
defaults:
steppers:
disable: gpio.13
x: x:
limit: gpio.15:low limit: gpio.15:low
stepstick: stepstick:
@@ -24,10 +27,6 @@ z2:
stepstick: stepstick:
step: gpio.21 step: gpio.21
direction: gpio.25 direction: gpio.25
steppers:
disable: gpio.13
spindle: spindle:
relay: relay:
output: gpio.2 output: gpio.2

View File

@@ -1,5 +1,11 @@
--- ---
name: MIDTBOT name: MIDTBOT
board: bdring-midtbot
defaults:
steppers:
disable: gpio.13
pulse: 3
idle: never
x: x:
limit: gpio.2:low limit: gpio.2:low
stepstick: stepstick:
@@ -26,13 +32,10 @@ z:
max-rate: 5000 max-rate: 5000
acceleration: 100 acceleration: 100
travel: 100 travel: 100
steppers:
disable: gpio.13
pulse: 3
idle: never
homing: homing:
cycle0: y cycle:
cycle1: x - y
- x
feed-rate: 200 feed-rate: 200
seek-rate: 1000 seek-rate: 1000
debounce: 250 debounce: 250

View File

@@ -1,6 +1,13 @@
--- ---
name: MPCNC_V1P2 with Laser Module name: MPCNC_V1P2 with Laser Module
custom-code: Custom/mpcnc_laser_module.cpp board: bdring-mpcnc-v1p2
defaults:
steppers:
disable: gpio.13
pulse: 3
idle: never
custom:
filename: Custom/mpcnc_laser_module.cpp
level-shift: gpio.32 level-shift: gpio.32
homing: homing:
squared: xy squared: xy
@@ -39,11 +46,6 @@ z:
max-rate: 3000 max-rate: 3000
acceleration: 100 acceleration: 100
travel: 80 travel: 80
steppers:
disable: gpio.13
pulse: 3
idle: never
spindle: spindle:
pwm: pwm:
output: gpio.16 output: gpio.16

View File

@@ -1,5 +1,11 @@
--- ---
name: MPCNC_V1P1 name: MPCNC_V1P1
board: bdring-mpcnc-v1p1
defaults:
steppers:
disable: gpio.13
pulse: 3
idle: never
homing: homing:
squared: xy squared: xy
feed-rate: 100 feed-rate: 100
@@ -43,11 +49,6 @@ z:
max-rate: 3000 max-rate: 3000
acceleration: 100 acceleration: 100
travel: 80 travel: 80
steppers:
disable: gpio.13
pulse: 3
idle: never
spindle: spindle:
pwm: pwm:
output: gpio.16 output: gpio.16

View File

@@ -1,5 +1,11 @@
--- ---
name: MPCNC_V1P1 name: MPCNC_V1P1
board: bdring-mpcnc-v1p1
defaults:
steppers:
disable: gpio.13
pulse: 3
idle: never
homing: homing:
squared: xy squared: xy
feed-rate: 100 feed-rate: 100
@@ -43,11 +49,6 @@ z:
max-rate: 3000 max-rate: 3000
acceleration: 100 acceleration: 100
travel: 80 travel: 80
steppers:
disable: gpio.13
pulse: 3
idle: never
spindle: spindle:
relay: relay:
output: gpio.17 output: gpio.17

View File

@@ -1,5 +1,11 @@
--- ---
name: MPCNC_V1P2 name: MPCNC_V1P2
board: bdring-mpcnc-v1p2
defaults:
steppers:
disable: gpio.13
pulse: 3
idle: never
homing: homing:
squared: xy squared: xy
feed-rate: 100 feed-rate: 100
@@ -43,11 +49,6 @@ z:
max-rate: 3000 max-rate: 3000
acceleration: 100 acceleration: 100
travel: 80 travel: 80
steppers:
disable: gpio.13
pulse: 3
idle: never
spindle: spindle:
pwm: pwm:
output: gpio.16 output: gpio.16

View File

@@ -1,5 +1,11 @@
--- ---
name: MPCNC_V1P2 name: MPCNC_V1P2
board: bdring-mpcnc-v1p2
defaults:
steppers:
disable: gpio.13
pulse: 3
idle: never
homing: homing:
squared: xy squared: xy
feed-rate: 100 feed-rate: 100
@@ -43,11 +49,6 @@ z:
max-rate: 3000 max-rate: 3000
acceleration: 100 acceleration: 100
travel: 80 travel: 80
steppers:
disable: gpio.13
pulse: 3
idle: never
spindle: spindle:
relay: relay:
output: gpio.2 output: gpio.2

View File

@@ -1,5 +1,11 @@
--- ---
name: PEN_LASER_V2 name: PEN_LASER_V2
board: bdring-pen-laser-v1
defaults:
steppers:
disable: gpio.13
pulse: 3
idle: never
homing: homing:
feed-rate: 200 feed-rate: 200
seek-rate: 1000 seek-rate: 1000
@@ -32,11 +38,6 @@ z:
max-rate: 5000 max-rate: 5000
acceleration: 50 acceleration: 50
travel: 100 travel: 100
steppers:
disable: gpio.13
pulse: 3
idle: never
probe: gpio.35 probe: gpio.35
status-report-mask: 1 status-report-mask: 1

View File

@@ -1,5 +1,11 @@
--- ---
name: PEN_LASER_V2 name: PEN_LASER_V2
board: bdring-pen-laser-v2
defaults:
steppers:
disable: gpio.13
pulse: 3
idle: never
homing: homing:
feed-rate: 200 feed-rate: 200
seek-rate: 1000 seek-rate: 1000
@@ -32,11 +38,6 @@ z:
max-rate: 5000 max-rate: 5000
acceleration: 50 acceleration: 50
travel: 100 travel: 100
steppers:
disable: gpio.13
pulse: 3
idle: never
probe: gpio.35 probe: gpio.35
status-report-mask: 1 status-report-mask: 1

View File

@@ -1,5 +1,11 @@
--- ---
name: POLAR_COASTER name: POLAR_COASTER
board: bdring-polar-coaster
defaults:
steppers:
disable: gpio.17
pulse: 3
idle: never
custom: custom:
filename: Custom/polar_coaster.cpp filename: Custom/polar_coaster.cpp
radius-axis: 0 radius-axis: 0
@@ -39,11 +45,6 @@ z:
debounce: on debounce: on
period: 100 period: 100
steppers:
disable: gpio.17
pulse: 3
idle: never
macro: macro:
button0: gpio.13:low button0: gpio.13:low
button1: gpio.12:low button1: gpio.12:low

View File

@@ -1,5 +1,10 @@
--- ---
name: SPI_DAISY_4X_xyyz name: SPI_DAISY_4X_xyyz
defaults:
tmc2130:
rsense: 0.11
run: stealthchop
homing: stealthchop
homing: homing:
squared: y squared: y
x: x:
@@ -8,27 +13,23 @@ x:
step: gpio.12 step: gpio.12
direction: gpio.14 direction: gpio.14
cs: gpio.17 cs: gpio.17
rsense: 0.11
y: y:
limit: gpio.39:low limit: gpio.39:low
tmc2130: tmc2130:
step: gpio.27 step: gpio.27
direction: gpio.26 direction: gpio.26
cs: gpio.17 cs: gpio.17
rsense: 0.11
y2: y2:
tmc2130: tmc2130:
step: gpio.15 step: gpio.15
direction: gpio.2 direction: gpio.2
cs: gpio.17 cs: gpio.17
rsense: 0.11
z: z:
limit: gpio.34:low limit: gpio.34:low
tmc2130: tmc2130:
step: gpio.33 step: gpio.33
direction: gpio.32 direction: gpio.32
cs: gpio.17 cs: gpio.17
rsense: 0.11
mist: gpio.21 mist: gpio.21
probe: gpio.22 probe: gpio.22
spindle: spindle:

View File

@@ -1,5 +1,10 @@
--- ---
name: SPI_DAISY_4X_XYZ name: SPI_DAISY_4X_XYZ
defaults:
tmc2130:
rsense: 0.11
run: coolstep
homing: coolstep
homing: homing:
squared: y squared: y
x: x:
@@ -8,27 +13,18 @@ x:
step: gpio.12 step: gpio.12
direction: gpio.14 direction: gpio.14
cs: gpio.17 cs: gpio.17
rsense: 0.11
run: coolstep
homing: coolstep
y: y:
limit: gpio.39:low limit: gpio.39:low
tmc2130: tmc2130:
step: gpio.27 step: gpio.27
direction: gpio.26 direction: gpio.26
cs: gpio.17 cs: gpio.17
rsense: 0.11
run: coolstep
homing: coolstep
z: z:
limit: gpio.34:low limit: gpio.34:low
tmc2130: tmc2130:
step: gpio.15 step: gpio.15
direction: gpio.2 direction: gpio.2
cs: gpio.17 cs: gpio.17
rsense: 0.11
run: coolstep
homing: coolstep
mist: gpio.21 mist: gpio.21
probe: gpio.22 probe: gpio.22
spindle: spindle:

View File

@@ -1,5 +1,10 @@
--- ---
name: SPI_DAISY_4X XYZA name: SPI_DAISY_4X XYZA
defaults:
tmc2130:
rsense: 0.11
run: stealthchop
homing: stealthchop
homing: homing:
squared: y squared: y
x: x:
@@ -8,29 +13,24 @@ x:
step: gpio.12 step: gpio.12
direction: gpio.14 direction: gpio.14
cs: gpio.17 cs: gpio.17
rsense: 0.11
run: stealthchop
y: y:
limit: gpio.39:low limit: gpio.39:low
tmc2130: tmc2130:
step: gpio.27 step: gpio.27
direction: gpio.26 direction: gpio.26
cs: gpio.17 cs: gpio.17
rsense: 0.11
z: z:
limit: gpio.34:low limit: gpio.34:low
tmc2130: tmc2130:
step: gpio.15 step: gpio.15
direction: gpio.2 direction: gpio.2
cs: gpio.17 cs: gpio.17
rsense: 0.11
a: a:
limit: gpio.35:low limit: gpio.35:low
tmc2130: tmc2130:
step: gpio.33 step: gpio.33
direction: gpio.32 direction: gpio.32
cs: gpio.17 cs: gpio.17
rsense: 0.11
mist: gpio.21 mist: gpio.21
probe: gpio.22 probe: gpio.22
spindle: spindle:

View File

@@ -1,5 +1,9 @@
--- ---
name: Tapster 3 Delta (Dynamixel) name: Tapster 3 Delta (Dynamixel)
defaults:
steppers:
pulse: 3
idle: 200
custom: custom:
forward-kinematics: on forward-kinematics: on
filename: Custom/parallel_delta.cpp filename: Custom/parallel_delta.cpp
@@ -45,9 +49,6 @@ z:
acceleration: 200 acceleration: 200
max-travel: 3.14159265 max-travel: 3.14159265
mpos: 1.57079632675 mpos: 1.57079632675
steppers:
pulse: 3
idle: 200
user-digital0: user-digital0:
pin: gpio.25 pin: gpio.25
user-digital1: user-digital1:

View File

@@ -1,5 +1,4 @@
--- ---
name: Test Drive - Demo Only No I/O! name: Test Drive - Demo Only No I/O!
homing: homing:
cycle0: cycles:
cycle1:

View File

@@ -1,28 +1,26 @@
--- ---
name: ESP32_TMC2130_PEN V1 name: ESP32_TMC2130_PEN V1
defaults:
tmc2130:
rsense: 0.11
run: coolstep
homing: coolstep
steppers:
disable: gpio.13
x: x:
limit: gpio.2:low limit: gpio.2:low
tmc2130: tmc2130:
step: gpio.12 step: gpio.12
direction: gpio.26 direction: gpio.26
cs: gpio.17 cs: gpio.17
rsense: 0.11
run: coolstep
homing: coolstep
y: y:
limit: gpio.4:low limit: gpio.4:low
tmc2130: tmc2130:
step: gpio.14 step: gpio.14
direction: gpio.25 direction: gpio.25
cs: gpio.16 cs: gpio.16
rsense: 0.11
run: coolstep
homing: coolstep
z: z:
servo: servo:
pin: gpio.27 pin: gpio.27
spmm: 100 spmm: 100
travel: 300 travel: 300
steppers:
disable: gpio.13

View File

@@ -1,27 +1,26 @@
--- ---
name: ESP32_TMC2130_PEN V2 name: ESP32_TMC2130_PEN V2
defaults:
tmc2130:
rsense: 0.11
run: coolstep
homing: coolstep
steppers:
disable: gpio.13
x: x:
limit: gpio.32:low limit: gpio.32:low
tmc2130: tmc2130:
step: gpio.12 step: gpio.12
direction: gpio.26 direction: gpio.26
cs: gpio.17 cs: gpio.17
rsense: 0.11
run: coolstep
homing: coolstep
y: y:
limit: gpio.4:low limit: gpio.4:low
tmc2130: tmc2130:
step: gpio.14 step: gpio.14
direction: gpio.25 direction: gpio.25
cs: gpio.16 cs: gpio.16
rsense: 0.11
run: coolstep
homing: coolstep
z: z:
servo: servo:
pin: gpio.27 pin: gpio.27
spmm: 100 spmm: 100
travel: 300 travel: 300
steppers:
disable: gpio.13