makerbase-mks / MKS-TinyBee

MKS TinyBee is a mainboard for 3d printing, based on ESP32 module
GNU General Public License v3.0
109 stars 111 forks source link

Layer shift when refreshing web-page #111

Open TjeerdvanDijk opened 4 months ago

TjeerdvanDijk commented 4 months ago

I enabled esp3d wifi support but every single time i refresh the page i get a layer shift.

TjeerdvanDijk commented 4 months ago

here is my config configuration.h configuration_adv.h

PanosPetrou commented 4 months ago

Interacting with the web interface during printing, forces the processor to allocate some unplanned resources there and messes up printing. So don't use the web interface during that time.