Commit Graph

5 Commits

Author SHA1 Message Date
zellneralex
25b144d0d9 gcode_shell_command: change to make it compatible with a py3 virtual env
The change is needed that the module can be used in a python 2 and python 3 virtual env.

Signed-off-by: Alex Zellner alexander.zellner@googlemail.com
2022-02-26 19:25:59 +01:00
th33xitus
4517415e9d fix: CRLF to LF 2022-02-26 19:17:22 +01:00
th33xitus
f231fa9c69 gcode_shell_command: make RUN_SHELL_COMMAND accept optional parameters
Thanks @lixxbox for that code
2021-10-17 20:13:48 +02:00
Richard Mitchell
6d87716b1d gcode_shell_command: Fix issue with partial lines being repeated (#118)
Without clearing the partial line on a full line being sent the self.partial_output was repeated for every subsequent line.
2021-09-27 17:44:11 +02:00
th33xitus
be2734e640 fix: little rework and fixes of shell command extension installation 2020-10-29 18:27:22 +01:00