-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scad_tokens.py:55: SyntaxWarning: invalid escape sequence '\&' #214
Comments
Especially if you want to use bosl2, you might want to have a look at
SolidPython2:
https://github.com/jeff-dh/SolidPython
https://github.com/jeff-dh/SolidPython/blob/master-2.0.0-beta-dev/solid2/examples/07-libs-bosl2-logo.py
https://github.com/jeff-dh/SolidPython/blob/master-2.0.0-beta-dev/solid2/examples/07-libs-bosl2.py
Even though it might have the same issues (the raw strings).
|
Thank you! I'm a little confused about what's solidpython2 and what's
solidpython. There are lots of places where the names are used
interchangeably, it seems. Can you clarify? Why change the name instead
of just having a version?
…On Mon, Feb 3, 2025, 8:04 PM jeff ***@***.***> wrote:
Especially if you want to use bosl2, you might want to have a look at
SolidPython2:
https://github.com/jeff-dh/SolidPython
https://github.com/jeff-dh/SolidPython/blob/master-2.0.0-beta-dev/solid2/examples/07-libs-bosl2-logo.py
https://github.com/jeff-dh/SolidPython/blob/master-2.0.0-beta-dev/solid2/examples/07-libs-bosl2.py
Even though it might have the same issues (the raw strings).
—
Reply to this email directly, view it on GitHub
<#214 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVLQ5U2SWVJ3KFB66N5EQ32N5LNRAVCNFSM6AAAAABWJGFBWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZQG42TOMZQHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
SolidPython2 was an experimental fork which matured and "finally
took over" and we didn't merge it back for whatever reasons.
If you're interested in the discussion:
jeff-dh#2
Sorry for the confusion.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A script to reproduce using this version of BOSL2.
fill.py
The fix is to modify scad_tokens.py and change these lines to this:
The text was updated successfully, but these errors were encountered: