aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stale-issue-bot: Enable github actions to handle stale issuesKevin O'Connor2020-08-241-0/+31
* display: Allow redrawing the screen up to 10 times per secondKevin O'Connor2020-08-241-3/+8
* config: Tarantula Pro - Multiple tweaks and description change (#3230)Oliver Fawcett-Griffiths2020-08-241-12/+15
* gcode: Fix out-of-order cmd_M112 referenceKevin O'Connor2020-08-231-1/+1
* adc_temperature: Minor simplification of default sensor registrationKevin O'Connor2020-08-231-16/+15
* config: Add example printer-tevo-tarantula-pro-2020.cfg config (#3225)Oliver Fawcett-Griffiths2020-08-232-0/+95
* adc_temperature: Calculate "PT100 INA826" values from formulaKevin O'Connor2020-08-221-13/+7
* adc_temperature: Calculate PT1000 temperature/resistance pairs from formulaKevin O'Connor2020-08-221-4/+6
* lib: Add a .gitignore file for intermediate files in lib/ directoryKevin O'Connor2020-08-211-0/+5
* gcode_move: Move GCodeMove class from gcode.py to new extras moduleKevin O'Connor2020-08-2011-284/+296
* docs: Document printer.gcode_move variables in Command_Templates.mdKevin O'Connor2020-08-201-7/+32
* gcode: Split G0/G1 command handling to new gcode_move classKevin O'Connor2020-08-2015-194/+219
* toolhead: Move G4 and M400 commands from gcode.py to toolhead.pyKevin O'Connor2020-08-202-9/+11
* gcode: Convert get_status() last_xpos to use a namedtupleKevin O'Connor2020-08-202-6/+3
* gcode: Remove unneeded base_xpos variables from get_status()Kevin O'Connor2020-08-202-8/+6
* gcode: Convert get_status() homing_xpos to use a namedtupleKevin O'Connor2020-08-202-4/+2
* gcode: Remove unused move_xpos get_status() variablesKevin O'Connor2020-08-201-4/+0
* docs: Add idle_timeout get_status() info to Command_Templates.mdKevin O'Connor2020-08-201-0/+6
* toolhead: Remove unused get_stats() dataKevin O'Connor2020-08-201-10/+2
* gcode: Remove "action_" commands from get_status() callsKevin O'Connor2020-08-2010-61/+67
* toolhead: Add a manual_move() helper functionKevin O'Connor2020-08-206-55/+34
* skew_correction: Make sure to call reset_last_position() on a skew updateKevin O'Connor2020-08-201-7/+10
* gcode: Automatically call reset_last_position() on a toolhead set_position()Kevin O'Connor2020-08-208-9/+3
* menu: reduce timeout timer period to 1sJanar Sööt2020-08-201-7/+2
* display: Support requesting a screen redraw on a menu key pressKevin O'Connor2020-08-202-12/+23
* hall_filament_width_sensor: Fix Flow update before next pending_position #318...alocin732020-08-192-26/+24
* menu: remove surplus self.running=FalseJanar Sööt2020-08-181-2/+0
* menu: optimize container populateJanar Sööt2020-08-181-13/+8
* graph_temp_sensor: Add tool to graph ADC resolution of temperature sensorsKevin O'Connor2020-08-171-0/+142
* klippy: Report "shutdown" category from get_state_message()Kevin O'Connor2020-08-161-0/+2
* webhooks: Improve type checking of api requestsKevin O'Connor2020-08-161-29/+31
* webhooks: Convert to a json-rpc inspired message formatKevin O'Connor2020-08-161-21/+26
* webhooks: Remove call_remote_method()Kevin O'Connor2020-08-161-13/+1
* webhooks: Add klippy state to webhooks get_status() methodKevin O'Connor2020-08-161-11/+4
* webhooks: Rework get_status() subscriptionsKevin O'Connor2020-08-161-116/+89
* webhooks: Require a subscription to receive gcode outputKevin O'Connor2020-08-163-32/+53
* webhooks: Remove "method" parameter from webhook requestsKevin O'Connor2020-08-164-67/+31
* webhooks: Create StatusHandler class in add_early_printer_objects()Kevin O'Connor2020-08-161-4/+4
* webhooks: Remove register_static_path()Kevin O'Connor2020-08-162-32/+10
* webhooks: Specify server_address on klippy command-lineKevin O'Connor2020-08-162-9/+11
* whconsole: Add utility for testing the "webhooks" interfaceKevin O'Connor2020-08-161-0/+89
* display: Remove reference to printer.gcode.busy from display.cfgKevin O'Connor2020-08-151-1/+1
* menu: fix for overwriting existing menu item (#3189)Janar Sööt2020-08-141-1/+3
* hall_filament_width_sensor: fix errorJanar Sööt2020-08-131-0/+1
* virtual_sdcard: register sd static pathArksine2020-08-111-0/+3
* webhooks: register gcode output handler and additional static pathsArksine2020-08-111-0/+24
* webhooks: Implement a send buffer for socket writesArksine2020-08-111-25/+29
* webhooks: Implement unix domain socket serverArksine2020-08-111-38/+77
* config: Add homing order not to Ender 3 config (#3069)Yannic Schröder2020-08-091-0/+12
* lib: Fix whitespace in READMEKevin O'Connor2020-08-091-1/+1