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
/
klippy
/
mcu.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-2
/
+11
*
Remove logfile support
Tomasz Kramkowski
2025-08-15
1
-2
/
+0
*
Rename everything significant to Kutter except for docs
Tomasz Kramkowski
2025-08-15
1
-2
/
+2
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-291
/
+536
*
mcu: Avoid altering self.TIMEOUT_TIME in RetryAsyncCommand
Kevin O'Connor
2025-07-11
1
-4
/
+4
*
mcu: allow disable send retries
Timofey Titovets
2025-07-11
1
-7
/
+11
*
mcu: Decrease mcu.max_nominal_duration() to 3 seconds from 5
Kevin O'Connor
2025-04-28
1
-1
/
+1
*
mcu: Add new min_schedule_time() and max_nominal_duration() helpers
Kevin O'Connor
2025-04-28
1
-1
/
+10
*
canbus_stats: Periodically report canbus interface statistics
Kevin O'Connor
2025-02-02
1
-0
/
+1
*
mcu: Only warn about mcu clock frequency if drift is more than 1%
Kevin O'Connor
2024-10-26
1
-1
/
+2
*
mcu: Rename setup_minmax() to setup_adc_sample()
Kevin O'Connor
2024-06-21
1
-2
/
+2
*
error_mcu: Move shutdown error message formatting to new error_mcu.py module
Kevin O'Connor
2024-06-21
1
-34
/
+7
*
configfile: Allow getchoice() to take a list
Kevin O'Connor
2024-06-17
1
-2
/
+1
*
msgproto: Support multi-byte command and response ids
Kevin O'Connor
2024-06-10
1
-1
/
+1
*
mcu: Raise an error on a failed home_wait() call
Kevin O'Connor
2024-05-21
1
-8
/
+10
*
mcu: Separate trdispatch handling from MCU_endstop class
Kevin O'Connor
2024-04-09
1
-37
/
+60
*
klippy: remove a few unused variable assignments (#6504)
Kamil DomaĆski
2024-04-05
1
-1
/
+0
*
configfile: Add support for reporting runtime_warnings via the API server
Kevin O'Connor
2024-03-13
1
-2
/
+4
*
mcu: Write a warning to the log if an incorrect mcu frequency is detected
Kevin O'Connor
2024-03-13
1
-0
/
+14
*
mcu: Remove support for set_pwm() cycle_time parameter
Kevin O'Connor
2024-01-23
1
-28
/
+9
*
mcu: Remove support for "static" pins
Kevin O'Connor
2024-01-23
1
-24
/
+2
*
mcu: Add send_wait_ack() support to CommandWrapper
Kevin O'Connor
2024-01-19
1
-0
/
+3
*
mcu: Increase trsync_state reporting during multi-mcu homing
Kevin O'Connor
2024-01-16
1
-2
/
+2
*
mcu: Stagger trsync reporting time during multi-mcu homing
Kevin O'Connor
2024-01-16
1
-5
/
+10
*
toolhead: Keep stepcompress move history relative to current time (#6439)
Francois Chagnon
2023-12-30
1
-2
/
+5
*
mcu: Add support for registering callbacks during move queue flush
Kevin O'Connor
2023-12-16
1
-11
/
+17
*
mcu: Enhance RetryAsyncCommand to handle low-level retransmits
Kevin O'Connor
2023-09-21
1
-2
/
+4
*
mcu: Move lookup_command_tag() to CommandWrapper class
Kevin O'Connor
2023-02-22
1
-8
/
+11
*
mcu: Code movement in mcu.py
Kevin O'Connor
2023-02-22
1
-73
/
+88
*
serialhdl: Add a get_serialqueue() method
Kevin O'Connor
2023-01-06
1
-2
/
+2
*
mcu: Delay reset signaling for usb to canbus bridge nodes
Kevin O'Connor
2022-07-29
1
-2
/
+13
*
mcu: Add checks to ensure pin max_duration doesn't overflow 32bit counter
Kevin O'Connor
2021-11-22
1
-7
/
+15
*
mcu: Verify start value equal to shutdown value when using max duration
Kevin O'Connor
2021-11-22
1
-0
/
+6
*
mcu: Make a minor change to the protocol to require mcu update
Kevin O'Connor
2021-11-06
1
-1
/
+1
*
pins: Remove support for deprecated pin_map option
Kevin O'Connor
2021-11-02
1
-4
/
+0
*
mcu: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-1
/
+2
*
configfile: Add support for reporting deprecated options
Kevin O'Connor
2021-09-16
1
-0
/
+1
*
mcu: Support multi-mcu homing
Kevin O'Connor
2021-08-28
1
-12
/
+31
*
mcu: Return time of trigger from home_wait()
Kevin O'Connor
2021-08-17
1
-1
/
+11
*
stepper: Query the stepper mcu position during startup
Kevin O'Connor
2021-08-06
1
-1
/
+1
*
mcu: Support returning the mcu reported shutdown time
Kevin O'Connor
2021-07-29
1
-0
/
+6
*
mcu: Set reqclock on trsync_start commands
Kevin O'Connor
2021-07-09
1
-2
/
+3
*
homing: Check for failures during multi-endstop homing
Kevin O'Connor
2021-06-09
1
-1
/
+3
*
mcu: Enable trdispatch infrastructure during homing
Kevin O'Connor
2021-06-09
1
-66
/
+138
*
trsync: Introduce new "trigger synchronization" support
Kevin O'Connor
2021-06-09
1
-30
/
+37
*
mcu: Raise config_error (not protocol error) on pin enumeration errors
Kevin O'Connor
2021-06-09
1
-11
/
+20
*
serialhdl: Support prepending a warn_prefix to error and log messages
Kevin O'Connor
2021-06-09
1
-1
/
+2
*
klippy: Report known software versions on a protocol error during connection
Kevin O'Connor
2021-05-02
1
-1
/
+1
*
endstop: Report trigger time in endstop_query response
Kevin O'Connor
2021-04-30
1
-2
/
+2
*
stepper: Remove min_stop_interval from mcu code
Kevin O'Connor
2021-04-30
1
-1
/
+1
[next]