paukstelis
paukstelis
Can you also provide your Gcode? The log shows it is taking 21 seconds to skip the object which is way too long. What other plugins do you have installed?
Looks like you are printing the parts sequentially, is that correct? If that is the case then you can anticipate some delay after cancelling, because it has to go through...
No, you don't have to print sequentially. For S3D you just have to have one model per process. Do not click Sequential printing after you click Prepare to Print.
Please provide sample gcode. First guess is that it is related to wipe moves.
It is certainly related to the wipes. Here is the first snippet: ``` G0 F3600 X170.223 Y128.221 G1 F1500 X173.726 Y131.724 E0.33984 G1 X173.814 Y131.812 G1 F4200 E-5 @Object SpeakerMountPartA.stl...
It looks like there is some new behavior in Cura with respect to the types of movements they are also putting in NONMESH between objects on layer changes that is...
If you look at the NONMESH object you'll see the problem. There is an F600 move. I believe if you cancel the last object in the list you'll do this...
It does seem to largely be related to combing, but also some redundant moves in the NONMESH.
As it says above. Turn off combing. Cura writes some unneeded position/feedrate commands when combing is active.
I would complain to Cura devs. I've tried to get them to not do stupid things, but it falls on deaf ears. They pretty much only care how it impacts...