-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.7.0 gcode hangs Sidewinder X1, where v5.6 gcode works fine. #18814
Comments
Thanks for the report. Post an "old gcode" and a "new gcode". Maybe they will show a difference. (You will need to zip them.) |
Hi, However, it seems clear that the hanging on start is related to the new display handling software. Normally the touch screen is very responsive, but when it hangs, I have to hold the button for a few seconds to get a response, so it seems that the processor is very busy doing something, rather than stopped. I include 5 files: Does this help you ? Mark |
Yes it does help This bug goes on me because I obsoleted "Display Progress On LCD" and "Display Filename on LCD" and included them in "Display Info On LCD" which is new for 5.7.0. Looking at your gcode, you can see the M73 line goes in as the second line in the gcode. That is actually not allowed because other post processors will look for the Time line and it has been pushed down. Printers like Creality don't like that. If you load the post processor "Display Info On LCD" and have it set to "Display Progress" you will see that the M73 line is available to be inserted. With the "P" parameter it starts the percentage counting up...maybe. If you are using Octo-Print you might also have to add the M118 line with the A and P parameters. This problem was brought up previously in bug report #18766 and I have made the changes to the file but not in time for 5.7. It is really odd that the printer won't run unless the Print Time Clock is turned on and neither your definition file nor your printer do it as a matter of course. |
Hi, |
Cura Version
5.7.0
Operating System
MacOS
Printer
Artillery Sidewinder X1, stock
Reproduction steps
Sliced simple STL file.
Tried to run on Sidewinder X1 printer.
(I then sliced with v5.6, and everything went fine. This was reproducible with other models: v5.6 OK, v5.7 hangs)
Actual results
The Sidewinder hung, the clock on the display kept running, but no attempt to print was made. Response to buttons was also sluggish. Felt like processor was in a tight loop.
This state continued for 20 minutes when I turned off the machine. Same result with different STLs.
Printer still runs fine with v5.6 files, new and old.
Expected results
The printer should have started printing...
Buttons should have responded quicker.
Add your .zip and screenshots here ⬇️
ASX1_Waste pipe collar small.3mf.zip
The text was updated successfully, but these errors were encountered: