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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pins: Fix atmega168/328 mappings
Kevin O'Connor
2017-12-09
1
-1
/
+2
*
delta: Default stepper_b/c position_endstop to stepper_a's
Kevin O'Connor
2017-12-08
2
-4
/
+14
*
delta: Support different arm lengths for each tower
Kevin O'Connor
2017-12-08
1
-23
/
+25
*
delta: Rework actuator_to_cartesian() using trilateration
Kevin O'Connor
2017-12-08
1
-26
/
+23
*
mcu: Store MCU_stepper commanded_pos as a float
Kevin O'Connor
2017-12-07
1
-7
/
+6
*
stepper: Only align the stepper motor to a full step when requested
Kevin O'Connor
2017-12-07
1
-1
/
+2
*
homing: Directly interact with the kinematic class on query_endstops()
Kevin O'Connor
2017-12-06
6
-21
/
+15
*
homing: Directly interact with the kinematic class when homing
Kevin O'Connor
2017-12-06
3
-10
/
+13
*
mcu: Remove unneeded MCU_digital_out.get_last_setting() method
Kevin O'Connor
2017-12-06
3
-9
/
+1
*
mcu: Reset the stepper step clock on init - not after each motor on
Kevin O'Connor
2017-12-06
2
-15
/
+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
2
-44
/
+53
*
homing: Pass list of endstops (not steppers) to the homing code
Kevin O'Connor
2017-12-06
6
-39
/
+40
*
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
*
gcode: Move SET_SERVO command from gcode.py to chipmisc.py
Kevin O'Connor
2017-12-06
3
-19
/
+25
*
gcode: Rework gcode handler setup to allow dynamic command registration
Kevin O'Connor
2017-12-06
1
-17
/
+21
*
gcode: Add a get_str() method
Kevin O'Connor
2017-12-06
1
-17
/
+10
*
gcode: Simplify exception handling
Kevin O'Connor
2017-12-06
2
-20
/
+21
*
gcode: Always allow M112 command
Kevin O'Connor
2017-12-06
1
-0
/
+1
*
klippy: Always recommend a FIRMWARE_RESTART on a shutdown event
Kevin O'Connor
2017-12-03
1
-6
/
+3
*
stepper: get_homed_offset() should return a float
Kevin O'Connor
2017-12-03
1
-2
/
+2
*
stepcompress: Fix proactive queue flushing on move with 64K+ steps
Kevin O'Connor
2017-11-29
1
-16
/
+21
*
homing: Base homing cpu delay on estimated number of steps needed
Kevin O'Connor
2017-11-29
2
-4
/
+11
*
stepper: Support for multiple steppers controlling a single axis
Kevin O'Connor
2017-11-18
3
-4
/
+54
*
stepper: Add get_endstops() / set_position wrappers
Kevin O'Connor
2017-11-18
6
-21
/
+33
*
stepper: Store pointers to step_const and step_delta in PrinterStepper
Kevin O'Connor
2017-11-18
5
-35
/
+28
*
stepper: Remove unused variables from PrinterStepper class
Kevin O'Connor
2017-11-18
1
-4
/
+2
*
stepper: Additional code comments
Kevin O'Connor
2017-11-18
1
-5
/
+9
*
stepper: Calculate the stepper name directly from the config section
Kevin O'Connor
2017-11-18
5
-8
/
+10
*
heater: Avoid math errors on extreme ADC readings
Kevin O'Connor
2017-11-13
1
-0
/
+1
*
clocksync: Start with adjusted_freq of 1.0
Kevin O'Connor
2017-10-13
1
-1
/
+1
*
serialhdl: Don't open port at 1200 baud
Kevin O'Connor
2017-10-12
1
-3
/
+3
*
mcu: Fix command restart
Kevin O'Connor
2017-10-12
1
-3
/
+3
*
klippy: Rework shutdown handling
Kevin O'Connor
2017-10-12
4
-63
/
+72
*
fan: Enable heater_fan objects on an MCU shutdown event
Kevin O'Connor
2017-10-12
1
-1
/
+5
*
pca9685: Support default values
Kevin O'Connor
2017-10-12
1
-4
/
+15
*
gpiocmds: Allow the start value for a pin to differ from the default_value
Kevin O'Connor
2017-10-12
1
-11
/
+24
*
adccmds: Continue to query analog inputs after a shutdown
Kevin O'Connor
2017-10-12
3
-8
/
+11
*
endstop: Eliminate end_stop_set_oversample command
Kevin O'Connor
2017-10-12
3
-19
/
+10
*
clocksync: Initialize clock_est in connect_file()
Kevin O'Connor
2017-10-12
1
-0
/
+1
*
cartesian: Fix min_stop_interval calculation error
Kevin O'Connor
2017-10-12
4
-13
/
+14
*
gcode: Don't warn on fan not present if input is from a file
Kevin O'Connor
2017-10-11
1
-1
/
+1
*
pins: Add pin mapping for atmega1284p
Kevin O'Connor
2017-10-05
1
-2
/
+2
*
stepper: If homing_endstop_phase is configured, make 0.0 be at a full step
Kevin O'Connor
2017-10-03
1
-0
/
+14
*
gcode: Report the raw MCU position from the M114 command
Kevin O'Connor
2017-10-03
6
-12
/
+16
*
gcode: Carry over #original and #command in get_extended_params()
Kevin O'Connor
2017-10-02
1
-1
/
+3
*
clocksync: Implement a floor on the prediction filter
Kevin O'Connor
2017-10-02
1
-3
/
+4
*
endstop: Support oversampling of the endstop
Kevin O'Connor
2017-10-01
2
-0
/
+14
*
clocksync: Update clock synchronization code to use a linear regression
Kevin O'Connor
2017-09-30
1
-40
/
+67
[next]