luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.71k stars 466 forks source link

Add simple macro support #106

Closed luc-github closed 8 years ago

luc-github commented 8 years ago

allows with a command like [ESP700] to send all commands included in stored in SPIFFS

like : park.g => G28 X Y : go to park stopmotors.g => M84 : disable all motors macro1.g => G112 : emergency stop + park G28 M84

in same way some host like repetier do: image

So any file could be associated to any button - as no limit of number

luc-github commented 8 years ago

Implemented by https://github.com/luc-github/ESP3D/commit/7c0afb3f0ca837843bfd95963ecde7a22618bded

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.