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
*
display: FR icon changed to "Feed Rate" (#860)
James
2018-11-13
1
-13
/
+13
*
bed_mesh: Fix some fragile identity comparisons
Lucas Fink
2018-10-31
1
-2
/
+2
*
sx1509: Relax restrictions on SX1509 pins (#836)
Florian Heilmann
2018-10-30
1
-6
/
+6
*
tmc2660: Fix typo in TMC2660 extra (#830)
Florian Heilmann
2018-10-29
1
-1
/
+1
*
avr: Add support for atmega328p
Kevin O'Connor
2018-10-29
1
-1
/
+3
*
Add DUMP_TMC capabilities to the TMC2660 extra
Florian Heilmann
2018-10-28
1
-1
/
+19
*
Implement idle event support in the TMC2660 extra
Florian Heilmann
2018-10-28
1
-48
/
+25
*
idle_timeout: Add printing/ready/idle tracking
Kevin O'Connor
2018-10-28
2
-22
/
+73
*
gcode: process_batch() should execute commands atomically
Kevin O'Connor
2018-10-28
3
-23
/
+26
*
sx1509: Raise an error if a pin max_duration is not zero
Kevin O'Connor
2018-10-27
1
-1
/
+8
*
delta: Make sure to clear limit_xy2 after a homing move
Kevin O'Connor
2018-10-27
1
-0
/
+1
*
delta: Make sure to also exempt the homing retract move from boundary checks
Kevin O'Connor
2018-10-27
1
-8
/
+11
*
util: Fix versioning when gitdir is absent (#809)
lf
2018-10-27
1
-11
/
+24
*
Add SX1509 extra
Florian Heilmann
2018-10-27
1
-0
/
+201
*
extruder: Don't use max_extrude_cross_section in max_extrude_only defaults
Kevin O'Connor
2018-10-25
1
-4
/
+5
*
tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)
Florian Heilmann
2018-10-24
2
-2
/
+13
*
bed_mesh: Do not automatically run G28 on BED_MESH_CALIBRATE / BED_MESH_MAP
Kevin O'Connor
2018-10-22
1
-1
/
+0
*
bed_tilt: Do not automatically run G28 on BED_TILT_CALIBRATE
Kevin O'Connor
2018-10-22
1
-1
/
+0
*
delta_calibrate: Do not automatically run G28 on DELTA_CALIBRATE
Kevin O'Connor
2018-10-22
1
-1
/
+0
*
pid_calibrate: Add some comments on the calibration methodology
Kevin O'Connor
2018-10-19
1
-2
/
+7
*
display: Check for M117 inside of draw_status()
Kevin O'Connor
2018-10-18
1
-22
/
+12
*
klippy: No need to return anything from _connect() method
Kevin O'Connor
2018-10-18
1
-3
/
+2
*
endstop_phase: Add support for an ENDSTOP_PHASE_CALIBRATE command
Kevin O'Connor
2018-10-16
1
-0
/
+96
*
endstop_phase: Add support for detecting phase via TMC stepper drivers
Kevin O'Connor
2018-10-16
3
-5
/
+33
*
endstop_phase: Move endstop phase homing code to new "extras" module
Kevin O'Connor
2018-10-16
3
-65
/
+83
*
klippy: Add a basic event dispatch mechanism
Kevin O'Connor
2018-10-16
1
-0
/
+5
*
homing: Pass printer instead of toolhead object to Homing class
Kevin O'Connor
2018-10-16
3
-4
/
+5
*
chelper: Add a quick __main__ to compile c helper (#782)
lf
2018-10-16
1
-0
/
+4
*
configfile: Strip trailing comments
Kevin O'Connor
2018-10-16
1
-0
/
+8
*
delta_calibrate: Perform coordinate descent in a background process
Kevin O'Connor
2018-10-15
2
-8
/
+30
*
toolhead: Don't clear sync_print_time on a get_next_move_time() call
Kevin O'Connor
2018-10-15
1
-8
/
+11
*
gcode: Report state message after any error in a STATUS response
Kevin O'Connor
2018-10-13
1
-1
/
+1
*
gcode: Remove "Preparing to restart" message
Kevin O'Connor
2018-10-13
1
-1
/
+0
*
homing: Move homing offset adjustment logic to generic homing code
Kevin O'Connor
2018-10-10
4
-11
/
+8
*
mcu: Add a set_commanded_position() method to MCU_stepper
Kevin O'Connor
2018-10-10
2
-13
/
+17
*
delta: Add a special case to the limit checks for the homing position
Kevin O'Connor
2018-10-10
1
-4
/
+5
*
delta: Reorganize init()
Kevin O'Connor
2018-10-10
1
-18
/
+18
*
homing: Implement second home from homing.py
Kevin O'Connor
2018-10-10
5
-100
/
+73
*
delta: Wrap lines to 80 columns
Kevin O'Connor
2018-10-10
1
-5
/
+6
*
servo: Wrap lines to 80 columns
Kevin O'Connor
2018-10-10
1
-10
/
+15
*
stepper: Wrap lines to 80 columns
Kevin O'Connor
2018-10-09
1
-3
/
+6
*
cartesian: Use homing_speed for homing retract speed
Kevin O'Connor
2018-10-09
3
-3
/
+3
*
cartesian: Make sure to constrain second_homing_speed to max_z_velocity
Kevin O'Connor
2018-10-08
2
-0
/
+3
*
display: Corrected Fan icon graphics (#753)
alfsoft
2018-10-07
1
-1
/
+2
*
servo: Adding support for startup value for servos (#676)
Chris Whiteford
2018-10-05
1
-9
/
+25
*
stepper: Adding support for a second_homing_speed parameter (#677)
Chris Whiteford
2018-10-04
4
-8
/
+12
*
st7920: Use display xor capability when animating glyphs
Kevin O'Connor
2018-10-04
1
-9
/
+9
*
display: Change Extruder, Bed and Fan icons design (#740)
alfsoft
2018-10-04
1
-59
/
+59
*
bed_mesh: save mesh state to 'default' profile after calibration
Arksine
2018-10-04
1
-2
/
+12
*
bed_mesh: Add ability to save mesh state to persistent memory
Arksine
2018-10-02
1
-1
/
+97
[next]