Arksine
2ddd1966fe
file_manager: handle gcode files with special characters
...
Files with quotation marks and spaces are now acceptable and properly handled.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-12-14 10:21:38 -05:00
Arksine
b021d10de5
klippy_apis: add quotes around filename in call to SDCARD_PRINT_FILE
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-11-13 06:03:19 -05:00
Arksine
a6913a982a
moonraker: manage subscriptions independently for each connection
...
This allows clients to "unsubscribe"by sending an empty dict. Each client will receive updates only for subscribed objects.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-11-11 04:46:21 -05:00
Arksine
a260356d78
klippy_apis: update request handlers to accept WebRequest objects
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-11-11 04:46:21 -05:00
Arksine
c6d629659b
klippy_apis: Add API to register methods with Klippy
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-11-07 20:34:56 -05:00
Arksine
34008569dd
klippy_apis: Update API registration
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-09-03 14:01:34 -04:00
Arksine
5b87c43535
moonraker: send "client_info" after initial connection to Klippy
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-08-26 07:34:29 -04:00
Arksine
291f2b0e91
klippy_apis: new module replacing deprecated "gcode_apis"
...
Like gcode_apis, the klippy_apis module registers Web API aliases for particular gcodes. In addition, this module presents an interface where moonraker can call Klippy APIs directly.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-08-15 14:19:19 -04:00