diff --git a/README.md b/README.md
index 39ce7d8..cbc934d 100644
--- a/README.md
+++ b/README.md
@@ -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:
-
+
### Important Note About Stepper Motor Current
diff --git a/cfgs/misc-macros.cfg b/cfgs/misc-macros.cfg
index 02c03c1..02727c0 100644
--- a/cfgs/misc-macros.cfg
+++ b/cfgs/misc-macros.cfg
@@ -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
diff --git a/misc/skr-mini/BTT E3 SKR MINI V3.0_PIN-1.pdf b/misc/skr-mini/BTT E3 SKR MINI V3.0_PIN-1.pdf
new file mode 100644
index 0000000..da04bd9
Binary files /dev/null and b/misc/skr-mini/BTT E3 SKR MINI V3.0_PIN-1.pdf differ
diff --git a/misc/skr-mini/skr-mini-e3-v3.0-v1715751911501.png b/misc/skr-mini/skr-mini-e3-v3.0-v1715751911501.png
new file mode 100644
index 0000000..8a4ed97
Binary files /dev/null and b/misc/skr-mini/skr-mini-e3-v3.0-v1715751911501.png differ
diff --git a/printer.cfg b/printer.cfg
index bd4cb85..1cab986 100644
--- a/printer.cfg
+++ b/printer.cfg
@@ -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: