https://github.com/marian42/octoprint-preheat
Automatically heat printhead to the printing temperature of the current gcode file
https://github.com/marian42/octoprint-preheat
3dprinting octoprint-plugin
Last synced: 11 months ago
JSON representation
Automatically heat printhead to the printing temperature of the current gcode file
- Host: GitHub
- URL: https://github.com/marian42/octoprint-preheat
- Owner: marian42
- Created: 2017-11-18T18:35:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T22:55:57.000Z (about 5 years ago)
- Last Synced: 2023-03-24T00:31:25.684Z (about 3 years ago)
- Topics: 3dprinting, octoprint-plugin
- Language: Python
- Homepage: https://plugins.octoprint.org/plugins/preheat/
- Size: 89.8 KB
- Stars: 34
- Watchers: 5
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preheat Button
This Octoprint plugin adds a preheat button to preheat the nozzle and bed to the printing temperature of the selected gcode file.
This can be done manually but this plugin makes it more convenient.
If the target temperature is not zero, the button will instead turn off nozzle heating (cooldown).

## Setup
Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wiki/Plugin:-Plugin-Manager)
or manually using this URL:
https://github.com/marian42/octoprint-preheat/archive/master.zip
## Troubleshooting
If you have a printer that adds image data to the top of the G-Code file (Prusa Mini), the default of checking the first 1000 lines for set temperature commands might not be enough. Use the setting labeled "Max number of lines to look for preheat commands" to adjust how many lines are looked at.