CuraSettingsWriter
CuraSettingsWriter copied to clipboard
HTMLCuraSettings Plugin with 5.7
HTMLCuraSettings is not working with Cura 5.7.. I don't know if it is plugin or Cura related to resolve this.
Since upgrading to version 5.7, export no longer appears in the Save Project menu.
Release 5.4
Release 5.7
Normally, the export line is added via the declaration in the "init.py" file:
metaData["workspace_writer"] = {
"output": [{
"extension": "html",
"description": catalog.i18nc("@item:inlistbox", "Cura Settings Documentation"),
"mime_type": "text/html",
"mode": HtmlCuraSettings.HtmlCuraSettings.OutputMode.TextMode
}]
But since version 5.7 the addition is not active and no message in the log file allows the export to be added. I think it's a Cura bug, so if it's not fixed there's no way of solved this issue.
For those who still want to use this export, you can try another of my plugins : https://github.com/5axes/CuraHtmlDoc
The code is the same, but can be exported from the Cura sidebar.
Hey @5axes
I'll bring it up to the team to see what they can do something to help. Fingers crossed 🤞
Same in Cura 5.8.0