diff --git a/__pycache__/orange.cpython-311.pyc b/__pycache__/orange.cpython-311.pyc new file mode 100644 index 0000000..d8d9ee4 Binary files /dev/null and b/__pycache__/orange.cpython-311.pyc differ diff --git a/orange.py b/orange.py index 157989f..0f6db76 100644 --- a/orange.py +++ b/orange.py @@ -1,6 +1,8 @@ from build123d import * from ocp_vscode import * +set_port(3939) + orange = import_step("./OrangePi-Box.step") orange = orange.rotate(Axis.X, -90).move(Location((0, 0, 37)))