dw-0
e7eae5a0d1
fix: correctly handle IPs in nginx config files when parsing ports ( #568 )
...
* chore: add jupyter files to .gitignore
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* fix: correctly handle IPs in nginx config files when parsing ports
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-10-13 11:21:18 +02:00
dw-0
dc561a562c
fix: always return string tuple from get_repo_name() ( #567 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-10-13 10:27:31 +02:00
dw-0
55cfe124b2
feat: add SimplyPrint extension ( #566 )
...
* refactor: correctly sort extensions in extension menu
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* refactor: use different name for printer_data backup dir
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* refactor: change return type to List for moonraker_exists function
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* feat: add SimplyPrint extension
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-10-13 09:35:15 +02:00
Christian Würthner
43d6598be6
fix: remove octoapp_store dir when uninstalling ( #562 )
...
Co-authored-by: dw-0 <th33xitus@gmail.com >
2024-10-05 12:35:14 +02:00
dw-0
ac54d04b40
fix: correctly find connected UART devices ( #559 )
...
fixes #557
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-10-05 08:21:39 +02:00
dw-0
c19364360c
fix: correctly find connected USB DFU devices ( #555 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-10-05 08:07:47 +02:00
dw-0
2e6c66e524
fix: allow moonraker-telegram-bot-env access to systems site-packages dir ( #556 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-10-03 10:22:32 +02:00
Christian Würthner
cd8003add9
feat(extension): add OctoApp ( #554 )
...
* Add OctoApp to v6
* fix: set correct index to new extension
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
Co-authored-by: dw-0 <th33xitus@gmail.com >
2024-10-03 08:51:38 +02:00
Kenneth Jiang
1f75395063
fix: self.cfg_file is already a full path ( #552 )
...
Signed-off-by: Kenneth Jiang <kenneth.jiang@gmail.com >
2024-09-29 20:33:54 +02:00
Kenneth Jiang
6e1bffa975
fix: remove "obico" from the suffix_blacklist so that it can discover its own instances. ( #551 )
...
Signed-off-by: Kenneth Jiang <kenneth.jiang@gmail.com >
2024-09-29 16:41:20 +02:00
dw-0
4138c71920
fix: fix section adding and exception handling ( #548 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-26 20:52:19 +02:00
dw-0
afeb2bf02e
feat: implement update all feature ( #541 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-22 09:38:15 +02:00
dw-0
4b17c68454
fix: trunc owner and repo name if they would overflow ( #540 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-22 08:58:44 +02:00
dw-0
df414ce37e
fix: run umask 022 at launch ( #538 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-21 21:01:19 +02:00
dw-0
975629f097
refactor: rework client config conflict detection ( #537 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-21 18:42:19 +02:00
dw-0
fd2910ba67
fix: remove klipper.env and moonraker.env during removal ( #536 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-21 15:10:30 +02:00
dw-0
6b6607c5ab
fix: update scp integration for more robust config handling ( #535 )
...
* chore: remove scp
* Squashed 'kiauh/core/submodules/simple_config_parser/' content from commit abee21c
git-subtree-dir: kiauh/core/submodules/simple_config_parser
git-subtree-split: abee21c08658be4529028844304df60650c09afa
* Squashed 'kiauh/core/submodules/simple_config_parser/' changes from abee21c..aa0302b
aa0302b fix: fix missing newline chars in raw strings
git-subtree-dir: kiauh/core/submodules/simple_config_parser
git-subtree-split: aa0302b02b56b252ed88fd2db88ee878a5bb7b5b
* Squashed 'kiauh/core/submodules/simple_config_parser/' changes from aa0302b..ef52958
ef52958 refactor: conditionally add empty line when adding new section
git-subtree-dir: kiauh/core/submodules/simple_config_parser
git-subtree-split: ef529580f469ef020135cb03e250fcd4e0d70acf
* fix: update scp integration for more robust cfg modification
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-21 13:55:30 +02:00
CODeRUS
b604d93d0c
fix: RP2040 firmware detection ( #533 )
...
Co-authored-by: dw-0 <th33xitus@gmail.com >
2024-09-21 12:10:20 +02:00
dw-0
7e87f8af32
refactor: implement Mobileraker and OctoEverywhere as community extensions ( #532 )
...
* refactor: move mobileraker to extensions
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* refactor: move octoeverywhere to extensions
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-20 12:05:29 +02:00
dw-0
29b5ab00cd
fix: correctly point to printers config dir ( #531 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-15 08:36:49 +02:00
dw-0
694a4c20c5
fix: typo in "origin" and "managed_services" ( #520 )
...
* fix: typo in "origin" and "managed_services" for klipperscreen update manager config
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* fix: typo in "origin" for moonraker telegram bot update manager config
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-08 18:58:07 +02:00
dw-0
a54514c400
fix: fix switching of repositories ( #519 )
...
* fix: fix repo switching
Extend the functionality of repo switching by creating a backup before the switch. Also implement a rollback mechanic in case of an error.
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* refactor: fail when installing requirements fails
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* refactor: display owner and repo in main menu on separate lines
long owner and repo names would case the menu to be too wide
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-05 20:31:38 +02:00
dw-0
e438081c35
fix: update SimpleConfigParser submodule ( #510 )
2024-09-01 18:51:25 +02:00
dw-0
9f50f6fdd7
fix: y and n are invalid selections in KlipperFlashOverviewMenu ( #508 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-09-01 18:31:15 +02:00
dw-0
0ee0fa3325
feat: KIAUH v6 - full rewrite of KIAUH in Python ( #428 )
v5.1.0
v6.0.0-alpha.1
2024-08-31 19:16:52 +02:00
Henrik Fransson
8547942986
readme: fix broken OctoApp plugin link ( #494 )
2024-08-06 16:41:18 +02:00
dw-0
d33ac6b15a
fix: parse moonraker dependencies from system-dependencies.json ( #492 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-08-03 13:30:34 +02:00
dw-0
6cd9133a15
fix: detect RatOS 2.1+ as operating system and exit ( #490 )
...
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-07-31 20:30:33 +02:00
Beans Baxter
a929c6983d
refactor: don't check spoolman version if not installed ( #487 )
2024-06-28 23:07:20 +02:00
breakheart
bce92001a6
fix: use correct Spoolman directory name ( #486 )
2024-06-28 17:46:19 +02:00
Alessandro Maggi
7993b98ee1
fix: replace jq by grep to check Spoolman update ( #482 )
...
* fix: remove extra space in remove menu
* fix(spoolman): replace jq with grep
jq isn't included in some minimal installations
2024-06-26 07:04:09 +02:00
Alessandro Maggi
62296e112e
feat: add Spoolman support ( #477 )
2024-06-25 20:10:14 +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