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
*
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
*
klippy: Automatically clear rollover_info on each restart
Kevin O'Connor
2018-04-03
5
-20
/
+21
*
extruder: Add SET_PRESSURE_ADVANCE command.
Michael Barbour
2018-04-03
1
-5
/
+22
*
heater: Add some comments to the thermistor math
Kevin O'Connor
2018-03-29
1
-1
/
+3
*
display: Round temperature and position to nearest whole number
Kevin O'Connor
2018-03-19
1
-5
/
+5
*
display: Remove unneeded semicolons from file
Kevin O'Connor
2018-03-19
1
-7
/
+8
*
pid_calibrate: Move PID calibration logic from heater.py to new file
Kevin O'Connor
2018-03-18
3
-143
/
+137
*
probe: Add z_offset parameter
Kevin O'Connor
2018-03-17
3
-8
/
+12
*
bed_tilt: Take into account the XY position used with z_virtual_endstop
Kevin O'Connor
2018-03-17
2
-8
/
+54
*
bed_tilt: Require at least 3 probing points for bed_tilt_calibrate
Kevin O'Connor
2018-03-17
1
-0
/
+2
*
probe: Default z_position to the configured minimum position on Z axis
Kevin O'Connor
2018-03-17
1
-11
/
+10
*
output_pin: Move pwm and digital output pins to new module in extras/
Kevin O'Connor
2018-03-17
2
-33
/
+21
*
static_digital_output: Add static_digital_output section to extras/
Kevin O'Connor
2018-03-17
2
-9
/
+17
*
replicape: Add config controls for the servo[01]_enable lines
Kevin O'Connor
2018-03-17
1
-0
/
+4
*
gcode: Position returned by M114 should be relative to last G92
Kevin O'Connor
2018-03-15
2
-17
/
+40
*
verify_heater: Provide additional information on a heater error
Kevin O'Connor
2018-03-12
1
-2
/
+8
*
klippy: Rework starting error message
Kevin O'Connor
2018-03-12
1
-1
/
+1
*
probe: Add some hints for common errors during PROBE
Kevin O'Connor
2018-03-12
1
-1
/
+18
*
gcode: On a multi-line error message, report the first line twice
Kevin O'Connor
2018-03-12
1
-2
/
+2
*
virtual_sdcard: Fix typo in seek error handling
Kevin O'Connor
2018-03-12
1
-1
/
+1
*
heater: Allow min_temp to go below zero
Kevin O'Connor
2018-03-12
1
-1
/
+1
*
verify_heater: Scale hysteresis duration check
Kevin O'Connor
2018-03-11
1
-6
/
+7
*
verify_heater: Change default hysteresis to 10 degrees
Kevin O'Connor
2018-03-11
1
-2
/
+2
*
verify_heater: Add initial support for verifying heaters and sensors
Kevin O'Connor
2018-03-11
2
-0
/
+69
*
klippy: Allow external callers of try_load_module()
Kevin O'Connor
2018-03-11
1
-2
/
+2
*
cartesian: Initial support for dual carriages
Kevin O'Connor
2018-03-09
1
-30
/
+79
*
display: Use separate hd44780 screen drawing
Kevin O'Connor
2018-03-08
1
-48
/
+151
*
display: Choose arrow character based on display
Marcio Teixeira
2018-03-06
1
-1
/
+3
[next]