Skip to content
OllisGit edited this page Jan 12, 2022 · 24 revisions

Welcome to the OctoPrint-KnowledgeBase wiki!

This wiki covers the following topics (no special order):

Other Knowledge Wiki's

OctoPrint

OctoPi

Git

Remove latest push: https://ncona.com/2011/07/how-to-delete-a-commit-in-git-local-and-remote/

New local branch git checkout -b topic/newbranch

GitHub

CURA

PeeWee (ORM Framework)

##Sonoff POW (Tasmota) See https://tasmota.github.io/docs/Commands/#control Shutdown with delay of 1 minute. Usefull with the Shutdown Plugin

GET http://192.168.178.38/cm?cmnd=Backlog%20Delay%20600%3BPower%20off

.metadata.json

Default analyse values

        "analysis": {
            "estimatedPrintTime": 34240.696356702625,
            "printingArea": {
                "maxZ": 98.0,
                "minX": 6.0,
                "maxX": 156.3,
                "maxY": 200.0,
                "minY": 20.0,
                "minZ": 0.2
            },
            "dimensions": {
                "width": 150.3,
                "depth": 180.0,
                "height": 97.8
            },
            "filament": {
                "tool0": {
                    "volume": 0.0,
                    "length": 35995.688460000136
                }
            }
        }