You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After uploading gcode (from either Mattercontrol or Cora), hitting Start Print results in the attached repeated "Unknown Command" output streaming out pretty fast (10+ lines per second in chunks). When uploading the same gcode, not hitting Start Print, but using the jog dial's Print menu to select the file and print, it works fine.
I tried issuing changing webui.html:sendCmd('M563 S6', 'Enable faster Wi-Fi file uploads'); to M563 S6 but that didn't do anything. I see that the Start Print button calls source/webui.mis.js:start_p() -- do I have to upload the dependent javascript files in addition to webui.html?
I have a V1 BTW (unless Monoprice sent me a V2).
The text was updated successfully, but these errors were encountered:
So you uploaded gcode from an application then hit "Print" in the WebUI right? If that is the case then it will cause an issue. The Print button send a gcode command that is actually "print selected file" if nothing is "selected" on the printer or "recent" then I can see why it freaks out.
The behavior I'm noticing now is that the upload gets stuck at 100% and then requires a refresh. After refresh, I can hit the print icon next to the file I just uploaded and it works correctly, or I can hit Start Print which results in the above behavior.
Seems like a couple bugs:
Start Print shouldn't be enabled without a file selected.
Progress indicator shouldn't get stuck and require a page reload.
After uploading gcode (from either Mattercontrol or Cora), hitting Start Print results in the attached repeated "Unknown Command" output streaming out pretty fast (10+ lines per second in chunks). When uploading the same gcode, not hitting Start Print, but using the jog dial's Print menu to select the file and print, it works fine.
I tried issuing changing
webui.html
:sendCmd('M563 S6', 'Enable faster Wi-Fi file uploads');
toM563 S6
but that didn't do anything. I see that the Start Print button callssource/webui.mis.js
:start_p()
-- do I have to upload the dependent javascript files in addition towebui.html
?I have a V1 BTW (unless Monoprice sent me a V2).
The text was updated successfully, but these errors were encountered: