spectra fishing line

General hangout discussion area for other non-printing stuff
Post Reply
User avatar
AndThenSome09
Printmaster!
Posts: 249
Joined: Wed Oct 30, 2013 9:31 pm
Location: Gardiner, Maine
Contact:

spectra fishing line

Post by AndThenSome09 »

If I were to take a delta machine and change it from being belt driven to spectra line what are the changes that need to be made in the firmware? I have searched and cant seem to find a definitive answer. I'm pretty sure you have to input things like the pitch and such but where do you do it and how would you figure the pitch for spectra line since there are no teeth? This may seem like a silly question but I would like to know all I can about 3d deltas down to the firmware and all. If anyone knows I would really appreciate an explanation of what should be changed and why it needs to be changed if its not too much trouble. Thank you!! :D
3D Printing Blog, Build, News, and Store

Come check us out @ http://www.i3dtech.net
bubbasnow
ULTIMATE 3D JEDI
Posts: 1061
Joined: Fri Aug 02, 2013 4:24 pm
Location: Dayton, WA

Re: spectra fishing line

Post by bubbasnow »

User avatar
AndThenSome09
Printmaster!
Posts: 249
Joined: Wed Oct 30, 2013 9:31 pm
Location: Gardiner, Maine
Contact:

Re: spectra fishing line

Post by AndThenSome09 »

I went through a few of the pages of posts but didn't see anything about setting up the firmware for the drive system or anything.
3D Printing Blog, Build, News, and Store

Come check us out @ http://www.i3dtech.net
User avatar
lordbinky
Printmaster!
Posts: 744
Joined: Sat May 18, 2013 3:53 am
Location: Tri Cities Washington

Re: spectra fishing line

Post by lordbinky »

Check out the firmware for Richrap's 3DR. I believe it uses spectra

http://richrap.github.io/3DR-Delta-Printer/
cope413
Printmaster!
Posts: 446
Joined: Sun Jun 30, 2013 5:52 pm
Location: Orange County, CA
Contact:

Re: spectra fishing line

Post by cope413 »

just curious, but is there a specific reason you're interested in making the switch?
Fellow Philosophy majors unite!

"The proverbial achilles heel of property monistic epiphenomenalism is the apparent impossibility of ex-nihilo materialization of non-structural and qualitatively new causal powers."
User avatar
Jimustanguitar
ULTIMATE 3D JEDI
Posts: 2608
Joined: Sun Mar 31, 2013 1:35 am
Location: Notre Dame area
Contact:

Re: spectra fishing line

Post by Jimustanguitar »

cope413 wrote:just curious, but is there a specific reason you're interested in making the switch?
I wanted to ask that too. Is there a problem that this fixes?

It's been discussed before, and a quality toothed belt has long fibers in it to keep it from stretching. That negates the usual reason that people are drawn to spectra. The only arguable improvement (aside from the obvious cost and spare parts availability) would be in "step inertia" because it would reduce the moving and rotating weight for each stepper motor. With Nema 17's it's arguable that this is negligible too though.

I'm all for creative and innovative solutions, but if it ain't broke don't fix it :)
User avatar
AndThenSome09
Printmaster!
Posts: 249
Joined: Wed Oct 30, 2013 9:31 pm
Location: Gardiner, Maine
Contact:

Re: spectra fishing line

Post by AndThenSome09 »

No, nothing is wrong with my Max, its going great, I'm actually getting some of my best prints ever out of it now. I'm curious about what it is that needs to be changed in the firmware in respect to the drive system weather it be belts or spectra line or whatever because I'm in the middle of designing my own derivative of the Kossel but have a different idea for the drive system and am trying to figure out what in the firmware needs to be adjusted.

Dont worry I'm not reinventing the wheel on something working well, lol. :D
3D Printing Blog, Build, News, and Store

Come check us out @ http://www.i3dtech.net
Eric
Printmaster!
Posts: 717
Joined: Sat Aug 18, 2012 4:09 am
Location: Chula Vista, CA

Re: spectra fishing line

Post by Eric »

AndThenSome09 wrote:No, nothing is wrong with my Max, its going great, I'm actually getting some of my best prints ever out of it now. I'm curious about what it is that needs to be changed in the firmware in respect to the drive system weather it be belts or spectra line or whatever because I'm in the middle of designing my own derivative of the Kossel but have a different idea for the drive system and am trying to figure out what in the firmware needs to be adjusted.

Dont worry I'm not reinventing the wheel on something working well, lol. :D
I'd think it would just be a matter of recalibrating the steps/mm for each axis once you had it all figured out. You should be able to calculate it based on the circumference of the spool on the stepper, then confirm/fine-tune it with empirical measurements.
User avatar
AndThenSome09
Printmaster!
Posts: 249
Joined: Wed Oct 30, 2013 9:31 pm
Location: Gardiner, Maine
Contact:

Re: spectra fishing line

Post by AndThenSome09 »

#define DEFAULT_AXIS_STEPS_PER_UNIT {80, 80, 80, 760*1.1} // default steps per unit for Kossel (GT2, 20 tooth)
#define DEFAULT_MAX_FEEDRATE {500, 500, 500, 25} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {9000,9000,9000,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.

#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
Would those settings be here in the firmware? If so how do I figure out the ratio on DEFAULT_AXIS_STEPS-PER-UNIT? SAYS 760*1.1, how do I come up with those numbers?
3D Printing Blog, Build, News, and Store

Come check us out @ http://www.i3dtech.net
Eric
Printmaster!
Posts: 717
Joined: Sat Aug 18, 2012 4:09 am
Location: Chula Vista, CA

Re: spectra fishing line

Post by Eric »

AndThenSome09 wrote:
#define DEFAULT_AXIS_STEPS_PER_UNIT {80, 80, 80, 760*1.1} // default steps per unit for Kossel (GT2, 20 tooth)
#define DEFAULT_MAX_FEEDRATE {500, 500, 500, 25} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {9000,9000,9000,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.

#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
Would those settings be here in the firmware? If so how do I figure out the ratio on DEFAULT_AXIS_STEPS-PER-UNIT? SAYS 760*1.1, how do I come up with those numbers?
That's X, Y, Z, and E, so the 760*1.1 value is your extruder value; probably not the number you want to adjust for this exercise.

What you're looking for is the number of steps needed to move the belt, screw, or in this case fishing line one millimeter.
If your Spectra is attached to the stepping motor with a spool that has a circumference of 20mm, that means one full revolution of the motor would move the Spectra 20mm.
Assuming you have a 1.8 degree stepping motor using 1/16 microstepping, that's (360/1.8)*16=3200 microsteps per revolution.
So, 3200 steps per 20 mm = 160 steps per 1 mm. So 160 would be your calculated value.

The empirical method is simply to make a mark on the Spectra, turn the motor an exact number of steps, then make another mark. Measure the difference, then redo the math to fine-tune your calibration.

That's the concept, anyway. You'll have to create the correct facts for your scenario, of course.
User avatar
AndThenSome09
Printmaster!
Posts: 249
Joined: Wed Oct 30, 2013 9:31 pm
Location: Gardiner, Maine
Contact:

Re: spectra fishing line

Post by AndThenSome09 »

Thank you! That's perfect, exactly what I was looking for! Thank you for the help guys!

Again dont worry my Rostock Max is staying as is for now, only upgrade I foresee in the near future is a new E3D hot end so I can try my hand at some nylon. Other than that my Max is absolutely perfect at the moment!
3D Printing Blog, Build, News, and Store

Come check us out @ http://www.i3dtech.net
Post Reply

Return to “The Lounge”