OctoPrint-Tentacles
| .. | ||
| templates/ | Added modes to tentacles, allowing different actions to be executed depending on the mode | 2022-01-23 07:44:59 |
| __init__.py | Version 0.1 to be released for development | 2022-01-21 18:57:39 |
| actions.py | Added a wrapper around the run function of an Action, to be called by the the main Tentacles instance. Also added a stop function to Actions, to be called upon key release. These features were used to implement a simple jog-repeat action that repeats the jog while the key is held down. | 2022-01-25 03:53:19 |
| keypad.py | Changed logic to determine keycodes from serial device. Should fix issue with keycodes forming a queue | 2022-01-21 19:58:57 |
| menu.py | More menu formatting fun | 2022-01-24 07:37:20 |
| tentacles.py | Added a wrapper around the run function of an Action, to be called by the the main Tentacles instance. Also added a stop function to Actions, to be called upon key release. These features were used to implement a simple jog-repeat action that repeats the jog while the key is held down. | 2022-01-25 03:53:19 |