Skip to content

Instantly share code, notes, and snippets.

View ietz's full-sized avatar

Tim Pietz ietz

  • Hamburg, Germany
View GitHub Profile
@ietz
ietz / RemoveReheat.py
Created November 17, 2021 18:02
Cura Remove Bed Reheats Between “One at a Time” Prints
from typing import List, Optional
from ..Script import Script
class RemoveReheat(Script):
def getSettingDataString(self):
return """{
"name": "Remove Reheat",
"key": "RemoveReheat",
@ietz
ietz / hummel-tensorflow-setup.md
Last active February 27, 2024 19:37
UHH Hummel einrichten für Tensorflow und Horovod

Hummel einrichten für Tensorflow und Horovod

SSH konfigurieren:

In lokale SSH config einfügen:

Host hg hf hi
	User <nutzer>
	HostName hummel2.rrz.uni-hamburg.de
	IdentityFile ~/.ssh/id_rsa_hummel