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: 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
*
delta: Rework delta math to avoid using inv_movexy_r
Kevin O'Connor
2016-12-05
1
-8
/
+12
*
gcode: Add support for CLEAR_SHUTDOWN command
Kevin O'Connor
2016-12-01
1
-1
/
+5
*
mcu: Detect if the communication channel to the firmware is lost
Kevin O'Connor
2016-11-30
1
-4
/
+18
*
klippy: Throw an exception if any required config parameter is missing
Kevin O'Connor
2016-11-30
1
-1
/
+1
*
mcu: Raise a config error on an invalid pin name in the config file
Kevin O'Connor
2016-11-30
1
-2
/
+8
*
klippy: Improve error reporting during connect
Kevin O'Connor
2016-11-30
1
-3
/
+2
*
gcode: Support reading from gcode input before mcu is ready
Kevin O'Connor
2016-11-30
1
-1
/
+1
*
mcu: Be careful to free memory allocated in C code
Kevin O'Connor
2016-11-30
1
-2
/
+8
*
serialhdl: Make SerialReader.send_with_response() blocking
Kevin O'Connor
2016-11-29
1
-35
/
+18
*
serialhdl: Make SerialReader.connect() blocking
Kevin O'Connor
2016-11-29
1
-10
/
+2
*
klippy: Run the MCU connect code within the reactor
Kevin O'Connor
2016-11-29
1
-9
/
+11
*
mcu: Rename output_file_mode variable to is_fileoutput
Kevin O'Connor
2016-11-29
1
-3
/
+5
*
klippy: No need to define __str__ and __init__ methods on exception classes
Kevin O'Connor
2016-11-29
1
-7
/
+4
*
mcu: Handle adc initialization entirely in mcu code
Kevin O'Connor
2016-11-29
1
-4
/
+12
*
mcu: Track the stepper position in the MCU in the MCU_stepper class
Kevin O'Connor
2016-11-28
1
-1
/
+11
*
mcu: Store the stepper position in the mcu_stepper class
Kevin O'Connor
2016-11-19
1
-4
/
+19
*
homing: Check for timeout during homing operation
Kevin O'Connor
2016-11-18
1
-3
/
+19
*
homing: Create QueryEndstops class from gcode
Kevin O'Connor
2016-11-18
1
-2
/
+3
*
mcu: Remove support for DummyMCU class
Kevin O'Connor
2016-11-16
1
-87
/
+0
*
stepper: Reset the next step time on a stepper stop
Kevin O'Connor
2016-11-14
1
-7
/
+3
*
delta: Initial support for linear delta kinematics
Kevin O'Connor
2016-11-14
1
-0
/
+13
*
stepcompress: Do all step rounding in C code
Kevin O'Connor
2016-11-13
1
-16
/
+12
*
mcu: Do not invert the direction of pullup pins by default
Kevin O'Connor
2016-11-08
1
-2
/
+2
*
mcu: Remove python checks for stepcompress integer overflow
Kevin O'Connor
2016-11-02
1
-6
/
+3
*
mcu: Fix endstop query timeout checking
Kevin O'Connor
2016-10-11
1
-6
/
+10
*
homing: Support querying the current status of endstops
Kevin O'Connor
2016-09-22
1
-15
/
+21
*
toolhead: Force a firmware shutdown on an unhandled exception
Kevin O'Connor
2016-09-22
1
-0
/
+6
*
mcu: Write initial config commands when in file output mode
Kevin O'Connor
2016-09-10
1
-2
/
+4
*
mcu: Consistently use mcu_freq variable name (instead of clock_freq)
Kevin O'Connor
2016-08-25
1
-13
/
+13
*
mcu: Internally store _print_start_time instead of _print_start_clock
Kevin O'Connor
2016-08-25
1
-9
/
+12
*
mcu: convert stepper, endstop, and digital_out to take mcu_time
Kevin O'Connor
2016-08-24
1
-35
/
+36
*
mcu: Convert PWM and ADC objects to take mcu_time instead of clock
Kevin O'Connor
2016-08-24
1
-24
/
+29
[next]