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
*
controller_fan: Allow multiple controller_fan sections to be defined
Kevin O'Connor
2019-03-10
1
-1
/
+1
*
z_tilt: bugfix for final correction of z-offset
Arne Jansen
2019-03-10
1
-1
/
+1
*
menu: Set input_max for moving toolhead in menu to same value for all move in...
amblidex
2019-03-08
1
-10
/
+10
*
probe: Fix PROBE_CALIBRATE command
Kevin O'Connor
2019-03-08
1
-3
/
+5
*
probe: Catch toolhead.move() exceptions in cmd_PROBE_CALIBRATE()
Kevin O'Connor
2019-03-08
1
-15
/
+12
*
screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)
Rui Caridade
2019-03-08
2
-3
/
+120
*
tmc2130: Rename driver_BLANK_TIME_SELECT to driver_TBL
Kevin O'Connor
2019-03-08
2
-2
/
+2
*
tmc2660: Minor indentation fix
Kevin O'Connor
2019-03-08
1
-2
/
+2
*
tmc2660: Add INIT_TMC and SET_TMC_FIELD gcodes
Florian Heilmann
2019-03-08
1
-2
/
+31
*
tmc2660: Raise SPI speed to 4 Mhz
Florian Heilmann
2019-03-08
1
-1
/
+1
*
tmc2660: Use helper functions for register access and simplify TMC2660 parame...
Florian Heilmann
2019-03-08
1
-193
/
+174
*
tmc2660: Add vsense_resistor config parameter
Florian Heilmann
2019-03-08
1
-18
/
+18
*
quad_gantry_level: Fixing logic to use probed Z values correctly (#1328)
Voron
2019-03-08
1
-19
/
+30
*
verify_heater: If the heating_gain check fails, just use max_error check
Kevin O'Connor
2019-03-08
1
-13
/
+17
*
verify_heater: Improve handling of new targets when temperature is dropping
Kevin O'Connor
2019-03-08
1
-1
/
+5
*
verify_heater: Only reset the error count if within the hysteresis range
Kevin O'Connor
2019-03-08
1
-1
/
+2
*
gcode: Change respond_info() to log by default
Kevin O'Connor
2019-03-04
9
-29
/
+17
*
manual_stepper: Add support for moves with acceleration
Kevin O'Connor
2019-03-03
2
-21
/
+40
*
atsamd: Add definitions for SAMD21E18 chip
Kevin O'Connor
2019-03-01
1
-1
/
+1
*
atsamd: Use the full micro-controller name for CONFIG_MCU
Kevin O'Connor
2019-03-01
1
-3
/
+3
*
gcode: Improve handling of end of input when reading from a debug file
Kevin O'Connor
2019-03-01
1
-0
/
+2
*
filament_switch_sensor: initial implementation of switch based filament runou...
Arksine
2019-03-01
1
-0
/
+124
*
pause_resume: Implement send_pause_command()
Arksine
2019-03-01
2
-9
/
+18
*
atsamd: Add support for programming SERCOM pins
Kevin O'Connor
2019-03-01
1
-0
/
+46
*
tmc2130: Wrap code to 80 columns
Kevin O'Connor
2019-03-01
1
-1
/
+1
*
tmc2130: Add support for INIT_TMC command
Kevin O'Connor
2019-03-01
2
-7
/
+27
*
bed_screws: Fix missing import
Kevin O'Connor
2019-02-28
1
-0
/
+1
*
tmc2130: Report write-only registers in DUMP_TMC
Kevin O'Connor
2019-02-27
1
-0
/
+7
*
tmc2208: Report write-only registers in DUMP_TMC
Kevin O'Connor
2019-02-27
1
-0
/
+7
*
tmc2660: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-26
/
+56
*
tsl1401cl_filament_width_sensor: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-17
/
+34
*
quad_gantry_level: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-9
/
+18
*
respond: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+7
*
temperature_fan: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-7
/
+13
*
sx1509: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-8
/
+14
*
serialqueue: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
2
-6
/
+7
*
stepcompress: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+6
*
buttons: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-5
/
+8
*
hd44780: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
st7920: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
thermistor: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+1
*
probe: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
font8x14: Store font as strings instead of as bytearray
Kevin O'Connor
2019-02-27
3
-258
/
+259
*
chelper: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+6
*
pins: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+3
*
klippy: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
spi_temperature: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-7
/
+8
*
toolhead: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-5
/
+5
*
heater: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-5
/
+8
[next]