Skip to content

Commit f76dc07

Browse files
committed
Autocommit from 2023-01-16 19:07:36
Klipper on commit: 4671cf2 Moonraker on commit: a154c5f Mainsail version: v2.4.1
1 parent 1c5796c commit f76dc07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_commit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### the listed folders, just keep that line commented out. ###
66
#####################################################################
77
### Path to your config folder you want to back up
8-
config_folder=~/klipper_config
8+
config_folder=~/printer_data/config
99

1010
### Path to your Klipper folder, by default that is '~/klipper'
1111
klipper_folder=~/klipper

config/config_backup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# gcode_shell_command is a kiauh extension, it is installed from advanced - extras - g-code shell extension
22

33
[gcode_shell_command backup_cfg]
4-
command: ~/klipper_config/_commit.sh
4+
command: ~/printer_data/config/_commit.sh
55
timeout: 30
66
verbose: True
77

config/tuning_diagnostics.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gcode:
3030
#####################################################################
3131

3232
[gcode_shell_command get_VOC]
33-
command: ~/klipper_config/get_sgp40.py
33+
command: ~/klipper_data/config/get_sgp40.py
3434
timeout: 30
3535
verbose: True
3636

printer.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#[include config-other/nevermore.cfg]
2626

2727
[save_variables]
28-
filename: ~/klipper_config/saved_variables.cfg
28+
filename: ~/printer_data/config/saved_variables.cfg
2929

3030
[exclude_object]
3131

0 commit comments

Comments
 (0)