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
*
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
*
mcu: Make sure all endstop objects are disabled on a reconnect
Kevin O'Connor
2017-12-06
1
-0
/
+3
*
stepper: Add get_endstops() / set_position wrappers
Kevin O'Connor
2017-11-18
1
-0
/
+2
*
mcu: Fix command restart
Kevin O'Connor
2017-10-12
1
-3
/
+3
*
klippy: Rework shutdown handling
Kevin O'Connor
2017-10-12
1
-4
/
+6
*
gpiocmds: Allow the start value for a pin to differ from the default_value
Kevin O'Connor
2017-10-12
1
-11
/
+24
*
endstop: Eliminate end_stop_set_oversample command
Kevin O'Connor
2017-10-12
1
-13
/
+6
*
endstop: Support oversampling of the endstop
Kevin O'Connor
2017-10-01
1
-0
/
+9
*
clocksync: Add support for dumping internal state for debugging
Kevin O'Connor
2017-09-27
1
-2
/
+3
*
serialhdl: Make dump_debug() output atomic
Kevin O'Connor
2017-09-27
1
-2
/
+2
*
mcu: Separate restart_microcontroller() into multiple functions
Kevin O'Connor
2017-09-20
1
-38
/
+37
*
linux: Initial support for running Klipper in a Linux real-time process
Kevin O'Connor
2017-09-20
1
-1
/
+2
*
mcu: Initial support for multiple micro-controllers
Kevin O'Connor
2017-09-20
1
-34
/
+73
*
mcu: Move code around in MCU class to keep like code together
Kevin O'Connor
2017-09-19
1
-108
/
+107
*
mcu: Move print_time to clock conversion code to clocksync.py
Kevin O'Connor
2017-09-19
1
-9
/
+9
*
mcu: Add mcu wrapper functions and avoid direct acccess to mcu variables
Kevin O'Connor
2017-09-19
1
-37
/
+39
*
stepcompress: Implement print time to clock conversion in C code
Kevin O'Connor
2017-09-19
1
-13
/
+8
*
clocksync: Don't export get_last_clock()
Kevin O'Connor
2017-09-19
1
-32
/
+18
*
clocksync: Move clock synchronization code into new file
Kevin O'Connor
2017-09-19
1
-12
/
+19
*
mcu: Update file purpose comment
Kevin O'Connor
2017-09-19
1
-1
/
+1
*
mcu: Pass print_time directly to MCU calls
Kevin O'Connor
2017-09-19
1
-48
/
+44
*
toolhead: Synchronize print_time to main mcu's time
Kevin O'Connor
2017-09-19
1
-29
/
+12
*
stepcompress: Return number of steps traveled from stepcompress_push()
Kevin O'Connor
2017-09-13
1
-7
/
+4
*
pins: Don't pass mcu_freq to update_command()
Kevin O'Connor
2017-09-13
1
-2
/
+1
*
mcu: Limit value range of PWM and digital outputs prior to transmission
Kevin O'Connor
2017-09-06
1
-10
/
+7
*
mcu: Improve error descriptions in Common_MCU_errors
Kevin O'Connor
2017-09-06
1
-2
/
+2
*
mcu: Provide some further help on common MCU shutdown errors
Kevin O'Connor
2017-09-05
1
-2
/
+28
*
mcu: Limit ADC min/max range to a 16bit integer
Kevin O'Connor
2017-09-05
1
-2
/
+3
[next]