index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
graphstats: Add support for graphing system load
Kevin O'Connor
2020-09-16
1
-0
/
+46
*
avrsim: Minor changes so avrsim can run on both Python2 and Python3
Kevin O'Connor
2020-09-16
1
-5
/
+4
*
avrsim: migrated to Python 3
Dmitry Butyugin
2020-09-13
1
-9
/
+9
*
graph_temp_sensor: Add support for graphing sensor resistance
Kevin O'Connor
2020-09-09
1
-1
/
+27
*
graph_accelerometer: Add tool to graph accelerometer results
Kevin O'Connor
2020-09-05
1
-0
/
+78
*
travis-install: Minor change to virtualenv command-line arguments
Kevin O'Connor
2020-09-03
1
-1
/
+1
*
install-octopi: Use "virtualenv -p python2" to ensure python2 is selected
Kevin O'Connor
2020-09-03
5
-5
/
+5
*
update_chitu: Rename script and minor changes
Kevin O'Connor
2020-08-30
1
-19
/
+23
*
config: Added TronXY X5SA support (#3265)
Cabia Rangris
2020-08-30
1
-0
/
+130
*
graph_temp_sensor: Add tool to graph ADC resolution of temperature sensors
Kevin O'Connor
2020-08-17
1
-0
/
+142
*
whconsole: Add utility for testing the "webhooks" interface
Kevin O'Connor
2020-08-16
1
-0
/
+89
*
update_mks_robin: Remove unnecessary imports
Kevin O'Connor
2020-07-24
1
-1
/
+1
*
scripts: scripts to simulate input_shaper response and toolhead movement (#3063)
Dmitry Butyugin
2020-07-19
2
-0
/
+710
*
scripts: add executable permissions to klipper-mcu-start.sh
Arksine
2020-07-05
1
-0
/
+0
*
docs: LinuxMCU doc & script (#2956)
Lucio Tarantino
2020-06-12
2
-1
/
+85
*
scripts: Permission fix for debian-install (#2936)
BlackStump
2020-05-31
1
-0
/
+0
*
stm32f4: Add support for HID bootloader
Arksine
2020-05-28
1
-2
/
+7
*
scripts: add libusb-1.0 to install scripts
Arksine
2020-05-28
3
-3
/
+3
*
stm32f1: Add support for HID Bootloader
Arksine
2020-05-28
1
-1
/
+26
*
scripts: add arch linux install script
kiwigod
2020-05-28
1
-0
/
+102
*
avrsim: update avrsim pty attr (#2343)
Georgios Karnas
2020-05-05
1
-3
/
+13
*
scripts: Update Docker file for current Klipper version (#2666)
sillyfrog
2020-04-02
1
-3
/
+9
*
update_mks_robin: Add script to update firmware for MKS Robin bootloader
Kevin O'Connor
2020-03-24
1
-0
/
+38
*
graph_extruder: Internal updates to graph calculation
Kevin O'Connor
2020-02-18
1
-48
/
+74
*
graph_extruder: Add in older pa algorithms for reference
Kevin O'Connor
2020-02-03
1
-0
/
+19
*
scripts: Revert virtualenv workarounds
Kevin O'Connor
2020-01-25
1
-3
/
+1
*
scripts: Install "virtualenv setuptools==44.0.0" in install-octopi.sh
Kevin O'Connor
2020-01-12
1
-0
/
+1
*
scripts: Disable "virtualenv setuptools" in install-octopi.sh script
Kevin O'Connor
2020-01-12
1
-1
/
+2
*
kin_extruder: Convert pressure advance to use "weighted average"
Kevin O'Connor
2019-12-20
1
-4
/
+7
*
scripts: Replicape pru update start scripts (#2277)
BlackStump
2019-12-18
3
-11
/
+118
*
docs: Update Kinematics.md document with "smooth pressure advance"
Kevin O'Connor
2019-12-13
1
-0
/
+145
*
graphstats: Fix matplotlib import error
Kevin O'Connor
2019-11-10
1
-0
/
+1
*
flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targets
Kevin O'Connor
2019-10-26
1
-6
/
+13
*
flash_usb: Use "-s" option to specify flash offset on atsamd
Kevin O'Connor
2019-10-26
1
-3
/
+1
*
flash_usb: Change dfu-util to reset the board after a flash on stm32f4
Kevin O'Connor
2019-10-26
1
-4
/
+2
*
flash_usb: Inform user to manually reset after stm32f4 flash
Kevin O'Connor
2019-10-26
1
-0
/
+3
*
stm32: Add support for flashing over usb on stm32f042
Kevin O'Connor
2019-10-26
1
-1
/
+2
*
stm32f4: Add support for flashing over USB
Kevin O'Connor
2019-10-26
1
-3
/
+14
*
scripts: Use current username in install-ubuntu-18.04.sh
nhchiu
2019-10-23
1
-2
/
+1
*
buildcommands: Match DECL_X names to the actual C macro names
Kevin O'Connor
2019-08-22
1
-5
/
+5
*
ctr: Encode negative integers in normal hex notation
Kevin O'Connor
2019-08-22
1
-14
/
+4
*
command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expression
Kevin O'Connor
2019-08-22
1
-6
/
+3
*
ctr: Encode integers in hex
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
Makefile: Translate null characters to newline characters in ctr requests
Kevin O'Connor
2019-08-22
1
-1
/
+1
*
armcm_boot: Add generic code for early board init on armcm machines
Kevin O'Connor
2019-08-22
1
-0
/
+44
*
stm32f4: Add support for USB on stm32f103
Kevin O'Connor
2019-08-05
1
-1
/
+13
*
check_whitespace: Warn on trailing tabs in Makefiles
Kevin O'Connor
2019-07-21
1
-1
/
+1
*
scripts: Minor improvement to feedback from travis-install.sh
Kevin O'Connor
2019-07-10
1
-2
/
+3
*
check_whitespace: Add script to run whitespace checks
Kevin O'Connor
2019-06-23
2
-7
/
+16
*
scripts: Update klippy-requirements.txt (#1744)
Alan Lord
2019-06-21
1
-1
/
+1
[next]