mmone / OctoprintKlipperPlugin

A plugin for a better integration of Klipper into OctoPrint.
GNU General Public License v3.0
83 stars 62 forks source link

[feature] Parameterised Macros #16

Closed mmone closed 6 years ago

mmone commented 6 years ago

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}