aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* graph_temp_sensor: Add tool to graph ADC resolution of temperature sensorsKevin O'Connor2020-08-171-0/+142
* whconsole: Add utility for testing the "webhooks" interfaceKevin O'Connor2020-08-161-0/+89
* update_mks_robin: Remove unnecessary importsKevin O'Connor2020-07-241-1/+1
* scripts: scripts to simulate input_shaper response and toolhead movement (#3063)Dmitry Butyugin2020-07-192-0/+710
* scripts: add executable permissions to klipper-mcu-start.shArksine2020-07-051-0/+0
* docs: LinuxMCU doc & script (#2956)Lucio Tarantino2020-06-122-1/+85
* scripts: Permission fix for debian-install (#2936)BlackStump2020-05-311-0/+0
* stm32f4: Add support for HID bootloaderArksine2020-05-281-2/+7
* scripts: add libusb-1.0 to install scriptsArksine2020-05-283-3/+3
* stm32f1: Add support for HID BootloaderArksine2020-05-281-1/+26
* scripts: add arch linux install scriptkiwigod2020-05-281-0/+102
* avrsim: update avrsim pty attr (#2343)Georgios Karnas2020-05-051-3/+13
* scripts: Update Docker file for current Klipper version (#2666)sillyfrog2020-04-021-3/+9
* update_mks_robin: Add script to update firmware for MKS Robin bootloaderKevin O'Connor2020-03-241-0/+38
* graph_extruder: Internal updates to graph calculationKevin O'Connor2020-02-181-48/+74
* graph_extruder: Add in older pa algorithms for referenceKevin O'Connor2020-02-031-0/+19
* scripts: Revert virtualenv workaroundsKevin O'Connor2020-01-251-3/+1
* scripts: Install "virtualenv setuptools==44.0.0" in install-octopi.shKevin O'Connor2020-01-121-0/+1
* scripts: Disable "virtualenv setuptools" in install-octopi.sh scriptKevin O'Connor2020-01-121-1/+2
* kin_extruder: Convert pressure advance to use "weighted average"Kevin O'Connor2019-12-201-4/+7
* scripts: Replicape pru update start scripts (#2277)BlackStump2019-12-183-11/+118
* docs: Update Kinematics.md document with "smooth pressure advance"Kevin O'Connor2019-12-131-0/+145
* graphstats: Fix matplotlib import errorKevin O'Connor2019-11-101-0/+1
* flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targetsKevin O'Connor2019-10-261-6/+13
* flash_usb: Use "-s" option to specify flash offset on atsamdKevin O'Connor2019-10-261-3/+1
* flash_usb: Change dfu-util to reset the board after a flash on stm32f4Kevin O'Connor2019-10-261-4/+2
* flash_usb: Inform user to manually reset after stm32f4 flashKevin O'Connor2019-10-261-0/+3
* stm32: Add support for flashing over usb on stm32f042Kevin O'Connor2019-10-261-1/+2
* stm32f4: Add support for flashing over USBKevin O'Connor2019-10-261-3/+14
* scripts: Use current username in install-ubuntu-18.04.shnhchiu2019-10-231-2/+1
* buildcommands: Match DECL_X names to the actual C macro namesKevin O'Connor2019-08-221-5/+5
* ctr: Encode negative integers in normal hex notationKevin O'Connor2019-08-221-14/+4
* command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expressionKevin O'Connor2019-08-221-6/+3
* ctr: Encode integers in hexKevin O'Connor2019-08-221-2/+2
* Makefile: Translate null characters to newline characters in ctr requestsKevin O'Connor2019-08-221-1/+1
* armcm_boot: Add generic code for early board init on armcm machinesKevin O'Connor2019-08-221-0/+44
* stm32f4: Add support for USB on stm32f103Kevin O'Connor2019-08-051-1/+13
* check_whitespace: Warn on trailing tabs in MakefilesKevin O'Connor2019-07-211-1/+1
* scripts: Minor improvement to feedback from travis-install.shKevin O'Connor2019-07-101-2/+3
* check_whitespace: Add script to run whitespace checksKevin O'Connor2019-06-232-7/+16
* scripts: Update klippy-requirements.txt (#1744)Alan Lord2019-06-211-1/+1
* graphstats: Add support for interactive graphsKevin O'Connor2019-06-191-22/+36
* logextract: Update for absolutecoord -> absolute_coord changeKevin O'Connor2019-05-311-2/+2
* scripts: Use /tmp/klippy.log in install-ubuntu-18.04.shKevin O'Connor2019-05-201-2/+1
* klippy-requirements: Update Jinja2 versionKevin O'Connor2019-04-141-1/+1
* gcode_macro: Evaluate macros using Jinja2 template engineKevin O'Connor2019-04-041-0/+1
* scripts: Update klippy-requirements.txt to latest version of packagesKevin O'Connor2019-04-041-3/+3
* scripts: Add a new klippy-requirements.txt file for virtualenv installsKevin O'Connor2019-04-015-4/+11
* logextract: Add mcu annotation on send/receive shutdown reportsKevin O'Connor2019-03-311-5/+8
* flash_usb: Improve USB reconnect timingKevin O'Connor2019-03-171-6/+30