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
Commit message (
Expand
)
Author
Age
Files
Lines
*
configfile: Add support for reporting deprecated options
Kevin O'Connor
2021-09-16
7
-2
/
+40
*
configfile: Setup get_status() results after check_unused_options()
Kevin O'Connor
2021-09-16
1
-5
/
+5
*
config: Document motor_power pin in skr2 config (#4677)
truckershitch
2021-09-15
1
-0
/
+4
*
update_chitu: generating update uuid based on file hash (#4663)
Vladimir Serov
2021-09-15
1
-2
/
+4
*
linux: Support spidev4 through spidev7
Kevin O'Connor
2021-09-15
1
-0
/
+4
*
heaters: Change default smooth_time from 2 seconds to 1 second
Kevin O'Connor
2021-09-03
3
-3
/
+7
*
docs: Add referenced config example for PWM tools (#4537)
Pascal
2021-09-03
2
-1
/
+58
*
lib: Update stm32f4 to use upstream github source
Kevin O'Connor
2021-09-02
27
-323368
/
+323369
*
lib: Update stm32f2 to use upstream github source
Kevin O'Connor
2021-09-02
1
-3
/
+4
*
lib: Update stm32f1 to use upstream github source
Kevin O'Connor
2021-09-02
18
-123835
/
+123836
*
lib: Update stm32f0 to use upstream github source
Kevin O'Connor
2021-09-02
20
-128778
/
+128779
*
docs: Fix typo in Measuring_Resonances.md
Kevin O'Connor
2021-09-02
1
-1
/
+1
*
tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...
github@matthewlloyd.net
2021-09-02
2
-15
/
+51
*
tuning_tower: Add SKIP parameter
github@matthewlloyd.net
2021-09-02
2
-7
/
+14
*
delta: Make the 'arm_length' description more clear in save_state()
Kevin O'Connor
2021-09-02
1
-3
/
+3
*
toolhead: change SET_VELOCITY_LIMIT respond (fixed) (#4620)
Stefan Dej
2021-08-31
1
-10
/
+19
*
stepper: detect duplicate endstops
Lasse Dalegaard
2021-08-31
1
-6
/
+26
*
test: Add printer-elegoo-neptune2-v1.2-2021.cfg to printers.test
Kevin O'Connor
2021-08-31
2
-0
/
+3
*
config: Elegoo Neptune 2 configuration (#4592)
wsippel
2021-08-31
1
-0
/
+103
*
tmc: Fix typo in get_status()
Kevin O'Connor
2021-08-30
1
-0
/
+1
*
motan: Add support for dumping and analyzing adxl345 data
Kevin O'Connor
2021-08-30
3
-0
/
+71
*
adxl345: Allow multiple simultaneous clients
Kevin O'Connor
2021-08-30
1
-12
/
+1
*
adxl345: Change default chip name from "default" to "adxl345"
Kevin O'Connor
2021-08-30
3
-10
/
+10
*
adxl345: Compress each sample from 6 bytes to 5 bytes
Kevin O'Connor
2021-08-30
2
-20
/
+54
*
adxl345: Implement timing via new adxl345_status messages
Kevin O'Connor
2021-08-30
3
-99
/
+168
*
adxl345: Support querying accelerometer data from webhooks interface
Kevin O'Connor
2021-08-30
1
-63
/
+109
*
adxl345: Add new start_internal_client() function and use in callers
Kevin O'Connor
2021-08-30
2
-44
/
+57
*
adxl345: Always initialize device on start_measurements() call
Kevin O'Connor
2021-08-30
1
-15
/
+7
*
adxl345: Move g-code commands to new helper class
Kevin O'Connor
2021-08-30
3
-105
/
+95
*
motion_report: Add helper tool for internal subscribers of data
Kevin O'Connor
2021-08-30
1
-0
/
+22
*
usb_cdc: Increase USB transmit size
Kevin O'Connor
2021-08-30
1
-1
/
+1
*
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
4
-70
/
+97
*
tmc: Add support for a get_status() method
Kevin O'Connor
2021-08-30
7
-1
/
+45
*
mcu: Support multi-mcu homing
Kevin O'Connor
2021-08-28
5
-20
/
+89
*
homing: Fix error in retract move causing "must home axis" errors
Kevin O'Connor
2021-08-28
1
-12
/
+15
*
manual_stepper: Add missing calc_position() wrapper call
Kevin O'Connor
2021-08-26
1
-0
/
+2
*
docs: Note importance of slow extrude rate in Rotation_Distance.md
Kevin O'Connor
2021-08-25
1
-1
/
+5
*
configfile: Support config.getchoice() with integer keys
Kevin O'Connor
2021-08-25
5
-24
/
+24
*
Revert "toolhead: change SET_VELOCITY_LIMIT respond behavior"
Kevin O'Connor
2021-08-24
1
-19
/
+7
*
toolhead: change SET_VELOCITY_LIMIT respond behavior
stefand
2021-08-24
1
-7
/
+19
*
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
*
docs: Fix typo in Debugging.md
Kevin O'Connor
2021-08-24
1
-1
/
+1
*
lpc176x: Fix wrong inital value at PWM setup
Michael Kurz
2021-08-23
1
-8
/
+7
*
docs: Add information on motan scripts to Debugging.md
Kevin O'Connor
2021-08-22
1
-0
/
+62
*
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
[next]