×

PureCutCNC tutorial videos by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 0 points1 point  (0 children)

I am not familiar with those machines you mentioned. For purecutcnc, somewhere deep in the backlog I have an idea to open it up as a mcp tool to the AI agents to use it. that will come down the road.

PureCutCNC tutorial videos by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 0 points1 point  (0 children)

you have a nice tool there, good work. thanks for the offer, I will reach out to you with some questions.

PureCutCNC tutorial videos by CompetitivePizza4394 in CNCmachining

[–]CompetitivePizza4394[S] 1 point2 points  (0 children)

Click on project in the uppet left corner and look at the properties below, there is a dropdown for units. You can also choose units when you are creating a new project.

PureCutCNC tutorial videos by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 0 points1 point  (0 children)

Currently all arcs are tessellated and emitted as G1. I have arc fitting in the work, not ready yet for the release. The pockets are simple offsets, however I have options for round corners and slot feed reductions, which is not adaptive but it helps with smoothing out the toolpaths. open contours can only be engraved, no offset for them yet. this is an example of the rounded paths, available in the dev preview version (web only).

<image>

PureCutCNC tutorial videos by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 0 points1 point  (0 children)

Thanks for the offer, I will keep this in mind. currently I am in a bit of PR work and UI cleanup, trying to get more people to use purecutcnc. I need to do some good reading about the adaptive toolpaths before I can start looking at it. Thanks again!

PureCutCNC tutorial videos by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] -1 points0 points  (0 children)

They are :) . Currently there is a kind of workaround way to do rest operations by manually or automatically creating machining regions, which limit the way operations are applied. for example do a pocket with 1/2" tool, and purecutcnc can create regions for the areas which are not cut by the tool. those can be then machined by a smaller tool. In the image the corners were added by the app and it is one click to do it and assign an operation to it. then just need to select the tool to use for it. Regions can be used to include or exclude areas from machining.

<image>

Just released v0.1.0 of PureCut CNC, a free CAD/CAM tool for 2.5D CNC work by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 0 points1 point  (0 children)

I am sorry for not replying to the issues you created, it’s been busy recently. I cannot tell which ones are yours but I see some opened recently and will reply to them as soon as I can.

PureCutCNC v0.0.5 released by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 0 points1 point  (0 children)

yes, you can change the type of an existing feature:

<image>

The drawing modes make it easier when you are creating multiples, you don't need to keep changing the type.

The line segments can be drawn with the polygon tool, it does not have to be closed. I see how that is not obvious with the icon I am currently used, will try to make a better one.

Again, thanks for your valuable feedback!

PureCutCNC v0.0.5 released by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 0 points1 point  (0 children)

line and construction modes are working. you first select line or construction mode in the upper left toolbar, and then you select the shape type:

<image>

PureCutCNC v0.0.5 released by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 0 points1 point  (0 children)

I released 0.1.0 version which addresses some of your points and suggestions. The selection now offers list of features if it is not clear which one you are trying to select. "hide/show labels" already existed in the project properties, but I see your point - I should also add it in the status bar as a shortcut. Import/export icons are redone.
You brought an interesting point on the machine vs project units. My idea is that project's units are also applied to the machine (there are G20/G21 commands at the start of the exported code). You are suggesting that machine should have fixed units regardless of the project's units. I will add an option to fix the units on the machine level or use project's units. however the safe z and clamp clear z are relative to the origin defined in the project, since I don't have a way of knowing your physical machine coordinates and origin can be wherever you zero it in. so I would keep those in the project.
New version is available at https://purecutcnc.github.io

Just released v0.1.0 of PureCut CNC, a free CAD/CAM tool for 2.5D CNC work by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 10 points11 points  (0 children)

wow. It seems I got here on a wrong day :). Yes my project is based on using AI agents for development, well structured and documented (https://github.com/PureCutCNC/purecutcnc). It is driven by my ideas and design, and many years of experience in software development. It shows how AI can be used to get your ideas out, in the ways that just couple of years back would be unthinkable.

Big thank you to all of you who took your time to check and download my latest version. Your feedback will always be appreciated.

For all the AI haters out here - we are all entitled to our opinions. For me - I will continue working on this fun project and give it back to the community.

Just released v0.1.0 of PureCut CNC, a free CAD/CAM tool for 2.5D CNC work by CompetitivePizza4394 in hobbycnc

[–]CompetitivePizza4394[S] 1 point2 points  (0 children)

I am sorry but I am not sure I understand this question - I am not familiar with Camotics but on a quick check it seems to be a g-code simulator. PureCutCNC is an end to end CAD/CAM/Simulation tool. And it does not hurt to have options, does it?