You are not logged in.
Dynamic speed is only used for direct control mode. So you would not get it is value correctly through zSpeed variable.
Offline
Dynamic speed is only used for direct control mode. So you would not get it is value correctly through zSpeed variable.
? this is the whole point of the script and besides the error when it falls below 1 it works fine ( Atleast as far as i can tell )
Maybe this is a misunderstanding
Could you find out what happens to the "wait before print for the base layers or should i add it to the dynamic cure box ?
Last edited by lenne0815 (2017-07-07 18:19:43)
Offline
Wait before for burnin layers is separate, check 2 rows above your normal layer wait before.
Offline
Yes, thats what i tried to use, it does show up correctly even in the layer calculation but the printer starts firing the light instantly as soon as the plate is all the way down.
Offline
Image would not be displayed until this time get completed and this wait time only covers wait before displaying layer. But it does not cover LED and etc if they get power on by gcode before layer.
Offline
True, didnt think of that, i obviously have an M106 in there before. Thanks !
Offline
I'm using this in Dynamic Lift:
{([[IsBurninLayer]])*35 + ([[IsBurninLayer]]==0)*(50 + 60/(1+(2.718**-(2-(0.008*[[TotalSolidArea]])+2))))}
But the value is getting in Z lift high, it is adding a value in Zlift high ex. Z35.3 , Z50.3
What am I doing wrong?
Offline