index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
7
-36
/
+36
*
toolhead: Add a manual_move() helper function
Kevin O'Connor
2020-08-20
6
-55
/
+34
*
skew_correction: Make sure to call reset_last_position() on a skew update
Kevin O'Connor
2020-08-20
1
-7
/
+10
*
gcode: Automatically call reset_last_position() on a toolhead set_position()
Kevin O'Connor
2020-08-20
8
-9
/
+3
*
menu: reduce timeout timer period to 1s
Janar Sööt
2020-08-20
1
-7
/
+2
*
display: Support requesting a screen redraw on a menu key press
Kevin O'Connor
2020-08-20
2
-12
/
+23
*
hall_filament_width_sensor: Fix Flow update before next pending_position #318...
alocin73
2020-08-19
1
-7
/
+14
*
menu: remove surplus self.running=False
Janar Sööt
2020-08-18
1
-2
/
+0
*
menu: optimize container populate
Janar Sööt
2020-08-18
1
-13
/
+8
*
klippy: Report "shutdown" category from get_state_message()
Kevin O'Connor
2020-08-16
1
-0
/
+2
*
webhooks: Improve type checking of api requests
Kevin O'Connor
2020-08-16
1
-29
/
+31
*
webhooks: Convert to a json-rpc inspired message format
Kevin O'Connor
2020-08-16
1
-21
/
+26
*
webhooks: Remove call_remote_method()
Kevin O'Connor
2020-08-16
1
-13
/
+1
*
webhooks: Add klippy state to webhooks get_status() method
Kevin O'Connor
2020-08-16
1
-11
/
+4
*
webhooks: Rework get_status() subscriptions
Kevin O'Connor
2020-08-16
1
-116
/
+89
*
webhooks: Require a subscription to receive gcode output
Kevin O'Connor
2020-08-16
3
-32
/
+53
*
webhooks: Remove "method" parameter from webhook requests
Kevin O'Connor
2020-08-16
4
-67
/
+31
*
webhooks: Create StatusHandler class in add_early_printer_objects()
Kevin O'Connor
2020-08-16
1
-4
/
+4
*
webhooks: Remove register_static_path()
Kevin O'Connor
2020-08-16
2
-32
/
+10
*
webhooks: Specify server_address on klippy command-line
Kevin O'Connor
2020-08-16
2
-9
/
+11
*
display: Remove reference to printer.gcode.busy from display.cfg
Kevin O'Connor
2020-08-15
1
-1
/
+1
*
menu: fix for overwriting existing menu item (#3189)
Janar Sööt
2020-08-14
1
-1
/
+3
*
hall_filament_width_sensor: fix error
Janar Sööt
2020-08-13
1
-0
/
+1
*
virtual_sdcard: register sd static path
Arksine
2020-08-11
1
-0
/
+3
*
webhooks: register gcode output handler and additional static paths
Arksine
2020-08-11
1
-0
/
+24
*
webhooks: Implement a send buffer for socket writes
Arksine
2020-08-11
1
-25
/
+29
*
webhooks: Implement unix domain socket server
Arksine
2020-08-11
1
-38
/
+77
*
adc_temperature: add support for AD597 (#3164)
Bryan Boettcher
2020-08-09
1
-0
/
+9
*
menu: Replace menu with new Jinja2 template system (#2344)
Janar Sööt
2020-08-09
3
-1425
/
+1143
*
tmc5160: diag0 support (#3159)
Trevor Jones
2020-08-09
4
-10
/
+16
*
itersolve: Use stricter completion check in itersolve_find_step()
Kevin O'Connor
2020-08-08
1
-2
/
+4
*
itersolve: Enhance "false position" method with "illinois algorithm"
Kevin O'Connor
2020-08-08
1
-1
/
+8
*
gcode: Fix error causing _dump_debug() to fail
Kevin O'Connor
2020-08-08
1
-7
/
+8
*
gcode_arcs: increment absolute e coord for each arc segment (#3162)
Toby Harper
2020-08-07
1
-0
/
+2
*
fan_generic: Add support for named fans and gcode to control them (#3054)
bondus
2020-08-07
1
-0
/
+28
*
polar: fix limit_z default value
Arksine
2020-08-06
1
-2
/
+2
*
webhooks: Implement StatusHandler class
Arksine
2020-08-06
1
-1
/
+134
*
webhooks: Add call_remote_method helper function
Arksine
2020-08-06
1
-0
/
+12
*
gcode: Separate IO handling to its own class
Kevin O'Connor
2020-08-06
1
-111
/
+127
*
webhooks: Directly invoke printer.invoke_shutdown()
Kevin O'Connor
2020-08-06
1
-2
/
+1
*
webhooks: Introduce add_early_printer_objects()
Kevin O'Connor
2020-08-06
2
-2
/
+6
*
gcode: Introduce add_early_printer_objects()
Kevin O'Connor
2020-08-06
2
-1
/
+4
*
gcode: Pass the pseudo-tty fd via the start_args system
Kevin O'Connor
2020-08-06
2
-9
/
+8
*
gcode: Allow handlers to be registered for all gcode output
Kevin O'Connor
2020-08-06
1
-0
/
+5
*
gcode: Only write to the gcode pseudo-tty if it appears to be active
Kevin O'Connor
2020-08-06
1
-8
/
+11
*
print_stats: Add virtual_sdcard state tracking
Arksine
2020-08-05
2
-8
/
+23
*
print_stats: stat tracking for virtual sdcard prints in progress
Arksine
2020-08-05
2
-0
/
+73
*
virtual_sdcard: update get_status method
Arksine
2020-08-05
1
-2
/
+4
*
virtual_sdcard: add SDCARD_PRINT_FILE gcode
Arksine
2020-08-05
1
-16
/
+45
*
virtual_sdcard: add SDCARD_RESET_FILE gcode
Arksine
2020-08-05
1
-0
/
+16
[next]