Editing Ultimaker 3 extended

From Chaosdorf Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 20: Line 20:
== Benutzung ==
== Benutzung ==


* Slicen am besten mit [https://ultimaker.com/software/ultimaker-cura/ Cura], da out-of-the-Box Integration des Druckers (sollte automatisch gefunden werden) und einfach zu bedienen
* Gedruckt wird direkt und ohne irgendwelche Zwischenkomponenten auf einer Glasplatte. Bitte '''kein''' Tape, Haarspray, Kleber o.ä. verwenden. Falls der Druck nicht gut haftet, hilft die Slicer-Einstellung "Enable Raft" meist weiter.
* Gedruckt wird direkt und ohne irgendwelche Zwischenkomponenten auf einer Glasplatte. Bitte '''kein''' Tape, Haarspray, Kleber o.ä. verwenden. Falls der Druck nicht gut haftet, hilft die Slicer-Einstellung "Enable Raft" meist weiter.
* Beim Entfernen des Drucks bitte vorsichtig sein und keine scharfen Gegenstände verwenden. Das Druckbett ist aus Glas.
* Beim Entfernen des Drucks bitte vorsichtig sein und keine scharfen Gegenstände verwenden. Das Druckbett ist aus Glas.
Line 37: Line 36:


Webcam-Stream: http://10.4.255.238:8080/?action=stream
Webcam-Stream: http://10.4.255.238:8080/?action=stream
== Stats ==
Download the csv containing all the data at the bottom of the following page: http://10.4.255.238/analytics
def calc():
    i = 0
    total_seconds = 0
    with open("ultimaker_data_2024_05_12.csv") as data:
        content = data.readlines()
        for line in content:
            a = line.split("\t")
            if i == 0:
                total_idx = a.index("time_total_sec")
            try:
                total_seconds += int(a[total_idx])
            except:
                pass
            i += 1
    print(f"total print time: {total_seconds / 60 / 60} hours")
    print(f"total print time: {total_seconds / 60 / 60 / 24} days")
calc()
* 2024-05-12 17:22:
** total print time: 1114.9755555555557 hours
** total print time: 46.45731481481482 days
Please note that all contributions to Chaosdorf Wiki are considered to be released under the Attribution 3.0 Unported (see Chaosdorf Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)