mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Merge branch 'master' of github.com:bassamanator/Sovol-SV06-firmware
This commit is contained in:
@@ -58,6 +58,8 @@ I work on this repository all the time and a lot of new features are coming. Wat
|
|||||||
|
|
||||||
💡 For the sake of simplicity, I will refer to the klipper firmware file as `klipper.bin` even though the actual filename is something along the lines of `klipper-v0.11.0-148-g52f4e20c.bin`.
|
💡 For the sake of simplicity, I will refer to the klipper firmware file as `klipper.bin` even though the actual filename is something along the lines of `klipper-v0.11.0-148-g52f4e20c.bin`.
|
||||||
|
|
||||||
|
💡 The firmware file is located in the `misc` folder.
|
||||||
|
|
||||||
### Prepare the microSD Card for Flashing
|
### Prepare the microSD Card for Flashing
|
||||||
|
|
||||||
- Size: `8GB`. According to Sovol, the largest size that you can use is `16GB`.
|
- Size: `8GB`. According to Sovol, the largest size that you can use is `16GB`.
|
||||||
|
|||||||
@@ -224,6 +224,8 @@ switch_pin: !PA4 # "Pulled-high"
|
|||||||
pause_on_runout: True
|
pause_on_runout: True
|
||||||
insert_gcode:
|
insert_gcode:
|
||||||
M117 Insert Detected
|
M117 Insert Detected
|
||||||
|
{ action_respond_info("Insert Detected") }
|
||||||
runout_gcode:
|
runout_gcode:
|
||||||
M117 Runout Detected
|
M117 Runout Detected
|
||||||
|
{ action_respond_info("Runout Detected") }
|
||||||
CONDITIONAL_BEEP i=3 dur=300 freq=400
|
CONDITIONAL_BEEP i=3 dur=300 freq=400
|
||||||
|
|||||||
Reference in New Issue
Block a user