-
Notifications
You must be signed in to change notification settings - Fork 2
/
other.cfg
30 lines (22 loc) · 986 Bytes
/
other.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###################################################################
# Script Name : "other.cfg"
# Description : Other settings
# Args :
# Author : Alexander Koehler
# Email : software@akks.de
# Date : 25.12.2021
###################################################################
[display_status]
#[neopixel my_neopixel]
#pin: PB0
# add virtual sd card
[virtual_sdcard]
path: /home/pi/printer_data/gcodes
# This adds the 'respond' G-Code that you can use to send commands back to OctoPrint
[respond]
default_type: echo
# This adds pause/resume support
#is required to load the pause_resume module in klipper
[pause_resume]
##########################
##########################