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

Fewer top level categories

This commit is contained in:
Mitch Bradley
2020-11-03 09:32:15 -10:00
parent 594864f934
commit e8e96ff113
20 changed files with 190 additions and 164 deletions

View File

@@ -30,7 +30,8 @@ homing:
- x
- xy
probe: gpio.14
reset: gpio.27:low
feed-hold: gpio.26:low
cycle-start: gpio.25:low
control:
reset: gpio.27:low
feed-hold: gpio.26:low
cycle-start: gpio.25:low

View File

@@ -23,10 +23,12 @@ spindle:
pwm:
output: gpio.17
enable: gpio.22
mist: gpio.21
flood: gpio.16
coolant:
mist: gpio.21
flood: gpio.16
probe: gpio.32
door: gpio.35:low
reset: gpio.34:low
feed-hold: gpio.36:low
cycle-start: gpio.39:low
control:
door: gpio.35:low
reset: gpio.34:low
feed-hold: gpio.36:low
cycle-start: gpio.39:low

View File

@@ -1,6 +1,6 @@
---
name: esp32_v4
board:bdring-3axis-v4
board: bdring-3axis-v4
defaults:
steppers:
disable: gpio.13
@@ -23,6 +23,7 @@ spindle:
pwm:
output: gpio.2
enable: gpio.22
mist: gpio.21
flood: gpio.25
coolant:
mist: gpio.21
flood: gpio.25
probe: gpio.32

View File

@@ -22,10 +22,12 @@ spindle:
pwm:
output: gpio.2
enable: gpio.22
mist: gpio.21
flood: gpio.25
coolant:
mist: gpio.21
flood: gpio.25
probe: gpio.32
door: gpio.35:low
reset: gpio.34:low
feed-hold: gpio.36:low
cycle-start: gpio.39:low
control:
door: gpio.35:low
reset: gpio.34:low
feed-hold: gpio.36:low
cycle-start: gpio.39:low

View File

@@ -5,6 +5,19 @@ defaults:
idle: 200
custom:
filename: Custom/atari_1020.cpp
solenoid:
direction: gpio.4
pen: gpio.2
pwm-frequency: 5000
pwm-bits: 8
pulse-len: 255
pulse-hold: 40
duration: 50
task-frequency: 50
pens: 4
pen-change-bumps: 3
tool-change-z: 5.0
reed-switch: gpio.17
x:
unipolar:
phase0: gpio.13
@@ -30,36 +43,18 @@ z:
max-rate: 200000
acceleration: 500
max-travel: 10
solenoid:
direction: gpio.4
pen: gpio.2
pwm-frequency: 5000
pwm-bits: 8
pulse-len: 255
pulse-hold: 40
duration: 50
task-frequency: 50
pens: 4
pen-change-bumps: 3
tool-change-z: 5.0
use-m30: on
reed-switch: gpio.17
macro:
button0: gpio.34
button1: gpio.35
button2: gpio.36
- gpio.34
- gpio.35
- gpio.36
homing:
feed-rate: 3000
seek-rate: 3000
delay: 250
pulloff: 2.0
junction-deviation: 0.01
arc-tolerance: 0.002
gcode:
junction-deviation: 0.01
arc-tolerance: 0.002
report-status-mask: 1
invert-limit-pins: on

View File

@@ -1,4 +1,5 @@
---
name: Coolant Test
mist: gpio.21
flood: gpio.25
coolant:
mist: gpio.21
flood: gpio.25

View File

@@ -6,19 +6,19 @@ custom:
defaults:
steppers:
pulse: 4
i2s0:
gpio:
debounce: 250
i2so:
bits: 16
stream: on
bck: gpio.22
ws: gpio.17
data: gpio.21
debounce: 100
homing:
feed-rate: 200
seek-rate: 1000
debounce: 250
pulloff: 3
cycles:
- x

View File

@@ -20,11 +20,11 @@ spindle:
pwm:
output: gpio.19
direction: gpio.18
mist: gpio.36
flood: gpio.34
coolant:
mist: gpio.36
flood: gpio.34
probe: gpio.39
reset: gpio.2:low
feed-hold: gpio.4:low
cycle-start: gpio.35:low
control:
reset: gpio.2:low
feed-hold: gpio.4:low
cycle-start: gpio.35:low

View File

@@ -4,6 +4,9 @@ board: bdring-lowrider-v1p2
defaults:
steppers:
disable: gpio.13
gpio:
debounce: 100
x:
limit: gpio.15:low
stepstick:
@@ -31,9 +34,9 @@ spindle:
pwm:
output: gpio.16
enable: gpio.32
debounce: on
probe: gpio.35
reset: gpio.34
feed-hold: gpio.36
cycle-start: gpio.39
control:
reset: gpio.34
feed-hold: gpio.36
cycle-start: gpio.39

View File

@@ -4,6 +4,8 @@ board: bdring-lowrider-v1p2
defaults:
steppers:
disable: gpio.13
debounce: 100
x:
limit: gpio.15:low
stepstick:
@@ -30,9 +32,8 @@ z2:
spindle:
relay:
output: gpio.2
debounce: on
probe: gpio.35
reset: gpio.34
feed-hold: gpio.36
cycle-start: gpio.39
control:
probe: gpio.35
reset: gpio.34
feed-hold: gpio.36
cycle-start: gpio.39

View File

@@ -6,6 +6,8 @@ defaults:
disable: gpio.13
pulse: 3
idle: never
gpio:
debounce: 250
x:
limit: gpio.2:low
stepstick:
@@ -38,10 +40,10 @@ homing:
- x
feed-rate: 200
seek-rate: 1000
debounce: 250
pulloff: 3
status-report-mask: 1
junction-deviation: 0.01
arc-tolerance: 0.002
report-inches: 0
report:
status-mask: 1
inches: off
gcode:
junction-deviation: 0.01
arc-tolerance: 0.002

View File

@@ -6,9 +6,12 @@ defaults:
disable: gpio.13
pulse: 3
idle: never
gpio:
debounce: 100
custom:
filename: Custom/mpcnc_laser_module.cpp
level-shift: gpio.32
level-shift: gpio.32
homing:
squared: xy
x:
@@ -52,16 +55,16 @@ spindle:
rpm-min: 0.0
mist: gpio.2
debounce: on
probe: gpio.35
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
status-report-mask: 1
junction_deviation: 0.01
arc-tolerance: 0.002
report-inches: 0
laser-mode: off
control:
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
report:
status-mask: 1
inches: off
gcode:
junction-deviation: 0.01
arc-tolerance: 0.002
laser-mode: off

View File

@@ -6,11 +6,12 @@ defaults:
disable: gpio.13
pulse: 3
idle: never
gpio:
debounce: 250
homing:
squared: xy
feed-rate: 100
seek-rate: 200
debounce: 250
pulloff: 2
x:
limit: gpio.2,low
@@ -58,12 +59,14 @@ spindle:
probe: gpio.35
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
status-report-mask: 1
junction_deviation: 0.01
arc-tolerance: 0.002
report-inches: 0
laser-mode: off
control:
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
report:
status-mask: 1
inches: off
gcode:
junction_deviation: 0.01
arc-tolerance: 0.002
laser-mode: off

View File

@@ -6,11 +6,12 @@ defaults:
disable: gpio.13
pulse: 3
idle: never
gpio:
debounce: 250
homing:
squared: xy
feed-rate: 100
seek-rate: 200
debounce: 250
pulloff: 2
x:
limit: gpio.2,low
@@ -56,12 +57,14 @@ spindle:
rpm-max: 1
probe: gpio.35
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
status-report-mask: 1
junction_deviation: 0.01
arc-tolerance: 0.002
report-inches: 0
laser-mode: off
control:
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
report:
status-mask: 1
inches: off
gcode:
junction-deviation: 0.01
arc-tolerance: 0.002
laser-mode: off

View File

@@ -6,11 +6,12 @@ defaults:
disable: gpio.13
pulse: 3
idle: never
gpio:
debounce: 250
homing:
squared: xy
feed-rate: 100
seek-rate: 200
debounce: 250
pulloff: 2
x:
limit: gpio.17,low
@@ -55,17 +56,17 @@ spindle:
enable: gpio.32
rpm-min: 0
rpm-max: 1000
debounce: on
probe: gpio.35
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
control:
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
status-report-mask: 1
junction_deviation: 0.01
arc-tolerance: 0.002
report-inches: 0
laser-mode: off
report:
status-mask: 1
inches: off
gcode:
junction-deviation: 0.01
arc-tolerance: 0.002
laser-mode: off

View File

@@ -6,11 +6,12 @@ defaults:
disable: gpio.13
pulse: 3
idle: never
gpio:
debounce: 250
homing:
squared: xy
feed-rate: 100
seek-rate: 200
debounce: 250
pulloff: 2
x:
limit: gpio.17,low
@@ -55,16 +56,17 @@ spindle:
rpm-min: 0
rpm-max: 1
debounce: on
probe: gpio.35
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
control:
reset: gpio.34,low
feed-hold: gpio.36,low
cycle-start: gpio.39,low
status-report-mask: 1
junction_deviation: 0.01
arc-tolerance: 0.002
report-inches: 0
laser-mode: off
report:
status-mask: 1
inches: off
gcode:
junction-deviation: 0.01
arc-tolerance: 0.002
laser-mode: off

View File

@@ -6,10 +6,11 @@ defaults:
disable: gpio.13
pulse: 3
idle: never
gpio:
debounce: 250
homing:
feed-rate: 200
seek-rate: 1000
debounce: 250
pulloff: 3
x:
limit: gpio.2:low
@@ -40,8 +41,10 @@ z:
travel: 100
probe: gpio.35
status-report-mask: 1
junction_deviation: 0.01
arc-tolerance: 0.002
report-inches: 0
laser-mode: off
report:
status-mask: 1
inches: off
gcode:
junction-deviation: 0.01
arc-tolerance: 0.002
laser-mode: off

View File

@@ -6,10 +6,11 @@ defaults:
disable: gpio.13
pulse: 3
idle: never
gpio:
debounce: 250
homing:
feed-rate: 200
seek-rate: 1000
debounce: 250
pulloff: 3
x:
limit: gpio.15:low
@@ -40,8 +41,10 @@ z:
travel: 100
probe: gpio.35
status-report-mask: 1
junction_deviation: 0.01
arc-tolerance: 0.002
report-inches: 0
laser-mode: off
report:
status-mask: 1
inches: off
gcode:
junction-deviation: 0.01
arc-tolerance: 0.002
laser-mode: off

View File

@@ -6,17 +6,17 @@ defaults:
disable: gpio.17
pulse: 3
idle: never
gpio:
debounce: 100
custom:
filename: Custom/polar_coaster.cpp
radius-axis: 0
polar-axis: 1
segment-length: 0.5
forward-kinematics: on
m30: on
homing:
feed-rate: 200
seek-rate: 1000
debounce: 250
pulloff: 3
x:
limit: gpio.4:low
@@ -43,14 +43,15 @@ z:
acceleration: 50
travel: 100
debounce: on
period: 100
macro:
button0: gpio.13:low
button1: gpio.12:low
button2: gpio.14:low
- gpio.13:low
- gpio.12:low
- gpio.14:low
status-report-mask: 2
junction_deviation: 0.01
arc-tolerance: 0.002
report-inches: 0
report:
status-mask: 2
inches: off
gcode:
junction-deviation: 0.01
arc-tolerance: 0.002
laser-mode: off

View File

@@ -49,19 +49,18 @@ z:
acceleration: 200
max-travel: 3.14159265
mpos: 1.57079632675
user-digital0:
pin: gpio.25
user-digital1:
pin: gpio.26
user-digital2:
pin: gpio.27
user-analog0:
pin: gpio.2
frequency: 50
user-analog1:
pin: gpio.15
frequency: 50
user-analog2:
pin: gpio.16
frequency: 50
user-digital:
- pin: gpio.25
- pin: gpio.26
- pin: gpio.27
user-analog:
- analog-pin:
frequency: 50
pin: gpio.2
- analog-pin:
frequency: 50
pin: gpio.15
- analog-pin:
frequency: 50
pin: gpio.16
status-report-mask: 1