5axes / CuraSettingsWriter

Cura Plugin for Exporting Settings to HTML
GNU General Public License v3.0
21 stars 4 forks source link

HTMLCuraSettings Plugin with 5.7 #19

Open 5axes opened 2 months ago

5axes commented 2 months ago

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

5axes commented 1 month ago

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.

MariMakes commented 1 month ago

Hey @5axes

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