Autocommit from 2025-05-17 13:10:21

Klipper version: v0.13.0-114-g841a9ca2

Moonraker version: v0.9.3-74-g1c12414

Mainsail version: v2.14.0
This commit is contained in:
2025-05-17 13:10:21 +03:00
parent 8e45c646f1
commit 2e41cfb036
12 changed files with 548 additions and 31 deletions

View File

@@ -10,8 +10,8 @@
#rp_sb2209=350f10596216
#sht36_v2=8ce295109ef0
toolhed_name=rp_sb2209
toolhed_uuid=350f10596216
toolhead_name=rp_sb2209
toolhead_uuid=350f10596216
mcu_uuid=afcf80281237
mcu_path=/dev/serial/by-id/usb-katapult_stm32h723xx_320006001751313431393536-if00
config_path=/home/biqu/printer_data/config/firmware/
@@ -26,7 +26,7 @@ make -j4 KCONFIG_CONFIG="${config_path}octopus-pro.config"
mv ~/klipper/out/klipper.bin ~/firmware/octopus_klipper.bin
make clean
toolhead_config="${config_path}/${used_toolhed}.CAN"
toolhead_config="${config_path}/${toolhead_name}.CAN"
make -j4 KCONFIG_CONFIG=$toolhead_config
mv ~/klipper/out/klipper.bin ~/firmware/toolhead_klipper.bin
@@ -41,7 +41,7 @@ sleep 2
# Update Toolhead MCU
echo "Start update Toolhead MCU"
python3 flash_can.py -i can0 -u $toolhed_uuid -f ~/firmware/toolhead_klipper.bin
python3 flash_can.py -i can0 -u $toolhead_uuid -f ~/firmware/toolhead_klipper.bin
sleep 2
#read -p "MCU EBB36 firmware flashed, please check above for any errors. Press [Enter] to continue, or [Ctrl+C] to abort"
#echo "Finish update MCU EBB36"