Hello! I'm planning to install resetable timer socket to power my printer and was

Hello! I’m planning to install resetable timer socket to power my printer and was thinking if it is possible to switch output from smoothieboard at specified time intervalls. The output pin would “push” a button at the timer, so the socket timer would switch the power off if there is no signal coming.

So, can I switch an outputpin on and off at specified time intervalls?

Do I understand you correct that you just want to switch the power off when the print job is finished?

You could probably use the switch module (see: http://smoothieware.org/switch)
http://smoothieware.org/switch

No, I want to set up a timer socket to switch power off, lets say 30 seconds after button is pressed. I’d like to set up smoothieboard to “press” that button like every 10 second.

That sounds a lot like a watchdog circuit. There’s something like that built into the microcontroller and firmware. I think it’s discussed in the safety section. But the watchdog is totally internal to the microcontroller, it doesn’t use an external circuit.

@Jeff_DeMaagd Thanks for pointing that out. Reading the safety section was extremely informative(and important)! And this is way more convinient than what I was planning:
http://smoothieware.org/temperaturecontrol#solid-state-relay-controlled-safety-cutoff