From a60d67b228de9aedb00d72ccb25eb42cfd1120b2 Mon Sep 17 00:00:00 2001 From: h3n3 Date: Mon, 9 Dec 2024 16:32:24 +0100 Subject: [PATCH] Een start-bestand toegevoegd --- basis.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 basis.py diff --git a/basis.py b/basis.py new file mode 100644 index 0000000..26d1234 --- /dev/null +++ b/basis.py @@ -0,0 +1,5 @@ +from ocp_vscode import * +from build123d import * +set_port(3939) + +show()