Adjust skr wiring diagram to include filament sensor. Adjust printer.cfg and misc-macros.cfg accordingly.

This commit is contained in:
Bassam Husain
2024-05-15 02:36:42 -04:00
parent fa1cc28fa1
commit 1512fc6606
5 changed files with 17 additions and 18 deletions

View File

@@ -97,7 +97,7 @@ In many ways, this entire repository can be considered _my opinion_ on the `3D p
## Electronic Wiring
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

View File

@@ -23,11 +23,10 @@ path: /home/pi/printer_data/gcodes
[pause_resume]
[display_status]
# NOTE If you have a filament sensor, uncomment the following 4 lines
# [delayed_gcode DISABLEFILAMENTSENSOR]
# initial_duration: 1
# gcode:
# SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0
[delayed_gcode DISABLEFILAMENTSENSOR]
initial_duration: 1
gcode:
SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0
[gcode_macro _globals]
variable_filament_sensor_enabled: 0 # NOTE Enable(1) or disable(0) the filament sensor, if one is connected

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 KiB

View File

@@ -237,18 +237,18 @@ shutdown_value: 0
pwm: True
cycle_time: 0.0005 # Default beeper tone in kHz. 1 / 0.0005 = 2000Hz (2kHz)
# NOTE Untested by me
# The E0-Stop port appears to be a plug and play spot for this, see links:
# 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
# [filament_switch_sensor filament_sensor]
# switch_pin: PC15 # Add a ! to reverse if you're getting the opposite behaviour
# pause_on_runout: True
# insert_gcode:
# M117 Insert Detected
# runout_gcode:
# M117 Runout Detected
# CONDITIONAL_BEEP i=3 dur=300 freq=400
# The E0-Stop port: PC15 | GND | +5V
# 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
# First tester: https://www.reddit.com/r/Sovol/comments/1631jk5/comment/k18rmcy/?utm_source=share&utm_medium=web2x&context=3
# https://github.com/bassamanator/everything-sovol-sv06?tab=readme-ov-file#filament-sensor
[filament_switch_sensor filament_sensor]
switch_pin: PC15 # NOTE Add a ! to the pin to reverse if you're getting the opposite behaviour; !PC15
pause_on_runout: True
insert_gcode:
{ action_respond_info("Insert Detected") }
runout_gcode:
{ action_respond_info("Runout Detected") }
CONDITIONAL_BEEP i=3 dur=300 freq=400
[board_pins]
aliases: