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
*
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
*
mcu: Avoid adding the same stepper multiple times to an endstop
Kevin O'Connor
2018-08-26
1
-0
/
+2
*
mcu: Minor whitespace changes
Kevin O'Connor
2018-07-26
1
-7
/
+14
*
pins: Explicitly pass can_invert and can_pullup to lookup_pin()
Kevin O'Connor
2018-07-26
1
-2
/
+1
*
itersolve: Support calculating a stepper position from a cartesian coordinate
Kevin O'Connor
2018-07-18
1
-4
/
+6
*
mcu: Enhance itersolve stepper kinematics allocation
Kevin O'Connor
2018-07-13
1
-6
/
+10
*
klippy: No need to pass printer reference to add_printer_objects()
Kevin O'Connor
2018-07-12
1
-7
/
+8
*
mcu: Send mcu config and init immediately after building it
Kevin O'Connor
2018-07-12
1
-34
/
+35
*
mcu: Add leading underscore to handle_shutdown() and handle_mcu_stats()
Kevin O'Connor
2018-07-12
1
-5
/
+5
*
adccmds: Add support for min/max temperature check filtering
Kevin O'Connor
2018-07-02
1
-4
/
+7
*
itersolve: Support setting the stepper position via a cartesian coordinate
Kevin O'Connor
2018-06-22
1
-3
/
+5
*
itersolve: Move tracking of commanded position to itersolve code
Kevin O'Connor
2018-06-20
1
-16
/
+13
*
kin_cartesian: Remove stepcompress_push_const()
Kevin O'Connor
2018-06-20
1
-21
/
+3
*
stepper_buzz: Convert to iterative solver
Kevin O'Connor
2018-06-20
1
-0
/
+2
*
delta: Convert delta kinematics to use iterative solver
Kevin O'Connor
2018-06-20
1
-11
/
+13
*
stepcompress: Allow stepcompress_alloc() to be called early
Kevin O'Connor
2018-06-20
1
-9
/
+9
*
mcu: config_reset_cmd typo fixed
cruwaller
2018-06-01
1
-1
/
+1
*
clocksync: Simplify is_active() check
Kevin O'Connor
2018-05-31
1
-2
/
+2
*
mcu: Do not automatically restart MCU with new config if it is shutdown
Kevin O'Connor
2018-05-29
1
-0
/
+3
*
stepper: Add STEPPER_BUZZ command
Kevin O'Connor
2018-05-24
1
-0
/
+3
*
z_tilt: Add support for Z_TILT_ADJUST
Kevin O'Connor
2018-05-22
1
-2
/
+11
*
pins: Remove module level get_printer_pins() and setup_pin() functions
Kevin O'Connor
2018-04-04
1
-1
/
+1
*
klippy: Automatically clear rollover_info on each restart
Kevin O'Connor
2018-04-03
1
-2
/
+0
*
serialhdl: Add a wrapper around the results of lookup_command()
Kevin O'Connor
2018-02-27
1
-49
/
+40
*
mcu: Fix PWM static start value setup
Dave Bacon
2018-02-10
1
-1
/
+1
*
klippy: Allow any stats producer to determine when stats are needed
Kevin O'Connor
2018-02-05
1
-2
/
+2
*
fan: Clarify hardware_pwm and allow cycle_time to be set on software pwm
Kevin O'Connor
2018-01-29
1
-13
/
+8
*
mcu: Default the restart method to 'command' on non-serial ports
Kevin O'Connor
2018-01-29
1
-2
/
+8
*
probe: Support activate/deactivate scripts on each probe
Kevin O'Connor
2018-01-28
1
-0
/
+4
*
probe: Initial support for Z-Probe hardware
Kevin O'Connor
2018-01-28
1
-1
/
+1
*
klippy: Support generic printer_state() and stats() callbacks
Kevin O'Connor
2018-01-28
1
-15
/
+22
*
klippy: Add access methods and avoid peeking into the printer classes
Kevin O'Connor
2018-01-28
1
-36
/
+28
*
pins: Check if the same pin is referenced via different aliases
Kevin O'Connor
2018-01-10
1
-9
/
+8
*
mcu: Setup static values via setup_start_value() call
Kevin O'Connor
2018-01-08
1
-24
/
+21
*
mcu: Only report an MCU timeout once
Kevin O'Connor
2018-01-08
1
-2
/
+4
*
build: Add gcc and binutils version to mcu data dictionary
Kevin O'Connor
2017-12-21
1
-2
/
+2
*
mcu: Allow both shutdown and startup values to be set for output pins
Kevin O'Connor
2017-12-18
1
-13
/
+18
*
mcu: Store MCU_stepper commanded_pos as a float
Kevin O'Connor
2017-12-07
1
-7
/
+6
*
mcu: Remove unneeded MCU_digital_out.get_last_setting() method
Kevin O'Connor
2017-12-06
1
-4
/
+0
*
mcu: Reset the stepper step clock on init - not after each motor on
Kevin O'Connor
2017-12-06
1
-13
/
+8
*
mcu: Be sure all moves are completed before raising a home timeout
Kevin O'Connor
2017-12-06
1
-7
/
+6
*
homing: Make sure to clean up homing state even if homing fails
Kevin O'Connor
2017-12-06
1
-17
/
+18
*
homing: Pass list of endstops (not steppers) to the homing code
Kevin O'Connor
2017-12-06
1
-0
/
+2
*
mcu: Make sure steppers added to an endstop are on the same mcu
Kevin O'Connor
2017-12-06
1
-0
/
+2
[next]