Merge pull request #337 from Irev-Dev/kurt/docs-update-336

Update read me to reflect up and coming OpenSCAD and CadQuery integrations
This commit was merged in pull request #337.
This commit is contained in:
Kurt Hutten
2021-06-06 20:06:07 +10:00
committed by GitHub
3 changed files with 21 additions and 13 deletions

View File

@@ -13,6 +13,7 @@ const initCodeMap = {
// ^ first comment is used for download title (i.e "involute-donut.stl")
// Follow the OpenSCAD tutorial: https://learn.cadhub.xyz/docs/
radius=3;
color(c="DarkGoldenrod")rotate_extrude()translate([20,0])circle(d=30);
@@ -24,6 +25,8 @@ color(c="hotpink")rotate_extrude()translate([20,0])offset(radius)offset(-radius)
# ^ first comment is used for download title (i.e. "demo-shaft-coupler.stl")
# CadQuery docs: https://cadquery.readthedocs.io/
import cadquery as cq
from cadquery import exporters