metalman3797 / Cura-Dremel-Printer-Plugin

Dremel Idea Builder plugin for Cura version 3.x and onward. This plugin enables the user to use the Dremel Ideabuilder 3D20, 3D40, and 3D45 printers and use Cura to export the proprietary .g3drem files.
GNU Lesser General Public License v3.0
57 stars 10 forks source link

Plugin version 1.0.0: Plugin preferences no longer pops up preference dialog box #107

Closed timmehtimmeh closed 2 months ago

timmehtimmeh commented 3 months ago

Cura ver 5.6.0:

In plugin version 0.8.1 navigating to extensions->dremel printer plugin->preferences image

Would pop up a dialog box allowing the user to configure a few settings: image

However clicking the the 1.0.0 release the dialog box no longer pops up, image

timmehtimmeh commented 3 months ago

The issue seems to be related to the lines:

color: "#000000" in the DremelPluginprefs.qml file. Removing the three lines that specify the black color allows the popup to appear:

image

The lines I removed are: here here and here

Sidenote - the window should be made a bit bigger by changing the minimumHeight to properly contain the new UI elements that were added. When the window first pops up it's a bit smaller than the items it contains: image

metalman3797 commented 2 months ago

Approved changes. New build uploading today.