Job queue & mainsail config
I just had a pretty ugly accident where using the job queue, one of the jobs automatically started before I removed the previous print. Obviously the extruder crashed into the previous print, breaking my inductive sensor's holder, and the fan horns, thankfully it was just those and I had printed replacements because I'm paranoid and I've had similar accidents with other printers. I'm trying to find out why this happened though, and as far as I can tell, all the config related to the job queue is mainsail's and it seems to be setup to sensible defaults that shouldn't auto-start a job. Can anyone think of any settings I may be missing that could cause this?
I had it happen once before, but I managed to stop the previous one before it caused any damage. I just don't feel very confident using the job queue at all having seen this twice already.
7 Replies
Never used that feature, i don't know how it works. It's unrelated to RatOS, so maybe try #klipper, or the mainsail discord or even the klipper discord.
Ah.. https://moonraker.readthedocs.io/en/latest/configuration/#job_queue
I'm guessing those are quite relevant if you want to mess around with queuing
xenial-blackOP•2y ago
Yeah I saw those, but from what I can tell, ratos already has those same defaults, and I couldn't find anything overriding them. Yet, somehow, my printer did the "automatic_transition", causing damage.
So I'm thinking that I'm missing something in the ratos config that is setting tat automatic_transition to true, but I don't see where.
Either that or the moonraker queue is bugged 😂
true RatOS doesn't even have a job_queue section
xenial-blackOP•2y ago
Is there a way to read the setting ratos/moonraker have in memory for that? I'd like to confirm that the automatic_transition is set to false, because it's the only thing I've seen on the docs that would seem to do what happened to me.
If it is set to false, then I'd guess moonraker has a bug that is sometimes (not always) making it auto-start the next job.
there's nothing short of the moonraker defaults and the config file (RatOS/moonraker.conf and your own moonraker.conf).
xenial-blackOP•2y ago
Yeah, those two are the only files I found with config for moonraker, and neither are changing moonraker's defaults, so I'm inclined to believe there's a bug with that feature 😫
Not impossible