Skip to content

Commit

Permalink
Merge Beta [FirmwareFlasher] into Master (#220)
Browse files Browse the repository at this point in the history
* [FirmwareFlasher] Change text from find to select firmware (#183)

* increment version number

* change Find to Select (Firmware)

* fix -f arg not starting at that specific menu (#184)

* move dfu flash to advanced menu (#185)

* add restart_klipper function (#186)

* [FirmwareFlasher] Updates Katapult and Checks Origin (#187)

* mandatory katapult update + check prior

* split KatapultInstaller into smaller functions

* remove firmware.sh (#181)

* change menu calls to returns (#193)

* [FirmwareFlasher] Adds logging (#191)

* adds logging

* remove clear handlers

* fix color to error message

* removed logging_debug

* adds INFO only filter

* [FirmwareFlasher] Query DFU Device Inf Loop + Anykey Exit (#192)

* dfu loop without timeout

* removed extra func

* [FirmwareFlasher] Adds Configuration file & Edit Menu + Minor Text Changes (#194)

* initial commit

* Initial Commit

* Add header

* Updated

* Add reset to defaults

* fix KATAPULT_DIR

* just a shit ton of changes, whoops

* fixes menu return on firmware select

* [FirmwareFlasher] Repository would error when case-sensitive - 0.0.4 (#197)

* make lowercase

* increment

* [FirmwareFlasher] Normalise GIT repo origin (#201)

* add firmware.cfg to gitignore

* increment to 0.0.6

* normalize katapult repo url to remove .git

* removed increment

* [FirmwareFlasher] Add LSUSB (/dev/ Directory to Config Options (#200)

* Adds DEV_DIR and increment to 0.0.7

* removed increment

* [FirmwareFlasher] Adds Advanced Menu for All Firmware (#198)

* Adds menu for All Firmware

* removed increment

* menu item text change

* fixes klippy env path (#206)

* verify that no one is attempting to flash cartographer directly on creality os or other build root based environments (#218) (#219)

Co-authored-by: Jason Pell <[email protected]>

---------

Co-authored-by: Jason Pell <[email protected]>
  • Loading branch information
krautech and pellcorp authored Jan 9, 2025
1 parent d23a793 commit 157c0da
Show file tree
Hide file tree
Showing 4 changed files with 687 additions and 1,385 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ dmypy.json

# Cython debug symbols
cython_debug/

scripts/firmware.cfg
Loading

0 comments on commit 157c0da

Please sign in to comment.