You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to create a plugin but it seems when I have some invalid qml, I'm not able to know what's wrong with it, I can't see anything in the logs. (By invalid I mean, adding some invalid statements made out of randoms letters)
The plugins adds a tool, when in getMetaData() I give either a wrong qml file path or a qml file with something wrong, nothing happens when I click on the tool icon in cura.
Hi, I'm trying to create a plugin but it seems when I have some invalid qml, I'm not able to know what's wrong with it, I can't see anything in the logs. (By invalid I mean, adding some invalid statements made out of randoms letters)
The plugins adds a tool, when in
getMetaData()
I give either a wrong qml file path or a qml file with something wrong, nothing happens when I click on the tool icon in cura.I think this is a code concerned but it does not give any error:
https://github.com/Ultimaker/Uranium/blob/main/UM/Qt/Bindings/ActiveToolProxy.py#L43
https://github.com/Ultimaker/Cura/blob/main/resources/qml/Toolbar.qml#L206
I would really appreciate if anyone could give me advice on how to debug some thing like this.
The text was updated successfully, but these errors were encountered: