Adjusted README.md.

This commit is contained in:
Bassam Husain
2023-02-19 02:37:59 -05:00
parent 15276c01ab
commit 8ad625a00f
2 changed files with 5 additions and 3 deletions

View File

@@ -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.

View File

@@ -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