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
test
test_solidpython.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 8, 2025
Big overhaul to modernize
Show description for 921280e
etjones
committed
921280e
View commit details
Copy full SHA for 921280e
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
Resolves #176 & #194. Use the first-found, not last-found include dir, and look in default app-install OpenSCAD `libraries` directories as well as per-user libraries dirs
etjones
committed
2d54763
View commit details
Copy full SHA for 2d54763
View code at this point
Browse repository at this point
Commits on Nov 29, 2021
Fix for #189. `polyhedron()` convexity defaults to 10. This prevents some situations in the CSG visualizer where back faces were shown incorrectly. Changes to make tests work as well.
etjones
committed
5690267
View commit details
Copy full SHA for 5690267
View code at this point
Browse repository at this point
Commits on May 24, 2021
Merge branch 'use_py_scadparser' of https://github.com/jeff-dh/SolidPython into jeff-dh-use_py_scadparser
Evan Jones
committed
6437a0c
View commit details
Copy full SHA for 6437a0c
View code at this point
Browse repository at this point
Commits on May 21, 2021
Should resolve #172, where OpenSCAD code was re-imported at every call to `import_scad()`. Now we cache it instead. This matches native Python import semantics better
Evan Jones
committed
d0f6727
View commit details
Copy full SHA for d0f6727
View code at this point
Browse repository at this point
Commits on May 19, 2021
fixed test_parse_scad_callables
Show description for 9860be4
jeff-dh
committed
9860be4
View commit details
Copy full SHA for 9860be4
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
OpenSCAD's `polygon()` takes a `convexity` argument. Add that argument and a test for it to SP
etjones
committed
03fdecd
View commit details
Copy full SHA for 03fdecd
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
type:ignore stragglers
etjones
committed
787c66e
View commit details
Copy full SHA for 787c66e
View code at this point
Browse repository at this point
mypy ignore OpenSCAD-imported code
etjones
committed
02c5a33
View commit details
Copy full SHA for 02c5a33
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 Nov 25, 2020
Fix for #158, bringing SP up to date on OpenSCAD's built-in color and alpha handling. Bumping version to 1.0.4.
Evan Jones
committed
2802ca7
View commit details
Copy full SHA for 2802ca7
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 Aug 4, 2020
-- Refinements on #110. import_scad() and use()/include() now read from OpenSCAD's default import paths; if you have installed OpenSCAD modules so they're usable in OpenSCAD, they should be usable …
Show description for 9c7a308
Evan Jones
committed
9c7a308
View commit details
Copy full SHA for 9c7a308
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
Resolves #147.
Evan Jones
committed
60a6296
View commit details
Copy full SHA for 60a6296
View code at this point
Browse repository at this point
Commits on May 24, 2020
Fixed tests for new `polygon()` behavior, sending only 2D points to OpenSCAD
etjones-erisyon
committed
f79d68c
View commit details
Copy full SHA for f79d68c
View code at this point
Browse repository at this point
Commits on Mar 18, 2020
-- Added `segments` argument to `offset()`, since it can create curves.
Show description for a66fb30
etjones-erisyon
committed
a66fb30
View commit details
Copy full SHA for a66fb30
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
Fix and tests for issue where file_header was put on the same line as `use<>` in SCAD code. Version bump
etjones-erisyon
committed
eb1d922
View commit details
Copy full SHA for eb1d922
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
Explicit import of all classes from solid.objects
Evan Jones
committed
e39efbb
View commit details
Copy full SHA for e39efbb
View code at this point
Browse repository at this point
Quick fix tests.
Cabalist
committed
7bf45a8
View commit details
Copy full SHA for 7bf45a8
View code at this point
Browse repository at this point
Merge pull request #121 from Cabalist/cleanup_tests
Show description for 83759f9
etjones
authored
83759f9
View commit details
Copy full SHA for 83759f9
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
Convert to f-strings
Cabalist
committed
7cdb3b7
View commit details
Copy full SHA for 7cdb3b7
View code at this point
Browse repository at this point
Cleanup imports and whitespace
Cabalist
committed
2a7d525
View commit details
Copy full SHA for 2a7d525
View code at this point
Browse repository at this point
Commits on Aug 31, 2019
-- converted os.path file maipulation to Path() manip
Show description for 8968c82
etjones-erisyon
committed
8968c82
View commit details
Copy full SHA for 8968c82
View code at this point
Browse repository at this point
Updated unit test to deal with new timestamp file header generated by scad_render_to_file()
etjones-erisyon
committed
c469d36
View commit details
Copy full SHA for c469d36
View code at this point
Browse repository at this point
added test_import_scad(); basic pathlib support
etjones-erisyon
committed
7ff2d14
View commit details
Copy full SHA for 7ff2d14
View code at this point
Browse repository at this point
Commits on Apr 2, 2019
Add support for using custom iterables as parameters
Show description for 18980f7
Michael0x2a
committed
18980f7
View commit details
Copy full SHA for 18980f7
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
Resolves #106. Accept convexity arg in import statements
Evan Jones
committed
abb44ac
View commit details
Copy full SHA for abb44ac
View code at this point
Browse repository at this point
Commits on Dec 13, 2018
Fix & tests for Issue #99, allowing OpenSCAD code that uses Python reserved words (e.g. "or") as module names or arguments. NOTE: also need to warn users about what's being done, so they know they …
Show description for d7671c2
Evan Jones
committed
d7671c2
View commit details
Copy full SHA for d7671c2
View code at this point
Browse repository at this point
Commits on Sep 25, 2018
Resolves Github issue #95.
Show description for 4dc557f
etjones-erisyon
committed
4dc557f
View commit details
Copy full SHA for 4dc557f
View code at this point
Browse repository at this point
Commits on Dec 29, 2017
updated rotate_extrude() test for added 'angle' argument
etjones-erisyon
committed
19d0ef9
View commit details
Copy full SHA for 19d0ef9
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
Added unit test for Numpy data types if numpy's installed
etjones-erisyon
committed
3a8236f
View commit details
Copy full SHA for 3a8236f
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
tests to match solidpython.py change in how holes are made
etjones
authored
e5bdbf6
View commit details
Copy full SHA for e5bdbf6
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
Fixed test broken by #64
etjones
authored
9c22813
View commit details
Copy full SHA for 9c22813
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
`preserve`, not `perve`
etjones
authored
3aba922
View commit details
Copy full SHA for 3aba922
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.