Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 05, 2015 11:58PM |
Registered: 9 years ago Posts: 309 |
Quote
dc42
Quote
thevisad
It has it's own web interface but it seems minimal, I really liked the latest build of the web interface for the duet. However, I am sure not much effort would be taken in migrating the web page over to the Smoothie. I might buy one just to tinker with.
The Duet has 32K more RAM than the Smoothieboard, and the TCP/IP stack that supports the web interface needs quite a lot of RAM for buffering, especially when supporting multiple clients such as PC and smartphone. So you would probably have to make some substantial savings in RAM usage somewhere. I guess the Smoothieboard 2 will have more RAM.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 01:16AM |
Registered: 9 years ago Posts: 606 |
Quote
thevisad
You are required to have the proper 12v rail feeding the steppers in order to get the vref right. You can connect prornterface to it and power the hotbed/end and you should see the other power lights become active.Quote
davidf01
Quote
thevisad
Quote
davidf01
Thanks thevisad, I get no LED light and the fuses seem just fine no indications that they are blown. I have no LED light and can't get a reading from the stepper drivers. Im at a loss here. Not sure what to do.
You should get the LED to blink just off of the RAMPS USB connection (power) but you won't get any of the others unless you plug it into 12 v via the polarized green block. If you have a multimeter you can test for your power at the green block, make sure to connect the power properly at the block in a +-+- pattern.
Ok I get the light when I plug it into the USB but I get nothing when I plug in the power cord. In this picture you can see the light when it is plugged in to the USB but nothing when it is running on the power cord. Will I get the correct v-ref numbers if i
try to set the stepper v-ref using the USB plug instead of the power cord?
I put my multi meter on the green block and it does show 12v there.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 01:30AM |
Registered: 9 years ago Posts: 309 |
Quote
tadawson
No, you don't . . . VRef is defined by the 5v source, and no other power is required to set it. Considering that in stock config, 5v comes from the Arduino, the source of power to the Arduino is pretty much irrelevant.
- Tim
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 02:14AM |
Registered: 9 years ago Posts: 445 |
Quote
cman8
Whats the major benefit that all of you see in upgrading to either smoothie or duet?
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 02:58AM |
Registered: 10 years ago Posts: 14,685 |
Quote
thevisad
Quote
dc42
Quote
thevisad
It has it's own web interface but it seems minimal, I really liked the latest build of the web interface for the duet. However, I am sure not much effort would be taken in migrating the web page over to the Smoothie. I might buy one just to tinker with.
The Duet has 32K more RAM than the Smoothieboard, and the TCP/IP stack that supports the web interface needs quite a lot of RAM for buffering, especially when supporting multiple clients such as PC and smartphone. So you would probably have to make some substantial savings in RAM usage somewhere. I guess the Smoothieboard 2 will have more RAM.
Lol, I have an Arduino mega with a W5200 ethernet shield running a web interface with multiple timers kicking off every few seconds and collecting data from a barometric pressure sensor, a ultrasonic sensor, a PIR sensor and a humidity sensor. This can all be access from multiple devices at the same time and it displays the data and refreshes the page on all of the devices every 6 seconds and the mega has 8 x less memory then the Duet. They have room to grow a bit I am sure.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 12:15PM |
Registered: 9 years ago Posts: 309 |
Quote
dc42
Try uploading multi megabyte files to the Arduino at a reasonable speed, and you will soon find that the simplistic approach that works fine for just returning a few kb of data doesn't scale. Even returning a complex web page with multiple .js and .css files requires a lot of buffers unless you tolerate very long page load times. Try serving DuetWebControl from your Arduino Mega and you will see what I mean.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 12:35PM |
Registered: 9 years ago Posts: 161 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 12:36PM |
Registered: 9 years ago Posts: 309 |
Quote
Koenig
Quote
cman8
Whats the major benefit that all of you see in upgrading to either smoothie or duet?
What made me go for the duet was:
Segment free printing
Control via WEB interface
Supposedly good autocalicration (I have yet to play with this)
Digital current control for the steppers (It is a nice feature but fiddling with the pots is a one time thing so really not that important)
+ A real big plus, at least at the moment, the incredible support and active developement done by David Crocker
A good price didn't hurt either.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 12:51PM |
Registered: 9 years ago Posts: 445 |
Quote
thevisad
Quote
Koenig
Quote
cman8
Whats the major benefit that all of you see in upgrading to either smoothie or duet?
What made me go for the duet was:
Segment free printing
Control via WEB interface
Supposedly good autocalicration (I have yet to play with this)
Digital current control for the steppers (It is a nice feature but fiddling with the pots is a one time thing so really not that important)
+ A real big plus, at least at the moment, the incredible support and active developement done by David Crocker
A good price didn't hurt either.
This is what drew me to the board as well. The fact that someone in the forums had made an addon for it (paneldue/dc42) was an added bonus. I am still hopeful about the Duet despite the problems I have had with it. I guess the question I would have is the pcb boards Replikeo is getting the same as the others or are they having them made somewhere? The last board I received had a white label over the top of the silkscreen where the t3p3 logo was.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 01:31PM |
Registered: 9 years ago Posts: 57 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 03:03PM |
Registered: 9 years ago Posts: 309 |
Quote
Koenig
Mine says RepRap PRO and Think3dPrint3d.
Now I have very limited experience of PCB's but from the little I have, this board feels quite heavy/solid so I would guess there's plenty of copper in it.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 06, 2015 04:36PM |
Registered: 10 years ago Posts: 14,685 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 12:24AM |
Registered: 9 years ago Posts: 161 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 12:40AM |
Registered: 9 years ago Posts: 445 |
Quote
davidf01
So I have managed to load the software and loaded the kosselRevBPE firmmware on the printer. When I start pronterface it does connect to the printer but when I issue the
code G28 to the printer moves down away from the stops. May X Y and Z axis dont seem to be correct either. I think my Y and Z are reversed. I checked all the connections
and they are correct I think. They are plugged in X Y and Z with Z being the farthest away from where the power connects.
I'm afraid I will break something when the print head crashed into the heat bed. Id there some way to cancel the command through ponterface?\
Thanks
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 12:12PM |
Registered: 9 years ago Posts: 161 |
Quote
Koenig
Quote
davidf01
So I have managed to load the software and loaded the kosselRevBPE firmmware on the printer. When I start pronterface it does connect to the printer but when I issue the
code G28 to the printer moves down away from the stops. May X Y and Z axis dont seem to be correct either. I think my Y and Z are reversed. I checked all the connections
and they are correct I think. They are plugged in X Y and Z with Z being the farthest away from where the power connects.
I'm afraid I will break something when the print head crashed into the heat bed. Id there some way to cancel the command through ponterface?\
Thanks
If all motors goes in the same direction (but wrong) you could just turn all the motor-connectors 180 degrees on the RAMPS, just remember to disconnect all power before doing this.
The order you have put the connector seem right, Z is the one with double motor-connector-pins, this is for cartesian printers who use double Z-steppers.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 02:49PM |
Registered: 9 years ago Posts: 606 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 04:04PM |
Registered: 9 years ago Posts: 48 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 04:09PM |
Registered: 9 years ago Posts: 161 |
Quote
tadawson
It isn't possible for a motor to not change direction if the connector is reversed . . . likely, you moved the wrong connector . . .
- Tim
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 04:18PM |
Registered: 9 years ago Posts: 445 |
Quote
davidf01
Quote
tadawson
It isn't possible for a motor to not change direction if the connector is reversed . . . likely, you moved the wrong connector . . .
- Tim
Thanks Tim,
I did manage to get the printer configured so far. No more crashing and the printer tip is snug to a piece of paper.
The question I have now is the extruder does not extrude the filament. I heat the hotend up and it starts to push through but then it kind of does small jerky movements
forward and backwards, Any idea what that is? Also how do I get the auto level working? There is no information about that in the manuals?
Thanks
Dave
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 04:49PM |
Registered: 9 years ago Posts: 2 |
Quote
djtrance2
Still have a few questions as the printer is nearly working but not really.
1-
x and y move 10mm when we see 10mm on the LCD screen
z moves 65mm instead of 2mm as shown on the LCD screen
Why is the z axis moving 32.5x more than it should? is the stepper motor defective?
I see that if I go in control-->motion--> zstep is 2500steps/mm and x and y are 85steps/mm
2- what position is the carriage supposed to be at when set to 0mm?
3- the limit switches and the z-probe don't stop the motors. When I do autohome, the carriage goes all the way to the limit switch, hits it and keeps hitting until it runs out of motion. It does not stop the stepper motors! I do see the red LED light up when I press on the limit switch, but nothing is stopped.
4- The same goes for the z-probe, the probe gets close to the board, the light is on, but it lights up brighter when the probe gets close to the bed, but again, the stepper motors are still going.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 05:01PM |
Registered: 9 years ago Posts: 309 |
Quote
swago
Quote
djtrance2
Still have a few questions as the printer is nearly working but not really.
1-
x and y move 10mm when we see 10mm on the LCD screen
z moves 65mm instead of 2mm as shown on the LCD screen
Why is the z axis moving 32.5x more than it should? is the stepper motor defective?
I see that if I go in control-->motion--> zstep is 2500steps/mm and x and y are 85steps/mm
2- what position is the carriage supposed to be at when set to 0mm?
3- the limit switches and the z-probe don't stop the motors. When I do autohome, the carriage goes all the way to the limit switch, hits it and keeps hitting until it runs out of motion. It does not stop the stepper motors! I do see the red LED light up when I press on the limit switch, but nothing is stopped.
4- The same goes for the z-probe, the probe gets close to the board, the light is on, but it lights up brighter when the probe gets close to the bed, but again, the stepper motors are still going.
Having the exact same issue as your number 3 and 4.
This with DavidF01 might be related to my problem.
The M119 command returns correctly with z-min being triggered when its close to the plate but it seems to be ignored by the config
I don't think I have wired anything wrong with the gcodes returning correctly but I could be wrong.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 06:00PM |
Registered: 10 years ago Posts: 14,685 |
Quote
wrangellboy
Are the odd lines on this print an artifact of segmentation? I can print long straight lines more or less flawlessly but anything with some curve to it ends up having patterns like this on it. I'd like to think it's a software issue somewhere in the toolchain, it doesn't look repeatable enough to be a hardware issue.
Any thoughts? If it is a segmentation issue, it'll likely get cleared up soon, I finally ordered a duet from replikeo...
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 06:19PM |
Registered: 9 years ago Posts: 48 |
Quote
dc42
Quote
wrangellboy
Are the odd lines on this print an artifact of segmentation? I can print long straight lines more or less flawlessly but anything with some curve to it ends up having patterns like this on it. I'd like to think it's a software issue somewhere in the toolchain, it doesn't look repeatable enough to be a hardware issue.
Any thoughts? If it is a segmentation issue, it'll likely get cleared up soon, I finally ordered a duet from replikeo...
It doesn't look like a segmentation issue to me, more likely either a slicing issue or a firmware timing issue. Can you see the head pausing or slowing down at the positions of those vertical seams? Which slicer did you use?
If you have segmentation issues then they can normally be seen on the side faces of a cube, although you may need to get the light shining on the cube in a certain way to see the patterns caused by segmentation. So your photo of a flat face isn't any help. You will get some fringing on the flat faces anyway, the amount depends on your steps/mm. Try taking a photo looking along the layers of the flat-face print instead of across them.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 07:08PM |
Registered: 10 years ago Posts: 14,685 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 07:17PM |
Registered: 9 years ago Posts: 110 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 07, 2015 07:37PM |
Registered: 9 years ago Posts: 161 |
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 08, 2015 12:30AM |
Registered: 9 years ago Posts: 606 |
Quote
davidf01
Quote
tadawson
It isn't possible for a motor to not change direction if the connector is reversed . . . likely, you moved the wrong connector . . .
- Tim
Thanks Tim,
I did manage to get the printer configured so far. No more crashing and the printer tip is snug to a piece of paper.
The question I have now is the extruder does not extrude the filament. I heat the hotend up and it starts to push through but then it kind of does small jerky movements
forward and backwards, Any idea what that is? Also how do I get the auto level working? There is no information about that in the manuals?
Thanks
Dave
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 08, 2015 12:40AM |
Registered: 9 years ago Posts: 161 |
Quote
tadawson
Quote
davidf01
Quote
tadawson
It isn't possible for a motor to not change direction if the connector is reversed . . . likely, you moved the wrong connector . . .
- Tim
Thanks Tim,
I did manage to get the printer configured so far. No more crashing and the printer tip is snug to a piece of paper.
The question I have now is the extruder does not extrude the filament. I heat the hotend up and it starts to push through but then it kind of does small jerky movements
forward and backwards, Any idea what that is? Also how do I get the auto level working? There is no information about that in the manuals?
Thanks
Dave
As others have already stated, either an obstruction in the filament path, or you don't have the driver voltage set correctly for the extruder . . . on the Folger 2020 (well, at least mine) the extruder motor is totally different than the axis motors, and would not feed reliably until I set .85 to .9 volts as VRef for it . . . and it runs barely warm on multi hour jobs at that setting. Unless they have updated, the manual setting for this is just plain wrong . . .
- Tim
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 08, 2015 05:12AM |
Registered: 9 years ago Posts: 445 |
Quote
davidf01
Quote
tadawson
Quote
davidf01
Quote
tadawson
It isn't possible for a motor to not change direction if the connector is reversed . . . likely, you moved the wrong connector . . .
- Tim
Thanks Tim,
I did manage to get the printer configured so far. No more crashing and the printer tip is snug to a piece of paper.
The question I have now is the extruder does not extrude the filament. I heat the hotend up and it starts to push through but then it kind of does small jerky movements
forward and backwards, Any idea what that is? Also how do I get the auto level working? There is no information about that in the manuals?
Thanks
Dave
As others have already stated, either an obstruction in the filament path, or you don't have the driver voltage set correctly for the extruder . . . on the Folger 2020 (well, at least mine) the extruder motor is totally different than the axis motors, and would not feed reliably until I set .85 to .9 volts as VRef for it . . . and it runs barely warm on multi hour jobs at that setting. Unless they have updated, the manual setting for this is just plain wrong . . .
- Tim
Thanks Tim. I'm going to bump up the extruder VRef and see how it goes. I did end up getting some flow from the filament so we will see. My problem now it I get a sample model sliced
and then load the g-code into Pronterface. When I start the print it does what it should and waits till the bed and hotend are heated up and starts printing. The problem is there is no Z movement so it is printing
in mid air. I have no clue why this is printing in mid air instead of down at the bed.
Re: Folger Tech Kossel Delta 2020 Full 3D Printer Kit w/Auto-Level September 08, 2015 08:15AM |
Registered: 9 years ago Posts: 161 |
Quote
Koenig
Quote
davidf01
Quote
tadawson
Quote
davidf01
Quote
tadawson
It isn't possible for a motor to not change direction if the connector is reversed . . . likely, you moved the wrong connector . . .
- Tim
Thanks Tim,
I did manage to get the printer configured so far. No more crashing and the printer tip is snug to a piece of paper.
The question I have now is the extruder does not extrude the filament. I heat the hotend up and it starts to push through but then it kind of does small jerky movements
forward and backwards, Any idea what that is? Also how do I get the auto level working? There is no information about that in the manuals?
Thanks
Dave
As others have already stated, either an obstruction in the filament path, or you don't have the driver voltage set correctly for the extruder . . . on the Folger 2020 (well, at least mine) the extruder motor is totally different than the axis motors, and would not feed reliably until I set .85 to .9 volts as VRef for it . . . and it runs barely warm on multi hour jobs at that setting. Unless they have updated, the manual setting for this is just plain wrong . . .
- Tim
Thanks Tim. I'm going to bump up the extruder VRef and see how it goes. I did end up getting some flow from the filament so we will see. My problem now it I get a sample model sliced
and then load the g-code into Pronterface. When I start the print it does what it should and waits till the bed and hotend are heated up and starts printing. The problem is there is no Z movement so it is printing
in mid air. I have no clue why this is printing in mid air instead of down at the bed.
Could it be that your endstops is set as MIN instead of MAX, then the printer would think that it is at Z=0 when you home it, this might have affected your previous problem as well.