Gcode Error of offtime


#1

Hi
I noticed gcode Error of $OffTimeBetweenLayersSeconds.
I entered 7000ms
gcode has 7ms
see a pictures


please fix it

thanks

KIDO


#2

Hi Kido,

The GCODE is in seconds, so 7000ms -> 7s.

Cheers,

Jan


#3

Thanks reply
but G code is based on ms.
Gcode Help document say

;DELAY1000: a line starting with ;DELAY1000 delays the process for 1000ms. You can use any time value. I.e. if you want to wait between movements.

so DELAY7 delays the process for 7ms
its not correct
DELAY7000 is correct

check it please


#4

Hi,

Yes $OffTimeBetweenLayersSeconds is in seconds.
I think most users don’t use this variable in the gcode.

I will add another version in ms in the next release.
For now you would have to hardcode this to a value in ms or handle on the machine side.

kind regards
Elco