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
*
tmc2130: Add initial support for TMC2130 stepper motor drivers
Kevin O'Connor
2018-05-20
1
-0
/
+70
*
gcode: Reset extrude_factor and extruder position on a tool change
Kevin O'Connor
2018-05-20
1
-0
/
+2
*
gcode: Raise an error if a duplicate command is registered
Kevin O'Connor
2018-05-20
3
-0
/
+4
*
extruder: Fix SET_PRESSURE_ADVANCE so that it works with multiple extruders
Kevin O'Connor
2018-05-20
2
-3
/
+13
*
output_pin: Use new gcode.register_mux_command()
Kevin O'Connor
2018-05-20
1
-13
/
+5
*
servo: Use new gcode.register_mux_command()
Kevin O'Connor
2018-05-20
1
-8
/
+4
*
gcode: Add ability to register a "mux" command
Kevin O'Connor
2018-05-20
1
-0
/
+23
*
probe: Verify horizontal_move_z not less than probe's z_offset
Kevin O'Connor
2018-05-20
1
-0
/
+3
*
probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelper
Kevin O'Connor
2018-05-20
3
-53
/
+56
*
stepper: Raise an error if position_endstop is not in min/max range
Kevin O'Connor
2018-05-18
2
-11
/
+22
*
fan: Allow the fan shutdown_speed to be configured
Kevin O'Connor
2018-05-18
3
-7
/
+7
*
Add temperature controlled fans
Douglas Hammond
2018-05-17
1
-21
/
+97
*
util: Change the /tmp/printer pty to be group readable
Kevin O'Connor
2018-05-16
1
-1
/
+3
*
stepper: Fix typo in error report - name should be self.name
Kevin O'Connor
2018-05-14
1
-1
/
+1
*
homing: Apply speed rounding after calling home_prepare()
Kevin O'Connor
2018-05-14
1
-4
/
+9
*
temperature_fan: Add support for temperature-triggered fan.
Michael Barbour
2018-05-10
2
-7
/
+53
*
console: Fix handling of bad commands
Kevin O'Connor
2018-05-08
1
-1
/
+0
*
linux: Convert linux SPI code to use the generic spicmds.c code
Kevin O'Connor
2018-05-07
1
-12
/
+14
*
spicmds: Rework SPI message transmission
Kevin O'Connor
2018-05-07
1
-10
/
+13
*
msgproto: Support sending empty strings from create_message()
Kevin O'Connor
2018-05-07
1
-1
/
+3
*
serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messages
Kevin O'Connor
2018-05-05
1
-1
/
+2
*
clocksync: Change timer frequency to avoid resonating with other timers
Kevin O'Connor
2018-05-05
1
-2
/
+4
*
chelper: Fix hub-ctrl compilation
cruwaller
2018-05-05
1
-1
/
+1
*
thermistor: Add Honeywell 100K and MGB18 thermistor definitions
Kevin O'Connor
2018-04-30
1
-0
/
+2
*
chelper: Move the host C code to a new klippy/chelper/ directory
Kevin O'Connor
2018-04-30
7
-0
/
+0
*
virtual_sdcard: Add logging on start, stop, stats, and shutdown
Kevin O'Connor
2018-04-23
1
-0
/
+18
*
toolhead: Add a SET_VELOCITY_LIMIT command
Kevin O'Connor
2018-04-20
1
-3
/
+38
*
gcode: Add minval/maxval/above/below options to get_X parsers
Kevin O'Connor
2018-04-20
5
-45
/
+53
*
fan: Add a set_shutdown_speed() method
Kevin O'Connor
2018-04-20
2
-1
/
+3
*
gcode: Add a SET_GCODE_OFFSET command
Kevin O'Connor
2018-04-20
1
-1
/
+14
*
gcode: Rename homing_add to homing_offset
Kevin O'Connor
2018-04-20
1
-17
/
+17
*
probe: Limit Z lift speed to be the same as the probing speed
Kevin O'Connor
2018-04-20
1
-3
/
+7
*
klippy: Reword the error messages during config file parsing
Kevin O'Connor
2018-04-20
1
-5
/
+5
*
fan: Scale fan speed requests between 0 and max_power
Kevin O'Connor
2018-04-20
2
-5
/
+3
*
toolhead: Allow max_accel_to_decel to be greater than max_accel in config
Kevin O'Connor
2018-04-20
1
-3
/
+3
*
Add STM32F103 port
Grigori Goronzy
2018-04-09
1
-0
/
+1
*
adc_temperature: Support defining custom sensors in the config file
Kevin O'Connor
2018-04-09
1
-0
/
+19
*
adc_temperatures: Add "PT100 INA826" sensor type
Kevin O'Connor
2018-04-09
1
-1
/
+13
*
adc_temperature: Support multiple ranges for ADC lookup
Kevin O'Connor
2018-04-09
1
-10
/
+54
*
thermistor: Fallback to using beta if Steinhart-Hart c3 is negative
Kevin O'Connor
2018-04-09
1
-4
/
+11
*
thermistor: Add support for defining custom thermistors
Kevin O'Connor
2018-04-09
1
-0
/
+26
*
pid_calibrate: Make sure to unregister new control class on error
Kevin O'Connor
2018-04-06
1
-0
/
+1
*
heater: Move Thermistor and Linear to their own files in extras/
Kevin O'Connor
2018-04-04
4
-124
/
+154
*
heater: Move adc logic into Thermistor class
Kevin O'Connor
2018-04-04
2
-35
/
+51
*
heater: Merge ThermistorBeta class into Thermistor class
Kevin O'Connor
2018-04-04
1
-13
/
+15
*
heater: Add PrinterHeaters class that stores all sensors and heaters
Kevin O'Connor
2018-04-04
7
-31
/
+67
*
pins: Remove module level get_printer_pins() and setup_pin() functions
Kevin O'Connor
2018-04-04
9
-44
/
+36
*
toolhead: Limit junction speed of short moves
Kevin O'Connor
2018-04-03
1
-3
/
+8
*
bed_tilt: Apply bed_tilt_calibrate settings to current session
Kevin O'Connor
2018-04-03
1
-6
/
+15
*
extruder: Log SET_PRESSURE_ADVANCE changes
Kevin O'Connor
2018-04-03
1
-3
/
+5
[next]