klipper/scripts
Kevin O'Connor 81da5379d4 buildcommands: Extend number of available mcu messages from 96 to 128
Some internal code treats the message ids as encoded "variable length
quantities", while other internal code assumes the message id is
always one byte long.  Continue using this scheme, but convert the VLQ
users to use the name "msgtag" while the 1-byte users use "msgid".
Increase the number of available msgids from 96 to 127 - the higher
values get encoded as negative "msgtags".

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-02-18 15:21:32 -05:00
..
spi_flash chelper: Fix check for failed code build 2021-02-07 20:48:21 -05:00
Dockerfile scripts: Update Docker file for current Klipper version (#2666) 2020-04-02 20:19:26 -04:00
avrsim.py avrsim: Minor changes so avrsim can run on both Python2 and Python3 2020-09-16 12:05:26 -04:00
buildcommands.py buildcommands: Extend number of available mcu messages from 96 to 128 2021-02-18 15:21:32 -05:00
calibrate_shaper.py shaper_calibrate: Choose input shapers accounting smoothing 2020-12-22 18:37:41 -05:00
check-gcc.sh
check_whitespace.py check_whitespace: Warn on trailing tabs in Makefiles 2019-07-21 21:49:37 -04:00
check_whitespace.sh check_whitespace: Add script to run whitespace checks 2019-06-23 17:44:48 -04:00
checkstack.py
ci-build.sh ci-build: Report binary size during build tests 2020-12-10 12:06:26 -05:00
ci-install.sh scripts: No need to include python-virtualenv in package dependencies 2020-11-23 12:24:27 -05:00
flash-linux.sh docs: LinuxMCU doc & script (#2956) 2020-06-12 20:32:12 -04:00
flash-pru.sh
flash-sdcard.sh scripts: add flash-sdcard.sh helper script 2021-02-05 19:37:56 -05:00
flash_usb.py stm32f4: Add support for HID bootloader 2020-05-28 14:44:51 -04:00
graph_accelerometer.py scripts: Small improvements for input shaper and accelerometer scripts 2020-12-19 11:58:35 -05:00
graph_extruder.py graph_extruder: Internal updates to graph calculation 2020-02-18 12:38:45 -05:00
graph_motion.py scripts: scripts to simulate input_shaper response and toolhead movement (#3063) 2020-07-19 20:23:02 -04:00
graph_shaper.py scripts: scripts to simulate input_shaper response and toolhead movement (#3063) 2020-07-19 20:23:02 -04:00
graph_temp_sensor.py graph_temp_sensor: Add support for graphing sensor resistance 2020-09-09 17:14:09 -04:00
graphstats.py graphstats: Allow graphing of temperature_sensor logs 2020-12-07 09:53:24 -05:00
install-arch.sh scripts: add arch linux install script 2020-05-28 14:40:04 -04:00
install-beaglebone.sh scripts: Replicape pru update start scripts (#2277) 2019-12-18 12:11:40 -05:00
install-centos.sh install-octopi: Use "virtualenv -p python2" to ensure python2 is selected 2020-09-03 13:19:55 -04:00
install-debian.sh scripts: Remove python-virtualenv from install scripts on debian type distros 2021-01-24 11:32:09 -05:00
install-octopi.sh scripts: Remove python-virtualenv from install scripts on debian type distros 2021-01-24 11:32:09 -05:00
install-ubuntu-18.04.sh scripts: Remove python-virtualenv from install scripts on debian type distros 2021-01-24 11:32:09 -05:00
klipper-mcu-start.sh scripts: add executable permissions to klipper-mcu-start.sh 2020-07-05 20:48:12 -04:00
klipper-pru-start.sh scripts: Replicape pru update start scripts (#2277) 2019-12-18 12:11:40 -05:00
klipper-start.sh
klipper-uninstall.sh
klippy-requirements.txt scripts: Update klippy-requirements.txt (#1744) 2019-06-21 13:32:54 -04:00
logextract.py
make_version.py
stepstats.py
test_klippy.py
update_chitu.py update_chitu: Rename script and minor changes 2020-08-30 13:11:34 -04:00
update_mks_robin.py update_mks_robin: Remove unnecessary imports 2020-07-24 11:02:15 -04:00
whconsole.py whconsole: Add utility for testing the "webhooks" interface 2020-08-16 13:20:25 -04:00