fieldOfView / Cura-OctoPrintPlugin

Cura plugin which enables printing directly to OctoPrint and monitoring the process
GNU Affero General Public License v3.0
493 stars 74 forks source link

Utilize GcodeFilenameFormat formatted filename if available #185

Closed bpengu1n closed 4 years ago

bpengu1n commented 4 years ago

Attempts to load GcodeFilenameFormat and parse its configured filename format to push to OctoPrint. If the plugin is not loaded, or the format unconfigured, the default filename will be used instead.

fieldOfView commented 4 years ago

Thanks for the PR. I am leaning towards not merging it though, because the creators of the GcodeFilenameFormat plugin are working on fixing their plugin to support other outputs. There is also the Custom Printjob Naming plugin that supports OctoPrint (and all other outputs) out of the box.