BlockMill GCode Creation Tool

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

Post Reply
Toaster
Posts: 223
Joined: Mon Oct 29, 2018 5:25 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: Yes
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

BlockMill GCode Creation Tool

Post by Toaster »

Hey folks I created this web tool for making G Code:



This is something that I made for myself to quickly create some simple G code toolpaths, and it turned out a bit better than I expected. I thought maybe folks here would find it interesting/useful.

I mostly work on Centroid controllers, so while the G code this tool generates is as generic as possible it only has been tested on Centroid up to this point.

Check it out, I'd be interested to see if anyone else finds this useful. I'm sure it's got some bugs, and some missing features. If there are enough people that find this interesting I may consider adding more to it.

https://blockmill.github.io/BlockMill/


cnckeith
Site Admin
Posts: 8932
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: BlockMill GCode Creation Tool

Post by cnckeith »

cool. thanks for posting!
has some Intercon vibes to it.
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html


Toaster
Posts: 223
Joined: Mon Oct 29, 2018 5:25 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: Yes
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: BlockMill GCode Creation Tool

Post by Toaster »

That's a bit what I was going for... just something simple that you could make some common toolpaths with....

Check out the circular pocket combined with a helix entry. You get nice tool loading that way if you're doing a circular pocket or a slot


cnckeith
Site Admin
Posts: 8932
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: BlockMill GCode Creation Tool

Post by cnckeith »

very cool, Intercon is certainly due for a 2025 make over, when we get some of these other big ticket programming items in the bag we will circle back around to it and combine ideas!
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html


cnckeith
Site Admin
Posts: 8932
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: BlockMill GCode Creation Tool

Post by cnckeith »

fyi. the block mill discussion seems to be going on here viewtopic.php?p=100337#p100337
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html


Toaster
Posts: 223
Joined: Mon Oct 29, 2018 5:25 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: Yes
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: BlockMill GCode Creation Tool

Post by Toaster »

I added a few updates per some feedback and requests I got.

Firstly, I added a few more "block groups"

These are predfined operations that you can pull in, like this one for "slabbing" (router folks like to do this to flatten slabs)

Now rather than having to set this one up from scratch each time you can just drag this one in, tweak the size and speeds and off you go:
2025-05-19_22-10-00.png
This is the list of pre-defined blocks. Here's the slabbing block:
2025-05-19_22-09-49.png
Additionally folks were asking for something like "variables" Basically a way you can set something like Feedrate and re-use the same value all over your code:
2025-05-19_22-10-22.png
You can do this now with a coordinate or a feedrate. You can give it a friendly name too, so you could give a feedrate of 120 as "Slow cutting" and then wherever you have a feedrate block you can just insert the "slow cutting" block you created.

If you wanted to change the value of "slow feedrate" you can do that and all the places it's used will update as well.


grossmsj
Posts: 186
Joined: Fri Jan 13, 2023 8:50 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Hopewell NJ
Contact:

Re: BlockMill GCode Creation Tool

Post by grossmsj »

I used this today to put some slots in the bottom of some box sides. It was easy and actually fun to use.
I learned (I think) that you can save the jobs by sharing the link and copying it. Then I saved that URL link to a bookmarked web page. That's a little bit of a cludge, but it's early days.
While I actually was making slots in these box sides, I ended up using the rectangular pocket operation. This operation gave me the option to use 'bottom left' as the origin, which was my WCS XY zero. The slot seemed to start in the middle of the slot and would have required me to set the WCS part zero differently.
This is perfect for those little jobs that don't really require a CAD program.
-Scott


Toaster
Posts: 223
Joined: Mon Oct 29, 2018 5:25 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: Yes
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: BlockMill GCode Creation Tool

Post by Toaster »

Glad it helped you out!

Yes, there is no real "save" option right now. Just like you found you can bookmark jobs you've done. This might break if I do a big update to it.

The slot operation only currently supports zeroing in the middle, and the square pocket can support zeroing in different places.


richardb15
Posts: 176
Joined: Fri Jan 17, 2025 4:01 am
Acorn CNC Controller: No
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0008DC111213-0701240191
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Victoria, Australia

Re: BlockMill GCode Creation Tool

Post by richardb15 »

I'm just starting to look at this, mainly for quick text engraving of part numbers etc, seems a very quick tool for this, but I think there is an error in the code to draw a number 3:
Capture.PNG
I think the 3rd arc of the 3 should be:
G3 X2.5000 Y2.5000 I0.0000 J2.5000 F100 ; Draw top arc

rather than the auto coded one near the bottom of the g-code shown above, which has the X as 5.000
G3 X5.0000 Y2.5000 I0.0000 J2.5000 F100 ; Draw top arc

Also I personally would like a Z home block (M25) as I use that a lot between different ops just to make sure regardless of G90 or G91 the spindle is home before big positioning moves at high feed rates.

Nice tool though, thanks! 8-)


Toaster
Posts: 223
Joined: Mon Oct 29, 2018 5:25 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: Yes
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: BlockMill GCode Creation Tool

Post by Toaster »

I'll check out that number 3.. Those numbers were a total bear to make (at least the way i did them)

For the Z lift you can use the "Safe Z" block that does a G53 Z0 move. That may be the same thing as your M25...


Post Reply