Print freezes, unrecoverable.
Came home last night to the printer in a frozen state. It was not pasued but it was not printing. I was about three layers into it
33 Replies
please share your 3mf file as well please
if its confidential also per DM if you want
after a first look you have a pretty wild slicer gcode config
please provide the 3mf file so i can check everything
you have a lot of unneeded sensor statements
i also noticed you have exclude objects activated, exclude objects is extremly problematic for multicolor prints
and orca is less than ideal for IDEX printer
but we will sort it out
in the meantime please try to reproduce the error, before starting the print please run
ENABLE_DEBUG
if you were able to reproduce it please share the console output and klipper.log fileWhats your slicer of choice? I was a cura guy back in the day, switched to orac recently
Prusa Slicer is the most reliable and stable choice and the only recommended slicer for the RatRig IDEX
Will migrate over to prusa on my next attempt and take your recommendations
Configured to your guide and attempting to print again. last one failed because I kept getting pva blobs on the model
What do you need from debug
run
ENABLE_DEBUG
in the console
this enables a debug mode with more output
if the error happens again share then the console outputcool will do
So far so good
yes, im pretty sure this issue was caused by your crazy use of the filament sensor statements
let me know how it goes
Sensor statement was because they were tripping during the purge. It got annoying
Orbiter Smart Sensor V2?
BTT smart v2 on to and v1 on right
Sherpa mini extruders
this is weird
this should not happen
I believe you, this is the vcore 3 idex. It has not been the smoothest build so far
jsut had a look at your config
there are some issues
Lay it on me what do you got
you need to remove the pause statement
also, your custom includes need to go to the user override section and not on top of the file, this is important
remove gcode_arcs
remove exclude_object
not sure what you mean by this
@miklschmidt i want the user override section comment back in the printer.cfg file
right before the save config section
I see, only reason i put it there is because it has a bad habit of being deleted
I will move it in though
also you have a Fan called filter
you need to take care how you name such things, the name Filter for a fan si reserved in ratos, its used for the automatic chamber filter control
https://github.com/HelgeKeck/RatOS/blob/documentation_v2.1/site/docs/configuration/chamber_filter.md
GitHub
RatOS/site/docs/configuration/chamber_filter.md at documentation_v2...
The preconfigured Raspberry Pi image that makes it easy to run Klipper + Moonraker + Mainsail on your printer. - HelgeKeck/RatOS
my stealthmax 2
Isnt that what I would want for my stealthmax?
im just mentioning it bc you have added some macros that access the filter
which are kinda unneeded since ratos already has this
Ok I will remove them
you should have have Chamebr Filter macros
if its not visible check your frontend macro configuration, there is most likely a macro group invisible
I see them
But I dont need to call them anywhere correct?
no, ratos controls them automatically
but alwas good to have a button for manual control
however, im glad your printer works now, you can mark this thread as solved