Getestet mit OctoPrint 1.10.3
Features
Informationen
- Versions-Informationen
- Drucker-Informationen (wenn
operational) - Infos zum Druckauftrag (wenn
printing) - Datei-Informationen (wenn nicht
printing)
Werkzeuge
- Tool-Temperatur ändern (wenn
operational) - Bed-Temperatur ändern (wenn
operational) - Extrude / Retract (wenn
operational)
Kommandos
- Drucker: Connect, disconnect and home
- Druckauftrag: Start, Pause, Resume, Cancel, Restart
- SD-Karte: Init, Refresh, Release
- Eigene Drucker-Befehle
- System-Kommandos
- Jog X, Y and Z Achse
- Datei auswählen und drucken
Unterstützte Plugins
- Display Layer Progress - getestet mit Version 1.28.0 (erfordert Adapter-Version 2.1.0 oder neuer)
- Slicer Thumbnails - getestet mit Version 1.0.0 (erfordert Adapter-Version 2.2.0 oder neuer)
Wichtig!
Starte deine OctoPrint-Instanz (oder irgend eine andere Instsanz) NICHT mit dem folgenden Code neu:
var obj = getObject('system.adapter.octoprint.0');
obj.common.enabled = false;
setObject('system.adapter.octoprint.0', obj);
Da der API-Key seit Adapter-Version 1.1.0 als geschütztes Attribut hinterlegt ist, würde dadurch die Konfiguration des API-Key verloren gehen. Der Grund dafür ist, dass getObject keine geschützen Attribute ausliefert (sodass der API-Key nicht im zurückgelieferten Objekt enthalten ist). Wird das Objekt dann erneut gespeichert, geht das Attribut im Objekt verloren.
Bitte nutzt den Datenpunkt system.adapter.octoprint.0.alive um die Instanz zu starten oder zu stoppen.
Changelog
7.0.0 (2026-05-05)
- (copilot) Adapter requires node.js >= 22 now
- (@klein0r) Updated dependencies
- (@klein0r) admin 7.6.20 and js-controller 6.0.11 (or later) are required
6.0.1 (2025-08-25)
- (@klein0r) Updated dependencies
- (@klein0r) admin 7.6.17 and js-controller 6.0.11 (or later) are required
6.0.0 (2025-01-07)
NodeJS >= 20.x and js-controller >= 6 is required
Tested with OctoPrint 1.10.3
5.1.0 (2023-10-25)
NodeJS 16.x is required
Tested with OctoPrint 1.9.3
- (klein0r) Added admin icons
5.0.1 (2023-05-30)
- (klein0r) Allow self-signed certificates
License
The MIT License (MIT)
Copyright (c) 2026 Matthias Kleine info@haus-automatisierung.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.