Issue with Control-Tab following upgrade
Hi,
following a recent upgrade of Repetier Server from version 1.4.5 to 1.4.9 I'm having the following problem. After each print the Control Tab is blank. So instead of seeing the print bed preview and temperature controls there is just a blank space. Prior to the upgrade the control tab remained always active and I was able to view and control temperatures. Since the upgrade it only works until a print completes or a print is cancelled. Has anybody seen this problem and is there something I can do to fix that?
Apologies if this was asked before but I could not find this particular problem. My setup is a GT2560 with Marlin 2.0.7.2 connected via USB to a Windows 10 PC which is running Repetier Server. I'm not aware that I have made any other changes to my setup. Thanks.
following a recent upgrade of Repetier Server from version 1.4.5 to 1.4.9 I'm having the following problem. After each print the Control Tab is blank. So instead of seeing the print bed preview and temperature controls there is just a blank space. Prior to the upgrade the control tab remained always active and I was able to view and control temperatures. Since the upgrade it only works until a print completes or a print is cancelled. Has anybody seen this problem and is there something I can do to fix that?
Apologies if this was asked before but I could not find this particular problem. My setup is a GT2560 with Marlin 2.0.7.2 connected via USB to a Windows 10 PC which is running Repetier Server. I'm not aware that I have made any other changes to my setup. Thanks.
Comments
Which browser are you using in case it is a browser issue?
Anything in post process enabled? Timelapse, history reports, own script?
If happens can you post a printer backup - config only should be enough using a download service or similar? It might depend on a setting that I do not have or something I do not think of at the moment, so testing with same settings might show what is the reason.
When a print job starts the console shows 1 error 'Cannot read properties of undefined (reading 'retractSpeed') in angular-min.js.
As soon as the print finishes I get 9 more of them. Some of them show some data snippets like this:
<div id="printer-views" class="tab-content" ui-view="" ng-class="{'printing':active.state.isJobActive}"> and
<div id="printer-views" class="tab-content" ui-view="" ng-class="{'printing':active.state.isJobActive}" data-ng-animate="1">
I did recently adjust my start/end gcodes in PrusaSlicer and also adjusted the gcode for the abort print event.
Do you think these errors could be relevant, and if so, do I need to look for a problem in my gcodes or in the printer configuration?
My printer has a 2-in-1-out mixing hotendend and therefore I'm using virtual tools which I hadn't configured in the printer config as it's never been a problem. Whenever my start/end gcodes activated a virtual tool I got those errors and the control tab stopped working. As soon as I defined the virtual tool in the printer config, the error has gone away.
By default Marlin has 16 virtual tools, I hope you can bring back an internal fallback logic, so the application will just use the values of the last configured extruder. Otherwise I'd have to define and maintain 16 identical tools.
Many thanks for your help!
I"m thinking of making a extra config to define an extruder as virtual so it behaves correct and all 16 are mapped correctly.