OctoprintKlipperPlugin/octoprint_klipper
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
..
modules [fix] File listing not working 2018-08-18 12:44:11 +00:00
static [feature] Parameterized macros (#16) 2018-08-25 16:55:48 +02:00
templates [feature] Parameterized macros (#16) 2018-08-25 16:55:48 +02:00
__init__.py [feature] Parameterized macros (#16) 2018-08-25 16:55:48 +02:00