Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 12, 2015 08:03PM |
Registered: 9 years ago Posts: 161 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 12, 2015 08:38PM |
Registered: 9 years ago Posts: 110 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 12, 2015 09:35PM |
Registered: 9 years ago Posts: 110 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 12, 2015 11:26PM |
Registered: 9 years ago Posts: 4 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 13, 2015 02:11AM |
Registered: 9 years ago Posts: 445 |
Quote
davidf01
What did you guys set your tower buttons to. This is what the tutorial has set:
Next, set up the following buttons/scripts in Pronterface that will move the effector to the following locations:
1.Tower A (front left): G0 F8000 X-77.94 Y-45 Z0
2.Tower B (front right): G0 F8000 X77.94 Y-45 Z0
3.Tower C (rear): G0 F8000 X0 Y90 Z0
4.Centre: G0 F8000 C0 Y0 Z0
Does this work for our printers?
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 13, 2015 02:21AM |
Registered: 9 years ago Posts: 445 |
Quote
cman8
What I did to the endstops is hold them down with my thumb and with the other hand loosen the bolt. Then slide ever so slightly up or down to calibrate. as far as positions I used exactly how it stated in the manual. It will work , in fact you might be able to go a bit more depending on your rod length. If your scared of hitting the bed instead of having Z at 0 change it to like 10 or something then slowly come down by 1 or .1 depending where your at. Its a lot to do at first but once you've done it, it is well worth it. Then you can do the fine tuning with all the FW stuff
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 13, 2015 12:42PM |
Registered: 9 years ago Posts: 110 |
Quote
Koenig
Quote
cman8
What I did to the endstops is hold them down with my thumb and with the other hand loosen the bolt. Then slide ever so slightly up or down to calibrate. as far as positions I used exactly how it stated in the manual. It will work , in fact you might be able to go a bit more depending on your rod length. If your scared of hitting the bed instead of having Z at 0 change it to like 10 or something then slowly come down by 1 or .1 depending where your at. Its a lot to do at first but once you've done it, it is well worth it. Then you can do the fine tuning with all the FW stuff
Loosen the endstops manually to calibrate them seems like imprecise and unnecessary physical work, you can do the exact same thing more precisely via software. You can get as low as the resolution of your drivers/steppers allow you.
I have a repeatability well below 2 hundreds of a mm (I would say below one hundred of a mm, but to be on the safe side...), with my 0.9 degree steppers and 1/16 microstep drivers.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 13, 2015 02:10PM |
Registered: 9 years ago Posts: 47 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 14, 2015 09:56AM |
Registered: 9 years ago Posts: 48 |
floating G29, or crashing into bed September 14, 2015 10:27AM |
Registered: 9 years ago Posts: 4 |
Re: floating G29, or crashing into bed September 14, 2015 06:11PM |
Registered: 9 years ago Posts: 161 |
Quote
Sintensity
A bit of an update from my earlier post.
When I raise the slides all the way to the endstops, the values on M119 show up as:
x_max: triggered
y_max: triggered
z_min: open
z_max: triggered
When I lower the probe all the way to the bed, the values on M119 show up as:
x_max: open
y_max: open
z_min: triggered
z_max: open
That's good, according to the calibration instructions. However....
When I initiate G29 or G28 from a low height, the hot end crashes into the bed.
When I inituate G29 or G28 from all the way up, the probe stops the hot end about 4-5 inches above the bed. G29 makes it do an autolevel while floating.
Is this a configuration.h problem, a max volume problem, or did I wire everything wrong?
Here's the new way that I wired the induction sensor:
- Brown wire went straight to V+ on power supply
- Blue wire went straight to V- on power supply
- Black wire has 15K resistor soldered, then combined with the black signal wire that went into the z-min position on the RAMPS board.
- Red wire (leading back from the signal from the board) has 10K resistor inline before going into V-
- White extra wire on the pin connector is just floating free (not touching anything)
Re: floating G29, or crashing into bed September 14, 2015 06:40PM |
Registered: 9 years ago Posts: 445 |
Quote
Sintensity
A bit of an update from my earlier post.
When I raise the slides all the way to the endstops, the values on M119 show up as:
x_max: triggered
y_max: triggered
z_min: open
z_max: triggered
When I lower the probe all the way to the bed, the values on M119 show up as:
x_max: open
y_max: open
z_min: triggered
z_max: open
That's good, according to the calibration instructions. However....
When I initiate G29 or G28 from a low height, the hot end crashes into the bed.
When I inituate G29 or G28 from all the way up, the probe stops the hot end about 4-5 inches above the bed. G29 makes it do an autolevel while floating.
Is this a configuration.h problem, a max volume problem, or did I wire everything wrong?
Here's the new way that I wired the induction sensor:
- Brown wire went straight to V+ on power supply
- Blue wire went straight to V- on power supply
- Black wire has 15K resistor soldered, then combined with the black signal wire that went into the z-min position on the RAMPS board.
- Red wire (leading back from the signal from the board) has 10K resistor inline before going into V-
- White extra wire on the pin connector is just floating free (not touching anything)
Re: floating G29, or crashing into bed September 14, 2015 07:42PM |
Registered: 9 years ago Posts: 4 |
Quote
Koenig
You have calibrated your printer?
I might be wrong here, but I think you must calibrate the printer before performing any bed level probing.
When you have your nozzle at the bed what Z-height do you have?
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 14, 2015 10:03PM |
Registered: 9 years ago Posts: 161 |
Re: floating G29, or crashing into bed September 15, 2015 03:03AM |
Registered: 9 years ago Posts: 445 |
Quote
Sintensity
Quote
Koenig
You have calibrated your printer?
I might be wrong here, but I think you must calibrate the printer before performing any bed level probing.
When you have your nozzle at the bed what Z-height do you have?
Sorry, I must have misunderstood the instructions entirely. I was under the impression that this was what I was doing with running the G28 command. In that case, no I haven't calibrated the printer. Is there a resource/link for it? I've been using the Folger calibration guide that is provided via Google Drive. Apart from ensuring that the endstops are functional (and a short discussion on fan power which is probably irrelevant to the calibration procedure), the calibration steps start with G28.
Are you referring to the paper test?
I'm also unsure of what steps to take in order to answer your last question on Z-height. Is it a number that is specified in configuration.h? That would be 315. Or is it calculated by calibrating the hot end to the bed and then letting it go up until it hits the endstops? I hate to say this, but I have a feeling I'm still way off.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 15, 2015 03:04AM |
Registered: 9 years ago Posts: 445 |
Quote
davidf01
Ok I may have something not right. When I home the printer with the G28 command my endstops report triggered. Should the Z_min not be triggered here?
Reporting endstop status
x_max: TRIGGERED
y_max: TRIGGERED
z_min: TRIGGERED
z_max: TRIGGERED
When I bring it down to Z0 it reports
Reporting endstop status
x_max: open
y_max: open
z_min: TRIGGERED
z_max: open
How can my Z_min be triggered both times?
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 15, 2015 03:42PM |
Registered: 9 years ago Posts: 161 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 15, 2015 03:58PM |
Registered: 9 years ago Posts: 445 |
Quote
davidf01
Ok so I have my towers and center adjusted so that when they pass the paper test and I use the m114 g code I get:
X tower z position is at 1.0
Y tower z position is at .3
Z tower position is at .3
and center on the build plate is at z .9
This is where I get a little lost. What do I do next? Do I keep adjusting the endstops or do I move ahead and adjust the smooth rod offset? I can still crash into the build plate because
the MANUAL_Z_HOME_POS is still set a little big to let me adjust the towers and center.
Dave
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 15, 2015 06:03PM |
Registered: 9 years ago Posts: 161 |
Quote
Koenig
Quote
davidf01
Ok so I have my towers and center adjusted so that when they pass the paper test and I use the m114 g code I get:
X tower z position is at 1.0
Y tower z position is at .3
Z tower position is at .3
and center on the build plate is at z .9
This is where I get a little lost. What do I do next? Do I keep adjusting the endstops or do I move ahead and adjust the smooth rod offset? I can still crash into the build plate because
the MANUAL_Z_HOME_POS is still set a little big to let me adjust the towers and center.
Dave
You are not telling us how you got there, and what way.
You should try to follow this video, it allows for several kinds of firmware:
If not possible, I'll follow you through the steps in what way I can.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 15, 2015 10:34PM |
Registered: 9 years ago Posts: 110 |
Quote
davidf01
Quote
Koenig
Quote
davidf01
Ok so I have my towers and center adjusted so that when they pass the paper test and I use the m114 g code I get:
X tower z position is at 1.0
Y tower z position is at .3
Z tower position is at .3
and center on the build plate is at z .9
This is where I get a little lost. What do I do next? Do I keep adjusting the endstops or do I move ahead and adjust the smooth rod offset? I can still crash into the build plate because
the MANUAL_Z_HOME_POS is still set a little big to let me adjust the towers and center.
Dave
You are not telling us how you got there, and what way.
You should try to follow this video, it allows for several kinds of firmware:
If not possible, I'll follow you through the steps in what way I can.
What I did was send the print head to the proper spot near each tower at Z5. I then dropped it down
Manually till it passed the paper test. I then took the difference and adjusted the endstop by that much. So if
I moved the printhead down 4mm then I moved the endstop up 4mm on that tower.
How do I turn on the EEPROM settings so it will work? Right now the Mxx codes dont work on my firmware. I'm going to do the m665 and m666 commands way to do the fine tuning as much as possible. I wanted to get it as close as I could physically first.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 15, 2015 10:56PM |
Registered: 9 years ago Posts: 916 |
Quote
davidf01
Ok so I have my towers and center adjusted so that when they pass the paper test and I use the m114 g code I get:
X tower z position is at 1.0
Y tower z position is at .3
Z tower position is at .3
and center on the build plate is at z .9
This is where I get a little lost. What do I do next? Do I keep adjusting the endstops or do I move ahead and adjust the smooth rod offset? I can still crash into the build plate because
the MANUAL_Z_HOME_POS is still set a little big to let me adjust the towers and center.
Dave
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 16, 2015 11:22AM |
Registered: 9 years ago Posts: 161 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 16, 2015 11:43AM |
Registered: 9 years ago Posts: 90 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 16, 2015 12:45PM |
Registered: 9 years ago Posts: 67 |
Quote
davidf01
Well I am to a point where I can start doing some test prints. I seem to be having some major extruder issues. I'm not sure what is going on but I
think I'm not getting enough flow. Here is a picture of a test print ans you can see where there is very little coming out of the hotend. If I put a little
pressure on the filament to help push it through flows better.
I tried calibrating the extruder as per one of the youtube videos where you measure a length and then extrude a length then measure the difference. But I'm not sure then it the problem
and if it is I dont know where to make the change in the firmware to make it put out more filament. What should I do to correct this issue?
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 16, 2015 02:58PM |
Registered: 9 years ago Posts: 161 |
Quote
fattmann
What is your Vref for the extruder stepper motor?
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 16, 2015 03:00PM |
Registered: 9 years ago Posts: 161 |
Quote
llamatrails
Quote
davidf01
Well I am to a point where I can start doing some test prints. I seem to be having some major extruder issues. I'm not sure what is going on but I
think I'm not getting enough flow. Here is a picture of a test print ans you can see where there is very little coming out of the hotend. If I put a little
pressure on the filament to help push it through flows better.
I tried calibrating the extruder as per one of the youtube videos where you measure a length and then extrude a length then measure the difference. But I'm not sure then it the problem
and if it is I dont know where to make the change in the firmware to make it put out more filament. What should I do to correct this issue?
Adjust your E value for the steps per mm temporarily with the M code to get it correct and then adjust the config file/recompile/reflash/reboot. Mine is something like E=0.69 .
Rick
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 16, 2015 09:13PM |
Registered: 9 years ago Posts: 110 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 17, 2015 09:56AM |
Registered: 9 years ago Posts: 67 |
Quote
davidf01
I'm not sure how to do that with eeprom. I don't even know how to turn eeprom on to do that along with everything else. I was going to look into eeprom once
I finished with all the mechanical adjustments.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 17, 2015 10:05AM |
Registered: 9 years ago Posts: 9 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 17, 2015 12:50PM |
Registered: 9 years ago Posts: 110 |
Quote
Seriouspete
Thats a really nice clean looking build. I dont suppose you could link the spool holder and printed bed plate mount. I'm always in the market for something better.