CuraSettingsWriter icon indicating copy to clipboard operation
CuraSettingsWriter copied to clipboard

HTMLCuraSettings Plugin with 5.7

Open 5axes opened this issue 10 months ago • 3 comments

HTMLCuraSettings is not working with Cura 5.7.. I don't know if it is plugin or Cura related to resolve this.

5axes avatar Apr 18 '24 16:04 5axes

Since upgrading to version 5.7, export no longer appears in the Save Project menu.

Release 5.4

image

Release 5.7

image

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.

5axes avatar May 02 '24 12:05 5axes

Hey @5axes

I'll bring it up to the team to see what they can do something to help. Fingers crossed 🤞

MariMakes avatar May 02 '24 12:05 MariMakes

Same in Cura 5.8.0

jantman avatar Aug 24 '24 21:08 jantman