File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
# ## the listed folders, just keep that line commented out. ###
6
6
# ####################################################################
7
7
# ## Path to your config folder you want to back up
8
- config_folder=~ /klipper_config
8
+ config_folder=~ /printer_data/config
9
9
10
10
# ## Path to your Klipper folder, by default that is '~/klipper'
11
11
klipper_folder=~ /klipper
Original file line number Diff line number Diff line change 1
1
# gcode_shell_command is a kiauh extension, it is installed from advanced - extras - g-code shell extension
2
2
3
3
[gcode_shell_command backup_cfg]
4
- command: ~/klipper_config /_commit.sh
4
+ command: ~/printer_data/config /_commit.sh
5
5
timeout: 30
6
6
verbose: True
7
7
Original file line number Diff line number Diff line change 30
30
# ####################################################################
31
31
32
32
[gcode_shell_command get_VOC]
33
- command: ~/klipper_config /get_sgp40.py
33
+ command: ~/klipper_data/config /get_sgp40.py
34
34
timeout: 30
35
35
verbose: True
36
36
Original file line number Diff line number Diff line change 25
25
# [include config-other/nevermore.cfg]
26
26
27
27
[save_variables]
28
- filename: ~/klipper_config /saved_variables.cfg
28
+ filename: ~/printer_data/config /saved_variables.cfg
29
29
30
30
[exclude_object]
31
31
You can’t perform that action at this time.
0 commit comments