aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtual_sdcard: Add logging on start, stop, stats, and shutdownKevin O'Connor2018-04-231-0/+18
* docs: Fix internal link description in Code_Overview.mdKevin O'Connor2018-04-231-2/+3
* toolhead: Add a SET_VELOCITY_LIMIT commandKevin O'Connor2018-04-202-3/+42
* 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-203-6/+24
* 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-204-8/+9
* toolhead: Allow max_accel_to_decel to be greater than max_accel in configKevin O'Connor2018-04-201-3/+3
* docs: Add more hints to use /dev/by-id/ for the serial deviceKevin O'Connor2018-04-202-10/+19
* serial_irq: Add new generic/serial_irq.c codeKevin O'Connor2018-04-208-343/+166
* docs: Add STM32F103 benchmarks to the Features documentKevin O'Connor2018-04-201-4/+5
* stm32f1: Use generic timer_irq.c dispatch codeKevin O'Connor2018-04-201-62/+3
* stm32f1: Use different method for handling 16bit -> 32bit timer conversionKevin O'Connor2018-04-201-47/+39
* stm32f1: Prefer uint32_t over uint16_t in timer.cKevin O'Connor2018-04-201-6/+6
* config: Update sample-bltouch.cfg with recent probe changesKevin O'Connor2018-04-181-2/+2
* scripts: Add stm32flash to octopi-install.sh package listKevin O'Connor2018-04-121-1/+1
* docs: Add additional information to FAQ on heater checksKevin O'Connor2018-04-091-0/+13
* test: Add STM32F1 compile test caseKevin O'Connor2018-04-091-0/+2
* Add STM32F103 portGrigori Goronzy2018-04-09173-0/+267435
* config: add display support for Anet A8Grigori Goronzy2018-04-091-0/+9
* adc_temperature: Support defining custom sensors in the config fileKevin O'Connor2018-04-092-2/+43
* adc_temperatures: Add "PT100 INA826" sensor typeKevin O'Connor2018-04-092-5/+18
* 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-093-2/+54
* config: Update indentation of display section in example-extras.cfgKevin O'Connor2018-04-091-9/+8
* docs: Update installation document for OctoPrint 1.3.7Kevin O'Connor2018-04-091-3/+4
* Adjusted Tronxy X5s settingsArkadiusz Gluszyk2018-04-091-0/+11
* config: Add display section to default Creality CR10s configKevin O'Connor2018-04-081-0/+6
* 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
* klippy: Automatically clear rollover_info on each restartKevin O'Connor2018-04-035-20/+21
* extruder: Add SET_PRESSURE_ADVANCE command.Michael Barbour2018-04-032-5/+25
* docs: Update release notes for v0.6.0 releaseKevin O'Connor2018-03-311-0/+31
* docs: Add Patreon link to FAQ pageKevin O'Connor2018-03-311-11/+16
* heater: Add some comments to the thermistor mathKevin O'Connor2018-03-291-1/+3
* docs: Update G-Codes.md with recent output_pin changesKevin O'Connor2018-03-281-3/+3
* docs: Add a section on adding new host modules to Code_Overview.mdKevin O'Connor2018-03-281-1/+73
* stepstats: Add documentation clarificationKevin O'Connor2018-03-231-0/+1
* display: Round temperature and position to nearest whole numberKevin O'Connor2018-03-191-5/+5