mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Adjusted README.md.
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
#Sovol SV06 Klipper Firmware
|
# 🚨 *One-Stop-Shop* Sovol SV06 Klipper Configuration 🏎️
|
||||||
|
|
||||||
## This branch contains my personal settings.
|
## This branch contains my personal settings.
|
||||||
## Please refer to the [master branch](https://github.com/bassamanator/Sovol-SV06-firmware/tree/master) to download the firmware.
|
|
||||||
|
## Please refer to the [master](https://github.com/bassamanator/Sovol-SV06-firmware/tree/master) branch to download the recommended Klipper configuration.
|
||||||
@@ -64,7 +64,7 @@ gcode:
|
|||||||
[gcode_macro PRINT_END]
|
[gcode_macro PRINT_END]
|
||||||
# Use PRINT_END for the slicer ending script - please customize for your slicer of choice
|
# Use PRINT_END for the slicer ending script - please customize for your slicer of choice
|
||||||
gcode:
|
gcode:
|
||||||
BEEP I=2 DUR=30 FREQ=8500
|
BEEP I=2 DUR=30 FREQ=8500 ; NOTE Comment out this line to stop the beeps at the end of a print
|
||||||
{% set PRE_PURGE_PRIME_LENGTH=printer["gcode_macro _globals"].pre_purge_prime_length|default(1.40)|float %}
|
{% set PRE_PURGE_PRIME_LENGTH=printer["gcode_macro _globals"].pre_purge_prime_length|default(1.40)|float %}
|
||||||
M400 ; wait for buffer to clear
|
M400 ; wait for buffer to clear
|
||||||
G92 E0 ; zero the extruder
|
G92 E0 ; zero the extruder
|
||||||
|
|||||||
Reference in New Issue
Block a user