aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-18120-1377/+1954
* config: Update printer-tronxy-x5sa-v6-2019.cfg (#3535)Raabi912020-11-171-1/+1
* docs: Note the change in "print_stats.duration"Arksine2020-11-131-0/+4
* print_stats: exclude time prior to first extrusion from "print_duration"Arksine2020-11-131-1/+10
* output_pin: Don't flush lookahead queue on a SET_PIN commandKevin O'Connor2020-11-131-15/+17
* config: Add caselight support for Wanhao Duplicator 6Jeff Tang2020-11-101-0/+13
* neopixel: Apply LED updates at time of transmissionKevin O'Connor2020-11-051-40/+42
* neopixel: Fix neopixel_result message so that it contains an oidKevin O'Connor2020-11-052-2/+2
* neopixel: Fix failure with multiple simultaneous neopixel updatesKevin O'Connor2020-11-041-1/+2
* docs: Document "register_remote_method" endpointArksine2020-11-042-0/+34
* gcode_macro: implement "action_call_remote_method" context actionArksine2020-11-041-0/+8
* webhooks: Add "register_remote_method" endpointArksine2020-11-041-0/+29
* itersolve: Convert iterative solver to use "secant method"Kevin O'Connor2020-11-021-100/+79
* heaters: Add sensors to printer.heaters.available_sensors even if no gcode_idKevin O'Connor2020-11-011-1/+1
* config: Update color_order in config/sample-lcd.cfgKevin O'Connor2020-10-311-1/+1
* build-test: Move system package installation to ci-install.shKevin O'Connor2020-10-302-3/+11
* build-test: Remove references to "travis" in build testsKevin O'Connor2020-10-303-13/+13
* build-test: Build with normal Ubuntu arm-eabi compilerKevin O'Connor2020-10-303-24/+1
* github: Run continuous integration tests using "github actions"Kevin O'Connor2020-10-305-36/+38
* config: Document menu_root (#3465)Dushyant Ahuja2020-10-301-0/+4
* command: Fix handling of buffer passing in args[] on 64bit mcuKevin O'Connor2020-10-304-0/+17
* command: Add command_decode_ptr() helperKevin O'Connor2020-10-3010-30/+38
* serialqueue: Fix registration of serial fd in debug modeKevin O'Connor2020-10-301-5/+6
* klippy: Remove import of unused threading moduleKevin O'Connor2020-10-301-1/+1
* mcu: Add support for setting reqclock in CommandQueryWrapper.send()Kevin O'Connor2020-10-293-7/+9
* dotstar: Don't flush the lookahead queue on a SET_LED commandKevin O'Connor2020-10-291-6/+8
* neopixel: Don't flush the lookahead queue on a SET_LED commandKevin O'Connor2020-10-291-32/+39
* neopixel: Add support for RGBW LEDsKevin O'Connor2020-10-294-17/+36
* neopixel: Increase the maximum LED chain lengthKevin O'Connor2020-10-292-27/+78
* atsamd: Support reading chip based temperature sensorKevin O'Connor2020-10-291-1/+15
* stm32: Support reading chip based temperature sensor on stm32f0Kevin O'Connor2020-10-291-2/+10
* stm32: Reduce adc_pins storage size in stm32f0_adc.cKevin O'Connor2020-10-291-19/+7
* stm32: Support reading chip based temperature sensor on stm32f1/2/4Kevin O'Connor2020-10-291-5/+24
* atsam: Support reading chip based temperature sensor on sam4eKevin O'Connor2020-10-291-1/+5
* atsam: Support reading chip based temperature sensor on sam3/sam4sKevin O'Connor2020-10-291-5/+13
* config: Simplify description of temperature_fan config optionsKevin O'Connor2020-10-281-32/+13
* mcu: Don't default serial config option to /dev/ttyS0Kevin O'Connor2020-10-282-10/+14
* docs: Note the release of v0.9.1Kevin O'Connor2020-10-281-0/+5
* linux: Fix spi handling with more than one spi deviceKevin O'Connor2020-10-251-0/+1
* bltouch: Fix bug causing incorrect position when "stow_on_each_sample=False"Kevin O'Connor2020-10-241-0/+1
* kin_extruder: Fix numerical stability when using pressure advanceKevin O'Connor2020-10-231-7/+11
* docs: Update release notes for v0.9.0 releaseKevin O'Connor2020-10-202-0/+36
* docs: Note PROBE_CALIBRATE results invalidated on motion system updateKevin O'Connor2020-10-203-0/+40
* heaters: Don't raise an error if PID Ki is set to zeroKevin O'Connor2020-10-171-1/+3
* docs: Note screws_tilt_adjust nozzle/probe coordinates in Manual_Level.mdKevin O'Connor2020-10-171-2/+2
* docs: Minor formatting change to Probe_Calibrate.mdKevin O'Connor2020-10-171-15/+16
* docs: Provide response_template in subscription examples in API_Server.mdKevin O'Connor2020-10-171-2/+4
* docs: Add initial API_Server.md documentKevin O'Connor2020-10-172-0/+295
* config: Additional formatting changes to example-extras.cfgKevin O'Connor2020-10-161-18/+20
* config: Formatting changes to example-extras.cfgKevin O'Connor2020-10-161-287/+314