Cyril Guislain
52d2760efe
Merge pull request #12 from crysxd/main
...
Enable OctoApp
2024-05-13 11:06:15 +02:00
Christian Würthner
f727e5267f
Enable OctoApp
2024-05-13 07:34:28 +02:00
Cyril
648ebdd9e3
Update
2024-05-13 02:18:11 +02:00
Cyril
99601b90f1
Update moonraker_obico.sh
2024-05-12 21:07:45 +02:00
Cyril
d6e1235feb
Update
2024-05-12 20:56:55 +02:00
Cyril
31c2b15cea
Update
2024-05-12 04:08:16 +02:00
Cyril
9653e77c7a
Update
2024-05-11 23:45:31 +02:00
Cyril
25d5f66f5e
Update git-backup.sh
2024-05-09 02:44:16 +02:00
Cyril
5a2bdba98a
Update git-backup.sh
2024-05-09 00:28:43 +02:00
Cyril
34fce88095
Update
2024-05-08 21:04:07 +02:00
Cyril
5a38206fd5
Update S56moonraker_service
2024-05-06 21:13:22 +02:00
Cyril
e8ff996bb2
Update moonraker_nginx.sh
2024-05-06 20:24:02 +02:00
Cyril
1e8decce01
Update S56moonraker_service
2024-05-06 20:13:53 +02:00
Cyril
d55339e160
Update S56moonraker_service
2024-05-06 19:52:28 +02:00
Cyril
c5c8ee9828
Update
2024-05-06 18:41:27 +02:00
Cyril
a79df8814c
Update KAMP_Settings.cfg
2024-05-05 18:44:32 +02:00
Cyril
0baac76aab
Update
2024-05-04 23:58:46 +02:00
Cyril
dc90850413
Update
2024-05-04 23:55:27 +02:00
Cyril
1a2e7aa059
Update
2024-05-04 22:47:19 +02:00
Cyril
c90fdfced0
Update
2024-05-04 19:34:04 +02:00
Cyril
7bd9f81ac8
Update
2024-05-03 21:11:29 +02:00
Cyril
bfc68e958c
Minor fix
2024-05-01 21:43:47 +02:00
Cyril
c8db437b79
Update 6.0.0
2024-05-01 16:10:07 +02:00
Cyril
bb0b7539a0
Update fans-control.cfg
2024-04-28 20:04:24 +02:00
Cyril Guislain
37aa8d7b38
Update README.md
2024-04-28 19:38:43 +02:00
Cyril
52f3de1581
Update improved_shapers.sh
2024-04-28 00:55:32 +02:00
Cyril
02a18cebd5
Update generic.sh
2024-04-25 22:01:14 +02:00
Cyril
874b08dc2c
Update tools.sh
2024-04-25 20:56:58 +02:00
Cyril Guislain
1390e7a6a1
Merge pull request #10 from jattie-ire/main
...
Reload camera config
2024-04-25 12:38:38 +02:00
Cyril Guislain
3b01a848d6
Update useful_macros.sh
2024-04-25 12:38:02 +02:00
jattie-ire
033a2916e8
Update useful-macros.cfg
...
add camera reload shell and macro commands to execute the camera reload shell command from the macro page.
2024-04-25 10:00:12 +01:00
jattie-ire
25500329ce
Update useful_macros.sh
...
Add reload camera shell script option to reload webcam configs
2024-04-25 09:55:23 +01:00
Cyril Guislain
8a8f262d5d
Update README.md
2024-04-25 01:05:38 +02:00
Cyril Guislain
b4a06a83f2
Update README.md
2024-04-25 01:04:35 +02:00
Cyril Guislain
87855bea4a
Update README.md
2024-04-25 00:56:58 +02:00
Cyril
d98ee752ae
Update
2024-04-23 03:08:41 +02:00
Cyril
42af661528
Update moonraker_nginx.sh
2024-04-16 12:00:57 +02:00
Cyril
ce76140b2e
Update
2024-04-13 21:27:15 +02:00
Cyril Guislain
979def4a4a
Merge pull request #8 from 3DPrintingGeek/fix/git-backup-echo_missing_before_usage
...
fixes console output of usage
2024-04-11 21:54:07 +02:00
3DPrintingGeek
40e6f9160a
fixes console output of usage
2024-04-11 21:06:57 +02:00
Cyril
7aabc4f7d7
Update S52Git-Backup
2024-04-11 11:48:03 +02:00
Cyril
04696ec612
Update git_backup.sh
2024-04-11 11:47:21 +02:00
Cyril
39d5f98488
Update git_backup.sh
2024-04-11 11:45:30 +02:00
Cyril Guislain
c98d8d4927
Merge pull request #6 from 3DPrintingGeek/fix/git-backup-inconsistent-paths-in-install-&-remove-script
...
Fix/git backup inconsistent paths in install & remove script
2024-04-11 11:44:42 +02:00
Cyril Guislain
a5e8a102e0
Merge pull request #5 from 3DPrintingGeek/fix/git-backup_kill_processes_on_remove
...
fixes process not killed on remove
2024-04-11 11:43:55 +02:00
3DPrintingGeek
fdb7950222
corrects path to config folder
...
On installation the git repository is initialized inside the $PRINTER_DATA_FOLDER/config directory.
In the remove script the deletion of .git and .gitignore is incorecctly trying to delete the files in the $PRINTER_DATA_FOLDER directory.
Added "/config" to fix this.
2024-04-11 11:33:14 +02:00
3DPrintingGeek
085d2350d4
adds missing $ to INITD_FOLDER variable
2024-04-11 11:24:13 +02:00
3DPrintingGeek
0083c60544
fixes process not killed on remove
...
When removing git-backup using the installer, there are still some processes left running in the background.
To ensure a clean removal, and prevent problems on reinstallation, these processes should be killed on removal.
2024-04-11 10:19:45 +02:00
Cyril
39785f0e0f
Update git-backup.sh
2024-04-10 23:41:06 +02:00
Cyril
356c5bf65b
Update git-backup.sh
2024-04-10 22:00:09 +02:00