-
Notifications
You must be signed in to change notification settings - Fork 39
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
two jobs not queued #64
Comments
Did you re-order the prints at all after you added them? I suspect there may be a bug in the json storage implementation that may not properly reorder the jobs. For better or worse, this will be totally replaced in #60. |
I am having the same issue, when I place new files or I add more quantity when the printer is printing and with a queue , it wont print after finish the original queue |
will try my friend
…On Thu, Jun 2, 2022 at 5:53 PM Scott Martin ***@***.***> wrote:
I've released 2.0.0rc1, which is basically a full overhaul of the queuing
logic at issue here. @sidneyns <https://github.com/sidneyns> / @TylonHH
<https://github.com/TylonHH>, if you're able to consistently reproduce
this problem, can you try it in the new version? Thanks!
—
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR4X6ZZRSY35IKF7MFYHKZLVNENMVANCNFSM5VMCR3SQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I test this newest RC on two maschine, so far it seems running. The new layout is a big step. Good work |
d) the function to save jobs is awesome. When I edit a job and save (again) with the same name I would expect an question to override or to save under a new name. Now is saved under a new name with ....(1) |
Big importand question: |
Thanks for all the testing!
I'm not sure why this is happening. Could you check the plugin settings and confirm your clearing script is still there? This happens every time a print finishes?
Good find - I did not think about the use case for 0-count Sets, so this causes an error. I'll make a note to fix this behavior, and also the error behavior (it doesn't exit a "loading" state).
There is no zooming animation - I suspect another of your plugins is interacting with my UI changes. Can you try CPQ with all other plugins disabled to confirm? If it is a plugin conflict and you can tell me which one is the cause, I can edit the page to get rid of the conflicting CSS.
This behavior matches the download behavior of browsers, which is to add a suffix to prevent naming conflicts. You can rename the file with the scissors icon after it's downloaded. If you want to replace a
I'm not sure I understand your use case here. Are you editing GCODE files by hand?
I think what you want to do here is set your |
As it happens just ones I'll like to ignore it for now
When it's not CP related don't care about it
Good to know. So it's not for my workflow.
Yes. I just make smal improvements like: temperature, global offsets, homing after prints (so I don't have to care about the 5s delay between the print and the clearing ;-) )
Got ya. |
I created another prerelease This time, you'll need to clear out the plugin data ( |
So far the RC4 is running well |
Great! I expect I'll release it on the 16th if nobody finds any bugs caused by v2.0.0 changes. |
Ok, release complete. Please open a new bug if you find other strange behavior - thanks! |
Hi,
I added two files to the queue. But it's only one file printing multiple times.
Here is the log:
And here is the queue:
![grafik](https://user-images.githubusercontent.com/18073299/167303353-8fa4b035-702f-4dd9-b1b5-0599dea1d0f1.png)
I also wonder why its still clearing...
The next (same) job is already printing.
kind regards
The text was updated successfully, but these errors were encountered: