barecool
barecool
works on windows if using msygit and running htm2jade on gitbash for windows. but not on the regular command prompt
would be awesome if: it would: - read/ write to variables.stb - to track printer hours / filter hours / maintenance actions - display a popup on mainsail ui with...
may I suggest making it configurable via _USER_VARIABLES like under variables.cfg add `variable_purge_lift_z: 5` nozzle_cleaning.cfg ``` {% set lift_z = printer["gcode_macro _USER_VARIABLES"].purge_lift_z|default(5)|int %} G1 Z{lift_z} F{Sc} ```