1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Converting C2 into the FT-5

Discussion in 'Mods and Upgrades' started by colton81, Jun 5, 2017.

  1. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    Ok thanks i just wired the z steppers up and it works but the steps are alot greater ( not sure what you call it but 10mm move is definitely not a 10mm move more like 30-40mm ) so far i got the z axis moving and the x axis moving at least next is to connect up the y axis and then connect all of them up at the same time and check again.

    As far as endstops go the ones on the C2 are 2 wires but on the Ft5 they are 3 wires any idea if i can just connect two wires to the endstops instead of the 3?
     
  2. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    I have no idea lol. I dont have a C2 or a FT5, I'd say no that it needs all 3 (if its 3 wire there is a reason)
     
  3. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    Ok good thank you ill test it out. Happen to have a great tutorial on changing the voltage if not i can try to find one on google or youtube
     
  4. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    Ok ill probably just switch them out with the C2 endstops then
     
  5. MChrisP1

    MChrisP1 Member

    Joined:
    Mar 5, 2016
    Messages:
    39
    Likes Received:
    12
    Dustin Corbin has a piece on YouTube for adjusting voltage in steppers.


    Sent from my iPhone using Tapatalk
     
    Geof likes this.
  6. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    Ok thanks man.
     
  7. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    I think if it were me I'd keep the FT 5 endstops. They must be using them in a special way to wire all 3 (something the firmware will look for)
     
  8. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    Well the robo main board only has 2 prings for the endstop and ill be editing the firmware if possible on the robo board for the build plate size and z acis height. So far all the motors are working the z axis though are runing backwards though so up is down and down is up im assuming its the way they are wired and just have to swap the wires around to get the correct position for them
     
  9. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    yea flip the connector on the board to get the z motors going in the correct orientation. I shot you a PM about the leftover c2 stuff :D
     
  10. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    Replied back. Ill try switching them and hopefully that works. Once i get that then its onto the firmware to try to change the size of the bed and height
     
    Geof likes this.
  11. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    Thank you for the reply! Interesting project you've got going. make sure to post some pics.
     
  12. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    so im trying to change the config.h file for the size of the bed but what im not fully understanding is. I have to download the file from the robo github and edit the config.h file and upload the new one? or am i able to just edit the file that is already on the mainboard?
     
  13. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    you have to do it the first way using Arduino software.
     
  14. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    You have to download the entire firmware, edit the one file, compile and upload to the Arduino (OK, the control board)
     
  15. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
  16. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Correct bunch of files ... yes. Probably the only one you need to actually edit is CONFIGURATION.H
     
  17. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    Ok yea that was my next question. Will edit and upload and we shall see if it works.
     
  18. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    Well i must be doing something wrong edited the config.h file and then uploaded it but now im getting no power to any of the motors at all not sire whats going on. Going to go back and take a look at some videos to make sure im doing it right
     
  19. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Yeah, you might want to share what you changed. There are a number of interrelated settings and it is easy to loose track.
     
  20. colton81

    colton81 Active Member

    Joined:
    Feb 21, 2017
    Messages:
    328
    Likes Received:
    71
    the only thing i changed was the below from the original size the the updated size thats below. i notice when i first turn everything on i can hear the steppers kick on and you cant move them manually but then the raspberry looses connection to the board and the motors loose power.

    Code:
    // Travel limits after homing (units are in mm)
    #define X_MIN_POS 0
    #define Y_MIN_POS 0
    #define Z_MIN_POS 0
    #define X_MAX_POS 300
    #define Y_MAX_POS 300
    #define Z_MAX_POS 380 
     

Share This Page