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
*
mcu: Reset pwm and digital output pins to start values on a host restart
Kevin O'Connor
2020-07-25
1
-35
/
+43
*
mcu: Add support for commands to send only on a host restart
Kevin O'Connor
2020-07-25
1
-7
/
+12
*
mcu: Remove undocumented "custom" config parameter
Kevin O'Connor
2020-07-19
1
-13
/
+2
*
mcu: Avoid using "async" for variables as it conflicts with Python3
Kevin O'Connor
2020-06-15
1
-4
/
+4
*
serial: Add Fysetc Cheetah board specific reset sequence
Grigori Goronzy
2020-04-02
1
-2
/
+14
*
mcu: Shutdown if a spontaneous restart of an mcu is observed
Kevin O'Connor
2020-03-22
1
-3
/
+8
*
clocksync: Remove no longer used get_adjusted_freq() function
Kevin O'Connor
2020-03-06
1
-2
/
+0
*
mcu: Calculate homing rest_ticks via standard print_time_to_clock() call
Kevin O'Connor
2020-03-06
1
-1
/
+1
*
mcu: Introduce new lookup_query_command() command wrapper
Kevin O'Connor
2020-02-20
1
-37
/
+51
*
serialhdl: Convert queries to use new notify message ack system
Kevin O'Connor
2020-02-20
1
-5
/
+38
*
homing: Don't raise a TimeoutError from home_wait()
Kevin O'Connor
2020-02-19
1
-4
/
+1
*
homing: Replace notify callback with a completion
Kevin O'Connor
2020-02-19
1
-9
/
+7
*
homing: Merge home_prepare()/home_finalize() into move_begin/move_end events
Kevin O'Connor
2020-02-15
1
-4
/
+0
*
mcu: Minor simplification to default reset detection
Kevin O'Connor
2019-11-12
1
-5
/
+3
*
stepper: Move MCU_stepper from mcu.py to stepper.py
Kevin O'Connor
2019-11-12
1
-133
/
+1
*
query_adc: Add a new module to help query and debug analog pins
Kevin O'Connor
2019-11-07
1
-0
/
+4
*
itersolve: Remove unused gen_steps()
Kevin O'Connor
2019-11-06
1
-5
/
+0
*
mcu: Remove set_ignore_move()
Kevin O'Connor
2019-11-06
1
-15
/
+4
*
itersolve: Add support for generating steps from a trapq
Kevin O'Connor
2019-11-06
1
-3
/
+35
*
mcu: Contact and identify all the mcus prior to configuring them
Kevin O'Connor
2019-11-06
1
-20
/
+23
*
mcu: Prevent "math domain errors" in stats calculation
Kevin O'Connor
2019-08-30
1
-1
/
+2
*
pins: Move reserved pin handling into PinResolver class
Kevin O'Connor
2019-08-19
1
-4
/
+4
*
endstop: Rename mcu end_stop commands to endstop
Kevin O'Connor
2019-07-12
1
-11
/
+11
*
stepcompress: Remove no longer needed stepcompress_set_homing()
Kevin O'Connor
2019-07-10
1
-10
/
+0
*
homing: Implement homing via new toolhead "drip" movement
Kevin O'Connor
2019-07-10
1
-27
/
+31
*
mcu: Rework home_wait() to use a reactor completion
Kevin O'Connor
2019-07-10
1
-34
/
+37
*
serialhdl: Update SendWithRetry to use reactor completions
Kevin O'Connor
2019-07-10
1
-4
/
+3
*
mcu: Use regular send_with_response() for query_endstop()
Kevin O'Connor
2019-07-10
1
-16
/
+13
*
mcu: Integrate query_endstop_wait() into query_endstop()
Kevin O'Connor
2019-07-10
1
-3
/
+1
*
endstop_phase: Fix endstop_phase on trinamic drivers that aren't inverted
Kevin O'Connor
2019-06-21
1
-0
/
+2
*
mcu: Support minclock in send_with_response() requests
Kevin O'Connor
2019-06-21
1
-5
/
+11
*
mcu: Move SerialCommand from serialhdl.py to mcu.py
Kevin O'Connor
2019-06-21
1
-1
/
+23
*
serialhdl: Eventually timeout connect attempt
Kevin O'Connor
2019-06-21
1
-2
/
+5
*
serialhdl: Add a get_msgparser() method
Kevin O'Connor
2019-06-21
1
-7
/
+7
*
serialhdl: Rename register_callback() to register_response()
Kevin O'Connor
2019-06-21
1
-9
/
+9
*
mcu: Support a start value for soft pwm pins
Kevin O'Connor
2019-06-02
1
-4
/
+9
*
gpiocmds: Specify soft pwm duration in clock ticks
Kevin O'Connor
2019-05-26
1
-2
/
+3
*
mcu: Fix reserve pin check
Kevin O'Connor
2019-05-21
1
-3
/
+3
*
bus: Support bus enumerations and add support for reserved pins
Kevin O'Connor
2019-04-04
1
-2
/
+17
*
endstop: Use "pin_value" instead of "pin" when querying endstop state
Kevin O'Connor
2019-03-19
1
-3
/
+3
*
msgproto: Convert static strings to a more generic enumeration system
Kevin O'Connor
2019-03-17
1
-1
/
+1
*
bltouch: Attempt to verify that the probe raises after each probe attempt
Kevin O'Connor
2019-01-21
1
-2
/
+4
*
mcu: Fix timing of endstop checking
Kevin O'Connor
2019-01-10
1
-5
/
+8
*
klippy: Convert printer_state("connect") to an event handler
Kevin O'Connor
2019-01-08
1
-3
/
+1
*
klippy: Convert printer_state("disconnect") to an event handler
Kevin O'Connor
2019-01-08
1
-2
/
+2
*
klippy: Convert printer_state("shutdown") to an event handler
Kevin O'Connor
2019-01-08
1
-2
/
+1
*
mcu: Allow set_stepper_kinematics() to set the kinematics back to None
Kevin O'Connor
2018-12-24
1
-2
/
+3
*
mcu: Add a set_commanded_position() method to MCU_stepper
Kevin O'Connor
2018-10-10
1
-10
/
+10
*
mcu: Log MCU information before configuring
Kevin O'Connor
2018-09-03
1
-13
/
+17
*
mcu: Rename add_config_object() to register_config_callback()
Kevin O'Connor
2018-09-03
1
-13
/
+16
[next]