Alessandro Maggi
4eb108f674
Merge 24b106c318 into a374ac8fac
2024-06-08 15:01:13 +02:00
Alessandro Maggi
24b106c318
feat(backup): add spoolman script
2024-06-08 13:46:39 +02:00
Alessandro Maggi
2dd2fa17e4
refact(spoolman): add global for db dir
2024-06-08 13:30:35 +02:00
Alessandro Maggi
c82eb554a6
fix(spoolman): add spoolman service to moonraker.asvc file
2024-06-08 13:19:48 +02:00
Alessandro Maggi
fd33e99756
fix(spoolman): add db dir check to status script
2024-06-08 13:18:35 +02:00
Alessandro Maggi
229bab5d9a
fix(spoolman): add db dir to remove script
2024-06-08 13:17:55 +02:00
Alessandro Maggi
e07d7c19ae
refact(spoolman): move moonraker service restart to install script
2024-06-08 13:16:56 +02:00
Alessandro Maggi
e26566b99b
refact(spoolman): remove unused variable
2024-06-08 13:14:05 +02:00
Alessandro Maggi
f37e55b82a
feat(spoolman): add remove menu entry and remove script
2024-06-08 11:05:44 +02:00
Alessandro Maggi
6a4433d66b
feat(spoolman): add update menu entry and update script
2024-06-08 11:05:18 +02:00
Alessandro Maggi
1a74fef314
feat(spoolman): add installation status
2024-06-08 11:03:53 +02:00
Alessandro Maggi
333cc5e9bf
feat(spoolman): add installation script
2024-06-08 11:03:19 +02:00
Alessandro Maggi
dac1db0572
feat(globals): add spoolman related globals
2024-06-08 11:01:41 +02:00
Alessandro Maggi
84b85b3552
feat: add spoolman to install menu
2024-06-01 14:03:16 +02:00
Justin Otherguy
a374ac8fac
fix: add unzip to dependencies for Mainsail and Fluidd
2024-05-09 20:56:16 +02:00
Christian Würthner
f2691f33d3
feat: add OctoApp support ( #454 )
...
* Add OctoApp support
* Update scripts/octoapp.sh
Co-authored-by: dw-0 <domwil1091+github@gmail.com >
* Remove duplicate clone function
* Update Readme link
* Use "OctoApp for Klipper" in install menu
---------
Co-authored-by: dw-0 <domwil1091+github@gmail.com >
2024-03-31 17:15:47 +02:00
dw-0
d800d356ca
fix(backups): backup config folder only if it exists
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-03-24 19:45:02 +01:00
dw-0
b6c6edb622
refactor(Mobileraker): update companion install script ( #431 ) ( #433 )
2024-02-24 14:53:41 +01:00
dw-0
099d47df2f
fix: revert "refactor(Mobileraker): update companion install script ( #431 )" ( #432 )
...
This reverts commit ba1cdb3739 .
2024-01-29 17:17:09 +01:00
Patrick Schmidt
ba1cdb3739
refactor(Mobileraker): update companion install script ( #431 )
2024-01-29 17:09:30 +01:00
Anna
8e7d4db988
fix: OctoPrint logo in README.md ( #424 )
...
* Fix OctoPrint logo in Readme
Fixed the broken link to the OctoPrint logo in the Readme under the Sources section. Now uses the logo present in the octoprint docs directory.
* Update OctoPrint logo to "raw" cdn link
* Changed ?raw=true link to raw.githubusercontent.com
---------
Co-authored-by: dw-0 <th33xitus@gmail.com >
2024-01-23 22:47:37 +01:00
jneilliii
8f960495ba
fix: OctoPrint logo in README.md ( #423 )
2024-01-22 17:57:37 +01:00
dw-0
095823bf28
chore(kiauh): update FUNDING.yml
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-01-01 20:02:29 +01:00
dw-0
397038e43e
chore(kiauh): add .idea to .gitignore
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-01-01 19:55:47 +01:00
dw-0
061e222664
chore(kiauh): update copyright
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-01-01 19:54:13 +01:00
dw-0
3f5ff50d69
refactor(kiauh): use sudo true instead of sudo -v to prevent password prompts
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-01-01 19:51:56 +01:00
dw-0
5ebe941125
readme: don't recommend a specific architecture anymore
...
Fixes #403
Both 32bit and 64bit images were reported to work fine. So we don't need a strict 32bit recommendation anymore which may confuses users, why they should pick 32bit over 64bit.
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-12-17 12:18:04 +01:00
dw-0
f5eb9486cc
refactor(kiauh): use sudo true instead of sudo -v to prevent password prompts
...
Fixes #395
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-12-17 12:10:36 +01:00
Stefan Dej
7a9e752f9c
fix: fix typo in example.printer.cfg ( #412 )
...
rename virtual_sd_card to virtual_sdcard
Signed-off-by: Stefan Dej <meteyou@gmail.com >
2023-12-12 08:21:51 +01:00
CODeRUS
30bc56b198
feat(advanced): add selection between flash/serialflash methods ( #410 )
2023-12-10 16:57:59 +01:00
dw-0
b2567995de
feat(klipper): add virtual_sd_card_block to example printer.cfg ( #411 )
2023-12-10 15:12:28 +01:00
dw-0
6fcd7a3f08
refactor(klipper): improve disruptive package handling
...
fix #293
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-10-31 15:09:31 +01:00
dw-0
25dfbb83df
fix(kiauh): display custom repo dialog again after user interaction
...
fix #394
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-10-28 20:48:57 +02:00
Sineos
899b204dc7
refactor: show full path of mcu ( #391 )
2023-10-15 10:08:41 +02:00
Kenneth Jiang
5cf4b018fc
refactor: change wording now that moonraker-obico can link printer using auto-discovery ( #389 )
2023-10-12 20:26:30 +02:00
dw-0
ae9d1b98da
feat(klipper): remove/disable brltty and ModemManager during installation ( #387 )
2023-10-01 18:30:01 +02:00
Kenneth Jiang
16d3388ff2
refactor: make the 'Obico for Klipper' name consistent ( #385 )
2023-09-29 20:20:21 +02:00
th33xitus
b88d0085ba
fix(backups): fix broken config target folder name
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-09-04 21:17:10 +02:00
th33xitus
0b6613e464
fix(backups): fix broken moonraker database target folder name
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-09-04 21:02:22 +02:00
th33xitus
d99cda544a
fix(backups): add backup before update function for KlipperScreen
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-08-30 19:48:55 +02:00
th33xitus
a50dce20de
fix(backups): add backup function for OctoEverywhere
...
fix #380
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-08-30 19:48:53 +02:00
th33xitus
f45da66e9e
fix(crowsnest): uninstaller exited KIAUH if crowsnest not installed
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-08-26 18:31:37 +02:00
th33xitus
2822499344
refactor(copyright): update copyright comment
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-08-26 18:11:00 +02:00
th33xitus
c777ba3e6b
refactor(log-upload): update log upload functions and re-enable access
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-08-26 18:06:14 +02:00
th33xitus
9f410450d7
refactor(backups): update backup functions for config and moonraker database and enable backup-before-update again
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-08-23 23:22:23 +02:00
dw-0
0497d49066
Update README.md
2023-08-15 16:42:38 +02:00
dw-0
229da227b0
Update FUNDING.yml
...
use updated ko-fi username
2023-08-14 23:06:44 +02:00
th33xitus
65854c8da6
fix(updates): make update all function also update system again
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-07-22 23:24:29 +02:00
Kenneth Jiang
5985646633
refactor(obico): move dependency handling to obico's own install script ( #361 )
2023-07-10 17:44:05 +02:00
th33xitus
979c39dc02
refactor(mainsail/fluidd): allow reading of version from release_info.json
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2023-07-01 20:59:46 +02:00