[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
Build Your Own SLA/SLS • Customize Delay
Page 1 of 1

Customize Delay

Posted: Fri Feb 19, 2016 6:53 am
by zumpitu
Hi !

I need to customize the delay for my top Down and i would like to ask some little help

basically I want to make the delay longer for the first 10 layer and after the 200 I want to make it shorter

So I take the reference the one from the Manual

;********** Lift Sequence ********
G1 Z4.0 F200.0
G1 Z-3.9 F200.0
<Delay> {$CURSLICE =>1 && $CURSLICE <=10?20000:6000}
;********** Lift Sequence *********

some one know how I can add a second delay variation ?



Also I see that on the variable we have

$LayerThickness - the thickness of the layer in mm .. but if this is working after the slicing I think the number of the layer will be the same.. is ti right ?

Thank you.. I hope some one will help me :)

Sacha

Re: Customize Delay

Posted: Fri Feb 19, 2016 2:49 pm
by zumpitu
Ok.. I get some progres .. with some strange result


With a code like this
<delay> {$CURSLICE <=2?20000:6000} I have for sure different time of delay... no questions about.. but...

If I look the clock of CW the 20000 ms ar not 20s but less ! and so on... so for some reason the time is not correct :shock: :shock: :shock:

Also i would like to have more than 1 condition.. to have like from 0 to 10 leyer 20000 ms of delay and from 200 + only 5000 for example...

Anyone have idea to do that ??

Thank you !