From 0db62e01f3912f7df2509a906bf4e5ea6bbf2181 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Tue, 14 Mar 2023 20:22:40 -0400 Subject: [PATCH] Added FAQ section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 084b6e7..6295099 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,12 @@ This repository contains many files and folders. Some are *necessary* for this K If you found my work useful, please consider buying me a [Ko-fi](https://ko-fi.com/bassamanator). +## FAQ + +##### How do I disable the beeping at the end of a print? + +Edit the file `cfgs/misc-macros.cfg`: change the line that reads `variable_beeping_enabled: 1` to `variable_beeping_enabled: 0`. All beeping will be disabled except during gantry calibration. + ## Useful Resources - [Everything Sovol SV06](https://github.com/bassamanator/everything-sovol-sv06)