We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: 3.12 ocp_vscode: 2.6.1
Running on Wayland.
from build123d import Box, BuildPart from ocp_vscode import Camera, show_all with BuildPart() as part_builder: Box(10, 10, 10) show_all(reset_camera=Camera.CENTER)
When running the code twice, I get the following output with the box half clipped outside of the view
I poked around a bit and my first impression is that if I move this line
vscode-ocp-cad-viewer/resources/viewer.html
Line 509 in f7df751
p
I've tested some previous versions and looks like in 2.3.3 it works as expected and the box is perfectly centered.
The text was updated successfully, but these errors were encountered:
It was a bit more complex to fix, but thanks for looking into it. The fix will be part of the next release
Sorry, something went wrong.
No branches or pull requests
Python: 3.12
ocp_vscode: 2.6.1
Running on Wayland.
When running the code twice, I get the following output with the box half clipped outside of the view
I poked around a bit and my first impression is that if I move this line
vscode-ocp-cad-viewer/resources/viewer.html
Line 509 in f7df751
p
is defined the box will end up in a better position, but it's still not quite centered:I've tested some previous versions and looks like in 2.3.3 it works as expected and the box is perfectly centered.
The text was updated successfully, but these errors were encountered: