Welcome to Our Community

Some features disabled for guests. Register Today.

Custom build cnc router

Discussion in 'CNC Mills/Routers' started by Justin Brawley, Sep 30, 2023.

  1. Justin Brawley

    Builder

    Joined:
    May 18, 2016
    Messages:
    23
    Likes Received:
    1
    Can someone please provide some assistance. I recently built a cnc router I am using ramps 1.4 arduino mega. The issue I am having is I was using belts and changed it to threaded rods I am pretty sure I have my steps entered correctly however all zxis will move just fine by hand and if I only move 1mm at a time but if i try to move more than 1mm at a time the steppers make noises and look like they try to move but they wont move like it is stuck but it cant be stuck as it moves 1mm at a time just fine. Does anyone know what might be causing this. I am still very new at the firmware/programing side just as a heads up
     
  2. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,870
    Likes Received:
    4,283
  3. Misterg

    Misterg Veteran
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 27, 2022
    Messages:
    350
    Likes Received:
    273
    If your wiring is OK (per Peter's post above) check your maximum speed and acceleration settings - chances are that they will need to be much lower for leadscrews vs belts.

    Small moves may be OK because they never reach full speed.
     
  4. Justin Brawley

    Builder

    Joined:
    May 18, 2016
    Messages:
    23
    Likes Received:
    1
    Wiring is good. I will play with the speed and acceleration settings today and see what happens. Any idea around what number I should put in there for those?

    Also Thanks for the help
     
  5. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,430
    Likes Received:
    1,907
    your max speeds are too high.

    default zsfo rlLEAD machines are
    [14:30:46] [ $$ ] $110=2500.000 ;X-axis maximum rate, mm/min
    [14:30:46] [ $$ ] $111=2500.000 ;Y-axis maximum rate, mm/min
    [14:30:46] [ $$ ] $112=2500.000 ;Z-axis maximum rate, mm/min
    [14:30:46] [ $$ ] $120=150.000 ;X-axis acceleration, mm/sec^2
    [14:30:46] [ $$ ] $121=150.000 ;Y-axis acceleration, mm/sec^2
    [14:30:46] [ $$ ] $122=150.000 ;Z-axis acceleration, mm/sec^2

    should get you moving, then you can try higher speeds or higher accelerations (probably more useful)
     
  6. Justin Brawley

    Builder

    Joined:
    May 18, 2016
    Messages:
    23
    Likes Received:
    1
    I attached a notepad version of the configuration h file with feed rate and acceleration settings I tried from other people who are trying to help. If someone sees where my mistake is please let me know as I have played with the settings several times and seems to be no change. I dont think this would be an issue but I am not using endstops as i will just be manually setting my zero before each use, which is how i did it wit my previous machine that used belts and didnt have any issues
     

    Attached Files:

  7. Justin Brawley

    Builder

    Joined:
    May 18, 2016
    Messages:
    23
    Likes Received:
    1
    Also here is a pic of current set up
     

    Attached Files:

  8. Misterg

    Misterg Veteran
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 27, 2022
    Messages:
    350
    Likes Received:
    273
    Sorry, I saw 'CNC router' and thought you would be running GRBL on the Mega. I haven't got the foggiest about Marlin.
     
  9. Justin Brawley

    Builder

    Joined:
    May 18, 2016
    Messages:
    23
    Likes Received:
    1
    I haven't made it that far in this journey yet lol. However I have parts and plans for a bigger machine with nema 23 motors that I will have to use GRBL so I will have to learn that as well. And I wouldn't be against using that on this machine as well I just like the fact that I can run it on an SD card instead of having to have a computer hooked up to the machine the whole time
     
  10. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,870
    Likes Received:
    4,283
    Also consider the BlackBox X32 (https://docs.openbuilds.com/blackbox-x32) with and Interface (https://docs.openbuilds.com/interface)
     
    David the swarfer likes this.
  11. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,430
    Likes Received:
    1,907
    MArlin has runtime settings for steps/mm and aceleration, you wil need to read the Marlin wiki
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice