probonopd / WirelessPrinting

Print wirelessly from Cura, PrusaSlicer or Slic3r to your 3D printer connected to an ESP8266 or ESP32 module
352 stars 65 forks source link

Implement /api/printer/command #63

Closed probonopd closed 5 years ago

probonopd commented 5 years ago

We now can implement /api/printer/command for using the Cura controls.

chepo92 commented 5 years ago

When I saw the Lost connection with printer gone I tried those buttons I realised we haven't implemented it yet. I'll do it, pls assign it to me.

GMagician commented 5 years ago

@chepo92 I'm working at json6 and this will come with it.... something is already present but not fully working

probonopd commented 5 years ago

Regading json6, are you sure that all the libraries we are using can handle it?

GMagician commented 5 years ago

I'm already able to send gcode and pause printer but more test must be done

probonopd commented 5 years ago

Thanks @GMagician