mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Removed deprecated ocp_vscode feature
This commit is contained in:
parent
de427a1f97
commit
f8b2df9a4b
1 changed files with 1 additions and 5 deletions
|
|
@ -31,11 +31,7 @@ license:
|
|||
"""
|
||||
from math import sin, cos, pi
|
||||
from build123d import *
|
||||
from ocp_vscode import show_object, set_port, set_defaults
|
||||
|
||||
set_port(3939)
|
||||
set_defaults(reset_camera=False, ortho=True)
|
||||
|
||||
from ocp_vscode import show_object
|
||||
|
||||
# Canadian Flags have a 2:1 aspect ratio
|
||||
height = 50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue