aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* tmc2130: Add initial support for TMC2130 stepper motor driversKevin O'Connor2018-05-201-0/+70
* gcode: Reset extrude_factor and extruder position on a tool changeKevin O'Connor2018-05-201-0/+2
* gcode: Raise an error if a duplicate command is registeredKevin O'Connor2018-05-203-0/+4
* extruder: Fix SET_PRESSURE_ADVANCE so that it works with multiple extrudersKevin O'Connor2018-05-202-3/+13
* output_pin: Use new gcode.register_mux_command()Kevin O'Connor2018-05-201-13/+5
* servo: Use new gcode.register_mux_command()Kevin O'Connor2018-05-201-8/+4
* gcode: Add ability to register a "mux" commandKevin O'Connor2018-05-201-0/+23
* probe: Verify horizontal_move_z not less than probe's z_offsetKevin O'Connor2018-05-201-0/+3
* probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelperKevin O'Connor2018-05-203-53/+56
* stepper: Raise an error if position_endstop is not in min/max rangeKevin O'Connor2018-05-182-11/+22
* fan: Allow the fan shutdown_speed to be configuredKevin O'Connor2018-05-183-7/+7
* Add temperature controlled fansDouglas Hammond2018-05-171-21/+97
* util: Change the /tmp/printer pty to be group readableKevin O'Connor2018-05-161-1/+3
* stepper: Fix typo in error report - name should be self.nameKevin O'Connor2018-05-141-1/+1
* homing: Apply speed rounding after calling home_prepare()Kevin O'Connor2018-05-141-4/+9
* temperature_fan: Add support for temperature-triggered fan.Michael Barbour2018-05-102-7/+53
* console: Fix handling of bad commandsKevin O'Connor2018-05-081-1/+0
* linux: Convert linux SPI code to use the generic spicmds.c codeKevin O'Connor2018-05-071-12/+14
* spicmds: Rework SPI message transmissionKevin O'Connor2018-05-071-10/+13
* msgproto: Support sending empty strings from create_message()Kevin O'Connor2018-05-071-1/+3
* serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messagesKevin O'Connor2018-05-051-1/+2
* clocksync: Change timer frequency to avoid resonating with other timersKevin O'Connor2018-05-051-2/+4
* chelper: Fix hub-ctrl compilationcruwaller2018-05-051-1/+1
* thermistor: Add Honeywell 100K and MGB18 thermistor definitionsKevin O'Connor2018-04-301-0/+2
* chelper: Move the host C code to a new klippy/chelper/ directoryKevin O'Connor2018-04-307-0/+0
* virtual_sdcard: Add logging on start, stop, stats, and shutdownKevin O'Connor2018-04-231-0/+18
* toolhead: Add a SET_VELOCITY_LIMIT commandKevin O'Connor2018-04-201-3/+38
* gcode: Add minval/maxval/above/below options to get_X parsersKevin O'Connor2018-04-205-45/+53
* fan: Add a set_shutdown_speed() methodKevin O'Connor2018-04-202-1/+3
* gcode: Add a SET_GCODE_OFFSET commandKevin O'Connor2018-04-201-1/+14
* gcode: Rename homing_add to homing_offsetKevin O'Connor2018-04-201-17/+17
* probe: Limit Z lift speed to be the same as the probing speedKevin O'Connor2018-04-201-3/+7
* klippy: Reword the error messages during config file parsingKevin O'Connor2018-04-201-5/+5
* fan: Scale fan speed requests between 0 and max_powerKevin O'Connor2018-04-202-5/+3
* toolhead: Allow max_accel_to_decel to be greater than max_accel in configKevin O'Connor2018-04-201-3/+3
* Add STM32F103 portGrigori Goronzy2018-04-091-0/+1
* adc_temperature: Support defining custom sensors in the config fileKevin O'Connor2018-04-091-0/+19
* adc_temperatures: Add "PT100 INA826" sensor typeKevin O'Connor2018-04-091-1/+13
* adc_temperature: Support multiple ranges for ADC lookupKevin O'Connor2018-04-091-10/+54
* thermistor: Fallback to using beta if Steinhart-Hart c3 is negativeKevin O'Connor2018-04-091-4/+11
* thermistor: Add support for defining custom thermistorsKevin O'Connor2018-04-091-0/+26
* pid_calibrate: Make sure to unregister new control class on errorKevin O'Connor2018-04-061-0/+1
* heater: Move Thermistor and Linear to their own files in extras/Kevin O'Connor2018-04-044-124/+154
* heater: Move adc logic into Thermistor classKevin O'Connor2018-04-042-35/+51
* heater: Merge ThermistorBeta class into Thermistor classKevin O'Connor2018-04-041-13/+15
* heater: Add PrinterHeaters class that stores all sensors and heatersKevin O'Connor2018-04-047-31/+67
* pins: Remove module level get_printer_pins() and setup_pin() functionsKevin O'Connor2018-04-049-44/+36
* toolhead: Limit junction speed of short movesKevin O'Connor2018-04-031-3/+8
* bed_tilt: Apply bed_tilt_calibrate settings to current sessionKevin O'Connor2018-04-031-6/+15
* extruder: Log SET_PRESSURE_ADVANCE changesKevin O'Connor2018-04-031-3/+5