aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* gcode: Remove "action_" commands from get_status() callsKevin O'Connor2020-08-207-36/+36
* 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-191-7/+14
* menu: remove surplus self.running=FalseJanar Sööt2020-08-181-2/+0
* menu: optimize container populateJanar Sööt2020-08-181-13/+8
* 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
* 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
* adc_temperature: add support for AD597 (#3164)Bryan Boettcher2020-08-091-0/+9
* menu: Replace menu with new Jinja2 template system (#2344)Janar Sööt2020-08-093-1425/+1143
* tmc5160: diag0 support (#3159)Trevor Jones2020-08-094-10/+16
* itersolve: Use stricter completion check in itersolve_find_step()Kevin O'Connor2020-08-081-2/+4
* itersolve: Enhance "false position" method with "illinois algorithm"Kevin O'Connor2020-08-081-1/+8
* gcode: Fix error causing _dump_debug() to failKevin O'Connor2020-08-081-7/+8
* gcode_arcs: increment absolute e coord for each arc segment (#3162)Toby Harper2020-08-071-0/+2
* fan_generic: Add support for named fans and gcode to control them (#3054)bondus2020-08-071-0/+28
* polar: fix limit_z default valueArksine2020-08-061-2/+2
* webhooks: Implement StatusHandler classArksine2020-08-061-1/+134
* webhooks: Add call_remote_method helper functionArksine2020-08-061-0/+12
* gcode: Separate IO handling to its own classKevin O'Connor2020-08-061-111/+127
* webhooks: Directly invoke printer.invoke_shutdown()Kevin O'Connor2020-08-061-2/+1
* webhooks: Introduce add_early_printer_objects()Kevin O'Connor2020-08-062-2/+6
* gcode: Introduce add_early_printer_objects()Kevin O'Connor2020-08-062-1/+4
* gcode: Pass the pseudo-tty fd via the start_args systemKevin O'Connor2020-08-062-9/+8
* gcode: Allow handlers to be registered for all gcode outputKevin O'Connor2020-08-061-0/+5
* gcode: Only write to the gcode pseudo-tty if it appears to be activeKevin O'Connor2020-08-061-8/+11
* print_stats: Add virtual_sdcard state trackingArksine2020-08-052-8/+23
* print_stats: stat tracking for virtual sdcard prints in progressArksine2020-08-052-0/+73
* virtual_sdcard: update get_status methodArksine2020-08-051-2/+4
* virtual_sdcard: add SDCARD_PRINT_FILE gcodeArksine2020-08-051-16/+45
* virtual_sdcard: add SDCARD_RESET_FILE gcodeArksine2020-08-051-0/+16