Skip to content

Commit 2bf9116

Browse files
Sketch support (#879)
Squashed commit of many changes, see PR #879 for full details.
1 parent e4b6a04 commit 2bf9116

23 files changed

+3323
-305
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,7 @@ resources:
1414
name: CadQuery/conda-packages
1515
endpoint: CadQuery
1616

17-
jobs:
18-
- template: conda-build.yml@templates
19-
parameters:
20-
name: Linux_37
21-
vmImage: 'ubuntu-18.04'
22-
py_maj: 3
23-
py_min: 7
24-
25-
- template: conda-build.yml@templates
26-
parameters:
27-
name: macOS_37
28-
vmImage: 'macOS-10.15'
29-
py_maj: 3
30-
py_min: 7
31-
32-
- template: conda-build.yml@templates
33-
parameters:
34-
name: Windows_37
35-
vmImage: 'vs2017-win2016'
36-
py_maj: 3
37-
py_min: 7
38-
conda_bld: 3.18
39-
17+
jobs:
4018
- template: conda-build.yml@templates
4119
parameters:
4220
name: Linux_38

cadquery/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
StringSyntaxSelector,
2828
Selector,
2929
)
30+
from .sketch import Sketch
3031
from .cq import CQ, Workplane
3132
from .assembly import Assembly, Color, Constraint
3233
from . import selectors
@@ -66,6 +67,7 @@
6667
"StringSyntaxSelector",
6768
"Selector",
6869
"plugins",
70+
"Sketch",
6971
]
7072

7173
__version__ = "2.1"

0 commit comments

Comments
 (0)