Commit Graph

21 Commits

Author SHA1 Message Date
Alice Grey 89156d51f3 Update to License to all match AGPL
Some code was marked GPL and some was marked AGPL. Now it's all AGPL.
2020-08-29 17:23:22 -05:00
James Leach 5aa5400c2f Use of .split to create an array of strings which is sent to
OctoPrint.control.sendGcode instead of a single string.
This allows multiple-line Gcode to be interpreted properly.
2019-02-13 10:57:21 -06:00
Martin Muehlhaeuser aaf045df55 [fix] Line breaks not honored in log output 2018-08-27 19:39:09 +00:00
mmone 769b8a53ed
[feature] Parameterized macros (#16)
Adds the option to have parameters in Macros and show a dialog to the user on execution to change them.
Here's and example:

PID_CALIBRATE 
HEATER={label:Heater, default:extruder, options:extruder|extruder1}
TARGET={label:Temperature, unit:°C, default:190}
WRITE_FILE={label:WriteFile, default:0, options:0|1}
2018-08-25 16:55:48 +02:00
Martin Muehlhaeuser 591b3c988a [chores] Add copyright header 2018-08-19 11:49:24 +00:00
Martin Muehlhaeuser 136f47f318 [fix] File listing not working 2018-08-18 12:44:11 +00:00
mmone 86d8e631d5
[feat] Add performance graph (#9)
* [feat] Basic graph demo

* [feat] Basic Log analyzer with graph

* [feat] Finish graph feature.
2018-08-13 18:22:58 +02:00
Martin Muehlhaeuser 41491ffbe8 Major refactor 2018-08-09 07:25:05 +00:00
Martin Muehlhaeuser 8d27f79b65 [feature] Add coordinate offset dialog. 2018-04-26 19:06:09 +00:00
Martin Muehlhaeuser 83df45f693 Limit navbar status display 2018-03-04 15:09:45 +00:00
Martin Muehlhaeuser 2e4a858661 status: Basic status display working 2018-02-08 15:38:48 +00:00
Martin Muehlhaeuser d53e9a7b76 log: Filter for plugin identifier 2018-02-07 21:02:16 +00:00
Martin Muehlhaeuser befa5b0529 macro: Fix macros not executed 2018-02-06 14:31:15 +00:00
Martin Muehlhaeuser 7946cf24e3 template: remove navbar status for now. 2018-01-27 13:54:33 +00:00
mfm e722718984 macro: Add setting to config macro btn slot 2018-01-24 23:07:55 +01:00
mfm a839800e3d view: Integrated new dialogs 2018-01-24 17:14:42 +01:00
Martin Muehlhaeuser 676f5ab0e8 styles: Log display 2018-01-23 20:18:07 +00:00
Martin Muehlhaeuser d2b7a7c10b views: Cleaned up status display 2018-01-23 18:45:55 +00:00
Martin Muehlhaeuser 1c74d2e50b logging: Serverside timestamping of messages 2018-01-23 18:30:55 +00:00
Martin Muehlhaeuser 1696cd43c6 logging: Basic logging of status response 2018-01-23 17:33:22 +00:00
mfm 8449b1c68e Initial commit. 2018-01-23 15:01:58 +01:00