Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 02:49PM |
Registered: 9 years ago Posts: 135 |
Quote
hobbes
i'm anxiously awaiting for my 2020 prusa to arrive, today. Bought from Folgertech's ebay store and have been looking forward to this all week. I have to say i'm disappointed in the USPS tracking service as it doesn't give me any update other than the day which the label was made. What's the point of a tracking service if all it shows you is when it was shipped and when it arrives? This is by no means a complaint on Folgertech, of course.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 03:13PM |
Registered: 9 years ago Posts: 21 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 03:51PM |
Registered: 9 years ago Posts: 6 |
Quote
hobbes
Are you guys kidding me? So the estimated delivery is complete bogus?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 04:17PM |
Registered: 9 years ago Posts: 33 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 05:20PM |
Registered: 9 years ago Posts: 276 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 05:39PM |
Registered: 9 years ago Posts: 367 |
Quote
therippa
Did anyone else have a problem with X home?
I followed the steps in animoose's blog...
physically, my X limit switch is on the right and the Y one is at the back. The X motor connector is reversed compared to the others (red wire to the left). This is exactly as shown in the construction guide.
in configuration.h, I have #define INVERT_X_DIR false, and #define X_HOME_DIR 1.
in pins.h somewhere around line 330, I have #define X_MAX_PIN 2, and #define X_MIN_PIN 3. This means my X limit switch tells the controller it is as it maximum value.
in Repetier's printer settings (printer shape), I set the X home to MAX.
But I'm still having problems. Before turning the printer on, I move the X motor to the right until it just turns on the endstop switch. In Repetier, though, if I click X home (and it knows X is at 200), it only moves to the left about 10mm. After a printing a calibration cube (also, the top of the cube didn't stick, any ideas?), it moves the X motor all the way to the left (0), but the printer thinks it's at 100.
Any ideas?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 07:06PM |
Registered: 9 years ago Posts: 276 |
Quote
animoose
Quote
therippa
Did anyone else have a problem with X home?
I followed the steps in animoose's blog...
physically, my X limit switch is on the right and the Y one is at the back. The X motor connector is reversed compared to the others (red wire to the left). This is exactly as shown in the construction guide.
in configuration.h, I have #define INVERT_X_DIR false, and #define X_HOME_DIR 1.
in pins.h somewhere around line 330, I have #define X_MAX_PIN 2, and #define X_MIN_PIN 3. This means my X limit switch tells the controller it is as it maximum value.
in Repetier's printer settings (printer shape), I set the X home to MAX.
But I'm still having problems. Before turning the printer on, I move the X motor to the right until it just turns on the endstop switch. In Repetier, though, if I click X home (and it knows X is at 200), it only moves to the left about 10mm. After a printing a calibration cube (also, the top of the cube didn't stick, any ideas?), it moves the X motor all the way to the left (0), but the printer thinks it's at 100.
Any ideas?
Sorry, no good ideas on the setting. They work fine for me. If I am already at X home (X=200) and I click home again, the print head moves a little to the left and them comes back to home. In fact, it does this on any X home command - it hits the endstop, moves a little left, then hits it again. Maybe it's a Marlin thing to get more precise positioning. Also, I don't really have much idea about the final position, except that I recommend adding M400 as the first line of the end G code (Slic3r > Printer Settings > Custom G-code > End G-code). It waits for all commands to complete. It could be that the M84 command to disable the motors is executing before they commands are done. On my printer, I got a nasty grinding noise right as the motors abruptly stopped at the end until I added the M400.
For the top of the cube not sticking: what temperature you are printing at? The PLA setting that Folger set (219C) should be more like 185 or 190C. Mine first cube looked like this [goo.gl] until I lowered the temperature.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 07:55PM |
Registered: 9 years ago Posts: 276 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 08:51PM |
Registered: 9 years ago Posts: 430 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 03, 2015 09:00PM |
Registered: 9 years ago Posts: 367 |
Quote
msaeger
I leveled the bed to the best of my ability and decided just to try and print a cube. With every layer the X axis gets of more and more to the right. (the side with the power supply) Y and Z axis seem to be ok.
Any advice as to what I have messed up? I'm not measuring but it seems like it gets off the same consistently. I tried the cube twice and it was looking off the same both times.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 03:02AM |
Registered: 9 years ago Posts: 10 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 03:39AM |
Registered: 9 years ago Posts: 276 |
Quote
hobbes
Are you guys kidding me? So the estimated delivery is complete bogus?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 10:29AM |
Registered: 9 years ago Posts: 135 |
Quote
therippa
Quote
animoose
Quote
therippa
Did anyone else have a problem with X home?
I followed the steps in animoose's blog...
physically, my X limit switch is on the right and the Y one is at the back. The X motor connector is reversed compared to the others (red wire to the left). This is exactly as shown in the construction guide.
in configuration.h, I have #define INVERT_X_DIR false, and #define X_HOME_DIR 1.
in pins.h somewhere around line 330, I have #define X_MAX_PIN 2, and #define X_MIN_PIN 3. This means my X limit switch tells the controller it is as it maximum value.
in Repetier's printer settings (printer shape), I set the X home to MAX.
But I'm still having problems. Before turning the printer on, I move the X motor to the right until it just turns on the endstop switch. In Repetier, though, if I click X home (and it knows X is at 200), it only moves to the left about 10mm. After a printing a calibration cube (also, the top of the cube didn't stick, any ideas?), it moves the X motor all the way to the left (0), but the printer thinks it's at 100.
Any ideas?
Sorry, no good ideas on the setting. They work fine for me. If I am already at X home (X=200) and I click home again, the print head moves a little to the left and them comes back to home. In fact, it does this on any X home command - it hits the endstop, moves a little left, then hits it again. Maybe it's a Marlin thing to get more precise positioning. Also, I don't really have much idea about the final position, except that I recommend adding M400 as the first line of the end G code (Slic3r > Printer Settings > Custom G-code > End G-code). It waits for all commands to complete. It could be that the M84 command to disable the motors is executing before they commands are done. On my printer, I got a nasty grinding noise right as the motors abruptly stopped at the end until I added the M400.
For the top of the cube not sticking: what temperature you are printing at? The PLA setting that Folger set (219C) should be more like 185 or 190C. Mine first cube looked like this [goo.gl] until I lowered the temperature.
Well, I figured out the X home issue. I ran M119, and saw the max endstop wasn't assigned correctly, so I changed it to X_MAX_PIN=3
As for the temperature, I'm testing at 200/200 and 185/190.[/quote
I am curious about x-pin assignment, I will have to do more looking into what it should be assigned to but here were my responces to the problem. It seems yours is a valid way to fix it but assuming future firmware isnt modified in that way, you will have to make sure to make that change each time you update. Unless that is the proper pin assignment in which case the future versions should all have that change in it.
My posts on the issue farther up in the thread :
Quote
mel0n
Quote
go_gn
Just printed my first hollow cube and a batarang last night. Didn't heat the bed since I'm using PLA so having some first layer sticking issues but they came out nice.
I'm having a strange problem with the X axis which I'm 100% sure is software, but I can't seem to figure out how to fix it.
Whenever I switch on the printer, I home my axes first. If I try to home the X axis first, instead of moving to the right and hitting the endstop, the printer moves maybe 5 to 10 mm to the left and stops. The red numbers on the manual control turn black and become 200 ( which is the max value for X axis).
The printer thinks it has homed but it actually is far from it. I don't understand why it thinks it has homed without hitting an endstop. If I dont hit home and try moving it towards the endstop using manual controls, it does not move. For some reason it thinks it is on the far end of the limit without any input. Is there a way to set the initial software position(before homing) in the firmware?
The strange thing is: If I home the Y and Z axes first (separately) and then try the same procedures for X axis, it works fine.
I can't seem to deduce why this would happen from the config code.
In Repetier, go into your printer settings, and make sure X axis home is set to min, not max. and also make sure your X endstop is plugged into min not max. Here is the shematic with lables, on your board they are lables X Y Z, I believe its upside down from the schematic but the order is the same.
[www.reprap.org]
I dont have my printer infront of me at the moment but I believe it goes z y x, so from right to left it goes x-min, x-max, y-min, y-max and so on.
Quote
mel0n
I am only double posting because I am not sure if you read my last post or not yet, but I didnt have my printer in front of me at the time of posting. the way mine is set up, looking at the front of the printer, my X endstop is all the way on the right side, and plugged into the X-Max endstop pins (X+ or the second set of pins in from the right side), and in repetier I have it set to max (under printer settings > printer shape).
In firmware my settings are:
const bool X_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
#define INVERT_X_DIR true // for Mendel set to false, for Orca set to true
With these settings, my printers home is at the front right corner of the print area, and it considers this to be x = 200.
I have been making note of everybodys issues and will be putting together a known problems and fixed post both here and on my blog sometime next week.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 02:44PM |
Registered: 9 years ago Posts: 7 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 04:21PM |
Registered: 9 years ago Posts: 21 |
Quote
arxidon
Hobbes I believe the estimated delivery is the time from when they receive your order to when they are able to ship it. After that the shipping time depends on where you live and such.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 04:37PM |
Registered: 9 years ago Posts: 276 |
Quote
nonfish
I too was having problems with the x axis. It gives me a log of "endstop hit" when I try to move towards the endstop (move right), even though it has plenty of space. It seems like it was reading the wrong pins for the endstop; M119 shows "x_min: open." Sure enough, swapping X_MAX_PIN with X_MIN_PIN's value worked.
If future versions of the firmware would have the same incorrect definition, though, wouldn't it be better to switch where the endstop is physically connected? Or is that wired differently? (I'm new to this).
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 06:53PM |
Registered: 9 years ago Posts: 33 |
I got in touch yesterday with Folger Tech , mine was saying delivery date of 7/3 , they said they normally ship in 2 to 5 days but they were waiting on a shipment that had been delayed.Quote
hobbes
Quote
arxidon
Hobbes I believe the estimated delivery is the time from when they receive your order to when they are able to ship it. After that the shipping time depends on where you live and such.
That's incorrect. It represents an approximated timeframe for when the package can be delivered, without unforseen delays. I've always recieved the package on, before, or just a day after the estimated delivery date and in most cases the tracking information was updated daily (usps as well). I'm quite annoyed with this as I'm going to have to wait 'til next weekend to assemble it, assuming it will even show up next week...
I've also contacted Folgertech yesterday but i'm assuming it was a no work day, as it was for me.
I just hope when it gets here there won't be missing parts as it sounds pretty common.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 07:19PM |
Registered: 9 years ago Posts: 7 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 07:48PM |
Registered: 11 years ago Posts: 335 |
Quote
nonfish
Now that I got my printer running, does anyone know if there is a guide to updating marlin? I'd like to be up-to-date with the more recent releases, especially for some of the safety features added, but I'm not sure what settings I'll have to edit to get it to run for this printer specifically.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 07:55PM |
Registered: 9 years ago Posts: 3 |
Quote
mel0n
Just curious, is anybody else's printer really loud? Mine has been really loud, and getting progressively louder the more I print with it. Its completely related to the X-Axis and its a really loud vibration. I have tried messing with belt tension to make sure its not too tight, but the sound is still loud...My Y is nice and quiet even during rapid movements that usually have my X axis screaming.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 10:07PM |
Registered: 9 years ago Posts: 276 |
Quote
Aridad
Quote
mel0n
Just curious, is anybody else's printer really loud? Mine has been really loud, and getting progressively louder the more I print with it. Its completely related to the X-Axis and its a really loud vibration. I have tried messing with belt tension to make sure its not too tight, but the sound is still loud...My Y is nice and quiet even during rapid movements that usually have my X axis screaming.
This is the one of the only complaints I have about this printer. My printer performs and prints beautifully. My wife and I have run it probably 16 hours a day for the last three weeks!
My printer rapids in x perfectly, but at fill speed in the X direction, it resonates super loud. It'll wake me up if I'm printing overnight.
My Y-axis got really noisy for a bit, but I printed and installed this: ytensioner and I tensioned it to what I felt was appropriate, and the noise went away. (Great part, difficult to assemble/install)
I also had to put foam in between the Y-bearing carriages and the aluminum plate (I actually used ear plugs cut in half). The printed carriages are not perfect and put twist into the aluminum plate when tightened completely. I placed the foam and tightened the screws until the distance between the O.D. of the bearings and the top of the aluminum plate were within 0.002". I also had to increase the size of the clearance holes in the printed carriages for the same reason. The screws were so tight in the holes, that they created a bind in the assembly when tightened.
I'm thinking of installing this to tension X appropriately: xtensioner but I'm not sure I like the design yet. I think it needs a slot for the stock bolt for more stability.
The only other thing is that it doesn't come close to the advertised max print height. Like someone else said, it's max is somewhere around 145mm.
The better (more accurately) set up the machine is, the better it will print!
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 04, 2015 10:40PM |
Registered: 9 years ago Posts: 367 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 05, 2015 01:05AM |
Registered: 9 years ago Posts: 135 |
Quote
Aridad
Quote
mel0n
Just curious, is anybody else's printer really loud? Mine has been really loud, and getting progressively louder the more I print with it. Its completely related to the X-Axis and its a really loud vibration. I have tried messing with belt tension to make sure its not too tight, but the sound is still loud...My Y is nice and quiet even during rapid movements that usually have my X axis screaming.
This is the one of the only complaints I have about this printer. My printer performs and prints beautifully. My wife and I have run it probably 16 hours a day for the last three weeks!
My printer rapids in x perfectly, but at fill speed in the X direction, it resonates super loud. It'll wake me up if I'm printing overnight.
My Y-axis got really noisy for a bit, but I printed and installed this: ytensioner and I tensioned it to what I felt was appropriate, and the noise went away. (Great part, difficult to assemble/install)
I also had to put foam in between the Y-bearing carriages and the aluminum plate (I actually used ear plugs cut in half). The printed carriages are not perfect and put twist into the aluminum plate when tightened completely. I placed the foam and tightened the screws until the distance between the O.D. of the bearings and the top of the aluminum plate were within 0.002". I also had to increase the size of the clearance holes in the printed carriages for the same reason. The screws were so tight in the holes, that they created a bind in the assembly when tightened.
I'm thinking of installing this to tension X appropriately: xtensioner but I'm not sure I like the design yet. I think it needs a slot for the stock bolt for more stability.
The only other thing is that it doesn't come close to the advertised max print height. Like someone else said, it's max is somewhere around 145mm.
The better (more accurately) set up the machine is, the better it will print!
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 05, 2015 11:28AM |
Registered: 9 years ago Posts: 2 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 05, 2015 11:33AM |
Registered: 9 years ago Posts: 135 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 05, 2015 04:00PM |
Registered: 11 years ago Posts: 444 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 05, 2015 06:53PM |
Registered: 9 years ago Posts: 430 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 05, 2015 08:40PM |
Registered: 9 years ago Posts: 367 |
Quote
msaeger
Help me get this thing going!
Attached is what I get when printing a 30x30 cube. Where should I even start?
[goo.gl]
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 05, 2015 08:55PM |
Registered: 9 years ago Posts: 276 |
Re: Folger Tech 2020 i3 Printer Kit (Official Thread) July 05, 2015 09:09PM |
Registered: 9 years ago Posts: 367 |
Quote
therippa
If anyone would like an easy way to mount the LCD smart controller to the frame, I made these - RepRapDiscount Smart Controller Mount for 2020 Frames.