Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 47

Thread: New CNC build

  1. #31
    Join Date
    Jan 2014
    Location
    Sydney Upper North Shore
    Posts
    4,470

    Default grbl control of Router

    I've added ON/OFF control of the Makita router via grbl.
    This is great as each CNC file will turn the router ON or OFF as required within the file.
    I have utilized the UNO pin 11 (Variable Spindle PWM) which controls a Jaycar Arduino Relay. This relay uses a 5v signal from the UNO when PWM is 100%.

    relay.png

    This relay then controls a Solid State 40A relay using a 12V signal

    solidstate.png

    This relay then controls the 240v Active line to the Router.

    In grbl, I have set Maximum spindle speed ($30) to 1000 RPM so any speed set, within the CNC file, that is 1000 RPM or higher will switch the router on. Minimum spindle speed ($31) is set to 0 RPM.

    Very happy with the results.

  2. # ADS
    Google Adsense Advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many





     
  3. #32
    Join Date
    Jan 2014
    Location
    Sydney Upper North Shore
    Posts
    4,470

    Default CNC Dust collection

    First major job for the new CNC was to make its own dust shoe.
    I got the design from OPEN BUILDS. It was made from acrylic but I decided to make mine from plywood to test it out first.
    it works fantastically. Absolutely no dust on the spoil board or surrounds.

    IMG_2078.jpg IMG_2079.jpg

    I’m using a 50 mm hose going into my ShopVac

    IMG_2076.jpg IMG_2077.jpg

    There is a tapered ring in the brush section to make the brush flare out a little. The shortest brush I could find is 70mm which is on the one in the pictures. I have also made one with a shorter brush section - boy is the brush a pain in the $&#@ to cut!

    Only modification I would possibly make is to make the groove for the brush 1mm wider

  4. #33
    Join Date
    May 2019
    Location
    Sydney
    Age
    45
    Posts
    216

    Default

    I like seeing the little touches going on.

    My projects tend to get to good enough and stop.

  5. #34
    Join Date
    Dec 2013
    Location
    Queensland
    Posts
    11

    Default

    Did you find the four magnets good enough as I have read some posts casting doubts on the use of six magnets being enough?

  6. #35
    Join Date
    Jan 2014
    Location
    Sydney Upper North Shore
    Posts
    4,470

    Default

    I used opposing magnets in the top and bottom so 8 in all.
    I was going to use 4 magnets in the top and screw heads in the bottom but decided it may not be strong enough.
    The shorter one only has three magnets in the bottom ( ran out ) and while it holds, I can move it sideways with moderate effort so I will buy some more and add the fourth.

  7. #36
    Join Date
    Jan 2014
    Location
    Sydney Upper North Shore
    Posts
    4,470

    Default

    Quote Originally Posted by BoneInspector View Post
    I like seeing the little touches going on.

    My projects tend to get to good enough and stop.
    Bring retired, I have time to fiddle. When working I was more like you described

  8. #37
    Join Date
    Dec 2013
    Location
    Queensland
    Posts
    11

    Default

    Quote Originally Posted by Lappa View Post
    I used opposing magnets in the top and bottom so 8 in all.
    I was going to use 4 magnets in the top and screw heads in the bottom but decided it may not be strong enough.
    The shorter one only has three magnets in the bottom ( ran out ) and while it holds, I can move it sideways with moderate effort so I will buy some more and add the fourth.
    Thanks I am surprised at so few magnets, I know they are cheap I have 20 on order as I am going to make a better one for our CNC but the construction makes it a bit difficult. I am going to try PVC for the skirt with double overlap which would not be very efficient but other users would like to see the tool tip when in operation.

    I was also thinking of adding a spigot but from your post it seem to be unnecessary.

  9. #38
    Join Date
    Jan 2014
    Location
    Sydney Upper North Shore
    Posts
    4,470

    Default

    I thought about adding a locating spigot but a job yesterday confined me one would have caused problems.
    I was surfacing the spoil board with the small dust boot ( only 6 magnets instead of 8 as mentioned previously). As you can see from my pictures of my CNC, it has 80mm extrusion walls and the spoil board edges sit pretty close. When surfacing, on the extreme right, the lower wooden ring on the dust shoe just touches the extrusion wall and dislodges the lower section of the dust shoe about 3mm. If I had had a spigot in place, it may have broken the dust boot?
    BTW, the dust shoe relocates back into position once it starts sweeping right to left - maybe different with the 8 magnets?
    Thanks for telling me about Freecad
    I’m into it with a vengeance - great program. Just learning the PATH section so I can generate GCODE from it. Heaps of great tutorials on YouTube.

  10. #39
    Join Date
    Dec 2013
    Location
    Queensland
    Posts
    11

    Default

    Quote Originally Posted by Lappa View Post
    I’m into it with a vengeance - great program. Just learning the PATH section so I can generate GCODE from it. Heaps of great tutorials on YouTube.
    The best utube videos is by "Adventures in creation" as it is a series for start to finish. There is not a lot available on the path workbench.
    One thing you have to watch with making the Gcode in the path workbench if you make a change to the original sketch it doesn't always reflect in the Job sometime is does sometimes not.
    One of the blokes I work with made me a change in the job depths and it stuffed up the clearance which cost me 2 downcut bits so you have to look at all the depths so you don't get caught.

  11. #40
    Join Date
    Jan 2014
    Location
    Sydney Upper North Shore
    Posts
    4,470

    Default

    I’m folllowing Mangojelly Solutions “Freecad for Beginners” faithfully doing what he does on my computer. I had a quick look at some other guys re Paths - KTec and Joko Engineeringhelp and managed to cut out a revised copy of my dust boot top. I’ll take your warnings re changes, on board. Always good to be aware of possible problems - thanks
    I’ll check out “Adventures in creation” - haven’t seen them come up on my feed.
    I am using Carbide Create V6 to generate G Code at the moment but it doesn’t always play happily with the svg or dXf files I bring in from Freecad which is the reason I was looking at Freecad for both design and G Code.
    Last edited by Lappa; 14th May 2023 at 01:20 PM. Reason: Additional

  12. #41
    Join Date
    Jan 2014
    Location
    Sydney Upper North Shore
    Posts
    4,470

    Default

    I have been using Librecad as an intermediary but it wasn’t always successful. Just read a Carbide forum post with my similar problems and the solution was to use Librecad as an intermediary but export as MakerCAM svg. I’ll give that a go and report back

  13. #42
    Join Date
    Dec 2013
    Location
    Queensland
    Posts
    11

    Default

    Have you used Inkscape yet to make SVG files, its certainly interesting to use as I have been imported some picture files altered them and converted them to SVG to be used in Freecad then to Gcode.

    I have used this gcode in our CNC machine and manipulated some images to be imported into LaserGRBL for another member of our shed to use.

  14. #43
    Join Date
    Jan 2014
    Location
    Sydney Upper North Shore
    Posts
    4,470

    Default

    I’ve used Inkscape to turn pictures into svg but I’ve only used it with the JTech extension to generate G Code for laser (works very well).
    I haven’t tried it for CNC yet - thank goodness I’ve retired so I can try all these things out

  15. #44
    Join Date
    May 2019
    Location
    Sydney
    Age
    45
    Posts
    216

    Default

    Sounds good, then could you leverage your past experience and teach the rest of us a decent workflow?

  16. #45
    Join Date
    Jan 2014
    Location
    Sydney Upper North Shore
    Posts
    4,470

    Default

    Well the import into Librecad then back into Carbidecreate V6 didn’t work. Still have weird problems with one section cutting on the outside but another section cutting on the inside and other areas cutting on the line? I’ve exported both svg and dXf from Freecad but always the same problem.
    IMG_2086.jpg

    Very simple rectangles etc seem fine but if you add a fillet etc, its problematic.

    There were mentions of broken vectors etc. on forums but both Freecad and Fusion 360 report the vectors are all joined etc.

    However I can get G Code that’s works perfectly, straight from Freecad, so I’ll leave Carbidecreate for simpler tasks like text etc.
    What would we do without Utube ?

    I had a problem with Freecad and drilled holes. G code worked perfectly when same task was designed and exported from Carbidecreate. Gsender reported two faults with the Freecad G code and UGS would run the file then stop when drilling was called for.
    Quick Utube search and problem solved.

    Bro, you were correct re changing designs snd it not following on into PATH. Thanks for the heads up. I find it’s easier and quicker, once you make a change, to delete the whole Job Section and start again.

    As for Inkscape, I’ll leave that for picture files and the laser.
    Last edited by Lappa; 16th May 2023 at 09:50 PM. Reason: Added pictures

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Round table build question (and build)
    By LickinChips in forum FURNITURE, JOINERY, CABINETMAKING - formerly BIG STUFF
    Replies: 3
    Last Post: 12th September 2021, 08:22 PM
  2. Outdoor Table Build - full build photos
    By pach in forum FURNITURE, JOINERY, CABINETMAKING - formerly BIG STUFF
    Replies: 6
    Last Post: 25th March 2019, 05:18 PM
  3. Plan the build / Build the plan. Verandah steps & Trim
    By Charlee43 in forum WOODWORK PICS
    Replies: 4
    Last Post: 22nd March 2014, 07:28 PM
  4. Patio build - Hardwood and softwood in the same build?
    By gidgegary in forum WOODWORK - GENERAL
    Replies: 1
    Last Post: 16th January 2014, 09:00 PM
  5. help me build a basic flat build bed trailer for my kayaks
    By gros21 in forum TRAILERS & OTHER FABRICATED STUFF
    Replies: 7
    Last Post: 13th October 2011, 08:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •