added docs and changed input pins
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
|||||||
fluidnc-*
|
fluidnc-v*
|
||||||
|
|||||||
63
config.yaml
63
config.yaml
@@ -27,7 +27,7 @@ axes:
|
|||||||
feed_scaler: 1.100
|
feed_scaler: 1.100
|
||||||
|
|
||||||
motor0:
|
motor0:
|
||||||
limit_neg_pin: gpio.26:low
|
limit_neg_pin: gpio.35:low
|
||||||
limit_pos_pin: NO_PIN
|
limit_pos_pin: NO_PIN
|
||||||
limit_all_pin: NO_PIN
|
limit_all_pin: NO_PIN
|
||||||
hard_limits: false
|
hard_limits: false
|
||||||
@@ -54,7 +54,7 @@ axes:
|
|||||||
feed_scaler: 1.100
|
feed_scaler: 1.100
|
||||||
|
|
||||||
motor0:
|
motor0:
|
||||||
limit_neg_pin: gpio.33:low
|
limit_neg_pin: gpio.34:low
|
||||||
limit_pos_pin: NO_PIN
|
limit_pos_pin: NO_PIN
|
||||||
limit_all_pin: NO_PIN
|
limit_all_pin: NO_PIN
|
||||||
hard_limits: false
|
hard_limits: false
|
||||||
@@ -82,7 +82,7 @@ axes:
|
|||||||
|
|
||||||
motor0:
|
motor0:
|
||||||
limit_neg_pin: NO_PIN
|
limit_neg_pin: NO_PIN
|
||||||
limit_pos_pin: gpio.32:low
|
limit_pos_pin: gpio.39:low
|
||||||
limit_all_pin: NO_PIN
|
limit_all_pin: NO_PIN
|
||||||
hard_limits: false
|
hard_limits: false
|
||||||
pulloff_mm: 1.000
|
pulloff_mm: 1.000
|
||||||
@@ -106,8 +106,9 @@ sdcard:
|
|||||||
cs_pin: gpio.5
|
cs_pin: gpio.5
|
||||||
|
|
||||||
probe:
|
probe:
|
||||||
pin: gpio.2:low
|
pin: gpio.33:low
|
||||||
toolsetter_pin: NO_PIN
|
check_mode_start: true
|
||||||
|
hard_stop: false
|
||||||
|
|
||||||
start:
|
start:
|
||||||
must_home: false
|
must_home: false
|
||||||
@@ -133,34 +134,34 @@ coolant:
|
|||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
|
|
||||||
# Begin Huanyang RS485
|
# Begin Huanyang RS485
|
||||||
uart1:
|
# uart1:
|
||||||
txd_pin: gpio.15
|
# txd_pin: gpio.15
|
||||||
rxd_pin: gpio.16
|
# rxd_pin: gpio.16
|
||||||
rts_pin: gpio.14
|
# rts_pin: gpio.14
|
||||||
baud: 9600
|
# baud: 9600
|
||||||
mode: 8N1
|
# mode: 8N1
|
||||||
|
|
||||||
Huanyang:
|
# Huanyang:
|
||||||
uart_num: 1
|
# uart_num: 1
|
||||||
modbus_id: 1
|
# modbus_id: 1
|
||||||
tool_num: 1
|
# tool_num: 1
|
||||||
speed_map: 0=0% 0=25% 6000=25% 24000=100%
|
# speed_map: 0=0% 0=25% 6000=25% 24000=100%
|
||||||
off_on_alarm: true
|
# off_on_alarm: true
|
||||||
|
|
||||||
# Begin 10V
|
# Begin 10V
|
||||||
# 10V:
|
10V:
|
||||||
# forward_pin: gpio.15
|
forward_pin: gpio.15
|
||||||
# reverse_pin: gpio.14
|
reverse_pin: gpio.14
|
||||||
# pwm_hz: 5000
|
pwm_hz: 5000
|
||||||
# output_pin: gpio.13
|
output_pin: gpio.13
|
||||||
# enable_pin: NO_PIN
|
enable_pin: NO_PIN
|
||||||
# direction_pin: NO_PIN
|
direction_pin: NO_PIN
|
||||||
# disable_with_s0: false
|
disable_with_s0: false
|
||||||
# s0_with_disable: true
|
s0_with_disable: true
|
||||||
# spinup_ms: 0
|
spinup_ms: 0
|
||||||
# spindown_ms: 0
|
spindown_ms: 0
|
||||||
# tool_num: 0
|
tool_num: 0
|
||||||
# speed_map: 0=0% 6000=25% 24000=100%
|
speed_map: 0=0% 6000=25% 24000=100%
|
||||||
# off_on_alarm: false
|
off_on_alarm: false
|
||||||
|
|
||||||
# End of File
|
# End of File
|
||||||
BIN
docs/9Lines.StartHere_2.pdf
Normal file
BIN
docs/9Lines.StartHere_2.pdf
Normal file
Binary file not shown.
BIN
docs/esp32-wroom-32_datasheet_en.pdf
Normal file
BIN
docs/esp32-wroom-32_datasheet_en.pdf
Normal file
Binary file not shown.
BIN
docs/esp32_datasheet_en.pdf
Normal file
BIN
docs/esp32_datasheet_en.pdf
Normal file
Binary file not shown.
BIN
docs/esp32_devkitC_v4_pinlayout.png
Normal file
BIN
docs/esp32_devkitC_v4_pinlayout.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 472 KiB |
BIN
docs/esp32_devkitc_v4_pcb_layout.pdf
Normal file
BIN
docs/esp32_devkitc_v4_pcb_layout.pdf
Normal file
Binary file not shown.
BIN
docs/esp32_devkitc_v4_sch.pdf
Normal file
BIN
docs/esp32_devkitc_v4_sch.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user