Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SolidCode
/
SolidPython
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
1.3k
Code
Issues
28
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SolidPython
solid
examples
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 30, 2021
Fix for #187. `solid.utils.extrude_along_path()` was generating `polyhedron()` code that looked OK in preview, but that failed to render correctly in CGAL. This was caused by reversed face order,…
Show description for 37417da
etjones-erisyon
committed
37417da
View commit details
Copy full SHA for 37417da
View code at this point
Browse repository at this point
Commits on May 16, 2021
added support for (non)optional arguments
jeff-dh
committed
b883cfa
View commit details
Copy full SHA for b883cfa
View code at this point
Browse repository at this point
added another test module to examples/scad_to_include.scad
Show description for c749460
jeff-dh
committed
c749460
View commit details
Copy full SHA for c749460
View code at this point
Browse repository at this point
fixed wrong openscad function syntax in examples/scad_to_include.scad
jeff-dh
committed
243bfd7
View commit details
Copy full SHA for 243bfd7
View code at this point
Browse repository at this point
Commits on Mar 10, 2021
-- Separated out `solid.utils.extrude_along_path()` into its own file.
Show description for 29618eb
etjones
committed
29618eb
View commit details
Copy full SHA for 29618eb
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
-- Added `connect_ends` argument to solid.utils.extrude_along_path(), which will create closed continuous shapes if specified
Show description for b050614
etjones
committed
b050614
View commit details
Copy full SHA for b050614
View code at this point
Browse repository at this point
Improved end cap algorithm on solid.utils.extrude_along_path(). It can now accept somewhat concave polygon (e.g., stars) profiles and still return a valid non-intersecting triangulation of a polygon.
etjones
committed
b388e44
View commit details
Copy full SHA for b388e44
View code at this point
Browse repository at this point
Inspired by mickael.bosch@posteo.net, Let `solid.utils.extrude_along_path()` accept a list of Point2 for scale_factors, allowing independent x & y scaling for each point along the extrusion path. …
Show description for a045f82
etjones
committed
a045f82
View commit details
Copy full SHA for a045f82
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
Added tests for #163
etjones
committed
fa26086
View commit details
Copy full SHA for fa26086
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Fixes #162; We had kept track of Bill of Materials (BOM) metadata in a global variable in the solid.utils module. Instead, it's now stored on objects themselves.
etjones
committed
c97197d
View commit details
Copy full SHA for c97197d
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
Tests for accepting imported OpenSCAD calculations as arguments. This resolves #157 as well as #111
etjones-erisyon
committed
22be6d1
View commit details
Copy full SHA for 22be6d1
View code at this point
Browse repository at this point
Commits on May 24, 2020
Added a little extra documentation to splines_example.py, which was broken by recent changes to spline behavior (2D -> 3D) Now fixed with the previous change to `polygon()`
etjones-erisyon
committed
7ab68ea
View commit details
Copy full SHA for 7ab68ea
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
spline_example -> splines_example
etjones-erisyon
committed
bae18ae
View commit details
Copy full SHA for bae18ae
View code at this point
Browse repository at this point
Added basic code, tests, examples, docs for cubic Bezier splines, ported from William A. Adams' Bezier OpenSCAD code at:
Show description for a2e9d1c
etjones-erisyon
committed
a2e9d1c
View commit details
Copy full SHA for a2e9d1c
View code at this point
Browse repository at this point
WIP: Added splines.catmull_rom_*() functions and examples. Tests still needed, images for docs still needed
etjones-erisyon
committed
484d091
View commit details
Copy full SHA for 484d091
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
Pass keyword args to decorated bom_part
Show description for 871462f
DanNixon
committed
871462f
View commit details
Copy full SHA for 871462f
View code at this point
Browse repository at this point
Commits on Oct 14, 2019
Cleanup after rebase.
Cabalist
committed
17dec25
View commit details
Copy full SHA for 17dec25
View code at this point
Browse repository at this point
Small cleanup of cruft in code
Cabalist
committed
bad9e48
View commit details
Copy full SHA for bad9e48
View code at this point
Browse repository at this point
Simplify Mazebox Example Code
Cabalist
committed
0b64d10
View commit details
Copy full SHA for 0b64d10
View code at this point
Browse repository at this point
Correct these imports for `run_all_examples.sh` to run
Cabalist
committed
c3e51be
View commit details
Copy full SHA for c3e51be
View code at this point
Browse repository at this point
Fix typo
Cabalist
committed
2d4f902
View commit details
Copy full SHA for 2d4f902
View code at this point
Browse repository at this point
Make sure these are all run as Python3 scripts
Cabalist
committed
b91a069
View commit details
Copy full SHA for b91a069
View code at this point
Browse repository at this point
Type fixes. Still a few in here...
Cabalist
committed
e950c53
View commit details
Copy full SHA for e950c53
View code at this point
Browse repository at this point
Small fixes to shell script
Cabalist
committed
3d4b880
View commit details
Copy full SHA for 3d4b880
View code at this point
Browse repository at this point
Convert to f-strings
Cabalist
committed
842d806
View commit details
Copy full SHA for 842d806
View code at this point
Browse repository at this point
Whitespace
Cabalist
committed
127cd09
View commit details
Copy full SHA for 127cd09
View code at this point
Browse repository at this point
Cleanup imports in examples
Cabalist
committed
e490d2a
View commit details
Copy full SHA for e490d2a
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
Completed `scad_render_to_file()`'s out_dir argument feature. Updated & simplified examples to use it. Added tests
etjones-erisyon
committed
57862b4
View commit details
Copy full SHA for 57862b4
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Merge branch 'master' into feature/type_hints
Show description for 9f4ce16
Evan Jones
committed
9f4ce16
View commit details
Copy full SHA for 9f4ce16
View code at this point
Browse repository at this point
Commits on Aug 31, 2019
Updated basic_scad_include.py with `import_scad()` example
etjones-erisyon
committed
b33725b
View commit details
Copy full SHA for b33725b
View code at this point
Browse repository at this point
Commits on Aug 28, 2019
solid used to import everything from `math`, but doesn't now. Make these imports explicit
Evan Jones
committed
f368e4d
View commit details
Copy full SHA for f368e4d
View code at this point
Browse repository at this point
Commits on Sep 25, 2018
remove one nested loop. reverse() is an in-place transform
etjones-erisyon
committed
36ae008
View commit details
Copy full SHA for 36ae008
View code at this point
Browse repository at this point
Update & simplify mazebox example. Include it in run_all_examples.sh
etjones-erisyon
committed
45bfca4
View commit details
Copy full SHA for 45bfca4
View code at this point
Browse repository at this point
-- # -*- coding: UTF-8 -*- => # -*- coding: utf-8 -*-, since VS Code objects to the uppercase UTF
Show description for 5210e42
etjones-erisyon
committed
5210e42
View commit details
Copy full SHA for 5210e42
View code at this point
Browse repository at this point
Commits on Jul 23, 2018
fix for issue #92; neck_out_degrees wasn't used properly, and could cause division by zero
etjones-erisyon
committed
edea386
View commit details
Copy full SHA for edea386
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.