X-Axis not homing August 19, 2015 09:21PM |
Registered: 12 years ago Posts: 48 |
18:16:06.669 : Error:No Checksum with line number, Last Line: 10 18:16:06.677 : Error:Line Number is not Last Line Number+1, Last Line: 10
Re: X-Axis not homing August 19, 2015 11:05PM |
Registered: 9 years ago Posts: 285 |
Quote
eatumup
I recently purchased the Folger Tech 2020 Prusa i3. I have so far been unable to finish calibrating it, let alone print anything. This is my first attempt at printing so please bear with me. So far the Y, Z and extruder all work as they should. When I try to home the X-Axis it will move about 10mm and stop. Repiter sets the value to home as if its acivated the end stop. The stop is to the right. The X axis wont move left at all. The motor just make a high pitched noise and will sit for a while. eventually the noise will stop and I can move the motor about 20 cm left before the entire thing starts over again.
I have tried swapping out the driver board with one from another axis. The result is the same.
I plugged the X axis into the Y axis plug on the RAMPS and it seems to drive ok. Homing properly and such.
I am also seeing alot of this error in the log:
18:16:06.669 : Error:No Checksum with line number, Last Line: 10 18:16:06.677 : Error:Line Number is not Last Line Number+1, Last Line: 10
The "Last Line" number changes. Sometimes its 0 or 7.
Any help would be most appreciative.
Re: X-Axis not homing August 19, 2015 11:35PM |
Registered: 12 years ago Posts: 48 |
Quote
Mach
Quote
eatumup
I recently purchased the Folger Tech 2020 Prusa i3. I have so far been unable to finish calibrating it, let alone print anything. This is my first attempt at printing so please bear with me. So far the Y, Z and extruder all work as they should. When I try to home the X-Axis it will move about 10mm and stop. Repiter sets the value to home as if its acivated the end stop. The stop is to the right. The X axis wont move left at all. The motor just make a high pitched noise and will sit for a while. eventually the noise will stop and I can move the motor about 20 cm left before the entire thing starts over again.
I have tried swapping out the driver board with one from another axis. The result is the same.
I plugged the X axis into the Y axis plug on the RAMPS and it seems to drive ok. Homing properly and such.
I am also seeing alot of this error in the log:
18:16:06.669 : Error:No Checksum with line number, Last Line: 10 18:16:06.677 : Error:Line Number is not Last Line Number+1, Last Line: 10
The "Last Line" number changes. Sometimes its 0 or 7.
Any help would be most appreciative.
This is a common problem that most people have experienced while configuring their printer, including me. I forgot the exact solution to it, but I believe it is due to the values under "printer shape" in rep host being incorrect. Make sure all of the settings in printer shape are in accordance with the way you have configured your printer. If the X, Y, or Z axis coordinate in the manual tab is red, that means that the printer has either reached the max limit that was set in the printer shape, or the computer thinks it has reached the limit that was set. When the command to home a axis is given, rep host will set the coordinate for that axis to the coordinate that represents the home position in printer shape, even if that axis did not actually move. Try homing the X axis after you have moved it to the endstop by hand, and then see if it will move in the other direction. Also, make sure that you have your endstops are plugged into the correct set of pins on the ramps (there is a min and max position for each axis). Here is a picture of my printer setting config . I do not think that the error messages are a problem
One more thing, there is a official thread for the printer Here. I know the answer to this problem is posted a few places throughout the thread. It is also a good place to ask questions.
Re: X-Axis not homing August 19, 2015 11:49PM |
Registered: 9 years ago Posts: 430 |
Re: X-Axis not homing August 20, 2015 12:25AM |
Registered: 12 years ago Posts: 48 |
//=============================Mechanical Settings=========================== //=========================================================================== // Uncomment the following line to enable CoreXY kinematics // #define COREXY // corse Endstop Settings #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors #ifndef ENDSTOPPULLUPS // fine Enstop settings: Individual Pullups. will be ignord if ENDSTOPPULLUPS is defined #define ENDSTOPPULLUP_XMAX #define ENDSTOPPULLUP_YMAX #define ENDSTOPPULLUP_ZMAX #define ENDSTOPPULLUP_XMIN #define ENDSTOPPULLUP_YMIN //#define ENDSTOPPULLUP_ZMIN #endif #ifdef ENDSTOPPULLUPS // #define ENDSTOPPULLUP_XMAX // #define ENDSTOPPULLUP_YMAX // #define ENDSTOPPULLUP_ZMAX #define ENDSTOPPULLUP_XMIN #define ENDSTOPPULLUP_YMIN #define ENDSTOPPULLUP_ZMIN #endif
Re: X-Axis not homing August 20, 2015 03:06AM |
Registered: 9 years ago Posts: 81 |
Quote
//=============================Mechanical Settings===========================
//===========================================================================
// Uncomment the following line to enable CoreXY kinematics
// #define COREXY
// corse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#ifndef ENDSTOPPULLUPS
// fine Enstop settings: Individual Pullups. will be ignord if ENDSTOPPULLUPS is defined
#define ENDSTOPPULLUP_XMAX
#define ENDSTOPPULLUP_YMAX
#define ENDSTOPPULLUP_ZMAX
#define ENDSTOPPULLUP_XMIN
#define ENDSTOPPULLUP_YMIN
//#define ENDSTOPPULLUP_ZMIN
#endif
#ifdef ENDSTOPPULLUPS
#define ENDSTOPPULLUP_XMAX
// #define ENDSTOPPULLUP_YMAX
// #define ENDSTOPPULLUP_ZMAX
#define ENDSTOPPULLUP_XMIN
#define ENDSTOPPULLUP_YMIN
#define ENDSTOPPULLUP_ZMIN
#endif
Quote
// 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
Quote
// Travel limits after homing
#define X_MAX_POS 200
#define X_MIN_POS 0
#define Y_MAX_POS 200
#define Y_MIN_POS 0
#define Z_MAX_POS 175
#define Z_MIN_POS 0
Re: X-Axis not homing August 20, 2015 04:10PM |
Registered: 12 years ago Posts: 48 |
m119 returns 13:06:36.759 : Reporting endstop status 13:06:36.759 : x_min: open 13:06:36.763 : x_max: TRIGGERED 13:06:36.763 : y_min: TRIGGERED 13:06:36.763 : y_max: TRIGGERED 13:06:36.763 : z_min: TRIGGERED 13:06:36.763 : z_max: TRIGGERED
m114 returns 13:08:30.637 : X:0.00Y:0.00Z:0.00E:0.00 Count X: 0.00Y:0.00Z:0.00
Re: X-Axis not homing August 20, 2015 05:51PM |
Registered: 12 years ago Posts: 48 |
Re: X-Axis not homing August 20, 2015 10:27PM |
Registered: 9 years ago Posts: 81 |
on the firmware. Change this toQuote
#define INVERT_X_DIR false
b) flip the motor connection on ramps board.Quote
#define INVERT_X_DIR true
Re: X-Axis not homing August 29, 2015 01:46PM |
Registered: 9 years ago Posts: 99 |
Re: X-Axis not homing August 29, 2015 05:20PM |
Registered: 12 years ago Posts: 48 |
Quote
koenejet
Hello,
I'm new to 3d printing and forums, so sorry for the long question. but I really need help here. So thanks in advance for reading through all of this.
I just built this same printer and am having the same problems. I found this by searching for a solution. I think my problem is not the wire though. What I did was to plug the y motor cable into the x motor driver, and now the y motor just moves a tiny bit and stops. So I was not using the x cable at that point, so the problem is not the cable. I swapped drivers, and endstops, with not change. When I command it manually, it moves fine. So, I know the motor, cable, driver, and endstop all works.
So I followed the printer shape settings as described above. No change. However what I have noticed is that during the build, the manual showed the x motor connecter plugged into the ramps board was opposite of all the others. When I click the home button, the x would move left a tiny bit and stop. Even if I reverse directions, or change the bed shape (+ to -) or change the home position, none of this made it try to home to the right. Which doesn't make sense to me. The only way I could get it to try to home right, is to reverse the plug around like the other plugs. Now it tries to home right, (but only a tiny bit at a time), and the left and right manual commands work. However, if I keep clicking 'home', it moves a tiny bit to the right, until it finally contacts the limit switch and stops. So now it knows it is home (+100) right? Wrong! When I command a move to the left it does nothing. But when I command a move to the right, it tries to move, but can't because it's against the stop. So to me this means that it thinks it at the far left side. How is this possible when the 'printer shape' tab specifies that left is -100 and it's homed at 100 (which would be right)?
I did notice that when I hover the cursor over the right manual move arrow it says -.1 or -1 etc., and when I hover the cursor over the left move arrow it's the positive direction. this is backwards from telling it that bed left is -100. I think that is the problem. However, it seems like when I try to change the settings to match that, then the home goes the wrong way. It seems like if I were to put the end stop switch on the left side instead of the right side, it would fix it. But I don't want to do that.
I also have the LCD controller, and it pretty much has the same problems as repetier.
Any help would be great. And should I have had to flip the motor connector around as I did, or should it work the way the manual shows?
By the way, I did not change the settings in the configuration.h yet as described above by Wderoxas, because I would rather not do any of that if there is an easier solution that I am missing. but since my lcd controller is not correct either, maybe that is the fix. I don't know.
Thanks for any help.
Re: X-Axis not homing August 29, 2015 06:13PM |
Registered: 9 years ago Posts: 99 |
Re: X-Axis not homing August 29, 2015 08:02PM |
Registered: 12 years ago Posts: 48 |
Quote
koenejet
That fixed it! Thanks! When I made that change, it moved all the way to home. To get the manual move to work, I had to set Home X to Min; X min to 0; X max to 200, and Bed Left to 200.
I also had to have the X motor plug on the board with the red wire to the right. Which is the opposite of the build manual. It makes me wonder how they (Folgertech) got there machine to work.
Oh well, it works now. And the LCD controller seems to work correctly now as well. Haven't printed anything yet, so really can't say "it works". However, at least it appears to move properly now.
Thanks again,
Scott
Re: X-Axis not homing August 29, 2015 08:30PM |
Registered: 9 years ago Posts: 99 |
Re: X-Axis not homing August 29, 2015 08:33PM |
Registered: 9 years ago Posts: 99 |
Re: X-Axis not homing August 29, 2015 11:11PM |
Registered: 9 years ago Posts: 99 |
Re: X-Axis not homing August 30, 2015 03:29AM |
Registered: 12 years ago Posts: 48 |
Re: X-Axis not homing August 30, 2015 08:41AM |
Registered: 9 years ago Posts: 99 |
Re: X-Axis not homing August 30, 2015 09:19AM |
Registered: 9 years ago Posts: 99 |
Re: X-Axis not homing August 30, 2015 05:01PM |
Registered: 12 years ago Posts: 48 |
Re: X-Axis not homing August 30, 2015 06:16PM |
Registered: 9 years ago Posts: 99 |
Re: X-Axis not homing August 31, 2015 02:05AM |
Registered: 9 years ago Posts: 1 |
Quote
koenejet
Thanks for the info. I got it built ok. I did have to go to the hardware store as well, but for longer bolts that hold the y axis rod holders to the frame. I did a lot of reading before I bought it, so I was expecting a few build issues. I also remade the spool holder to mount the spool on the top instead of the side. At the moment I need to fix the lower carriage rod. It moves left and right about a quarter inch when the x axis moves. Since the x stop switch is mounted to that, it messes things up a bit. Then I will calibrate the three axis, level the bed, check the extrusion feed, and then try a print.
Thanks again for the help
Re: X-Axis not homing August 31, 2015 07:20AM |
Registered: 9 years ago Posts: 99 |
Re: X-Axis not homing September 01, 2015 08:41PM |
Registered: 9 years ago Posts: 99 |