Page 1 of 1
Specify speed for fine details
Posted: Sun Nov 19, 2017 5:29 am
by Darkburrow
Dont know if this exists already, all i've found was speed for entire layers, i kinda wanna see a feature that lets me choose slow speed on thin or small details on the same layer as bigger parts, for example my Reinhardt from Overwatch, Shoulderpads are big but his horns on his helmet are tall and thin.
Re: Specify speed for fine details
Posted: Sun Nov 19, 2017 8:21 pm
by arhi
normally you define processes that use different settings
Re: Specify speed for fine details
Posted: Mon Nov 20, 2017 2:37 pm
by Darkburrow
But can processes specifically target something on a layer ?
Re: Specify speed for fine details
Posted: Tue Nov 21, 2017 12:54 pm
by arhi
Darkburrow wrote:But can processes specifically target something on a layer ?
you can cut your part into pieces and assign each piece a separate process
Re: Specify speed for fine details
Posted: Thu Dec 14, 2017 7:07 am
by Darkburrow
arhi wrote:Darkburrow wrote:But can processes specifically target something on a layer ?
you can cut your part into pieces and assign each piece a separate process
Or make it much simpler by letting the program have custom printspeeds on certain areas for each layer, this would solve world-famine and whatnot, i cant be fucking arsed cutting my model up into pieces, thats stupid and more work than needed, the first slicer to add this feature will be my go-to slicer and since this is a payed for slicer it needs to be updated MUCH MORE frequently, it feels like staff on this program has all died.
Re: Specify speed for fine details
Posted: Thu Dec 14, 2017 8:04 am
by blackbird2016
Put those commands in the post processing script field...
{REPLACE "; outer perimeter\n" "; outer perimeter\nM204 S600\n"}
{REPLACE "; inner perimeter\n" "; inner perimeter\nM204 S1200\n"}
{REPLACE "; solid layer\n" "; solid layer\nM204 S1000\n"}
{REPLACE "; infill\n" "; infill\nM204 S2000\n"}
Maybe not the perfect solution but at least lets you determine the max acceleration for the different parts.
Works quite well for me.