area515 / Photonic3D

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

Console error + can't change resin profile #292

Closed kloknibor closed 7 years ago

kloknibor commented 7 years ago

Hi,

We have an error in the developer consoler of chrome. This is what it states :

ReferenceError: printer is not defined
    at refreshSelectedPrinter (printers.js:16)
    at printers.js:49
    at angular.js:10072
    at angular.js:14567
    at n.$eval (angular.js:15846)
    at n.$digest (angular.js:15657)
    at n.$apply (angular.js:15951)
    at l (angular.js:10364)
    at F (angular.js:10536)
    at XMLHttpRequest.K.onload (angular.js:10477)

Also when changing slicing profile it looks like you selected the new one from the drop down menu. But after a refresh it will return to the old slicing profile and hasn't changed to the new resin profile.

Both tested in the latest release of area515 and wesgilster dev repo :)!

WesGilster commented 7 years ago

Problem 1 fixed and checked into the dev branch. The second issue is normal functionality. You need to save your printer before those settings take effect.

Thanks, Wes G. On 11/21/2016 4:43 AM, Robin wrote:

Hi Wes,

We have an error in the developer consoler of chrome. This is what it states :

|ReferenceError: printer is not defined at refreshSelectedPrinter (printers.js:16) at printers.js:49 at angular.js:10072 at angular.js:14567 at n.$eval (angular.js:15846) at n.$digest (angular.js:15657) at n.$apply (angular.js:15951) at l (angular.js:10364) at F (angular.js:10536) at XMLHttpRequest.K.onload (angular.js:10477) |

Also when changing slicing profile it looks like you selected the new one from the drop down menu. But after a refresh it will return to the old slicing profile and hasn't changed to the new resin profile.

Both tested in the latest release of area515 :)!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/area515/Photonic3D/issues/292, or mute the thread https://github.com/notifications/unsubscribe-auth/ACT_NFmLf3TcudouWWzQ4su9lc0SXDnIks5rAXXEgaJpZM4K4C33.

kloknibor commented 7 years ago

ah you are right. Since there wasn't a save button around there I assumed it was allright. Sorry!