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
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
1
-2
/
+4
*
mcu: Support converting from a system time to an mcu time
Kevin O'Connor
2017-07-17
1
-0
/
+6
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
serialhdl: Support working with pseudo serial devices
Kevin O'Connor
2017-05-15
1
-1
/
+5
*
pwmcmds: Export the maximum PWM value
Kevin O'Connor
2017-05-15
1
-4
/
+8
*
queuelogger: Add critical information to each logfile on rollover
Kevin O'Connor
2017-05-01
1
-0
/
+11
*
mcu: No need to log mcu_stats debugging
Kevin O'Connor
2017-04-14
1
-1
/
+0
*
mcu: Change "Synchronizing mcu clock" logging to debug
Kevin O'Connor
2017-04-14
1
-1
/
+4
*
klippy: Remove CLEAR_SHUTDOWN command
Kevin O'Connor
2017-04-13
1
-5
/
+0
*
mcu: Make sure a FIRMWARE_RESTART actually resets the mcu
Kevin O'Connor
2017-04-13
1
-0
/
+2
*
hub-ctrl: Add support for micro-controller reset via RPi usb power toggling
Kevin O'Connor
2017-04-13
1
-9
/
+25
*
mcu: Support reset command
Kevin O'Connor
2017-04-13
1
-4
/
+27
*
klippy: Support minimum/maximum value checks on configuration variables
Kevin O'Connor
2017-04-11
1
-1
/
+2
*
delta: Make it clear that a "virtual tower" is created
Kevin O'Connor
2017-04-07
1
-6
/
+4
*
stepcompress: Merge stepcompress_delta_const and stepcompress_delta_accel
Kevin O'Connor
2017-04-07
1
-16
/
+3
*
stepcompress: Pass delta velocity and acceleration directly to C code
Kevin O'Connor
2017-04-07
1
-22
/
+13
*
stepcompress: Merge stepcompress_push_accel() and stepcompress_push_const()
Kevin O'Connor
2017-04-07
1
-10
/
+1
*
stepcompress: Pass constant velocity and acceleration directly to C code
Kevin O'Connor
2017-04-07
1
-17
/
+9
*
mcu: Change mcu_stepper.set_position() to take a location in millimeters
Kevin O'Connor
2017-04-07
1
-3
/
+7
*
mcu: Don't export the commanded_position variable from mcu_stepper
Kevin O'Connor
2017-04-07
1
-15
/
+17
*
mcu: Pass delta velocity and acceleration directly to mcu_stepper
Kevin O'Connor
2017-04-07
1
-15
/
+25
*
mcu: Pass constant velocity and acceleration directly to mcu_stepper
Kevin O'Connor
2017-04-07
1
-12
/
+28
*
mcu: Rename self.ffi_lib to self._ffi_lib
Kevin O'Connor
2017-04-04
1
-18
/
+19
*
endstop: Support halting more than one stepper on trigger
Kevin O'Connor
2017-04-03
1
-9
/
+21
*
mcu: Log the mcu clock each time print_time is synchronized
Kevin O'Connor
2017-03-30
1
-1
/
+4
*
mcu: Defer MCU_adc register_msg until ready to receive messages
Kevin O'Connor
2017-03-16
1
-3
/
+3
*
klippy: Eliminate high-level build_config phase
Kevin O'Connor
2017-03-13
1
-5
/
+5
*
mcu: Delay setting of mcu_stepper.min_stop_interval
Kevin O'Connor
2017-03-13
1
-18
/
+25
*
mcu: Allow each oid object to define its own build_config() method
Kevin O'Connor
2017-03-13
1
-58
/
+81
*
mcu: Support config mechanism for translating seconds to clock ticks
Kevin O'Connor
2017-03-13
1
-17
/
+14
*
pins: Simplify pin map alias setup
Kevin O'Connor
2017-03-13
1
-5
/
+2
*
stepper: Introduce stepper_get_position command and remove from endstop.c
Kevin O'Connor
2017-03-09
1
-8
/
+11
*
mcu: Support inverted PWM pins
Kevin O'Connor
2017-03-09
1
-4
/
+8
*
klippy: Support FIRMWARE_RESTART command
Kevin O'Connor
2017-03-08
1
-2
/
+14
*
mcu: Improve error messages on failure to config printer
Kevin O'Connor
2017-03-08
1
-2
/
+9
*
fan: Default to using software PWM
Kevin O'Connor
2017-03-08
1
-5
/
+5
*
heater: Support max_power setting for heaters
Kevin O'Connor
2017-03-03
1
-1
/
+3
*
toolhead: Rework lookahead flush to be more stable during high cpu
Kevin O'Connor
2017-02-12
1
-1
/
+1
*
reactor: Use the system monotonic clock instead of the normal system clock
Kevin O'Connor
2017-02-06
1
-6
/
+8
*
stepcompress: Propagate errors back to python code
Kevin O'Connor
2017-02-06
1
-17
/
+34
*
klippy: Warn the user on common errors due to old firmware
Kevin O'Connor
2017-01-10
1
-5
/
+5
*
basecmd: Improve accuracy of stats "sumsq" variable
Kevin O'Connor
2017-01-09
1
-4
/
+5
*
mcu: Change the default baud rate to 250000
Kevin O'Connor
2017-01-02
1
-1
/
+1
*
stepcompress: Using normal message priority system during homing
Kevin O'Connor
2016-12-30
1
-5
/
+6
*
mcu: Don't call steppersync_flush if steppersync not created
Kevin O'Connor
2016-12-28
1
-0
/
+2
*
mcu: Log the MCU configuration during connect phase
Kevin O'Connor
2016-12-24
1
-3
/
+3
*
mcu: Obtain the maximum adc value from the firmware
Kevin O'Connor
2016-12-23
1
-2
/
+2
*
gcode: Rework toolhead stalling to use greenlets
Kevin O'Connor
2016-12-09
1
-0
/
+2
*
gcode: Rework homing to use greenlets
Kevin O'Connor
2016-12-09
1
-9
/
+12
*
gcode: Rework endstop query to use greenlets
Kevin O'Connor
2016-12-09
1
-1
/
+7
[next]