You are not logged in.
Pages: 1
Shahin,
Is it possible to use a conditional within the Delay command?
For example:
[[Delay {([[LayerNumber]]=1)*10)}]]
Thanks for your help!!
Offline
Yes
Offline
I am using Build 2227, and I have tried printing using the following code within "Code after each layer" and my printer fails to read the delay code:
[[Delay {([[LayerNumber]]==25)*30}]]
When checking the formula, it shows that the conditional is being translated into the correct value, but my printer skips the delay command while printing.
Any suggestions on how to fix this issue? Thanks!
Offline
Please, share a debug file.
Offline
You have extra space after delay, also your formula will generate zero for all layers except layer 25 which will apply 30s delay.
Offline
I hadn't realized I had such a small typo! Thank you for your help.
Offline
Pages: 1