-
Notifications
You must be signed in to change notification settings - Fork 4
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
lathes? #1
Comments
That's an interesting question. I believe it would work to support a 4th axis --- it would just have to be added by:
It's something I've thought about --- will look into it once I finish the current Python re-write and have gotten the OpenSCAD wrapper working again. |
Cool! I'm just starting to learn lathes, and would appreciate having the tool to help. Really interesting code-base. Hope I can find time to explore it more deeply some day. I've been interested in literate programming for a while now (Leo text editor is the only example I can think of, but man, what an example). |
We will have to see. Lots more on Literate Programming at: http://literateprogramming.com/ and esp. see: http://www.literateprogramming.com/adventure.pdf EDIT: I also maintain a list of Literate Programs published as books (and a couple of helpful texts): https://www.goodreads.com/review/list/21394355-william-adams?ref=nav_mybooks&shelf=literateprograms |
However, it seems that PythonSCAD itself has some support for this already: |
Do you have an example G-code program which shows a basic cut on a lathe as controlled by a CNC? Found: https://www.cnccookbook.com/g68-g69-rotate-coordinate-cnc-g-code/ but would like to see a straight-forward and compleat file. |
No, not really. I've found that it probably won't be easy, because g-codes
for lathes are so cool. Check out G46 canned turning cycle. It's like
lathes get to skip CAD and CAM and just go straight to making the part.
…On Mon, Feb 10, 2025 at 10:27 AM William Adams ***@***.***> wrote:
Do you have an example G-code program which shows a basic cut on a lathe
as controlled by a CNC?
Found:
https://www.cnccookbook.com/g68-g69-rotate-coordinate-cnc-g-code/
but would like to see a straight-forward and compleat file.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATI445CSCPUTKUD6NK5Q432PDHQFAVCNFSM6AAAAABU44LQUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBYGU4DQOJTGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi.
Thanks for the cool code.
Would it be hard to add lathes?
Any chance of it happening?
The text was updated successfully, but these errors were encountered: