Yes but finaly not realy sure of the design :
I use the UM theme. That looks fine to me.
I do have some critiques though as I've used it quite a bit for blocking supports. After you get it straightened out I'll look again at the re-worked version and send you a message. Off the top of my head - I've never understood the Max Size box.
13 minutes ago, GregValiant said:I've never understood the Max Size box.
Max Size must be used with the Angle Parameter. If you specify a value for Angle this parameter will limit the size of your support to this dimension .
Ie Max Size = 0 and Angle = 20°
A value of 30 mm will limite the diameter of the support.
Compact Style :
By The way I'm still fighting with this QML file , I have some difficulties to reduce this space when the CheckBox are not visible. That's certainly something stupid but as I'm not an expert If someone can give me an advice :
The issue this space :
The source code : https://github.com/5axes/CustomSupportCylinder/blob/master/qml_qt6/CustomSupport.qml
Edited by CuqI'm sure there is a simplest solution, but nothing better for the moment.
width: childrenRect.width height: !freeformButton.checked && !abutmentButton.checked ? 0 : (abutmentButton.checked ? (UM.Theme.getSize("setting_control").height*2+UM.Theme.getSize("default_margin").height): childrenRect.height) anchors.leftMargin: UM.Theme.getSize("default_margin").width anchors.top: textfields.bottom anchors.topMargin: UM.Theme.getSize("default_margin").height
Recommended Posts
Cuq 208
OK Got it !
Link to post
Share on other sites
GregValiant 1,455
And it only took a week!!
(If it had been me it would have taken a month.)
Link to post
Share on other sites