Commit Graph

8 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
James Leach f00ea284cb Split using RegEx - Cleaner 2019-02-12 10:03:36 -06:00
James Leach c9e8a2b76c Unable to test currently but this should resolve the issue. 2019-02-12 07:18:39 -06:00
James 71018f3ab0 this is not working 2019-02-11 21:40:05 -06:00
James Leach 6c273f423c Potential fix for #19 (and #32):
Multiple line Gcode commands must be sent as an array of strings.
2019-02-11 18:34:59 -06:00
Martin Muehlhaeuser 97770e094e [macro] Improve parameter extraction 2018-08-25 19:16:03 +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