luc-github / ESP3D-WEBUI

A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC
GNU General Public License v3.0
733 stars 303 forks source link

[FEATURE REQUEST]Integrate the [ ESP700] command into the button #265

Open liqijian101 opened 1 year ago

liqijian101 commented 1 year ago

Integrate the [ ESP700] command into the button so you can start file printing directly from the button in GCODE HOST mode

github-actions[bot] commented 1 year ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

luc-github commented 1 year ago

what is the S button ?

liqijian101 commented 1 year ago

what is the S button ?

Sorry, this is my spelling mistake. It has been corrected. It's just a button, like the one we have now, that starts the print button

luc-github commented 1 year ago

this will be available when GCODE HOST is ready for 3D printer - this feature is currently only available for grbl the GCODE StreamHost feature is not ready yet https://github.com/luc-github/ESP3D/issues/243 Once supported the Flash will have stream support On 3D Printer it is limited to Macro currently as they are not critical GCODE - so current limited GCODE Host Streaming feature is ok

luc-github commented 9 months ago

On ESP3D-TFT used with Marlin streaming is now available, webui have been updated to display Play button for direct SD on TFT and FS on TFT, for Marlin only for the moment because it is the POC project