mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Adjust skr wiring diagram to include filament sensor. Adjust printer.cfg and misc-macros.cfg accordingly.
This commit is contained in:
@@ -97,7 +97,7 @@ In many ways, this entire repository can be considered _my opinion_ on the `3D p
|
|||||||
## Electronic Wiring
|
## Electronic Wiring
|
||||||
|
|
||||||
Wire cables according to the following diagram:
|
Wire cables according to the following diagram:
|
||||||
<img src="./misc/skr-mini/skr-mini-e3-v3.0-v1678580296384.png" alt='skr-mini-e3-v3.0 installation instructions'/>
|
<img src="./misc/skr-mini/skr-mini-e3-v3.0-v1715751911501.png" alt='skr-mini-e3-v3.0 installation instructions'/>
|
||||||
|
|
||||||
### Important Note About Stepper Motor Current
|
### Important Note About Stepper Motor Current
|
||||||
|
|
||||||
|
|||||||
@@ -23,11 +23,10 @@ path: /home/pi/printer_data/gcodes
|
|||||||
[pause_resume]
|
[pause_resume]
|
||||||
[display_status]
|
[display_status]
|
||||||
|
|
||||||
# NOTE If you have a filament sensor, uncomment the following 4 lines
|
[delayed_gcode DISABLEFILAMENTSENSOR]
|
||||||
# [delayed_gcode DISABLEFILAMENTSENSOR]
|
initial_duration: 1
|
||||||
# initial_duration: 1
|
gcode:
|
||||||
# gcode:
|
SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0
|
||||||
# SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0
|
|
||||||
|
|
||||||
[gcode_macro _globals]
|
[gcode_macro _globals]
|
||||||
variable_filament_sensor_enabled: 0 # NOTE Enable(1) or disable(0) the filament sensor, if one is connected
|
variable_filament_sensor_enabled: 0 # NOTE Enable(1) or disable(0) the filament sensor, if one is connected
|
||||||
|
|||||||
BIN
misc/skr-mini/BTT E3 SKR MINI V3.0_PIN-1.pdf
Normal file
BIN
misc/skr-mini/BTT E3 SKR MINI V3.0_PIN-1.pdf
Normal file
Binary file not shown.
BIN
misc/skr-mini/skr-mini-e3-v3.0-v1715751911501.png
Normal file
BIN
misc/skr-mini/skr-mini-e3-v3.0-v1715751911501.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 901 KiB |
24
printer.cfg
24
printer.cfg
@@ -237,18 +237,18 @@ shutdown_value: 0
|
|||||||
pwm: True
|
pwm: True
|
||||||
cycle_time: 0.0005 # Default beeper tone in kHz. 1 / 0.0005 = 2000Hz (2kHz)
|
cycle_time: 0.0005 # Default beeper tone in kHz. 1 / 0.0005 = 2000Hz (2kHz)
|
||||||
|
|
||||||
# NOTE Untested by me
|
# The E0-Stop port: PC15 | GND | +5V
|
||||||
# The E0-Stop port appears to be a plug and play spot for this, see links:
|
# Full pinout: https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/9b13018d639cf4fbecf004493517f72443d22bb0/hardware/BTT%20SKR%20MINI%20E3%20V3.0/Hardware/BTT%20E3%20SKR%20MINI%20V3.0_PIN.pdf
|
||||||
# https://www.reddit.com/r/Sovol/comments/1631jk5/comment/k18rmcy/?utm_source=share&utm_medium=web2x&context=3
|
# First tester: https://www.reddit.com/r/Sovol/comments/1631jk5/comment/k18rmcy/?utm_source=share&utm_medium=web2x&context=3
|
||||||
# https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/9b13018d639cf4fbecf004493517f72443d22bb0/hardware/BTT%20SKR%20MINI%20E3%20V3.0/Hardware/BTT%20E3%20SKR%20MINI%20V3.0_PIN.pdf
|
# https://github.com/bassamanator/everything-sovol-sv06?tab=readme-ov-file#filament-sensor
|
||||||
# [filament_switch_sensor filament_sensor]
|
[filament_switch_sensor filament_sensor]
|
||||||
# switch_pin: PC15 # Add a ! to reverse if you're getting the opposite behaviour
|
switch_pin: PC15 # NOTE Add a ! to the pin to reverse if you're getting the opposite behaviour; !PC15
|
||||||
# pause_on_runout: True
|
pause_on_runout: True
|
||||||
# insert_gcode:
|
insert_gcode:
|
||||||
# M117 Insert Detected
|
{ action_respond_info("Insert Detected") }
|
||||||
# runout_gcode:
|
runout_gcode:
|
||||||
# M117 Runout Detected
|
{ action_respond_info("Runout Detected") }
|
||||||
# CONDITIONAL_BEEP i=3 dur=300 freq=400
|
CONDITIONAL_BEEP i=3 dur=300 freq=400
|
||||||
|
|
||||||
[board_pins]
|
[board_pins]
|
||||||
aliases:
|
aliases:
|
||||||
|
|||||||
Reference in New Issue
Block a user