Welcome! Log In Create A New Profile

Advanced

Folger Tech 2020 i3 Printer Kit (Official Thread)

Posted by Dan_FolgerTech 
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 10:52AM
Quote
markts
So you "homed everything" manually by pushing the extruder to the stops? They didn't move when pressed the home button?

Yes and yes, I tried pushing the Home button in the software and nothing happened (X and Y axis). I then moved the Y axis to the home position (at the end stop), and couldn't get it to move either direction. There is no sound or anything from the motors
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 11:19AM
Have you installed the stepper driver boards properly? In the right orientation?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 11:51AM
Quote
go_gn
Have you installed the stepper driver boards properly? In the right orientation?

Yes, the adjustment screw is facing away from the power connections as in the photo in the build guide
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 12:15PM
Found my mistake for the extruder temp warning missed a pin.


I think I have my bed level, and Z home set. My Y home pulls the bed inwards instead of outwards. My X axis though I have to tap the home button over and over to get it to the end stop on the left side. If I tell it to move 1 mm it may or may not. I think this may be a tuning problem with the stepper driver? Trying to understand that now.

Edited 3 time(s). Last edit at 07/26/2015 12:43PM by jasonsaffle13@gmail.com.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 01:09PM
Question for the folks who have this printer. What's the center to center distance between the two Z axis lead screws? I would like to use a closed loop belt and a center mounted single stepper on the top extrusion.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 01:14PM
When I try to issue commands to my X axis I get:
13:12:02.440 : echo:endstops hit: X:0.04
Rechecking my wires. If I click home it moves a little left till it hits the endstop but I get nothing going right.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 01:16PM
Jason, if you send M119 GCode, to get your endstop status, what does it report?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 01:24PM
13:23:43.925 : Reporting endstop status
13:23:43.925 : x_min: open
13:23:43.925 : x_max: TRIGGERED
13:23:43.925 : y_min: open
13:23:43.925 : y_max: TRIGGERED
13:23:43.925 : z_min: open
13:23:43.925 : z_max: TRIGGERED
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 01:26PM
Why are your Max triggered? Do you see your problem? It won't move to the right if it thinks it's at it's max distance.

Edited 1 time(s). Last edit at 07/26/2015 01:27PM by madmike8.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 01:27PM
I have no clue. I did not know there was a max just a min ones. I've also checked wires. Tried adjusting the stepper driver. Replaced stepper driver with a spare. If I flip the wires for the X-axis then it moves opposite. I followed the directions on flashing the firmware from the Folger tech guide could I have gone wrong there I wonder?

Edited 1 time(s). Last edit at 07/26/2015 01:30PM by jasonsaffle13@gmail.com.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 01:36PM
If your board is properly wired, then you have two solutions in your configuration.h

1. Disable max endstops
#define DISABLE_MAX_ENDSTOPS
2. Change the max endstop logic.
const bool X_MAX_ENDSTOP_INVERTING = false; (change to opposite of what it is now. True or false.)

Edit: Sorry, used an older version of Marlin syntax. Fixed.

Edited 1 time(s). Last edit at 07/26/2015 02:00PM by madmike8.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 01:42PM
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
const bool Y_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
//#define DISABLE_MAX_ENDSTOPS

to:

// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops.
const bool Y_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops.
const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops.
//#define DISABLE_MAX_ENDSTOPS

Then use the IDE program to reload?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 01:54PM
Or just remove the // from the disable max endstop line. The reload with the IDE.

Edited 1 time(s). Last edit at 07/26/2015 01:55PM by madmike8.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 02:12PM
My configuration.h (which is not from the latest version Marlin) says this, with the MAX lines commented out.

#ifdef ENDSTOPPULLUPS
// #define ENDSTOPPULLUP_XMAX
// #define ENDSTOPPULLUP_YMAX
// #define ENDSTOPPULLUP_ZMAX
#define ENDSTOPPULLUP_XMIN
#define ENDSTOPPULLUP_YMIN
#define ENDSTOPPULLUP_ZMIN
#endif

// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
const bool Y_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
//#define DISABLE_MAX_ENDSTOPS


See my blog at [moosteria.blogspot.com].
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 02:12PM
So much closer!! Now I can move it left and right but my home button does not work!!. The Y and Z do the little bounce thing now and are working fine. My X end stop is on the left side opposite of the power supply.
14:42:22.041 : Printer reset detected - initalizing
14:42:22.041 : start
14:42:22.041 : echo:Marlin 1.0.0
14:42:22.041 : echo: Last Updated: Jul 26 2015 5-20-15 13:59:35 | Author: (FOLGER TECH, 8 i3 Prusa Config)
14:42:22.041 : Compiled: Jul 26 2015
14:42:22.041 : echo: Free Memory: 4522 PlannerBufferBytes: 1232
14:42:24.451 : echoconfused smileyD init fail
14:42:24.481 : echo:Unknown command: ""
14:42:24.481 : Error:Line Number is not Last Line Number+1, Last Line: 0
14:42:24.481 : Resend: 1
14:42:24.491 : Error:Line Number is not Last Line Number+1, Last Line: 0
14:42:24.491 : Resend: 1
14:42:24.501 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[www.mendel-parts.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:FolgerTech EXTRUDER_COUNT:1
14:42:24.511 : echo:Active Extruder: 0
14:42:24.511 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[www.mendel-parts.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:FolgerTech EXTRUDER_COUNT:1
14:42:24.511 : echo:Active Extruder: 0
14:42:24.531 : Begin file list
14:42:24.531 : End file list
14:42:24.531 : echo:Active Extruder: 0
14:42:24.531 : echo:Active Extruder: 0
14:42:25.871 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[www.mendel-parts.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:FolgerTech EXTRUDER_COUNT:1
14:42:25.871 : echo:Active Extruder: 0
14:42:25.881 : Begin file list
14:42:25.881 : End file list
14:42:25.891 : echo:Active Extruder: 0

My y and z are fine and working (ok maybe my Y is backwards but it homes) But the X does not home if I first manual put the extreuder head against the end stop then power the printer up hook to it connect it makes x 0.00 where ever the extruder is at when I hit home! it will move fine left and right but if I hit the home button then it makes that location 0.00 and will not move left of it. though my y and z home never changes when I hit the buttons they go home. An what are these errors in the log? I am using the file from google drive Folger links to could this be the cause of my problem?

Edited 2 time(s). Last edit at 07/26/2015 02:50PM by jasonsaffle13@gmail.com.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 03:17PM
Ok, so I'm a few steps closer than earlier after a lot of troubleshooting and part replacement. I have my Y and Z axes working properly, but my X will not do much. If I push home, it moves a few mm and stops, then sets that position to 0. If I move it in the other direction, no matter if I command 1mm, 10mm, or 50mm, it moves the same few mm and stops. I can only move it each direction 1 time and then it stops working. If this a config issue?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 03:18PM
Exact same issue i was fighting read above but still can not get x home to work
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 03:40PM
INteresting, wonder if there is an issue with the Folgertech firmware. This is my log when connection to the printer in Reptier. Lots of errors but I'm not sure what they mean. Also, the RAMPS test code runs fine, so I'm pretty sure FOlgertech has an error in the config, but I'm not sure how to troubleshoot that.

15:38:09.066 : Printer reset detected - initalizing
15:38:09.066 : start
15:38:09.066 : echo:Marlin 1.0.0
15:38:09.070 : echo: Last Updated: Jul 26 2015 5-20-15 15:37:02 | Author: (FOLGER TECH, 8 i3 Prusa Config)
15:38:09.070 : Compiled: Jul 26 2015
15:38:09.073 : echo: Free Memory: 4519 PlannerBufferBytes: 1232
15:38:11.477 : echoconfused smileyD init fail
15:38:11.547 : echo:Unknown command: ""
15:38:11.551 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.551 : Resend: 1
15:38:11.555 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.560 : Resend: 1
15:38:11.563 : echo:Unknown command: "0"
15:38:11.563 : Error:No Line Number with checksum, Last Line: 0
15:38:11.564 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.564 : Resend: 1
15:38:11.568 : Error:checksum mismatch, Last Line: 0
15:38:11.568 : Resend: 1
15:38:11.573 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.573 : Resend: 1
15:38:11.576 : Error:No Line Number with checksum, Last Line: 0
15:38:11.576 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.576 : Resend: 1
15:38:11.580 : Error:No Line Number with checksum, Last Line: 0
15:38:11.580 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.580 : Resend: 1
15:38:11.586 : Error:No Line Number with checksum, Last Line: 0
15:38:11.588 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.588 : Resend: 1
15:38:11.597 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[www.mendel-parts.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:FolgerTech EXTRUDER_COUNT:1
15:38:11.612 : echo:Active Extruder: 0
15:38:11.612 : Begin file list
15:38:11.613 : End file list
15:38:11.614 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[www.mendel-parts.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:FolgerTech EXTRUDER_COUNT:1
15:38:11.615 : echo:Active Extruder: 0
15:38:11.615 : Begin file list
15:38:11.615 : End file list
15:38:11.617 : Error:Line Number is not Last Line Number+1, Last Line: 7
15:38:11.617 : Resend: 8
15:38:11.622 : Error:No Line Number with checksum, Last Line: 7
15:38:11.622 : Error:Line Number is not Last Line Number+1, Last Line: 7
15:38:11.625 : Resend: 8
15:38:11.629 : echo:Active Extruder: 0
15:38:11.634 : Error:Line Number is not Last Line Number+1, Last Line: 11
15:38:11.634 : Resend: 12
15:38:11.638 : Error:No Line Number with checksum, Last Line: 11
15:38:11.638 : Error:Line Number is not Last Line Number+1, Last Line: 11
15:38:11.641 : Resend: 12
15:38:11.645 : Error:Line Number is not Last Line Number+1, Last Line: 11
15:38:11.645 : Resend: 12
15:38:11.649 : echo:Active Extruder: 0
15:38:11.654 : Error:Line Number is not Last Line Number+1, Last Line: 15
15:38:11.654 : Resend: 16
15:38:12.826 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[www.mendel-parts.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:FolgerTech EXTRUDER_COUNT:1
15:38:12.826 : echo:Active Extruder: 0
15:38:12.829 : Begin file list
15:38:12.829 : End file list
15:38:12.833 : echo:Active Extruder: 0

Edited 1 time(s). Last edit at 07/26/2015 03:47PM by nmh5028.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 03:51PM
Quote
nmh5028
INteresting, wonder if there is an issue with the Folgertech firmware. This is my log when connection to the printer in Reptier. Lots of errors but I'm not sure what they mean. Also, the RAMPS test code runs fine, so I'm pretty sure FOlgertech has an error in the config, but I'm not sure how to troubleshoot that.

15:38:09.066 : Printer reset detected - initalizing
15:38:09.066 : start
15:38:09.066 : echo:Marlin 1.0.0
15:38:09.070 : echo: Last Updated: Jul 26 2015 5-20-15 15:37:02 | Author: (FOLGER TECH, 8 i3 Prusa Config)
15:38:09.070 : Compiled: Jul 26 2015
15:38:09.073 : echo: Free Memory: 4519 PlannerBufferBytes: 1232
15:38:11.477 : echoconfused smileyD init fail
15:38:11.547 : echo:Unknown command: ""
15:38:11.551 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.551 : Resend: 1
15:38:11.555 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.560 : Resend: 1
15:38:11.563 : echo:Unknown command: "0"
15:38:11.563 : Error:No Line Number with checksum, Last Line: 0
15:38:11.564 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.564 : Resend: 1
15:38:11.568 : Error:checksum mismatch, Last Line: 0
15:38:11.568 : Resend: 1
15:38:11.573 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.573 : Resend: 1
15:38:11.576 : Error:No Line Number with checksum, Last Line: 0
15:38:11.576 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.576 : Resend: 1
15:38:11.580 : Error:No Line Number with checksum, Last Line: 0
15:38:11.580 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.580 : Resend: 1
15:38:11.586 : Error:No Line Number with checksum, Last Line: 0
15:38:11.588 : Error:Line Number is not Last Line Number+1, Last Line: 0
15:38:11.588 : Resend: 1
15:38:11.597 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[www.mendel-parts.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:FolgerTech EXTRUDER_COUNT:1
15:38:11.612 : echo:Active Extruder: 0
15:38:11.612 : Begin file list
15:38:11.613 : End file list
15:38:11.614 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[www.mendel-parts.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:FolgerTech EXTRUDER_COUNT:1
15:38:11.615 : echo:Active Extruder: 0
15:38:11.615 : Begin file list
15:38:11.615 : End file list
15:38:11.617 : Error:Line Number is not Last Line Number+1, Last Line: 7
15:38:11.617 : Resend: 8
15:38:11.622 : Error:No Line Number with checksum, Last Line: 7
15:38:11.622 : Error:Line Number is not Last Line Number+1, Last Line: 7
15:38:11.625 : Resend: 8
15:38:11.629 : echo:Active Extruder: 0
15:38:11.634 : Error:Line Number is not Last Line Number+1, Last Line: 11
15:38:11.634 : Resend: 12
15:38:11.638 : Error:No Line Number with checksum, Last Line: 11
15:38:11.638 : Error:Line Number is not Last Line Number+1, Last Line: 11
15:38:11.641 : Resend: 12
15:38:11.645 : Error:Line Number is not Last Line Number+1, Last Line: 11
15:38:11.645 : Resend: 12
15:38:11.649 : echo:Active Extruder: 0
15:38:11.654 : Error:Line Number is not Last Line Number+1, Last Line: 15
15:38:11.654 : Resend: 16
15:38:12.826 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[www.mendel-parts.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:FolgerTech EXTRUDER_COUNT:1
15:38:12.826 : echo:Active Extruder: 0
15:38:12.829 : Begin file list
15:38:12.829 : End file list
15:38:12.833 : echo:Active Extruder: 0

Try loading the latest firmware with the Folgertech settings already merged in - [www.github.com]
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 04:15PM
every problem I had was either electrical or mechanical .. I used the same stock software as everyone else,, everything works as its supposed I have printed out quite a few pieces and except for some ABS lifting They all came out just fine I am not a programmer so I left all the software alone ..
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 04:36PM
James,

Once again M119.

See what's triggered.

Press your Xhome switch and hold it do M119 and see what it reports. You may have to invert the logic for x min too.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 05:54PM
I've thrown in the towel for now. I wrote Folger Tech and I am awaiting what they say. I did try printing once and the extruder moved to the front left edge of the bed and I did not extrude anything though I did have filament "leaking" out of the tip. Maybe it's something simple but to frustrated to see it right now.

Gonna drink some beers play some video games and look at it tomorrow. Came across this guy with same issue.

[youtu.be]

Edited 2 time(s). Last edit at 07/26/2015 06:04PM by jasonsaffle13@gmail.com.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 06:25PM
I will look in tomorrow. I think your close, but solve the problems one at a time.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 06:39PM
I just added a reply in the comments for that video.

Jason, can I also suggest you read the first couple of paragraphs of [moosteria.blogspot.com]. It describes what I did to get it going. You have to have multiple things right - the physical connections, the firmware and the Repetier settings. If any one of them is wrong, or if they are not consistent with each other, then you can end up stick.

Hope this helps (and maybe wait until after the beer wears off before trying it smileys with beer)


See my blog at [moosteria.blogspot.com].
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 07:46PM
I can get it "working" by changing settings or pin plug-ins. But what I can not figure out is why when I hit Y or Z they home like they should but the X just marks where ever it is sitting as the new "home" location.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 08:11PM
Quote
[email protected]
I can get it "working" by changing settings or pin plug-ins. But what I can not figure out is why when I hit Y or Z they home like they should but the X just marks where ever it is sitting as the new "home" location.

I've gone through the whole thread and I'm in exactly the same place as you. I just flashed the firmware linked a few posts ago and it does the same thing.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 08:39PM
Quote
[email protected]
I can get it "working" by changing settings or pin plug-ins. But what I can not figure out is why when I hit Y or Z they home like they should but the X just marks where ever it is sitting as the new "home" location.

Mine never seems to respond to the manual controls in repetier correctly but it prints just fine.


Newbie with Folgertech 2020 i3.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 10:01PM
I just got back from work and now im gonna config my printer, but the power supply wont ouput anything and the input it wired correctly i believe. The single circular prong is the earth ground correct, and the other two are interchangeable? I got it to work I had a cord mixed around. Now a new question what is the easiest way to make a belt tighter. The Y Belt is very loose now after I set everything to the home position.

Edited 1 time(s). Last edit at 07/26/2015 10:28PM by zarnold16.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 11:26PM
Quote
zarnold16
I just got back from work and now im gonna config my printer, but the power supply wont ouput anything and the input it wired correctly i believe. The single circular prong is the earth ground correct, and the other two are interchangeable? I got it to work I had a cord mixed around. Now a new question what is the easiest way to make a belt tighter. The Y Belt is very loose now after I set everything to the home position.

I just went through tightening the Y belt the other day. The guides online say when it's tight enough, you should be able to pluck it and it'll sound like a cello bass string. No matter how hard I tried to get it tight by pulling on the belt, I couldn't get it tight enough. I ended up unscrewing the motor, installed and tied down the belt on the Y carriage holder at an eyeballed point where I knew it would be tighter than I could get it by hand (I marked off on the belt the tightest I could get it before), and then screwed the motor back on the frame rail. It's tight as a cello string now.

Edited 1 time(s). Last edit at 07/26/2015 11:28PM by therippa.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
July 26, 2015 11:31PM
Quote
therippa
Quote
zarnold16
I just got back from work and now im gonna config my printer, but the power supply wont ouput anything and the input it wired correctly i believe. The single circular prong is the earth ground correct, and the other two are interchangeable? I got it to work I had a cord mixed around. Now a new question what is the easiest way to make a belt tighter. The Y Belt is very loose now after I set everything to the home position.

I just went through tightening the Y belt the other day. The guides online say when it's tight enough, you should be able to pluck it and it'll sound like a cello bass string. No matter how hard I tried to get it tight by pulling on the belt, I couldn't get it tight enough. I ended up unscrewing the motor, installed and tied down the belt on the Y carriage holder at an eyeballed point where I knew it would be tighter than I could get it by hand (I marked off on the belt the tightest I could get it before), and then screwed the motor back on the frame rail. It's tight as a cello string now.

Okay thanks ill try that in the morning. Should my extruder fan be hooked up to the ramps board? The fan constantly running when the extruder is off is very annoying?

Edited 1 time(s). Last edit at 07/26/2015 11:46PM by zarnold16.
Sorry, only registered users may post in this forum.

Click here to login