QML is a markup language, not C. It does not need compiling. You can just edit it in a text editor.
- 1
QML is a markup language, not C. It does not need compiling. You can just edit it in a text editor.
Yes, that's what I finally figured out (I guess the "ml" in qml stands for markup language?)
Anyway, I edited it today and changed the 500ms to 2000ms and I am much happier. I may, in fact back it off to 1500ms.
Thanks a bunch!
Do you happen to know whether/where I could resize (enlarge) and reposition the settings window? (almost 80-year old eyes with cataracts you know 🙁 .... but 3D-printing is a good hobby at this age!)
Or I can dig around.
Which settings window exactly? Do you mean the print settings? You can already drag that around.
If you want to increase the fontsize, the best way is to use a custom theme.
Download this file: https://gist.github.com/fieldOfView/7de3ad07fa06afb821bc0c5fe0b668dc
Put it in %APPDATA%\cura\4.5\themes\larger-text\theme.json
Restart Cura
In the general preferences, select the theme Ultimaker Larger
Restart Cura again
Edited by ahoebenYes I did mean the print-settings window .... and I didn't realize it could be dragged - duh.
I've dowloaded the file and will try it out this afternoon. Again - thanks!
Recommended Posts
ahoeben 2,010
There is no plugin that disables the popups, or that lets you control the hover time. If you want to change the hover time, it is hardcoded at 500 ms here:
resources/qml/Settings/SettingItem.qml (line 126)
Link to post
Share on other sites
Herb-Michael 0
Thank, ahoeben
I'll give it a try though my programming experience is a fair way in the past and even then limited to machine-code, 8080/Z80 assembler and the simpler higher level languages. Definitely not the C-varieties. Hopefully I can plug in a number, recompile by rote and replace the appropriate component of my setup without affecting any of my other settings.
Certainly a very reasonable, definitive answer though!
Edit: I think I went off half-cocked there. Having looked into it i think now that i simply edit the version of SettingItem.qml that I already have in myResources/qml/settings directory.
Would that be right? (Sorry to be so "newbie")
Link to post
Share on other sites