We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238fd87 commit 06ab0fdCopy full SHA for 06ab0fd
2 files changed
.github/workflows/make_case.yaml
@@ -62,7 +62,7 @@ jobs:
62
${{ github.event.inputs['key-options'] }} \
63
--export-stl
64
65
- - name: Archive (${{ env.display_name }})
+ - name: Archive Apiaster Case STL files
66
uses: actions/upload-artifact@v4
67
with:
68
name: apiaster-case-stl
case/src/apiaster_case.py
@@ -4,7 +4,6 @@
4
from build123d import *
5
from src.parts import *
6
from src.apiaster_case_config import *
7
-from ocp_vscode import *
8
9
10
def get_svg_height(file):
0 commit comments