From 0eed171c41ab20e0aeeb6d14439b21ba4e8e2424 Mon Sep 17 00:00:00 2001 From: innotex Date: Thu, 9 Oct 2025 21:49:07 +0200 Subject: [PATCH] copy env klipper --- config.adxl345 | 92 ++++++++++++++++++++ config.adxl345.old | 69 +++++++++++++++ docs/_klipper3d/build-translations.sh | 0 klippy/console.py | 0 klippy/parsedump.py | 0 lib/canboot/flash_can.py | 0 lib/kconfiglib/genconfig.py | 0 lib/kconfiglib/menuconfig.py | 0 lib/kconfiglib/olddefconfig.py | 0 lib/pico-sdk/rp2040/boot_stage2/pad_checksum | 0 lib/stm32l4/include/stm32l412xx.h | 0 lib/stm32l4/include/stm32l422xx.h | 0 lib/stm32l4/include/stm32l431xx.h | 0 lib/stm32l4/include/stm32l432xx.h | 0 lib/stm32l4/include/stm32l433xx.h | 0 lib/stm32l4/include/stm32l442xx.h | 0 lib/stm32l4/include/stm32l443xx.h | 0 lib/stm32l4/include/stm32l451xx.h | 0 lib/stm32l4/include/stm32l452xx.h | 0 lib/stm32l4/include/stm32l462xx.h | 0 lib/stm32l4/include/stm32l471xx.h | 0 lib/stm32l4/include/stm32l475xx.h | 0 lib/stm32l4/include/stm32l476xx.h | 0 lib/stm32l4/include/stm32l485xx.h | 0 lib/stm32l4/include/stm32l486xx.h | 0 lib/stm32l4/include/stm32l496xx.h | 0 lib/stm32l4/include/stm32l4a6xx.h | 0 lib/stm32l4/include/stm32l4p5xx.h | 0 lib/stm32l4/include/stm32l4q5xx.h | 0 lib/stm32l4/include/stm32l4r5xx.h | 0 lib/stm32l4/include/stm32l4r7xx.h | 0 lib/stm32l4/include/stm32l4r9xx.h | 0 lib/stm32l4/include/stm32l4s5xx.h | 0 lib/stm32l4/include/stm32l4s7xx.h | 0 lib/stm32l4/include/stm32l4s9xx.h | 0 lib/stm32l4/include/stm32l4xx.h | 0 lib/stm32l4/include/system_stm32l4xx.h | 0 lib/stm32l4/system_stm32l4xx.c | 0 scripts/avrsim.py | 0 scripts/calibrate_shaper.py | 0 scripts/check-gcc.sh | 0 scripts/check-software-div.sh | 0 scripts/check_whitespace.py | 0 scripts/check_whitespace.sh | 0 scripts/checkstack.py | 0 scripts/ci-build.sh | 0 scripts/ci-install.sh | 0 scripts/dump_mcu.py | 0 scripts/flash-ar100.py | 0 scripts/flash-linux.sh | 0 scripts/flash-pru.sh | 0 scripts/flash-sdcard.sh | 0 scripts/flash_usb.py | 0 scripts/graph_accelerometer.py | 0 scripts/graph_extruder.py | 0 scripts/graph_mesh.py | 0 scripts/graph_motion.py | 0 scripts/graph_shaper.py | 0 scripts/graph_temp_sensor.py | 0 scripts/graphstats.py | 0 scripts/install-arch.sh | 0 scripts/install-beaglebone.sh | 0 scripts/install-centos.sh | 0 scripts/install-debian.sh | 0 scripts/install-octopi.sh | 0 scripts/install-ubuntu-18.04.sh | 0 scripts/install-ubuntu-22.04.sh | 0 scripts/klipper-pru-start.sh | 0 scripts/klipper-start.sh | 0 scripts/klipper-uninstall.sh | 0 scripts/logextract.py | 0 scripts/motan/data_logger.py | 0 scripts/motan/motan_graph.py | 0 scripts/parsecandump.py | 0 scripts/stepstats.py | 0 scripts/update_chitu.py | 0 scripts/update_mks_robin.py | 0 scripts/whconsole.py | 0 78 files changed, 161 insertions(+) create mode 100644 config.adxl345 create mode 100644 config.adxl345.old mode change 100755 => 100644 docs/_klipper3d/build-translations.sh mode change 100755 => 100644 klippy/console.py mode change 100755 => 100644 klippy/parsedump.py mode change 100755 => 100644 lib/canboot/flash_can.py mode change 100755 => 100644 lib/kconfiglib/genconfig.py mode change 100755 => 100644 lib/kconfiglib/menuconfig.py mode change 100755 => 100644 lib/kconfiglib/olddefconfig.py mode change 100755 => 100644 lib/pico-sdk/rp2040/boot_stage2/pad_checksum mode change 100755 => 100644 lib/stm32l4/include/stm32l412xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l422xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l431xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l432xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l433xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l442xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l443xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l451xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l452xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l462xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l471xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l475xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l476xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l485xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l486xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l496xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4a6xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4p5xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4q5xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4r5xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4r7xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4r9xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4s5xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4s7xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4s9xx.h mode change 100755 => 100644 lib/stm32l4/include/stm32l4xx.h mode change 100755 => 100644 lib/stm32l4/include/system_stm32l4xx.h mode change 100755 => 100644 lib/stm32l4/system_stm32l4xx.c mode change 100755 => 100644 scripts/avrsim.py mode change 100755 => 100644 scripts/calibrate_shaper.py mode change 100755 => 100644 scripts/check-gcc.sh mode change 100755 => 100644 scripts/check-software-div.sh mode change 100755 => 100644 scripts/check_whitespace.py mode change 100755 => 100644 scripts/check_whitespace.sh mode change 100755 => 100644 scripts/checkstack.py mode change 100755 => 100644 scripts/ci-build.sh mode change 100755 => 100644 scripts/ci-install.sh mode change 100755 => 100644 scripts/dump_mcu.py mode change 100755 => 100644 scripts/flash-ar100.py mode change 100755 => 100644 scripts/flash-linux.sh mode change 100755 => 100644 scripts/flash-pru.sh mode change 100755 => 100644 scripts/flash-sdcard.sh mode change 100755 => 100644 scripts/flash_usb.py mode change 100755 => 100644 scripts/graph_accelerometer.py mode change 100755 => 100644 scripts/graph_extruder.py mode change 100755 => 100644 scripts/graph_mesh.py mode change 100755 => 100644 scripts/graph_motion.py mode change 100755 => 100644 scripts/graph_shaper.py mode change 100755 => 100644 scripts/graph_temp_sensor.py mode change 100755 => 100644 scripts/graphstats.py mode change 100755 => 100644 scripts/install-arch.sh mode change 100755 => 100644 scripts/install-beaglebone.sh mode change 100755 => 100644 scripts/install-centos.sh mode change 100755 => 100644 scripts/install-debian.sh mode change 100755 => 100644 scripts/install-octopi.sh mode change 100755 => 100644 scripts/install-ubuntu-18.04.sh mode change 100755 => 100644 scripts/install-ubuntu-22.04.sh mode change 100755 => 100644 scripts/klipper-pru-start.sh mode change 100755 => 100644 scripts/klipper-start.sh mode change 100755 => 100644 scripts/klipper-uninstall.sh mode change 100755 => 100644 scripts/logextract.py mode change 100755 => 100644 scripts/motan/data_logger.py mode change 100755 => 100644 scripts/motan/motan_graph.py mode change 100755 => 100644 scripts/parsecandump.py mode change 100755 => 100644 scripts/stepstats.py mode change 100755 => 100644 scripts/update_chitu.py mode change 100755 => 100644 scripts/update_mks_robin.py mode change 100755 => 100644 scripts/whconsole.py diff --git a/config.adxl345 b/config.adxl345 new file mode 100644 index 00000000..27635a68 --- /dev/null +++ b/config.adxl345 @@ -0,0 +1,92 @@ +CONFIG_LOW_LEVEL_OPTIONS=y +# CONFIG_MACH_AVR is not set +# CONFIG_MACH_ATSAM is not set +# CONFIG_MACH_ATSAMD is not set +# CONFIG_MACH_LPC176X is not set +# CONFIG_MACH_STM32 is not set +# CONFIG_MACH_HC32F460 is not set +CONFIG_MACH_RPXXXX=y +# CONFIG_MACH_PRU is not set +# CONFIG_MACH_AR100 is not set +# CONFIG_MACH_LINUX is not set +# CONFIG_MACH_SIMU is not set +CONFIG_BOARD_DIRECTORY="rp2040" +CONFIG_MCU="rp2040" +CONFIG_CLOCK_FREQ=12000000 +CONFIG_USBSERIAL=y +CONFIG_FLASH_SIZE=0x200000 +CONFIG_FLASH_BOOT_ADDRESS=0x10000100 +CONFIG_RAM_START=0x20000000 +CONFIG_RAM_SIZE=0x42000 +CONFIG_STACK_SIZE=512 +CONFIG_FLASH_APPLICATION_ADDRESS=0x10004000 +CONFIG_RPXXXX_SELECT=y +CONFIG_MACH_RP2040=y +# CONFIG_MACH_RP2350 is not set +CONFIG_RPXXXX_HAVE_BOOTLOADER=y +# CONFIG_RPXXXX_FLASH_START_0100 is not set +CONFIG_RPXXXX_FLASH_START_4000=y +CONFIG_RP2040_STAGE2_FILE="boot2_w25q080.S" +CONFIG_RP2040_STAGE2_CLKDIV=2 +CONFIG_RPXXXX_USB=y +# CONFIG_RPXXXX_SERIAL_UART0_PINS_0_1 is not set +# CONFIG_RPXXXX_SERIAL_UART0_PINS_12_13 is not set +# CONFIG_RPXXXX_SERIAL_UART0_PINS_16_17 is not set +# CONFIG_RPXXXX_SERIAL_UART0_PINS_28_29 is not set +# CONFIG_RPXXXX_SERIAL_UART1_PINS_4_5 is not set +# CONFIG_RPXXXX_SERIAL_UART1_PINS_8_9 is not set +# CONFIG_RPXXXX_SERIAL_UART1_PINS_20_21 is not set +# CONFIG_RPXXXX_SERIAL_UART1_PINS_24_25 is not set +# CONFIG_RPXXXX_CANBUS is not set +# CONFIG_RPXXXX_USBCANBUS is not set +CONFIG_RPXXXX_CANBUS_GPIO_RX=4 +CONFIG_RPXXXX_CANBUS_GPIO_TX=5 +CONFIG_USB=y +CONFIG_USB_VENDOR_ID=0x1d50 +CONFIG_USB_DEVICE_ID=0x614e +CONFIG_USB_SERIAL_NUMBER_CHIPID=y +CONFIG_USB_SERIAL_NUMBER="12345" + +# +# USB ids +# +# end of USB ids + +CONFIG_WANT_ADC=y +CONFIG_WANT_SPI=y +CONFIG_WANT_SOFTWARE_SPI=y +CONFIG_WANT_I2C=y +CONFIG_WANT_SOFTWARE_I2C=y +CONFIG_WANT_HARD_PWM=y +CONFIG_WANT_BUTTONS=y +CONFIG_WANT_TMCUART=y +CONFIG_WANT_NEOPIXEL=y +CONFIG_WANT_PULSE_COUNTER=y +CONFIG_WANT_ST7920=y +CONFIG_WANT_HD44780=y +CONFIG_WANT_ADXL345=y +CONFIG_WANT_LIS2DW=y +CONFIG_WANT_MPU9250=y +CONFIG_WANT_ICM20948=y +CONFIG_WANT_THERMOCOUPLE=y +CONFIG_WANT_HX71X=y +CONFIG_WANT_ADS1220=y +CONFIG_WANT_LDC1612=y +CONFIG_WANT_SENSOR_ANGLE=y +CONFIG_NEED_SENSOR_BULK=y +CONFIG_WANT_LOAD_CELL_PROBE=y +CONFIG_NEED_SOS_FILTER=y +CONFIG_CANBUS_FREQUENCY=1000000 +CONFIG_INLINE_STEPPER_HACK=y +CONFIG_HAVE_STEPPER_OPTIMIZED_BOTH_EDGE=y +CONFIG_WANT_STEPPER_OPTIMIZED_BOTH_EDGE=y +CONFIG_INITIAL_PINS="" +CONFIG_HAVE_GPIO=y +CONFIG_HAVE_GPIO_ADC=y +CONFIG_HAVE_GPIO_SPI=y +CONFIG_HAVE_GPIO_I2C=y +CONFIG_HAVE_GPIO_HARD_PWM=y +CONFIG_HAVE_STRICT_TIMING=y +CONFIG_HAVE_CHIPID=y +CONFIG_HAVE_BOOTLOADER_REQUEST=y +CONFIG_HAVE_SOFTWARE_DIVIDE_REQUIRED=y diff --git a/config.adxl345.old b/config.adxl345.old new file mode 100644 index 00000000..8d7a267c --- /dev/null +++ b/config.adxl345.old @@ -0,0 +1,69 @@ +# CONFIG_LOW_LEVEL_OPTIONS is not set +CONFIG_MACH_AVR=y +# CONFIG_MACH_ATSAM is not set +# CONFIG_MACH_ATSAMD is not set +# CONFIG_MACH_LPC176X is not set +# CONFIG_MACH_STM32 is not set +# CONFIG_MACH_HC32F460 is not set +# CONFIG_MACH_RPXXXX is not set +# CONFIG_MACH_PRU is not set +# CONFIG_MACH_AR100 is not set +# CONFIG_MACH_LINUX is not set +# CONFIG_MACH_SIMU is not set +CONFIG_AVR_SELECT=y +CONFIG_BOARD_DIRECTORY="avr" +CONFIG_MACH_atmega2560=y +# CONFIG_MACH_atmega1280 is not set +# CONFIG_MACH_at90usb1286 is not set +# CONFIG_MACH_at90usb646 is not set +# CONFIG_MACH_atmega32u4 is not set +# CONFIG_MACH_atmega1284p is not set +# CONFIG_MACH_atmega644p is not set +# CONFIG_MACH_atmega328p is not set +# CONFIG_MACH_atmega328 is not set +# CONFIG_MACH_atmega168 is not set +CONFIG_MCU="atmega2560" +CONFIG_AVRDUDE_PROTOCOL="wiring" +CONFIG_CLOCK_FREQ=16000000 +CONFIG_AVR_CLKPR=-1 +CONFIG_AVR_STACK_SIZE=256 +CONFIG_AVR_WATCHDOG=y +CONFIG_SERIAL=y +CONFIG_SERIAL_BAUD_U2X=y +CONFIG_SERIAL_PORT=0 +CONFIG_SERIAL_BAUD=250000 +CONFIG_USB_VENDOR_ID=0x1d50 +CONFIG_USB_DEVICE_ID=0x614e +CONFIG_USB_SERIAL_NUMBER="12345" +CONFIG_WANT_ADC=y +CONFIG_WANT_SPI=y +CONFIG_WANT_SOFTWARE_SPI=y +CONFIG_WANT_I2C=y +CONFIG_WANT_SOFTWARE_I2C=y +CONFIG_WANT_HARD_PWM=y +CONFIG_WANT_BUTTONS=y +CONFIG_WANT_TMCUART=y +CONFIG_WANT_NEOPIXEL=y +CONFIG_WANT_PULSE_COUNTER=y +CONFIG_WANT_ST7920=y +CONFIG_WANT_HD44780=y +CONFIG_WANT_ADXL345=y +CONFIG_WANT_LIS2DW=y +CONFIG_WANT_MPU9250=y +CONFIG_WANT_ICM20948=y +CONFIG_WANT_THERMOCOUPLE=y +CONFIG_WANT_HX71X=y +CONFIG_WANT_ADS1220=y +CONFIG_WANT_LDC1612=y +CONFIG_WANT_SENSOR_ANGLE=y +CONFIG_NEED_SENSOR_BULK=y +CONFIG_WANT_LOAD_CELL_PROBE=y +CONFIG_NEED_SOS_FILTER=y +CONFIG_CANBUS_FREQUENCY=1000000 +CONFIG_INLINE_STEPPER_HACK=y +CONFIG_HAVE_GPIO=y +CONFIG_HAVE_GPIO_ADC=y +CONFIG_HAVE_GPIO_SPI=y +CONFIG_HAVE_GPIO_I2C=y +CONFIG_HAVE_GPIO_HARD_PWM=y +CONFIG_HAVE_STRICT_TIMING=y diff --git a/docs/_klipper3d/build-translations.sh b/docs/_klipper3d/build-translations.sh old mode 100755 new mode 100644 diff --git a/klippy/console.py b/klippy/console.py old mode 100755 new mode 100644 diff --git a/klippy/parsedump.py b/klippy/parsedump.py old mode 100755 new mode 100644 diff --git a/lib/canboot/flash_can.py b/lib/canboot/flash_can.py old mode 100755 new mode 100644 diff --git a/lib/kconfiglib/genconfig.py b/lib/kconfiglib/genconfig.py old mode 100755 new mode 100644 diff --git a/lib/kconfiglib/menuconfig.py b/lib/kconfiglib/menuconfig.py old mode 100755 new mode 100644 diff --git a/lib/kconfiglib/olddefconfig.py b/lib/kconfiglib/olddefconfig.py old mode 100755 new mode 100644 diff --git a/lib/pico-sdk/rp2040/boot_stage2/pad_checksum b/lib/pico-sdk/rp2040/boot_stage2/pad_checksum old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l412xx.h b/lib/stm32l4/include/stm32l412xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l422xx.h b/lib/stm32l4/include/stm32l422xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l431xx.h b/lib/stm32l4/include/stm32l431xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l432xx.h b/lib/stm32l4/include/stm32l432xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l433xx.h b/lib/stm32l4/include/stm32l433xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l442xx.h b/lib/stm32l4/include/stm32l442xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l443xx.h b/lib/stm32l4/include/stm32l443xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l451xx.h b/lib/stm32l4/include/stm32l451xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l452xx.h b/lib/stm32l4/include/stm32l452xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l462xx.h b/lib/stm32l4/include/stm32l462xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l471xx.h b/lib/stm32l4/include/stm32l471xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l475xx.h b/lib/stm32l4/include/stm32l475xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l476xx.h b/lib/stm32l4/include/stm32l476xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l485xx.h b/lib/stm32l4/include/stm32l485xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l486xx.h b/lib/stm32l4/include/stm32l486xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l496xx.h b/lib/stm32l4/include/stm32l496xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4a6xx.h b/lib/stm32l4/include/stm32l4a6xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4p5xx.h b/lib/stm32l4/include/stm32l4p5xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4q5xx.h b/lib/stm32l4/include/stm32l4q5xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4r5xx.h b/lib/stm32l4/include/stm32l4r5xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4r7xx.h b/lib/stm32l4/include/stm32l4r7xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4r9xx.h b/lib/stm32l4/include/stm32l4r9xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4s5xx.h b/lib/stm32l4/include/stm32l4s5xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4s7xx.h b/lib/stm32l4/include/stm32l4s7xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4s9xx.h b/lib/stm32l4/include/stm32l4s9xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/stm32l4xx.h b/lib/stm32l4/include/stm32l4xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/include/system_stm32l4xx.h b/lib/stm32l4/include/system_stm32l4xx.h old mode 100755 new mode 100644 diff --git a/lib/stm32l4/system_stm32l4xx.c b/lib/stm32l4/system_stm32l4xx.c old mode 100755 new mode 100644 diff --git a/scripts/avrsim.py b/scripts/avrsim.py old mode 100755 new mode 100644 diff --git a/scripts/calibrate_shaper.py b/scripts/calibrate_shaper.py old mode 100755 new mode 100644 diff --git a/scripts/check-gcc.sh b/scripts/check-gcc.sh old mode 100755 new mode 100644 diff --git a/scripts/check-software-div.sh b/scripts/check-software-div.sh old mode 100755 new mode 100644 diff --git a/scripts/check_whitespace.py b/scripts/check_whitespace.py old mode 100755 new mode 100644 diff --git a/scripts/check_whitespace.sh b/scripts/check_whitespace.sh old mode 100755 new mode 100644 diff --git a/scripts/checkstack.py b/scripts/checkstack.py old mode 100755 new mode 100644 diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh old mode 100755 new mode 100644 diff --git a/scripts/ci-install.sh b/scripts/ci-install.sh old mode 100755 new mode 100644 diff --git a/scripts/dump_mcu.py b/scripts/dump_mcu.py old mode 100755 new mode 100644 diff --git a/scripts/flash-ar100.py b/scripts/flash-ar100.py old mode 100755 new mode 100644 diff --git a/scripts/flash-linux.sh b/scripts/flash-linux.sh old mode 100755 new mode 100644 diff --git a/scripts/flash-pru.sh b/scripts/flash-pru.sh old mode 100755 new mode 100644 diff --git a/scripts/flash-sdcard.sh b/scripts/flash-sdcard.sh old mode 100755 new mode 100644 diff --git a/scripts/flash_usb.py b/scripts/flash_usb.py old mode 100755 new mode 100644 diff --git a/scripts/graph_accelerometer.py b/scripts/graph_accelerometer.py old mode 100755 new mode 100644 diff --git a/scripts/graph_extruder.py b/scripts/graph_extruder.py old mode 100755 new mode 100644 diff --git a/scripts/graph_mesh.py b/scripts/graph_mesh.py old mode 100755 new mode 100644 diff --git a/scripts/graph_motion.py b/scripts/graph_motion.py old mode 100755 new mode 100644 diff --git a/scripts/graph_shaper.py b/scripts/graph_shaper.py old mode 100755 new mode 100644 diff --git a/scripts/graph_temp_sensor.py b/scripts/graph_temp_sensor.py old mode 100755 new mode 100644 diff --git a/scripts/graphstats.py b/scripts/graphstats.py old mode 100755 new mode 100644 diff --git a/scripts/install-arch.sh b/scripts/install-arch.sh old mode 100755 new mode 100644 diff --git a/scripts/install-beaglebone.sh b/scripts/install-beaglebone.sh old mode 100755 new mode 100644 diff --git a/scripts/install-centos.sh b/scripts/install-centos.sh old mode 100755 new mode 100644 diff --git a/scripts/install-debian.sh b/scripts/install-debian.sh old mode 100755 new mode 100644 diff --git a/scripts/install-octopi.sh b/scripts/install-octopi.sh old mode 100755 new mode 100644 diff --git a/scripts/install-ubuntu-18.04.sh b/scripts/install-ubuntu-18.04.sh old mode 100755 new mode 100644 diff --git a/scripts/install-ubuntu-22.04.sh b/scripts/install-ubuntu-22.04.sh old mode 100755 new mode 100644 diff --git a/scripts/klipper-pru-start.sh b/scripts/klipper-pru-start.sh old mode 100755 new mode 100644 diff --git a/scripts/klipper-start.sh b/scripts/klipper-start.sh old mode 100755 new mode 100644 diff --git a/scripts/klipper-uninstall.sh b/scripts/klipper-uninstall.sh old mode 100755 new mode 100644 diff --git a/scripts/logextract.py b/scripts/logextract.py old mode 100755 new mode 100644 diff --git a/scripts/motan/data_logger.py b/scripts/motan/data_logger.py old mode 100755 new mode 100644 diff --git a/scripts/motan/motan_graph.py b/scripts/motan/motan_graph.py old mode 100755 new mode 100644 diff --git a/scripts/parsecandump.py b/scripts/parsecandump.py old mode 100755 new mode 100644 diff --git a/scripts/stepstats.py b/scripts/stepstats.py old mode 100755 new mode 100644 diff --git a/scripts/update_chitu.py b/scripts/update_chitu.py old mode 100755 new mode 100644 diff --git a/scripts/update_mks_robin.py b/scripts/update_mks_robin.py old mode 100755 new mode 100644 diff --git a/scripts/whconsole.py b/scripts/whconsole.py old mode 100755 new mode 100644