area515 / Photonic3D

Control software for resin 3D printers
http://photonic3d.com
GNU General Public License v3.0
132 stars 115 forks source link

Slicing Calculators Don't Recompute Unless Server Is Restarted #187

Closed jmkao closed 8 years ago

jmkao commented 8 years ago

In the latest WesGilster/CWH dev build, at least for the "Test" button (haven't yet tried printing), changes to the slicing calculators do not update the graphs displayed until I restart the server. This may be due to some of the changes relating to compilation of JavaScript and I just might have caught an intermediate state of the feature in-progress.

WesGilster commented 8 years ago

Ah. Nice catch. This happened when I started compiling the JavaScript and caching the compiled version into the printer. Currently the "printer" is a stubbed printer for testing purposes. I'll have to flush the cache on all manual printer tests.

WesGilster commented 8 years ago

This was fixed long ago. Reopen if you find differently.