Jump to content

rcarrier31

Dormant
  • Posts

    30
  • Joined

  • Last visited

    Never

Everything posted by rcarrier31

  1. OK tried those settings, it tries to home in front right, and there are no endstops there. Would it help if i upload a picture of the configuration of the machine?
  2. Only problem with that, the printer wants to home at front left. Where there are no endstops, and when i bought the printer it worked fine, until i erased the firmware on accident, so i know there is correct settings somewhere. The main reason i got this printer was the large build area, and the well made case. its build area is 300x220x220
  3. Ok here is the issue, on pronterface when i get the steppers going in the right direction, the endstops work the exact opposite. #define INVERT_X_DIR true // for Mendel set to false, for Orca set to true #define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false #define INVERT_Z_DIR true // for Mendel set to false, for Orca set to true This is the settings that makes the steppers go in the right direction // Sets direction of endstops when homing; 1=MAX, -1=MIN ( I have tried these both ways) #define X_HOME_DIR 1 #define Y_HOME_DIR 1 #define Z_HOME_DIR 1 The machine is supposed to goto the back left for home position, instead it goes to the right front. Also this is how i have the endstops configured to make it go home( Wich is back left) ENDSTOP SETTINGS: // Sets direction of endstops when homing; 1=MAX, -1=MIN #define X_HOME_DIR 1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1 This makes it go home, but everything in pronterface is backwards, Does that matter? As you can tell i am a newbie to this, if anyone can help me i woulld be greatful.
  4. So i am assuming that no one knows anything about marlin? Or is it because i have a migbot?
  5. I just got a migbot s-1, i had another printer before this one, i cannot get the settings right on it, to make it go home i had to reverse the steppers, but at the home position it is at 300,0,0, also when i print something on the z axis, it is doulbe the original size, i know it has to be the settings, but i am lost here. I guess i forgot to mention its running mariln firmware, i am new to the 3d world, sorry if this is a newbie question.
×
×
  • Create New...