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
*
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
*
stepper: Support stepper phase adjustments when homing
Kevin O'Connor
2016-07-28
1
-0
/
+8
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+510