sergiuToporjinschi e2a0710442 adding settings
2022-01-30 18:04:21 +02:00
2022-01-29 18:22:33 +02:00
2022-01-30 18:04:21 +02:00
2022-01-29 18:22:33 +02:00
2022-01-29 18:22:33 +02:00
2022-01-29 18:22:33 +02:00
2022-01-29 18:20:37 +02:00
2022-01-29 18:22:33 +02:00
2022-01-29 21:51:58 +02:00
2022-01-29 18:22:33 +02:00
2022-01-29 18:22:33 +02:00
2022-01-29 18:22:33 +02:00

OctoPrint-CalibrationTools

TODO: Describe what your plugin does.

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/SergiuToporjinschi/OctoPrint-CalibrationTools/archive/master.zip

TODO: Describe how to install your plugin, if more needs to be done than just installing it via pip or through the plugin manager.

Configuration

TODO: Describe your plugin's configuration options (if any).

Regex for getting temperatures

\s*T:(?P\d{1,3}.\d{1,3}).B:(?P\d{1,3}.\d{1,3}).

extrude command from JS

OctoPrint.printer.issueToolCommand("extrude", {"amount":100, "speed":50})

Notification JS

new PNotify({ title: "Success", text: _.sprintf(text, { command: _.escape(commandSpec.name) }), type: "success" });

S
Description
Printer Calibration Tools plugin for Octoprint (forked from GitHub)
Readme 211 KiB
Languages
Jinja 44.3%
Python 30%
JavaScript 23.1%
CSS 2.6%