Brotron
Posts: 10
Joined: Mon Mar 09, 2015 5:28 pm

Re: Skirt Speed

If you have a mostly vertical print you could use a second process on the model with the horizontal size compensation "Other Tab" offset with no infill. Then the skirt gets treated like a model and you can control the shell width, speed, and stop it at any hight. Of course it will follow the contours of your model, so overhangs could get wonky. I use this to print a base flange and it works awesome.
slavka012
Posts: 3
Joined: Wed Feb 21, 2018 10:50 am

Re: Skirt Speed

I too ran into this problem. Skirt was printing too fast and was not adhering properly.

Yes, "First layer underspeed" does apply to the skirt, but in the end skirt is still printing faster than everything, because model is subject to two other speed reductions, "outline underspeed" and "infill underspeed". Theoretically you could create a separate process for the first layer in which you set "outline underspeed" and "infill underspeed" to 100% and use sufficiently small "first layer underspeed". But that is kind of hassle.

I created a Perl script that parses the the gcode and changes the printing speed of skirt to the specified one.

In the Script tab, "additional terminal commands for post processing" add the following line:

cmd /c D:\work\bin\FixSkirtSpeed.pl "[output_filepath]"

Feel free to use!
Attachments
FixSkirtSpeed.zip
(949 Bytes) Downloaded 229 times
S3D-Jake
Posts: 1048
Joined: Wed Jun 20, 2018 12:45 pm

Re: Skirt Speed

slavka012 wrote: Sun Oct 14, 2018 12:21 pm I too ran into this problem. Skirt was printing too fast and was not adhering properly.

Yes, "First layer underspeed" does apply to the skirt, but in the end skirt is still printing faster than everything, because model is subject to two other speed reductions, "outline underspeed" and "infill underspeed". Theoretically you could create a separate process for the first layer in which you set "outline underspeed" and "infill underspeed" to 100% and use sufficiently small "first layer underspeed". But that is kind of hassle.

I created a Perl script that parses the the gcode and changes the printing speed of skirt to the specified one.

In the Script tab, "additional terminal commands for post processing" add the following line:

cmd /c D:\work\bin\FixSkirtSpeed.pl "[output_filepath]"

Feel free to use!
Thanks for sharing your elegant solution with the users of our forum. I'll be monitoring this thread to gauge interest in a separate skirt speed setting for the GUI in the future.
"A bird does not sing because it has an answer. It sings because it has a song."
rodrigorozario
Posts: 1
Joined: Tue Dec 25, 2018 5:38 pm

Re: Skirt Speed

I had to do this manually additing the gcode file. My printed parts looks even better now.

Return to “Feature Requests”