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)
January 20, 2017 05:51PM
Quote
tjnamtiw
You sound a lot like me. My 'go to' printer is still the 2020 i3 because it just keeps going! I have the FT5 to with the BLTOUCH, E3D, and the Titan. It also runs well but I've used it mainly to run parts that I need multiples of for orders. I made a few things that required the height given by the FT5 but mostly groups of parts. The one advantage I like with the RC8 is that it lets you reset and test the BLTOUCH right from the LCD screen. It also does mesh bed leveling for uneven glass surfaces like the borosilicate glass I use. I manually leveled for a long time but I succombed to the lure of another 'gadget', the BLTOUCH, and haven't looked back. No more leveling at all now. Plus, the real downside of the FT5 is the crappy bed so the BLTOUCH solved that problem plus I only use 3 points, as you should, to level the bed close enough.

The BLTOUCH has been a real saver on the FT-5 because I have a thermal problem. The room that I have the printer in is not always heated so in the morning when things are cold I need to adjust the X-offset and as it warms up I keep having to adjust it in small amounts at the start of a new print for an hour or so. Once everything is warmed up it is stable, so its just as its warming up. I do have a full enclosure which helps it warm up quicker. For a printing surface I use the 12x12 mirrors from Lowe's but with the E3D and the 30W heater it takes a little while for it to warm up. I found that I can go to 4 (actually 16) sampling for the bed level and that is just about the right amount of time to let the hot end heat up. The other thing I added is the 280W bed heater so I can get things heated up a lot quicker. But the most important things things is when I break something I go back to the 2020 i3 to print what I need to get things going again.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 23, 2017 02:01PM
Has anyone tried marlin 1.1.0 rc8 on their 2020 yet? Just wonder how your display looked after the update.the attached photo is how mine turned out. I just install bltouch on mine last night and decide to try out rc8 for the bltouch support. Just wondering is i missed a setting some where to for the display?
Attachments:
open | download - IMG_7105.JPG (23 KB)
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 23, 2017 03:50PM
Quote
Mopar99
Has anyone tried marlin 1.1.0 rc8 on their 2020 yet? Just wonder how your display looked after the update.the attached photo is how mine turned out. I just install bltouch on mine last night and decide to try out rc8 for the bltouch support. Just wondering is i missed a setting some where to for the display?

I recently downloaded 1.1.0 RC8 on my 2020 i3 and I have the normal screen. I also have the BLTOUCH installed for the last year or more. No problems. I suggest you try to download the ENTIRE RC8 again and install it all again. Maybe you somehow selected the wrong display.

I also have RC8 running on my FT5

Edited 1 time(s). Last edit at 01/23/2017 03:51PM by tjnamtiw.


Folger Tech 2020 i3 and FT-5 as well as modified JGAurora A5 with direct drive E3D/Titan. All running the BLTOUCH.
Great kits. Having fun and running the heck out of them.
Running Marlin 1.1.0 RC8 on the i3 and FT5. Custom firmware on A5.
Folger Tech Wiki board >[folgertech.wikia.com]
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 24, 2017 01:30PM
Quote
tjnamtiw
Quote
Mopar99
Has anyone tried marlin 1.1.0 rc8 on their 2020 yet? Just wonder how your display looked after the update.the attached photo is how mine turned out. I just install bltouch on mine last night and decide to try out rc8 for the bltouch support. Just wondering is i missed a setting some where to for the display?

I recently downloaded 1.1.0 RC8 on my 2020 i3 and I have the normal screen. I also have the BLTOUCH installed for the last year or more. No problems. I suggest you try to download the ENTIRE RC8 again and install it all again. Maybe you somehow selected the wrong display.

I also have RC8 running on my FT5

Thank you for your assistant tjnamtiw!

I figure it out, just didn't look far enough down the list to see it was the REPRAP_DISCOUNT_SMART_CONTROLLER winking smiley

if you don't mind me asking, does the following selection look right for the BLTouch for RC8. Noticed the instructions that came with mine are for RC7 and the wiki page is rc3. Leaves me wondering about my z axis, if i have a driver issue or a setting set incorrectly.

//===========================================================================
//============================= Z Probe Options =============================
//===========================================================================
// @section probes

//
// Probe Type
// Probes are sensors/switches that are activated / deactivated before/after use.
//
// Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
// You must activate one of these to use Auto Bed Leveling below.
//
// Use M851 to set the Z probe vertical offset from the nozzle. Store with M500.
//

// A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
// For example an inductive probe, or a setup that uses the nozzle to probe.
// An inductive probe must be deactivated to go below
// its trigger-point if hardware endstops are active.
//#define FIX_MOUNTED_PROBE

// The BLTouch probe emulates a servo probe.
// The default connector is SERVO 0. Set Z_ENDSTOP_SERVO_NR below to override.
#define BLTOUCH

// Z Servo Probe, such as an endstop switch on a rotating arm.
//#define Z_ENDSTOP_SERVO_NR 0
//#define Z_SERVO_ANGLES {70,0} // Z Servo Deploy and Stow angles

// Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
//#define Z_PROBE_SLED
//#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.

// Z Probe to nozzle (X,Y) offset, relative to (0, 0).
// X and Y offsets must be integers.
//
// In the following example the X and Y offsets are both positive:
// #define X_PROBE_OFFSET_FROM_EXTRUDER 10
// #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
//
//    +-- BACK ---+
//    |           |
//  L |    (+) P  | R <-- probe (20,20)
//  E |           | I
//  F | (-) N (+) | G <-- nozzle (10,10)
//  T |           | H
//    |    (-)    | T
//    |           |
//    O-- FRONT --+
//  (0,0)
#define X_PROBE_OFFSET_FROM_EXTRUDER 0  // X offset: -left  +right  [of the nozzle]
#define Y_PROBE_OFFSET_FROM_EXTRUDER -20  // Y offset: -front +behind [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0   // Z offset: -below +above  [the nozzle]

// X and Y axis travel speed (mm/m) between probes
#define XY_PROBE_SPEED 8000
// Speed for the first approach when double-probing (with PROBE_DOUBLE_TOUCH)
#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
// Speed for the "accurate" probe of each point
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
// Use double touch for probing
//#define PROBE_DOUBLE_TOUCH

//
// Allen Key Probe is defined in the Delta example configurations.
//

// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
//
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
// Example: To park the head outside the bed area when homing with G28.
//
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
//
// For a servo-based Z probe, you must set up servo support below, including
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
//
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
// - Use 5V for powered (usu. inductive) sensors.
// - Otherwise connect:
//   - normally-closed switches to GND and D32.
//   - normally-open switches to 5V and D32.
//
// Normally-closed switches are advised and are the default.
//

//
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
// default pin for all RAMPS-based boards. Most boards use the X_MAX_PIN by default.
// To use a different pin you can override it here.
//
// WARNING:
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
// Use with caution and do your homework.
//
//#define Z_MIN_PROBE_PIN X_MAX_PIN

//
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
//
//#define Z_MIN_PROBE_ENDSTOP

// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
// The Z_MIN_PIN will then be used for both Z-homing and probing.
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

// To use a probe you must enable one of the two options above!

// Enable Z Probe Repeatability test to see how accurate your probe is
//#define Z_MIN_PROBE_REPEATABILITY_TEST

/**
 * Z probes require clearance when deploying, stowing, and moving between
 * probe points to avoid hitting the bed and other hardware.
 * Servo-mounted probes require extra space for the arm to rotate.
 * Inductive probes need space to keep from triggering early.
 *
 * Use these settings to specify the distance (mm) to raise the probe (or
 * lower the bed). The values set here apply over and above any (negative)
 * probe Z Offset set with Z_PROBE_OFFSET_FROM_EXTRUDER, M851, or the LCD.
 * Only integer values >= 1 are valid here.
 *
 * Example: `M851 Z-5` with a CLEARANCE of 4  =>  9mm from bed to nozzle.
 *     But: `M851 Z+1` with a CLEARANCE of 2  =>  2mm from bed to nozzle.
 */
#define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points

//
// For M851 give a range for adjusting the Z probe offset
//
#define Z_PROBE_OFFSET_RANGE_MIN -20
#define Z_PROBE_OFFSET_RANGE_MAX 20

// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
// :{ 0:'Low', 1:'High' }
#define X_ENABLE_ON 0
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0
#define E_ENABLE_ON 0 // For all extruders

// Disables axis stepper immediately when it's not being used.
// WARNING: When motors turn off there is a chance of losing position accuracy!
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false
// Warn on display about possibly reduced accuracy
//#define DISABLE_REDUCED_ACCURACY_WARNING

Edited 1 time(s). Last edit at 01/24/2017 01:41PM by Mopar99.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 25, 2017 06:55PM
You should turn on line numbering in Marlin to make it easier to comment back.

Of course, first you must define your x,y, and z_PROBE_OFFSET_FROM_EXTRUDER.

Then you should take away the two \\ from //#define PROBE_DOUBLE_TOUCH

and increase #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2) to /5 so the second probe is slower and more precise.

You might want to play around with the value of these once you are up and running to save some time so the BLTOUCH doesn't go up so high between probes.>
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points

Have fun


Folger Tech 2020 i3 and FT-5 as well as modified JGAurora A5 with direct drive E3D/Titan. All running the BLTOUCH.
Great kits. Having fun and running the heck out of them.
Running Marlin 1.1.0 RC8 on the i3 and FT5. Custom firmware on A5.
Folger Tech Wiki board >[folgertech.wikia.com]
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 25, 2017 08:18PM
Last night, I had something printing- it was about 20 minutes into a 40 minute print- and I wandered into the kitchen to make some food, when suddenly I realized my printer was being mischievously quiet...

When I went to go check on my little darling, it was just sitting there. My computer was still pushing g-code to it, but the printer was not operating.

Symptoms:
All of the USB powered functions appear to behave normally.
-I can connect
-I can send commands
-The printer responds
-Both the extruder and bed thermistors read accurately, and agree with eachother (and communicate back to the computer)

While the fan for the extruder runs when power is given to the printer (but it bypasses the ramps board), none of the other 12v functions work.
-No motor movement
-No heated bed
-No extruder heat

I figured this means one of those big nasty fuses was blown; I used a multimeter, attached one end to a ground, and the other end to both sides of both of the big yellow fuses (one at a time, of course), this reads 12-ish at each location... So, not the fuses.

Any ideas?

Side note: Yesterday while troubleshooting I kept seeing a message: "Active extruder:0" every time I connected, which a friend told me meant it wasn't connected. Today, however, I see no such message when connecting to my printer...

Edited 1 time(s). Last edit at 01/25/2017 08:19PM by Colt4D5.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 25, 2017 10:50PM
When checking the fuses measure DC voltage across them. If you read 12 volts, they are blown. If you read 0, they are OK.


Folger Tech 2020 i3 and FT-5 as well as modified JGAurora A5 with direct drive E3D/Titan. All running the BLTOUCH.
Great kits. Having fun and running the heck out of them.
Running Marlin 1.1.0 RC8 on the i3 and FT5. Custom firmware on A5.
Folger Tech Wiki board >[folgertech.wikia.com]
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 25, 2017 11:04PM
Quote
tjnamtiw
When checking the fuses measure DC voltage across them. If you read 12 volts, they are blown. If you read 0, they are OK.

Both fuses measure 0 across them.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 27, 2017 10:07AM
Quote
PonyTailSteve
Quote
crumb4life
Quote
PonyTailSteve
Hello,
So I got my FT 2020 i3 built and printing; however I do have a couple of issues that I am unsuccessful so far in resolving.
1. It prints in a mirrored fashion. Meaning the resulting print is that exact mirror of what the original is. I can resolve this in the Repitier Host by selecting the "mirror" button, but really would like to permanently fix it. I did some searching and found some suggestions, but no luck so far. I still have more research to do on that.

2. The more important issue that I would like to resolve is the print size. I printed the 20mm test block and the sizes are all off on all axis's. (as well as being a bit distorted on the top x-axis) I have tried adjusting the bed and nozzle temperatures as well as used different brands of filament, but no luck. This is my first experience with 3d printing so I apologize if what I ask is basic, but I have had no luck so far and am reaching out for suggestions.

My setup is as follows:
FT 2020 i3
Repitier Host w.slic3r
FT supplied firmware
Printing PLA
Bed/nozzle temp heat: 70/219 ~ 0/200

First some pictures of the print would be helpful to diagnose the issues. What firmware are you running? The beta or the orginal?
The print size can be a few things. From the e steps not calibrated correctly. Z steps also. And extrusion not calibrated right. Have you calibrated all of these? The FT settings are an ok place to start but not the final say. And do you have a cooling fan for the part while printing?

Thank you!

crumb4life,

I'm using the original firmware. Attached is a picture of my first cube with no cooling fan and the second (different file) is with a cooling fan. (I also has a problem with is printing mirrored images of the original)

The second print's X and Y axis actually measures much better, but the Z axis in about 2mm short.

I will look at what it takes to calibrate the 'e' steps next and try that.

Thanks!

So here's an update: I calibrated the extruder and the Z-axis .. That's all good, however this gets strange. I printed out a calibration cube (20x20x20) that I downloaded and it measures pretty close. I then created my own 20x20x20 cube and the measurements were much better. So it looks as if I am good to go ... so I thought ...

I created a tube (think straw) for a project that I am working on and the diameter is way off. I tried this couple of different ways: nozzle/bed heat , created in mm/in - setting the appropriate size setting on the Repitier and even checking it in another program (name escapes me).

Tonight I will try another square print and circle print to see how mush it's off.. any input is more than welcome!

Thanks again!
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 27, 2017 12:49PM
Quote
PonyTailSteve

So here's an update: I calibrated the extruder and the Z-axis .. That's all good, however this gets strange. I printed out a calibration cube (20x20x20) that I downloaded and it measures pretty close. I then created my own 20x20x20 cube and the measurements were much better. So it looks as if I am good to go ... so I thought ...

I created a tube (think straw) for a project that I am working on and the diameter is way off. I tried this couple of different ways: nozzle/bed heat , created in mm/in - setting the appropriate size setting on the Repitier and even checking it in another program (name escapes me).

Tonight I will try another square print and circle print to see how mush it's off.. any input is more than welcome!

Thanks again!

Holes are ALWAYS smaller because they aren't circles, but a group of connected lines. When you design something, make the holes at least 10% bigger. Experiment and see what % works for you.


Folger Tech 2020 i3 and FT-5 as well as modified JGAurora A5 with direct drive E3D/Titan. All running the BLTOUCH.
Great kits. Having fun and running the heck out of them.
Running Marlin 1.1.0 RC8 on the i3 and FT5. Custom firmware on A5.
Folger Tech Wiki board >[folgertech.wikia.com]
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 27, 2017 03:50PM
Some experiments I did on hole size a while back: [moosteria.blogspot.com].


See my blog at [moosteria.blogspot.com].
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
January 30, 2017 09:19AM
Quote
tjnamtiw
You should turn on line numbering in Marlin to make it easier to comment back.

Of course, first you must define your x,y, and z_PROBE_OFFSET_FROM_EXTRUDER.

Then you should take away the two \\ from //#define PROBE_DOUBLE_TOUCH

and increase #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2) to /5 so the second probe is slower and more precise.

You might want to play around with the value of these once you are up and running to save some time so the BLTOUCH doesn't go up so high between probes.>
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points

Have fun

I had some time this weekend to tinker some on my printer... it appears to be some differences between rc3 and rc8.... if i load RC3 my z motor work fine, load RC8 and the z motor shutter or struggle to move. so I off to get the compare software to see whats up. I've tried to match up setting on the RC8 to what was set in RC3 in the Configuration.h. It's just been to long to remember where else I need to look in the marlin files for some of this stuff. bltouch seem to work fine with RC8, it does it's little probe test when power on. :-)
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 01, 2017 12:24PM
I bought one about a year ago used pre-built from a friend. Since then I've beat the hell out of it printing around the clock and it still runs good.

Project at hand is a Chimera mixing head. How do I go about setting up the firmware to read two motors, one heater, one temp probe? I think I see what I have to do, but considering how well this machine has run I don't want to "blow it up" even metaphorically.

Assume that I have access to tools, the Arduino programming environment, the basic stock Folgertech Firmware that they have on Google Drive and that I can follow basic directions. grinning smiley

Actually it doesn't look that bad, the mechanical setup of the carriage looks to be more difficult than the firmware side.....
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 05, 2017 12:17PM
I just finished my build and had a few questions

#1 Why is the Z carriage under the 3rd stepper driver plugged in backwards?

#2 Step 21-2 picture shows Black + Red - but reads Black - Red + which is correct?

#3 I am using the Full LCD so the firmware updater i use is FT-2020 Full LCD correct?

#4 Step 7 config manual, doesnt read Folger Tech under author mine reads author: SW & CM

#5 I get a Fatal Error on Connect, Extruder switched off MaxTemp triggerered and I cannot get it cleared. I have checked all wiring it is wired correctly.

any help to any question is greatly appreciated.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 05, 2017 12:40PM
Quote
RanchoMattPS
I just finished my build and had a few questions

#1 Why is the Z carriage under the 3rd stepper driver plugged in backwards?

#2 Step 21-2 picture shows Black + Red - but reads Black - Red + which is correct?

#3 I am using the Full LCD so the firmware updater i use is FT-2020 Full LCD correct?

#4 Step 7 config manual, doesnt read Folger Tech under author mine reads author: SW & CM

#5 I get a Fatal Error on Connect, Extruder switched off MaxTemp triggerered and I cannot get it cleared. I have checked all wiring it is wired correctly.

any help to any question is greatly appreciated.

#1 Easier to change physically than trying to remember to change it in Marlin

#4 Depends on where you go your Marlin files from?

Thats all the answer i can provide you at the moment. maybe someone else can answer the others?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 05, 2017 01:03PM
Quote
RanchoMattPS
I just finished my build and had a few questions

#1 Why is the Z carriage under the 3rd stepper driver plugged in backwards?

#2 Step 21-2 picture shows Black + Red - but reads Black - Red + which is correct?

#3 I am using the Full LCD so the firmware updater i use is FT-2020 Full LCD correct?

#4 Step 7 config manual, doesnt read Folger Tech under author mine reads author: SW & CM

#5 I get a Fatal Error on Connect, Extruder switched off MaxTemp triggerered and I cannot get it cleared. I have checked all wiring it is wired correctly.

any help to any question is greatly appreciated.

#5 is probably a shorted Thermistor for the hotend.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 05, 2017 01:23PM
So i have my BLtouch functioning somewhat now....Question now is what should the startup script look like?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 09, 2017 06:35PM
#1 Ok I have my FT 2020 built, I can move all axis using the LCD controller. I can home/control all axis in Repetier. I slice and print and nothing happens. I can see it sending the gcode but nothing ever moves. My extruder heats up fine. My heated bed will only heat up to 35C. But even if I lower the heat temp to under 35C nothing moves. I have checked my stepper drivers and they are at the correct voltage. Is there a sketch that I can use to move the extruder on all its axis using the arrow keys. I cant tell if its not working because of my heated bed error or something else. Is there something i am missing? Any help is appreciated.

#2 Is there a way to wire up the Heated Bed so that if something goes wrong it doesnt fry my Ramps board? Can I power the bed externally with its own 12v power supply?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 12, 2017 10:12PM
Better design for y idler:
I have an acrylic FolgerTech i3.
I am looking for a better design for the y idler. Currently using 623zz with plastic housing but it wobbles too much.
Any ideas?
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 15, 2017 01:59PM
Folks - 3d printer novice here. I just finished my 2020. It went together OK, some things I thought were silly, like why does the hot plate have to go on so early? And if the distance between the X-axis parts is supposed to be 300mm and this is a critical distance, why don't the bores in the end pieces set that? Mine had little resistance, so the distance is pretty much set by the belt tension. Why is there no screw adjustment for the Z-axis limit switch?

But I digress...

Reading over the pages of this thread has confused me as to what firmware/software I should be loading the arduino up with. I have the graphic display. Can someone point me to the best version as it stands right now?

Thanks!

Mark
Attachments:
open | download - IMG_1308.jpg (420.8 KB)
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 15, 2017 05:20PM
Mark,
On the Google drive link for the Folgertech 2020, under Beta Firmware there is a zip file titled FT-2020-FULL_LCD, unzip this to your pc.There will be a file called FT_2020_FULL_LCD.ino , double click this, it will open in Arduino IDE. Choose your board and COM port and upload. That is all. Close Arduino IDE your LCD will reboot with the Folgertech menu. Next proceed to Repetier for more difficult configurations. I hope this helps.

Matt

Folgertech Google Drive link

Edited 2 time(s). Last edit at 02/15/2017 05:24PM by RanchoMattPS.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 15, 2017 07:09PM
Quote
RanchoMattPS
Mark,
On the Google drive link for the Folgertech 2020, under Beta Firmware there is a zip file titled FT-2020-FULL_LCD, unzip this to your pc.There will be a file called FT_2020_FULL_LCD.ino , double click this, it will open in Arduino IDE. Choose your board and COM port and upload. That is all. Close Arduino IDE your LCD will reboot with the Folgertech menu. Next proceed to Repetier for more difficult configurations. I hope this helps.

Matt

Folgertech Google Drive link

OK - will do. Thanks, Matt!
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
February 15, 2017 10:05PM
get some time under your belt, then you can start tinkering with setting in marlin. therippa's version you'll have to move you x endstop to the left side of the printer. I think folgertech is RC2 and therippa is rc3. marlin is on rc8 currently.


Upgrades:
-Simple3d
-E3D V6 Direct drive hot end, Animoose's E3D mount for FolgerTech 2020 (version 2)
-Animoose's LCD bracket for Folger 2020
-Sonny's Y-axis Upgrade, Sonny's X-axis Upgrade, Sonny's Mini Gantry Direct Drive Extruder mount
-Acme screw rods (400mm),Z Motor Stand-off for FolgerTech 2020 i3
-Spool Rollers for Folger Tech i3 2020


New Wikia page: [urlhttp://folgertech.wikia.com/wiki/Main_Page][folgertech.wikia.com][/url]
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
March 26, 2017 10:53PM
Thanks in advance for the help.

I've finished building my printer but I'm having zero luck getting it to function. I've broken this down to the following issues:

1.) When I run M119 my Y_max endstop shows Triggered 2.) None of my axis will move more than half way and Y-axis will move in one direction but not the other.

Issues I've had and resolved: 1.) Motors moving in the wrong direction - Reversed the plug for the steppers on the Ramps Board. 2.) Had my x & Y endstops wired backwards x where Y should be and vice versa.

Things I've done:

1.) Used the community build guide at: [github.com]

2.) Followed therippa's instructions and used his firmware and moved the X-endstop. [github.com]

I've tried finding a basic setup the firmware tutorial but so far I'm unsuccessful. Any advice will be appreciated.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
March 27, 2017 09:16AM
I would suggest looking at the link below, Marlin just made some update and add our printer to the example setup in the RC-8 RCBugFix.

[github.com]
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
March 27, 2017 02:20PM
Thanks but I can't get RC-8 to compile and running a Release Candidate may be out of my league. I'd like to get the printer up and running on stable before I start going bleeding edge. Thanks again.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
March 27, 2017 03:03PM
Quote
Fpeebles
Thanks in advance for the help.

I've finished building my printer but I'm having zero luck getting it to function. I've broken this down to the following issues:

1.) When I run M119 my Y_max endstop shows Triggered 2.) None of my axis will move more than half way and Y-axis will move in one direction but not the other.

Issues I've had and resolved: 1.) Motors moving in the wrong direction - Reversed the plug for the steppers on the Ramps Board. 2.) Had my x & Y endstops wired backwards x where Y should be and vice versa.

Things I've done:

1.) Used the community build guide at: [github.com]

2.) Followed therippa's instructions and used his firmware and moved the X-endstop. [github.com]

I've tried finding a basic setup the firmware tutorial but so far I'm unsuccessful. Any advice will be appreciated.

1) have you tried inverting the setting in the config to see if that changes the status.

2) I used to have to hit home all before i could start moving my axis. or atleast the x & y.

What software are you using to control your printer.

you may want to try the FB group for help, there is a folgertech group. this thread has somewhat died.

base on the source of firmware you've tried, i would still urge you to get a fresh copy of marlin to work with. the folgertech version is old and therippa version you have to match his setup.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
March 27, 2017 09:44PM
So I figured out my issues. First I had to move the x-axis endstop to the left side so that it is a MIN type as well as the others. Also I hadn't taken into account that I am using 1/32 drivers so none of my step settings were correct. Now to learn how to level the bed and start melting some plastic.

Thanks for your help @mopar99 I agree now that I've figured out these issues I am going to look at running a "current" version of Marlin.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
April 01, 2017 08:33PM
Quote
Fpeebles
First I had to move the x-axis endstop to the left side so that it is a MIN type as well as the others.

Alternatively, you can just adjust X Home to Max in Repetier, and leave the endstop on the Max (right) side. config > printer settings > printer shape

Edited 1 time(s). Last edit at 04/01/2017 08:42PM by VonRansak.
Re: Folger Tech 2020 i3 Printer Kit (Official Thread)
April 05, 2017 11:43AM
Thanks everybody for the advice before. Got everything together and ready to go. When I tried printing out the 5mm calibration steps everything seems to go great. Printer homes, Bed heats up, Extruder starts to heat gets to 80c and then just stops heating. I tried printing from repeteir as well as SD card and same behavior.
When I manually turn on the extruder heater it comes up to temp just fine and holds there for as long as I like.

I don't get any error messages back to the console. I did notice that when I tried printing off the SD card without it plugged into my computer that the whole thing rebooted. I've also tried manually heating both the extruder and the heated bed at the same time seeing if it was a power supply issue. and they both will stay on for more than 10 min.

Any ideas?
Thanks
Sorry, only registered users may post in this forum.

Click here to login