603,978 active members*
1,774 visitors online*
Register for free
Login
Results 1 to 20 of 33

Hybrid View

tbenefi33 first machine 03-02-2005, 06:47 AM
DAB_Design Yes there are USB... 03-02-2005, 07:06 AM
tbenefi33 Could yall recommend me what... 03-02-2005, 07:11 AM
tbenefi33 well i got the base doen... 03-06-2005, 11:01 PM
tbenefi33 Well i got my other parts... 03-06-2005, 11:07 PM
Dogsione Why don't you want to use a... 03-07-2005, 10:20 PM
abasir Dogsione, have you actually... 04-29-2005, 01:42 AM
Dogsione I would have liked to have... 04-29-2005, 05:51 PM
tbenefi33 oh ok i only thought they... 03-07-2005, 10:43 PM
tbenefi33 hello well i had to take a... 03-25-2005, 02:47 PM
tbenefi33 also was wondering what works... 03-26-2005, 12:45 AM
tbenefi33 Hello well here my machine... 04-28-2005, 12:31 AM
10bulls Seems a shame to scrap it... 04-28-2005, 10:44 AM
tbenefi33 Hi 10bulls I'm still looking... 04-28-2005, 07:15 PM
tbenefi33 Hello How yall doing. As... 05-03-2005, 09:05 PM
tbenefi33 Well i thought i would had to... 05-04-2005, 01:13 AM
tbenefi33 Hello how yall doing Well i... 05-12-2005, 05:54 AM
joecnc2006 Yes i use it with my... 05-12-2005, 06:01 AM
tbenefi33 can you call and order the... 05-12-2005, 06:09 AM
tbenefi33 hi joe2000che curious what... 05-12-2005, 06:12 AM
Sturmer Nooob Need Help... 06-12-2005, 01:12 PM
chuckknigh You're in exactly the right... 06-12-2005, 08:18 PM
Sturmer well I am sorry about my poor... 06-14-2005, 02:23 AM
chuckknigh How good are you at... 06-14-2005, 06:12 AM
Sturmer Well i was thinking something... 06-14-2005, 06:05 PM
chuckknigh Noone *likes* to pay full... 06-15-2005, 06:51 AM
Sturmer i know the G-code in high... 06-15-2005, 10:20 AM
tbenefi33 hi strumer well right now i'm... 06-14-2005, 03:25 AM
tbenefi33 Hi Dogsione I found a local... 06-14-2005, 03:29 AM
chuckknigh Can you build the... 06-15-2005, 06:16 AM
tbenefi33 I"ve been eyeballing the kits... 06-15-2005, 06:25 AM
joecnc2006 I use the HobbyCNC board the... 06-15-2005, 06:30 AM
fredmontgomery Re: first machine 07-01-2024, 07:10 AM
  1. #1
    Join Date
    Jun 2005
    Posts
    32
    Quote Originally Posted by chuckknigh
    How good are you at finding/adapting to surplus parts? For example, the old HP LaserJet printers all had a very useful 100 oz in stepper motor in them, which many of us have used in our own machines.
    Well i was thinking something like that,well all of my stuff that i made/make is made from scrap...very few things i buy...well i am student which is working to pay of his intuition..and life costs(i am from pretty poor family)but my curious nature is stronger then my low budget so..
    Quote Originally Posted by chuckknigh

    Many people use standard threaded rod. Bearing supports can be made from RollerBlade skate bearings -- the ID of the standard bearings is 8mm, which is fit by 8mm threaded rod.
    Refresh my memory on the dimensions of an A4 sheet. Metric is fine. I believe it's a standard piece of typing/copier paper, right?
    Yes it is standarad printig paper size...

    Quote Originally Posted by chuckknigh
    There are a couple of steps. Do you understand the electronics needed? Basically, what happens is that the software reads an instruction to move the X axis 25mm, and then converts that into the needed number of steps. Out the parallel port come electrical pulses, which are received by a driver circuit. This translates those low level signals into something capable of actually driving the motors.
    Yes i do understand the electronic part of the machine...i had few of my own concepts but i have terminated them because i did not know how to make software to control the machine... and i was afraid of the mistake it would made....and the software i used in school is simple(cad like)...is there free software which is CAD like?Or which uses DXF formatted drawings?Or that compiles the CAD drawing into code?
    Quote Originally Posted by tbenefi33
    hi strumer well right now i'm on hold on my project cause it summer time here..lol i have every thing done and all i needs is the electronics and flang bearing So far i got all most $400.00 in the project .Its safe to say you'll probley spend around $600.00 to a $1,000.00.Shop around and look for the cheaper price I'm still looking for some stepper moters.
    well if i use the stepper motors i got from the printers(or some where else) and if i scrap for almoust all the solid stuff,and buy just the electronics what whuld be the price..?

  2. #2
    Join Date
    Apr 2003
    Posts
    598
    Well i was thinking something like that,well all of my stuff that i made/make is made from scrap...very few things i buy...well i am student which is working to pay of his intuition..and life costs(i am from pretty poor family)but my curious nature is stronger then my low budget so..
    Noone *likes* to pay full price for anything! And, happily, in this hobby there are almost always other options.

    Getting creative with the parts is half the fun of building these machines!

    Yes i do understand the electronic part of the machine...i had few of my own concepts but i have terminated them because i did not know how to make software to control the machine... and i was afraid of the mistake it would made....and the software i used in school is simple(cad like)...is there free software which is CAD like?Or which uses DXF formatted drawings?Or that compiles the CAD drawing into code?
    It's a multi-step process using the free tools, but it works really well.

    Step 1, draw your part in a CAD program, save it as a DXF file.
    Step 2, use a CAM rogram to convert it to G-Code. This is a type of programming language that syas things like move the X axis +25mm, and move the Y axis -47mm.
    Step 3, run the G-Code through a controller program like TurboCNC. http://www.dakeng.com is their URL, I think. This program turns the instructions in G-Code into the needed pulses to control *your* particular setup. You define that 200 steps (pulses) = 1 rotation, and each rotation is 1mm...that sort of thing. It does the calculations, and outputs the right stuff through the parallel port of your computer.

    -- Chuck Knight

  3. #3
    Join Date
    Jun 2005
    Posts
    32

    Cool

    Quote Originally Posted by chuckknightep 2, use a CAM rogram to convert it to G-Code. This is a type of programming language that syas things like move the X axis +25mm, and move the Y axis -47mm.
    Step 3, run the G-Code through a controller program like TurboCNC. [url
    http://www.dakeng.com[/url] is their URL, I think. This program turns the instructions in G-Code into the needed pulses to control *your* particular setup. You define that 200 steps (pulses) = 1 rotation, and each rotation is 1mm...that sort of thing. It does the calculations, and outputs the right stuff through the parallel port of your computer.

    -- Chuck Knight

    i know the G-code in high school i had few exams in it....and i used it for couple of my home made projects...so i know how to use it...i am now on collage(i used machines in highschool...i have high school degree in mehatronics this is how education works in Croatia)

    Is there any free shematic of full 3axis controller?(part list,shematic and pcb board pictures) so i can buy part by part...
    ( resistor by resistor )

    And i am definitively not interested in buying complete kits...it is just not fun...

    hm...i have a another problem...the size and noise...i will probably use it in my room...so...i have pretty old and grounch neighbors...

    i have contacted my old professor,and i will probably have the access to the milling machine so i could make all the parts on it...


    and i have a another question,what kind of cutting tool i will need to cut balsa?! High speed drill?With a milling head?

Similar Threads

  1. CNC Glossary
    By cncadmin in forum Community Club House
    Replies: 17
    Last Post: 03-09-2008, 09:08 PM
  2. My First CNC Machine, Mr. Chips
    By Mr.Chips in forum DIY CNC Router Table Machines
    Replies: 81
    Last Post: 02-10-2007, 04:04 PM
  3. Confused about CNC software
    By samualt in forum Uncategorised CAM Discussion
    Replies: 22
    Last Post: 07-01-2005, 02:18 AM
  4. Heads Up - Article about building CNC Milling Machine
    By samualt in forum Community Club House
    Replies: 3
    Last Post: 06-13-2005, 08:43 PM
  5. FeatureCAM Expands Product Offering with Machine Simulation
    By cncadmin in forum News Announcements
    Replies: 0
    Last Post: 01-22-2005, 01:58 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
  •