EzStruder doing strange quick retracts :(

All things related to the Rostock MAX 3D Printer, the worlds FIRST Delta kit!
User avatar
truenorthtrader
Printmaster!
Posts: 148
Joined: Sun Jan 13, 2013 8:09 pm

EzStruder doing strange quick retracts :(

Post by truenorthtrader »

Has anyone experienced the EZ sturdier doing very quick jumps while printing where it's not needed?

Mine keeps doing this don't know what's causing it. It's a quick jerking sound, the motor is turning backwards very fast then resumes. It's not retraction, my settings are about 6mm and speed around 35-40 and does that smoothly, this is doing it while infilling and making a perimeter.

Did it on the first layer on some models now it's doing it all the time I had to quit a 9 hour print after the first few layers because it wouldn't stop jumping.

thanks!
bubbasnow
ULTIMATE 3D JEDI
Posts: 1064
Joined: Fri Aug 02, 2013 4:24 pm
Location: Dayton, WA

Re: EzStruder doing strange quick retracts :(

Post by bubbasnow »

does it do it in the middle of a normal travel?

have you tried a simple object in another slicer?
User avatar
Glacian22
Printmaster!
Posts: 330
Joined: Thu Apr 04, 2013 6:07 am
Location: Seattle

Re: EzStruder doing strange quick retracts :(

Post by Glacian22 »

That's your motor skipping...I'm going to predict that you're printing PLA?
User avatar
truenorthtrader
Printmaster!
Posts: 148
Joined: Sun Jan 13, 2013 8:09 pm

Re: EzStruder doing strange quick retracts :(

Post by truenorthtrader »

Does this skip during printing a line or perimeter not while Travelling
I only use abs.
What is causing this skipping? Makes no sense.
I only use Cura now as I've used others and never get as good results.

It's also not printing some perimeters smoothly kind of a slow studdering
After the Arduino update a few months back
User avatar
Glacian22
Printmaster!
Posts: 330
Joined: Thu Apr 04, 2013 6:07 am
Location: Seattle

Re: EzStruder doing strange quick retracts :(

Post by Glacian22 »

Huh, my ezstruder only skips/jumps back like that when running PLA, haven't had that problem with ABS. Someone smarter than me is going to have to weigh in. XD
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5412
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: EzStruder doing strange quick retracts :(

Post by mhackney »

That sounds like the symptom I reported of an overheating stepper driver on the RAMBo. A cooling fan pointed at the drivers on RAMBo solved that problem for me 100%. You can search my recent posts for more details and how I mounted the fan in the door.

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
User avatar
bvandiepenbos
Printmaster!
Posts: 927
Joined: Thu Apr 05, 2012 11:25 pm
Location: Goshen, IN
Contact:

Re: EzStruder doing strange quick retracts :(

Post by bvandiepenbos »

yep, probably motor skipping.
the driver chips could be overheating. extra cooling could help.
also try adjusting motor current up or down.

IMHO, the stock stepper motor has marginally adequate torque for the bowden tube + SeeMe hot end.
Often my print speed is limited by the extruder skipping.

Bet if you slow down and/or increase your temperature 5-10 degrees your motor skipping will go away.

You could also put a J-Head on your machine, they have less backpressure than the stock hot-end
( sorry Oly, you know it's true )


regardless, a fan on back of rambo board where motor driver chips are is a good thing to do.
~*Brian V.

RostockMAX v2 (Stock)
MAX METAL "ShortyMAX"
MAX METAL Rostock MAX Printer Frame
NEMESIS Air Delta v1 & v2 -Aluminum delta printers
Rostock MAX "KITT" - Tri-Force Frame
GRABER i3 "Slim"
User avatar
truenorthtrader
Printmaster!
Posts: 148
Joined: Sun Jan 13, 2013 8:09 pm

Re: EzStruder doing strange quick retracts :(

Post by truenorthtrader »

Thank you guys so much!
I actually do have a fan on it but its mounted by the USB port pointing at the board on the other side I'll move it.

I actually was running a 6 hour print before. then went to another one after 30 minutes.
What code do I look for regarding the voltage? I've been looking in configuration.h can't seem to find it.
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5412
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: EzStruder doing strange quick retracts :(

Post by mhackney »

It's stepper current not voltage and it is in Configuration.h

Code: Select all

// MLJH: These are the current settings I use with my EZStruder. You can turn down the 230 to say 210ish if yours runs hot
#define MOTOR_CURRENT {175,175,175,230,230} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
User avatar
truenorthtrader
Printmaster!
Posts: 148
Joined: Sun Jan 13, 2013 8:09 pm

Re: EzStruder doing strange quick retracts :(

Post by truenorthtrader »

Thakn you! Ahh it's under movement missed it...
Mine is already -#define MOTOR_CURRENT {175,175,175,200,0}
Strange the last number is zero.

I just mounted the fan on the back hopefully no more trouble! I do another print tonight
thank you guys again!!
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5412
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: EzStruder doing strange quick retracts :(

Post by mhackney »

The last number is for a second extruder in a 2 extruder setup. In fact, you can add more past these to support, say, a 4 extruder Kraken system like mine :)

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
User avatar
Eaglezsoar
ULTIMATE 3D JEDI
Posts: 7185
Joined: Sun Apr 01, 2012 5:26 pm

Re: EzStruder doing strange quick retracts :(

Post by Eaglezsoar »

mhackney wrote:The last number is for a second extruder in a 2 extruder setup. In fact, you can add more past these to support, say, a 4 extruder Kraken system like mine :)
Now you're showing off! :)
And you have a right to do so. It's not easy to figure out how to run 4 extruders both software and hardware.
You should be proud that you have the skills to do something like that. I know someone named Chris who will
need your help in getting everything working and his package is arriving today.
User avatar
Nylocke
ULTIMATE 3D JEDI
Posts: 1421
Joined: Sun Jun 23, 2013 1:43 pm
Location: Iowa

Re: EzStruder doing strange quick retracts :(

Post by Nylocke »

This is off topic, but Michael, what have you done to your bed? I was sifting through your photo log of max pics to see your kraken setup, and I noticed you were doing some experimentation. Also, do you have all 4 steppers set up for your kraken yet? Are you using an EZ for than all?
User avatar
truenorthtrader
Printmaster!
Posts: 148
Joined: Sun Jan 13, 2013 8:09 pm

Re: EzStruder doing strange quick retracts :(

Post by truenorthtrader »

I feel like a right Git wasting everyone's time.

I cleaned the J-Head now everything is fine, something must have been in the filament, the jumping was caused by the blockage.

Never had any blockage before after going through about 10 rolls of filament so far.

thanks for all your help!

That Quad extruder is crazy! I have been putting off installing a second one...damn that's amazing.
Last edited by truenorthtrader on Thu Apr 03, 2014 5:06 pm, edited 1 time in total.
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5412
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: EzStruder doing strange quick retracts :(

Post by mhackney »

Nylocke, my bed is (from base up):

the snowflake insulator
the Onyx
my aluminum heat dissipator
borosilicate glass
PEI

I'm printing exclusively on PEI now and love it.

I am running all 4 Kraken hot ends with ezStruders (4 of them of course). It is all set up and working.

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
User avatar
Nylocke
ULTIMATE 3D JEDI
Posts: 1421
Joined: Sun Jun 23, 2013 1:43 pm
Location: Iowa

Re: EzStruder doing strange quick retracts :(

Post by Nylocke »

From the gallery it looked like you were experimenting with some sort of spary on copper? What was that about and what did it do, if anything?
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5412
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: EzStruder doing strange quick retracts :(

Post by mhackney »

That was a gasket adhesive I attempted to use to stick the PEI to my glass build surface. It didn't work.

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
User avatar
Nylocke
ULTIMATE 3D JEDI
Posts: 1421
Joined: Sun Jun 23, 2013 1:43 pm
Location: Iowa

Re: EzStruder doing strange quick retracts :(

Post by Nylocke »

What is this PEI and what does it work for? I mainly print with ABS and Nylon, and it would be nice to not have to swap between my heated and wooden beds...
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5412
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: EzStruder doing strange quick retracts :(

Post by mhackney »

Search for PEI here, there is a long thread in another topic. It is a great surface for ABS and PLA, not Nylon.

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
User avatar
Nylocke
ULTIMATE 3D JEDI
Posts: 1421
Joined: Sun Jun 23, 2013 1:43 pm
Location: Iowa

Re: EzStruder doing strange quick retracts :(

Post by Nylocke »

Darn, what is it, a tape or a sheet?
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5412
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: EzStruder doing strange quick retracts :(

Post by mhackney »

The material I used is .030" thick sheet that is taped down with double sided tape.

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5412
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: EzStruder doing strange quick retracts :(

Post by mhackney »

The material I used is .030" thick sheet that is taped down with double sided tape.

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
User avatar
Nylocke
ULTIMATE 3D JEDI
Posts: 1421
Joined: Sun Jun 23, 2013 1:43 pm
Location: Iowa

Re: EzStruder doing strange quick retracts :(

Post by Nylocke »

How hot is your bed, and is it fairly durable?
bubbasnow
ULTIMATE 3D JEDI
Posts: 1064
Joined: Fri Aug 02, 2013 4:24 pm
Location: Dayton, WA

Re: EzStruder doing strange quick retracts :(

Post by bubbasnow »

i do 100deg temps for hours no issues, should probably take this conversation to the PEI post though
User avatar
techstorage
Printmaster!
Posts: 80
Joined: Mon Aug 04, 2014 9:37 am
Location: Atlanta GA and Minneapolis MN

Re: EzStruder doing strange quick retracts :(

Post by techstorage »

truenorthtrader wrote:Has anyone experienced the EZ sturdier doing very quick jumps while printing where it's not needed?

Mine keeps doing this don't know what's causing it. It's a quick jerking sound, the motor is turning backwards very fast then resumes. It's not retraction, my settings are about 6mm and speed around 35-40 and does that smoothly, this is doing it while infilling and making a perimeter.

Did it on the first layer on some models now it's doing it all the time I had to quit a 9 hour print after the first few layers because it wouldn't stop jumping.

thanks!
Did you fix your issue? My printer started doing this randomly after adding some led lights and fans. The code looks good so I think it is caused by wire noise going to the stepper motor. I tried tying back the 12 v power lines away from stepper motor cables, and it got better. I still hear the extreme retracts (1 or 2) during my printing.
Post Reply

Return to “Rostock MAX”