Changing starting zoom level on Qt_Vismach

More
15 Mar 2022 00:38 #237275 by RomeReactor
Hi all. We' replaced GCodeGraphics qith a Qt_Vismach model on Qt Dragon, but the starting zoom level is too close to the model:
 
For reference, here is what the full model looks like:
 
We've been unsuccsessfull in trying to change the starting zoom level. Any ideas?
Attachments:

Please Log in or Create an account to join the conversation.

More
15 Mar 2022 01:55 - 15 Mar 2022 01:56 #237284 by cmorley
try this change:


machine = MILL.Window()
self.w.horizontalLayout_3.addWidget(machine)

# set zoom between 600 to 5600
machine.glWidget.setZoom(3000)
Last edit: 15 Mar 2022 01:56 by cmorley.

Please Log in or Create an account to join the conversation.

More
15 Mar 2022 20:40 #237371 by RomeReactor
Thanks. We also managed to change the starting zoom level by changing this in class Window(QWidget), from this:
v.distance = size * 3
to this:
v.distance = size * 6

Please Log in or Create an account to join the conversation.

More
16 Mar 2022 04:09 #237429 by cmorley
Yes they in fact change the same variable.
The following user(s) said Thank You: RomeReactor

Please Log in or Create an account to join the conversation.

Moderators: cmorley
Time to create page: 0.130 seconds
Powered by Kunena Forum