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
*
mathutil: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
gcode: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-5
/
+10
*
clocksync: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
console: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
pins: Add support for pull down resistors
Kevin O'Connor
2019-02-27
1
-2
/
+4
*
temperature_sensor: Add generic temperature sensor support
Douglas Hammond
2019-02-26
1
-0
/
+27
*
temperature_fan: Remove stats as it now supports gcode reports
Douglas Hammond
2019-02-26
1
-3
/
+0
*
heater: Support generic gcode_id registration for sensors
Douglas Hammond
2019-02-26
3
-11
/
+14
*
heater_bed: Wrap lines to 80 columns
Kevin O'Connor
2019-02-26
1
-1
/
+2
*
gcode: Use an event to handle restart request actions
Kevin O'Connor
2019-02-25
4
-11
/
+17
*
gcode: The set_temp() takes an extruder number not a heater id
Kevin O'Connor
2019-02-25
1
-7
/
+13
*
heater: Return heaters with a gcode_id from new get_gcode_sensors()
Kevin O'Connor
2019-02-25
2
-9
/
+11
*
heater: Rename add_sensor() to add_sensor_factory()
Kevin O'Connor
2019-02-25
4
-12
/
+12
*
gcode: A set temperature request should use the heater name, not the gcode id
Kevin O'Connor
2019-02-25
2
-17
/
+8
*
gcode: Rename self.heater to self.heaters
Kevin O'Connor
2019-02-25
1
-14
/
+12
*
bed_mesh: simplify configuration
Arksine
2019-02-25
1
-6
/
+3
*
bed_mesh: fix get_position()
Arksine
2019-02-25
1
-3
/
+24
*
bed_mesh: refactor fade_target
Arksine
2019-02-25
1
-7
/
+14
*
probe: Set z min value in probe_accuracy to z_offset. (#1314)
Rui Caridade
2019-02-25
1
-1
/
+1
*
bed_screws: Add a helper tool for leveling bed screws
Kevin O'Connor
2019-02-24
1
-0
/
+119
*
tmc2130: Use FieldHelper() to set/get driver fields
Kevin O'Connor
2019-02-21
2
-57
/
+106
*
gcode: Raise a config error on invalid register_command()
Kevin O'Connor
2019-02-18
5
-25
/
+26
*
probe: Add PROBE_ACCURACY command
Rui Caridade
2019-02-18
1
-1
/
+74
*
mcp4018: Add initial support for the mcp4018 digipot
Kevin O'Connor
2019-02-16
1
-0
/
+81
*
tsl1401cl_filament_width_sensor: Filament Width Sensor Support (#1132)
nopbit
2019-02-14
1
-0
/
+130
*
Merge pull request #1242 from john--/pr_generic_heater
KevinOConnor
2019-02-14
2
-7
/
+32
|
\
|
*
Generic Heater Support
John Jardine
2019-02-14
2
-7
/
+32
*
|
spi_software: Implementation of software spi
Kevin O'Connor
2019-02-13
1
-12
/
+37
*
|
manual_stepper: Add an "extras" module for manually controlling a stepper
Kevin O'Connor
2019-02-12
4
-3
/
+121
*
|
probe: Use manual_probe helper when performing manual probes
Kevin O'Connor
2019-02-12
1
-15
/
+12
*
|
probe: Add PROBE_CALIBRATE command
Kevin O'Connor
2019-02-12
1
-7
/
+37
*
|
manual_probe: Add a helper script for performing manual Z probing
Kevin O'Connor
2019-02-12
2
-0
/
+164
|
/
*
Revert "serialhdl: Enforce exclusive access on POSIX, this is default behavio...
Kevin O'Connor
2019-02-10
1
-2
/
+2
*
serialhdl: Enforce exclusive access on POSIX, this is default behavior on win...
Daniel
2019-02-10
1
-2
/
+2
*
virtual_sdcard: Don't list files starting with a '.'
Kevin O'Connor
2019-02-08
1
-1
/
+2
*
pause_resume: fixes
Arksine
2019-02-08
1
-12
/
+28
*
gcode: add 'abs_extrude' to get_status() dictionary
Arksine
2019-02-08
1
-0
/
+1
*
gcode: Return to a default gcode speed of 25mm/s
Kevin O'Connor
2019-02-04
1
-1
/
+1
*
bltouch: Issue just a pin_up command on a normal raise probe attempt
Kevin O'Connor
2019-02-04
1
-1
/
+2
*
bltouch: Increase default pin_move_time from 200ms to 675ms
Kevin O'Connor
2019-02-04
1
-1
/
+1
*
spi_temperature: Fix order of init
Kevin O'Connor
2019-02-04
1
-3
/
+4
*
tmc2130: Share config reading helpers with tmc2208.py code
Kevin O'Connor
2019-02-03
2
-76
/
+57
*
tmc2208: Rename self.field_helper to self.fields
Kevin O'Connor
2019-02-03
1
-17
/
+16
*
tmc2208: move local set_field/get_field helpers to FieldHelper class
Kevin O'Connor
2019-02-03
2
-59
/
+61
*
tmc2208: Add helper for setting fields from the config file
Kevin O'Connor
2019-02-03
1
-45
/
+42
*
tmc2208: Use field definitions during driver init
Kevin O'Connor
2019-02-03
2
-26
/
+50
*
tmc2208: Add register field formatters
Dmitry Frolov
2019-02-03
2
-7
/
+40
*
tmc2130: Convert field helper into a class
Kevin O'Connor
2019-02-03
2
-21
/
+25
*
bed_mesh: add support for round beds
Arksine
2019-02-02
1
-29
/
+93
*
bed_mesh: log when fade completes.
Arksine
2019-02-02
1
-7
/
+12
[next]