erichardson1978
Posts: 1
Joined: Wed Jan 13, 2021 1:49 pm

Delayed Start

I want to start a print tomorrow at 4:00am. Is there a way to do this with the funmat HT?
ByteSlinger
Posts: 3
Joined: Wed Apr 06, 2016 2:17 pm

Re: Delayed Start

In theory you could add G-Code to the very start of your start code that says something like:

Code: Select all

G4 S60
S = Seconds, so if you wanted your print to start at 4am and you were planning to start your print at 10pm, you'd add:

Code: Select all

G4 S21600
Not all printers recognise 'S' so if that doesn't work you'll need to use 'P' which is milliseconds instead

Return to “General Discussion and Tips”