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
*
flash_usb: use sudo for rp2040 flashing
Lasse Dalegaard
2022-01-31
1
-3
/
+5
*
spi_flash: Add btt-skr-bx-se to the board types (#4951)
adelyser
2022-01-29
1
-0
/
+5
*
rp2040: add make flash support
Lasse Dalegaard
2022-01-06
1
-1
/
+43
*
scripts: Migrated shaper calibration scripts to Python3
Dmitry Butyugin
2021-12-30
2
-2
/
+2
*
spi_flash: Add btt-skr-mini-e3-v3 board definition
Kevin O'Connor
2021-12-23
1
-0
/
+6
*
motan: Fix comment copy-and-paste error in readlog.py
Kevin O'Connor
2021-12-01
1
-1
/
+1
*
spi_flash: Better fallback on MCU protocol change
Justin Schuh
2021-11-09
1
-3
/
+15
*
spi_flash: Fix MCU handshake protocol
Justin Schuh
2021-11-08
1
-1
/
+1
*
buildcommands: Use regular str() types for input on Python2
Kevin O'Connor
2021-10-31
1
-1
/
+1
*
input_shaper: Define input shapers in a single place in Python code
Dmitry Butyugin
2021-10-26
2
-11
/
+11
*
motan: Minor change to corexy analyzer label
Kevin O'Connor
2021-10-16
1
-1
/
+1
*
motan: Add an analyzer to integrate accelerometer input
Kevin O'Connor
2021-10-16
1
-1
/
+60
*
motan: Add support for graphing stepper motor phase and microstep position
Kevin O'Connor
2021-10-16
1
-0
/
+98
*
motan: Show data filename in graph title
Kevin O'Connor
2021-10-16
1
-3
/
+3
*
configfile: Use Python2's ConfigParser when running on Python2
Kevin O'Connor
2021-10-09
1
-1
/
+0
*
spi_flash: Improve Python3 compatibility
Kevin O'Connor
2021-10-07
1
-5
/
+6
*
scripts: Use backport of a recent Python3 configparser on Python2
Kevin O'Connor
2021-10-04
1
-0
/
+1
*
klippy: Add a build import test tool
Kevin O'Connor
2021-10-04
1
-0
/
+8
*
scripts: Update klippy build tests to verify on both Python2 and Python3
Kevin O'Connor
2021-10-04
2
-5
/
+20
*
buildcommands: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-6
/
+7
*
test_klippy: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-3
/
+3
*
klippy-requirements: Update dependencies to support Python 3.9+
Kevin O'Connor
2021-10-01
1
-2
/
+2
*
motan: Improve handling of errors during data subscriptions
Kevin O'Connor
2021-09-26
1
-0
/
+4
*
avrsim: Change default speed to 16Mhz and default baud to 250K
Kevin O'Connor
2021-09-16
1
-2
/
+2
*
update_chitu: generating update uuid based on file hash (#4663)
Vladimir Serov
2021-09-15
1
-2
/
+4
*
motan: Add support for dumping and analyzing adxl345 data
Kevin O'Connor
2021-08-30
2
-0
/
+51
*
motan: Add corexy forward kinematics analyzer
Kevin O'Connor
2021-08-30
1
-0
/
+28
*
motan: Add support for graphing arbitrary get_status fields
Kevin O'Connor
2021-08-30
1
-6
/
+67
*
motan: Pass dataset parameters in parenthesis
Kevin O'Connor
2021-08-30
3
-68
/
+95
*
motan_graph: Fix legend when using matplotlib twinx
Kevin O'Connor
2021-08-24
1
-2
/
+7
*
data_logger: Flush the initial index file when all queries complete
Kevin O'Connor
2021-08-24
1
-40
/
+37
*
readlog: Support queue_step smoothing
Kevin O'Connor
2021-08-22
1
-11
/
+39
*
motan_graph: Initial support for graphing data log
Kevin O'Connor
2021-08-22
3
-0
/
+650
*
data_logger: Add tool for bulk logging of data via the API server
Kevin O'Connor
2021-08-22
1
-0
/
+192
*
flash-linux: Fix spelling error in message
Kevin O'Connor
2021-08-17
1
-1
/
+1
*
scripts: Update graphing scripts to work with either python2 or python3
Kevin O'Connor
2021-08-02
4
-8
/
+8
*
check_whitespace: Also check txt, css, html, yaml, and yml files for errors
Kevin O'Connor
2021-07-27
1
-1
/
+4
*
spi_flash: Support firmware dictionary validation
Justin Schuh
2021-07-20
2
-13
/
+52
*
spi_flash: Make SD updates more tolerant of flaky boards
Justin Schuh
2021-07-20
1
-22
/
+53
*
stm32: Add support for STM32F072 (used in the TurboCAN board) (#4412)
henrikssn
2021-06-27
1
-0
/
+1
*
spi_flash: Add board definitions for Fysetc S6 and Spider
Wilhelm Schuster
2021-05-03
1
-0
/
+9
*
graphstats: Support graphing multiple heaters
Kevin O'Connor
2021-04-29
1
-22
/
+28
*
buildcommands: Don't attach hostname and build date to version on a clean build
Kevin O'Connor
2021-04-22
1
-6
/
+10
*
buildcommands: Call irq_poll() after last task function
Kevin O'Connor
2021-04-21
1
-1
/
+3
*
resonance_tester: Fixed multi-point resonance testing
Dmitry Butyugin
2021-04-07
2
-4
/
+4
*
klippy-requirements: Update Jinja2 to 2.11.3
Kevin O'Connor
2021-03-25
1
-1
/
+1
*
graph_accelerometer: Support axis-level comparison of adxl345 data
Dmitry Butyugin
2021-03-20
1
-3
/
+4
*
calibrate_shaper: Use fixed 5 Hz steps for minor ticks in the charts
Dmitry Butyugin
2021-03-20
1
-3
/
+1
*
shaper_calibrate: Estimate max_accel to avoid excessive smoothing
Dmitry Butyugin
2021-03-20
1
-2
/
+3
*
canbus_query: Add tool to query CANBUS uuid
Kevin O'Connor
2021-03-13
1
-0
/
+53
[next]