. .
Page 2 of 3 FirstFirst 123 LastLast

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Muzzer's Avatar
    Lives in Lytham St. Annes, United Kingdom. Last Activity: 3 Hours Ago Has been a member for 7-8 years. Has a total post count of 464. Received thanks 74 times, giving thanks to others 21 times.
    For tutorials for all abilities and applications, you couldn't do better than Fusion. Can't imagine anyone arguing with that.

  2. #2
    Doddy's Avatar
    Lives in Preston, United Kingdom. Last Activity: 2 Weeks Ago Has been a member for 9-10 years. Has a total post count of 1,364. Received thanks 188 times, giving thanks to others 66 times. Referred 1 members to the community.
    I'm a big fan of Fusion (especially as I hate Windows machines), but you'd be running into a wall of learning curves. CamBam allows you to go from a single point to a machine drill operation, through basic primitives (lines, circles) to more complex machining operations (pocketing, etc). It's a really useful and pretty capable.

    Fusion et all are great but not an easy-in on CAM. Get the basics understood first, learn to walk before you try running.

    ...or maybe that's just me

  3. #3
    I think you’ve made a good point Doddy and I agree. I have used CAD and CAM packages for years so when F360 came out it was an easy transition.
    But if you are starting from very little experience it could be too much.

    Coming from the other end I think starting with the gcode is equally challenging and I think you are better off letting the CAM software generate the magic code leaving you free to concentrate on what you actually want to make.

    Are you familiar with the steps that are required in the whole process as there are actually quite a few?

    Have an idea
    Draw it in CAD
    Export the file out as something like .IGES format (assuming CAM is a separate program)
    Load the file into a CAM program
    Select the lines and circles and tell the software which tool you want to use and how you want it to be cut (inside the line , outside the line, or drill a hole etc)
    This generates the toolpaths
    Export out these toolpaths as gcode (.txt format)
    If you like you can view these in an editor as see what code it created
    Load the gcode file into your control software (Mach3) or whatever
    Assuming machine is homed and ready then hit cycle start

    When you write it out in a list like this there is a lot to step through so start simple and get practising. There will be set backs and frustrations but it will start to become clear.
    Building a CNC machine to make a better one since 2010 . . .
    MK1 (1st photo), MK2, MK3, MK4

  4. #4
    Hi guys
    Have downloaded Cam Bam (9.8)
    And had a quick look through the tutorials
    Have to say I was quickly lost. The tutorials seem to go far too fast for a total novice to follow and by the time he had copied and pasted 3 items i was so far behind him it was hard to catch up.
    Are there any step by step tutorials for us old fogies to follow at our own pace .
    I will give it another shot later but are there others out there that dont find it easy to keep up?

  5. #5
    Quote Originally Posted by John11668 View Post
    Hi guys
    Have downloaded Cam Bam (9.8)
    And had a quick look through the tutorials
    Have to say I was quickly lost. The tutorials seem to go far too fast for a total novice to follow and by the time he had copied and pasted 3 items i was so far behind him it was hard to catch up.
    Are there any step by step tutorials for us old fogies to follow at our own pace .
    I will give it another shot later but are there others out there that dont find it easy to keep up?
    If you are watching them on You tube just keep your finger on the space bar and press it for pause then press it again for play
    ..Clive
    The more you know, The better you know, How little you know

  6. #6
    Doddy's Avatar
    Lives in Preston, United Kingdom. Last Activity: 2 Weeks Ago Has been a member for 9-10 years. Has a total post count of 1,364. Received thanks 188 times, giving thanks to others 66 times. Referred 1 members to the community.
    I'd cut my teeth on the basic documentation just to get used to how the software works first, before worrying about the exotics....

    http://www.cambam.info/doc/plus/cam/Basics.htm

  7. #7
    Note that v1.0 is now preferred. There isn't much difference from the outside but when you come to add some of the very useful plug-ins in future many of them only work on 1.0.

    I'm with Doddy on starting with the basics. Use the menu on the page he linked to for instructions. This is a good starter..

    http://www.cambam.info/doc/plus/SimpleExample.htm

    The site forum is also very good with lots of helpful people and a big archive. And help is always available here of course.


    Kit
    An optimist says the glass is half full, a pessimist says the glass is half empty, an engineer says you're using the wrong sized glass.

  8. #8
    Gcode is nothing but text so you can save it with any extension your email will allow. .txt for example and change it to whatever MACH3 wants on arrival. If it's the file size that's the problem then try some simpler shapes! Even the Aztec Calendar at 400mm diameter is only 6MB and I've just had a look at my collected files for all sorts of projects and most of them are only a few tens of Killobytes with some (cutting out gears for wooden clocks as an example) still under 1MB.
    Alternatively save each part of the machining as a separate file (right click on each machining operation in turn and click on 'Enable/Dissable MOP' to turn them on and off).

    You can always attach a CamBam project file to a post here as a .zip file if you want us to have a look at the work in progress (You may also be able to cheat and simply change the file extension from .cb to .jpg or .zip as long as you tell us exactly what you've done, but I've never tried that in practice).

    In practice I do as driftspin suggests, design everything on my desk computer and carry a USB stick with the Gcode to the dedicated machine computer.

    Kit
    Last edited by Kitwn; 01-06-2020 at 07:09 AM.
    An optimist says the glass is half full, a pessimist says the glass is half empty, an engineer says you're using the wrong sized glass.

  9. The Following User Says Thank You to Kitwn For This Useful Post:


  10. #9
    Doddy's Avatar
    Lives in Preston, United Kingdom. Last Activity: 2 Weeks Ago Has been a member for 9-10 years. Has a total post count of 1,364. Received thanks 188 times, giving thanks to others 66 times. Referred 1 members to the community.
    Don't confuse the CAMBAM project (.cb) with the GCode. I'm doing this blind and haven't used CAMBAM for a while, so this might be a bit awry, but lets try...

    When you define your graphic primitives, then create the machining operations to "do" the CAM, by this action you create a second branch in the "tree" on the far left of the CAMBAM window labeled "Machining", and under this "Part1", then the individual CAM operations. If you click on the "Machining" branch (this will set this for the whole project.... you can also, I think, do this under the "Part" branch - just depends on how much you want to automate the CAM generation), then under there there'll be an "Out File" - or something similar that you specify the path/filename that you want, then hit the menu option Machining/Create GCode File - that'll generate the G-Code and write this to the filename specified. As others have said - you can designate this as .txt or whatever you want.

  11. The Following User Says Thank You to Doddy For This Useful Post:


  12. #10
    Thanks guys
    I managed to save the G code file onto a stick , carted it off to the workshop, and loaded g code directly into Mach 3 from the stick address (without copying elsewhere ) and all seemed to appear as required into the Mach 3 . So lookin good

    Doesnt look like Cambam and Mach 3 speak the same dialect though !

    So when I click start , the process begins and looks promising until it stops and I get I get an error message .
    Says "Radius to end of arc differs from Radius to start (with block reference )
    Block is G2 F800.0 X180.0 Z-0.0856 I-12.5717 J58.6681
    No radius in there to trouble us , is there ????

    And if i go to edit the .txt file come up with pages totally delineated load of code . Not a list , just pages of consecutive text, so finding the offending block to edit is nigh on impossible.

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. CONVERSION: Deckel maho dmu 50m cnc
    By toomast in forum Conversion Build Logs
    Replies: 7
    Last Post: 03-12-2019, 01:35 AM
  2. Where abouts is everyone based?
    By Palletlad in forum General Discussion
    Replies: 3
    Last Post: 25-01-2018, 01:29 PM
  3. Milling machine "Deckel fp2" price appraisal
    By ba99297 in forum Milling Machines, Builds & Conversions
    Replies: 2
    Last Post: 08-11-2017, 12:48 PM
  4. uk based manufacturers
    By Al25 in forum Marketplace Discussion
    Replies: 8
    Last Post: 16-01-2013, 09:23 PM
  5. Anyone with a TAIG-based mill in the Birmingham/Worcester area?
    By robinc in forum Milling Machines, Builds & Conversions
    Replies: 10
    Last Post: 03-10-2011, 10:16 PM

Bookmarks

Posting Permissions

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