Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
From Melzi to RAMPS: Steppers need caffeine
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 39 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
seatlanta  
View profile  
 More options Nov 13 2012, 8:45 am
From: seatlanta <hyd...@gmail.com>
Date: Tue, 13 Nov 2012 05:45:27 -0800 (PST)
Local: Tues, Nov 13 2012 8:45 am
Subject: From Melzi to RAMPS: Steppers need caffeine

After spending a few weeks with a defective Melzi board, I changed to RAMPS
1.4 from reprapdiscount.

It's installed and it wants to print, but the motors are clearly not set up
correctly. The print head goes through the motions, but it moves veeeryyy
slowly, and it doesn't move far. It's like everything is compressed. My
practice parts are look like blobs of chewing gum from the bottom of a
table.

I think the new drivers (on the RAMPS) need different settings. When I
manually move an axis 100 mm, it moves about 15mm. And again, it's slow.

For two days, I've studied the firmware files, but I just don't know where
to go or what to do. The RAMPS drivers are jumpered for 1/16 steps.

Where do I go from here?

Thanks.
James in Atlanta


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sean Mitchell  
View profile  
 More options Nov 13 2012, 9:02 am
From: Sean Mitchell <nospam2006110401.sv...@muzik.ca>
Date: Tue, 13 Nov 2012 15:02:01 +0100
Local: Tues, Nov 13 2012 9:02 am
Subject: Re: [MendelMax] From Melzi to RAMPS: Steppers need caffeine

Hi James,

What do you have in your config.ini of your firmware?  Important things are:

#define DEFAULT_AXIS_STEPS_PER_UNIT   {22.222, 22.222, 2590, 781}  *<-- X Y
Z and E values, found via calculation and tuning (these are mine).  This
may be your issue with not moving 100mm when you ask it to move 100mm*
*
*
#define DEFAULT_MAX_FEEDRATE          {500, 500, 3, 1200}    *<-- X Y Z and
E values, maximum mm/s that they can travel.  Whichever is smaller between
this number and the feedrate as defined in pronterface is your maximum
speed that it will move*

When it moves "15mm" instead of 100, does it reliably move 15 every time,
or does it sometimes move 14.9 and sometimes 15.5?  If it is reliably 15,
then you need to change your steps_per_mm.  The calculation here is 100/15
* 22.222 where 100 is how far you asked it to go, 15 is how far it went,
and 22.222 is the current value in *your *steps_per_unit, which is probably
different than mine!

If it is not reliable, then it is probably something hardware-related.

Before trying to print something (and getting very frustrated), you should
first calibrate everything.  Then calibrate again, and finally once more
for good luck and *then* try to print something.  A good calibration set of
steps is here: reprap.org/wiki/Calibration

-sean

--
========
Sean Mitchell
50668 Köln
Germany
echo "zvgpu...@tznvy.pbz" | tr '[a-m][n-z][A-M][N-Z]' '[n-z][a-m][N-Z][A-M]'

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sean Mitchell  
View profile  
 More options Nov 13 2012, 9:08 am
From: Sean Mitchell <nospam2006110401.sv...@muzik.ca>
Date: Tue, 13 Nov 2012 15:08:20 +0100
Local: Tues, Nov 13 2012 9:08 am
Subject: Re: [MendelMax] From Melzi to RAMPS: Steppers need caffeine

Sorry, that should read configuration.h not configuration.ini

-sean

On Tue, Nov 13, 2012 at 3:02 PM, Sean Mitchell <

--
========
Sean Mitchell
50668 Köln
Germany
echo "zvgpu...@tznvy.pbz" | tr '[a-m][n-z][A-M][N-Z]' '[n-z][a-m][N-Z][A-M]'

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
seatlanta  
View profile  
 More options Nov 13 2012, 10:16 am
From: seatlanta <hyd...@gmail.com>
Date: Tue, 13 Nov 2012 07:16:15 -0800 (PST)
Local: Tues, Nov 13 2012 10:16 am
Subject: Re: [MendelMax] From Melzi to RAMPS: Steppers need caffeine

*Sean asked: What [settings] do you have in your . . . firmware?*

*Here they are. I have made no changes to this section:*

ENDING:M501
echo:Stored settings retreived:
echo:Steps per unit:
echo:  M92 X32.05 Y32.05 Z960.00 E176.00
echo:Maximum feedrates (mm/s):
echo:  M203 X500.00 Y500.00 Z5.00 E45.00
echo:Maximum Acceleration (mm/s2):
echo:  M201 X9000 Y9000 Z100 E10000
echo:Acceleration: S=acceleration, T=retract acceleration
echo:  M204 S3000.00 T3000.00
echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate
(mm/s), B=minimum segment time (ms), X=maximum xY jerk (mm/s),  Z=maximum Z
jerk (mm/s)
echo:  M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00
echo:PID settings:
echo:   M301 P63.00 I2.25 D440.00


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
seatlanta  
View profile  
 More options Nov 13 2012, 10:34 am
From: seatlanta <hyd...@gmail.com>
Date: Tue, 13 Nov 2012 07:34:21 -0800 (PST)
Local: Tues, Nov 13 2012 10:34 am
Subject: Re: [MendelMax] From Melzi to RAMPS: Steppers need caffeine

Maybe the last settings I sent were not what you needed to see. Here's a
cut-and-paste from configuration.h:

#define DEFAULT_AXIS_STEPS_PER_UNIT   {32.05, 32.05, 960, 176}  // default
steps per unit x,y,z,e
#define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 45}    // (mm/sec)    
#define DEFAULT_MAX_ACCELERATION      {9000,9000,100,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 r retracts

//
#define DEFAULT_XYJERK                20.0    // (mm/sec)
#define DEFAULT_ZJERK                 0.4     // (mm/sec)
#define DEFAULT_EJERK                 5.0    // (mm/sec)

*Correction
*By the way, I erred when I said a 100mm move results in a 15mm travel. The
carriage consistently moves a hair less than 35mm. Two 100mm moves cause an
actual travel of about 69.5.

James in Atlanta


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sean Mitchell  
View profile  
 More options Nov 13 2012, 10:48 am
From: Sean Mitchell <mitch...@gmail.com>
Date: Tue, 13 Nov 2012 16:48:32 +0100
Local: Tues, Nov 13 2012 10:48 am
Subject: Re: [MendelMax] From Melzi to RAMPS: Steppers need caffeine

Hmm, that was not quite what I was hoping for, these numbers seem "ok" --
as in with the values it should move with reasonable speed.

What happens when you move it within pronterface - what are the mm/min
values in Pronterface?  If you change them will it speed up or slow down?
 Alternatively you can do it using the Gcodes, I think it would be G0 X200
F2000, where X sets the speed.

What happens if you change your 32.05 to a value around 92.23?  This seems
very high to me, which either means you have steppers with a smaller
rotation per step than me, or different gears or something.  I switched
from 1/16 microstepping to 1/8 microstepping, and changed my value from
44.444 to 22.222, according to my calculation (below) you need around 92
steps per mm (very VERY accurate!)

I got the 92.23 from (200/69.5)*32.05.  This should at least put you closer
to 100mm moving 100mm

Also important to remember, when playing around never disconnect the
stepper from the stepper driver, unless the power is disconnected from the
entire system!

-sean

--
========
Sean Mitchell
50668 Köln
Germany
echo "zvgpu...@tznvy.pbz" | tr '[a-m][n-z][A-M][N-Z]' '[n-z][a-m][N-Z][A-M]'

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
seatlanta  
View profile  
 More options Nov 13 2012, 11:27 am
From: seatlanta <hyd...@gmail.com>
Date: Tue, 13 Nov 2012 08:27:47 -0800 (PST)
Local: Tues, Nov 13 2012 11:27 am
Subject: Re: [MendelMax] From Melzi to RAMPS: Steppers need caffeine

> *From Sean: What happens if you change your 32.05 to a value around
> 92.23?  This seems very high to me, which either means you have steppers
> with a smaller rotation per step than me, or different gears or something.
>  I switched from 1/16 microstepping to 1/8 microstepping, and changed my
> value from 44.444 to 22.222, according to my calculation (below) you need
> around 92 steps per mm (very VERY accurate!)*

> We are thinking along the same lines. I did a calculation and inserted

92.0977. I changed *only the x-axis *numbers, then uploaded the file, and
tried it. *No change*. The carriage still moved about 35mm. I was expecting
a change in distance, either more or less.

mm/min setting in Pronterface is 3000.

 I'm attaching two screen shots, one from Pronterface (Ignore the
temperatures; that's another story.) and one from slic3r settings in
Pronterface.

James in Atlanta (in my workshop, at the workbench, staring at the Mendel)

  pronterface01 (800x436).jpg
99K Download

  slic3r02 (712x563) (2).jpg
75K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
seatlanta  
View profile  
 More options Nov 13 2012, 12:05 pm
From: seatlanta <hyd...@gmail.com>
Date: Tue, 13 Nov 2012 09:05:27 -0800 (PST)
Local: Tues, Nov 13 2012 12:05 pm
Subject: Re: [MendelMax] From Melzi to RAMPS: Steppers need caffeine

Wait! Wait!

When I make changes to the configuration.h settings and upload them, then
enter M501, the settings are echoing back *without changes*. Hmmm.

I know the firmware is updating because I changed the date in the opening
message strings, and that new date shows up when I connect.

What am I doing wrong?

James


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Nov 13 2012, 12:09 pm
From: UK Chris <honeya...@rapro.co.uk>
Date: Tue, 13 Nov 2012 09:09:07 -0800 (PST)
Local: Tues, Nov 13 2012 12:09 pm
Subject: Re: From Melzi to RAMPS: Steppers need caffeine
James in Atlanta (in my workshop, at the workbench, staring at the
Mendel) and Sean,

I'm suspecting there may be some crossed wires here (not 'lecric
ones); does Sean realize that you have a Mendel, rather than a
Mendelmax?  Won't the parameters you are using be very different?

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Nov 13 2012, 12:44 pm
From: UK Chris <honeya...@rapro.co.uk>
Date: Tue, 13 Nov 2012 09:44:07 -0800 (PST)
Local: Tues, Nov 13 2012 12:44 pm
Subject: Re: From Melzi to RAMPS: Steppers need caffeine
...further to that, the parameter here;
http://brazenartifice.wordpress.com/my-marlin-non-gen6-configuration-...
for a Mendel... are very different.

OK, I only have a little knowledge.

As an aside, my Mendelmax 1.5+ is now so heavily modified, I've
renamed it 'MongrelMax'.  Works good though.

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
seatlanta  
View profile  
 More options Nov 13 2012, 1:25 pm
From: seatlanta <hyd...@gmail.com>
Date: Tue, 13 Nov 2012 10:25:00 -0800 (PST)
Subject: Re: From Melzi to RAMPS: Steppers need caffeine

*Chris said: OK, I only have a little knowledge. *

But a little knowledge is better than none, right? Then there's the
saying:" A little knowledge is a dangerous thing."

In any event, I'm happy that my heating resistor is no longer warming the
entire shop. I grateful that I have not seen any more flames. I'm very
pleased that the print head moves around and pretends to print, albeit at
an odd scale and a leisurely pace.

My main concern at the moment is why my uploaded firmware changes are not
appearing in the Pronterface messages. I can change the string text at the
beginning, and those changes do appear. I don't understand why I can't
change the configuration.h numbers.

I'm going out to the shop and try to stare at it more intelligently.

James in Atlanta


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Morris  
View profile  
 More options Nov 13 2012, 3:42 pm
From: Jim Morris <wolfma...@gmail.com>
Date: Tue, 13 Nov 2012 12:42:08 -0800 (PST)
Local: Tues, Nov 13 2012 3:42 pm
Subject: Re: From Melzi to RAMPS: Steppers need caffeine

The problem is it is loading the settings from eeprom, not the default
settings inm configuration.h (you can see that in the first few lines in
pronterface when it starts up).

You can force it to use the defaults (in Configuration.h) with M502, then
restore them in eeprom with M500. Use M503 to see what the current settings
are.

I am not sure how you erase the eeprom settings though.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
seatlanta  
View profile  
 More options Nov 14 2012, 8:54 am
From: seatlanta <hyd...@gmail.com>
Date: Wed, 14 Nov 2012 05:54:31 -0800 (PST)
Local: Wed, Nov 14 2012 8:54 am
Subject: Re: From Melzi to RAMPS: Steppers need caffeine

Thanks, Jim, for the suggestions.

I'm still a bit confused about this. Several weeks ago, I didn't even know
that a configuration.h file existed. Now, I can edit it and upload it. But
I don't understand why I can edit and upload it, and the edited version
appears (with my text identifier at the beginning), but the stepper
settings *don't change*.

Yet, when I use M92 to change the settings from Pronterface, it works.

I don't get the relationship between the two methods. And I have not yet
grasped the idea of "default" settings. I can read the various M codes, and
I know I can force things back to their default settings, but I don't know
what will happen if I do. What are the defaults? And I really don't
understand the value (or danger) of erasing the EEPROM settings.

Thanks again.
James in Atlanta (working toward being a master programmer)

=============================================================


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Nov 14 2012, 11:58 am
From: UK Chris <honeya...@rapro.co.uk>
Date: Wed, 14 Nov 2012 08:58:28 -0800 (PST)
Local: Wed, Nov 14 2012 11:58 am
Subject: Re: From Melzi to RAMPS: Steppers need caffeine
James,

I’d like to help by giving my version of what I think happens here.  I
would appreciate anyone correcting me.
Your Mendel (not Mendelmax) has an Arduino, which is running a program
called Marlin.  Marlin is in an executable form (1’s and 0’s) and
lives in the EEPROM (electrically erasable programmable read only
memory), on your Arduino.  This is non-volatile memory (it doesn't
forget, when power removed).  Meanwhile, you have Marlin + 40
additional files ‘config.h’, ‘pins.h’ etc, which are mostly text files
– which you can alter on your PC.  Using the Arduino interface, you
load Marlin.pde and you can alter and save any of these 41 files.
Prior to uploading to the Arduino, you convert all these text files to
an executable version by using the Verify/Compile menu item, from the
Sketch menu.  You then upload to the Arduino.  This action overwrites
the old executable program held in EEPROM on your Arduino.

I take it you have done all of this, but the steppers are still in
need of caffeine.  My previous post asks if you are using the correct
parameters for a Mendel.  Are you populating config.h with parameters
for a Mendelmax, rather than a Mendel?  Surely this will make a big
difference.

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vlad  
View profile  
 More options Nov 14 2012, 12:21 pm
From: vlad <vatan....@gmail.com>
Date: Wed, 14 Nov 2012 09:21:53 -0800 (PST)
Local: Wed, Nov 14 2012 12:21 pm
Subject: Re: From Melzi to RAMPS: Steppers need caffeine

Chris beat me to it, but let me re-say what he did in bullets:

*Configuration.h creastes your default settings, which you upload to your
board, yay
*EEPROM is where your settings that you change on the fly CAN be saved if
you ask it to
*uploading new firmware w/ the values changes your "default" settings but
does not effect EEPROM
*Sending M92 in pronterface changes your dynamic settings, which are not
saved anywhere and get lost on reboot (M503 Tells you current settings
being used)
*when you reboot the RAMPS, it reads data from the EEPROM, and ignores yoru
default settings
*You can save your current settings to EEPROM with M500
*You can start using hte settings in EEPROM with M501
*You can use the settings from your firmware with M502


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Nov 14 2012, 1:58 pm
From: UK Chris <honeya...@rapro.co.uk>
Date: Wed, 14 Nov 2012 10:58:41 -0800 (PST)
Local: Wed, Nov 14 2012 1:58 pm
Subject: Re: From Melzi to RAMPS: Steppers need caffeine
Vlad,

Thanks for that.  James, I was wrong regarding the uploaded program
living in EEPROM - it goes into Flash Memory (see; http://arduino.cc/en/Tutorial/Memory
).

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
seatlanta  
View profile  
 More options Nov 16 2012, 9:28 am
From: seatlanta <hyd...@gmail.com>
Date: Fri, 16 Nov 2012 06:28:45 -0800 (PST)
Local: Fri, Nov 16 2012 9:28 am
Subject: Re: From Melzi to RAMPS: Steppers need caffeine

Thanks to all of you.

Chris, the Arduino link was very helpful. And Jim's' comments helped clear
up some questions about the Arduino memory.

At this point, I can made distorted prints of simple, small objects.
Printing a 20mm cube and measuring the finished product moved me much
closer to the correct calibrations for the three axes. I have now memorized
the calibration formula, and I sometimes dream about it.

My friend, Will, came over last night and provided a second opinion about
some of the remaining problems. He has completed his machine and it prints
with nary a problem. Disgusting!

*Voodoo*
We spent about an hour trying to analyze the E motor and why it quit
operating. I plugged it into the x-driver and it extruded when I did an x
move. I plugged the x-motor into the E driver, and it moved left and right
when I did forward and reverse extrusions. Therefore, the motors function,
and both drivers function, but when I plugged everything back as it should
be, the extruder didn't budge. I went indoors and thought about it, and
when I returned, it worked.

*Why Z deserves to be at the end of the alphabet*
The last problem to solve (I hope) is the z-axis, which continues to bind.
When that happens, one motor stops turning and the other doesn't. This
creates a rapidly worsening binding problem that screws the nuts off the
lead-screw and slams the x-carriage into the bed on the right side.

When I check my parallelism and perpendicularity (words I like to use),
everything is OK. When I move the z-axis manually, it's smooth as silk. But
when I home the axis, it usually goes berserk. So it can take a short move,
but not an extended move.

Will and I decided the vertical bearings (bushings) at each end of the
x-carriage are not aligned in the vertical direction, probably because both
fittings broke early in the game and I had to put them back together with
super glue. By the way, several of my pieces were very brittle and snapped
during construction. At this point, I also have several stress fractures in
some other parts. This doesn't seem like the way it should be.

And before anyone asks: Yes, I was very careful during construction and
treated everything with kid gloves.

Will is printing two new parts for me. Maybe that will solve the problem.

*And on the plus side*

   - I'm still getting good temperature control
   - I'm no longer seeing any smoke or flames.
   - The resistor is still green, and not crumbling like charcoal.
   - The printer is functioning, but has some mechanical issues that I know
   I can handle.

Best wishes.
James in Atlanta


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Nov 16 2012, 10:49 am
From: UK Chris <honeya...@rapro.co.uk>
Date: Fri, 16 Nov 2012 07:49:55 -0800 (PST)
Local: Fri, Nov 16 2012 10:49 am
Subject: Re: From Melzi to RAMPS: Steppers need caffeine
James,

Firstly, I really enjoy your humorous slant on your multitude of
Reprap problems - please keep this up.

Secondly, I suspect that when you transferred from the Dark Side
(Melzi), your Z motors were wired in series - this will obviously
limit the current and therefore the torque to your steppers.  As the
RAMPS has pin-outs for two (parallel) Z steppers, consider wiring them
like this and get max torque from each.

Thirdly, once Will has printed the parts you require, swap your duff
Melzi board with his/throw iron filings into his machine - that'll
wipe the smug look off his face.

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Larry Knopp  
View profile  
 More options Nov 16 2012, 5:02 pm
From: Larry Knopp <lwkn...@gmail.com>
Date: Fri, 16 Nov 2012 17:02:20 -0500
Local: Fri, Nov 16 2012 5:02 pm
Subject: Re: [MendelMax] Re: From Melzi to RAMPS: Steppers need caffeine

I will throw my humble +1 behind Chris' observations.

And, say congrats!  Your hurdles have been many, and occasionally
treacherous.  The fact that your humor has come through it all intact is
appreciated.

Regarding Voodoo...
I have worked in a land of mystery and magic for many years.

IT

I learned two things long ago that are just as true today, in that land,
and in this one of oozing plastic :
1)  The magnetic field generated by the (non-existent) plate in my head
often fixes things that others cannot, and does involve anything more than
it's proximity to the device in question.
2)  Failing the magic of my plate, 70% of all other problems can be
resolved by taking a smoke / beer / food break.  Or, just getting some
sleep.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Shannon  
View profile  
 More options Nov 16 2012, 6:26 pm
From: Ross Shannon <i.m.hephaes...@gmail.com>
Date: Fri, 16 Nov 2012 16:26:17 -0700
Local: Fri, Nov 16 2012 6:26 pm
Subject: Re: [MendelMax] Re: From Melzi to RAMPS: Steppers need caffeine

I just talk to the voices in my head - its like having a whole team of
individuals working on the same problem
On Nov 16, 2012 3:02 PM, "Larry Knopp" <lwkn...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Triffid Hunter  
View profile  
 More options Nov 16 2012, 9:57 pm
From: Triffid Hunter <triffid.hun...@gmail.com>
Date: Sat, 17 Nov 2012 13:57:34 +1100
Local: Fri, Nov 16 2012 9:57 pm
Subject: Re: [MendelMax] Re: From Melzi to RAMPS: Steppers need caffeine

On Sat, Nov 17, 2012 at 2:49 AM, UK Chris <honeya...@rapro.co.uk> wrote:
> Secondly, I suspect that when you transferred from the Dark Side
> (Melzi), your Z motors were wired in series - this will obviously
> limit the current and therefore the torque to your steppers.  As the
> RAMPS has pin-outs for two (parallel) Z steppers, consider wiring them
> like this and get max torque from each.

Actually when connected in series, the motors each get twice as much
current (hence torque) as when they're connected in parallel... what makes
you think it's the other way around?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Nov 17 2012, 4:14 am
From: UK Chris <honeya...@rapro.co.uk>
Date: Sat, 17 Nov 2012 01:14:42 -0800 (PST)
Local: Sat, Nov 17 2012 4:14 am
Subject: Re: From Melzi to RAMPS: Steppers need caffeine
Hi Triffid,

A stepper is simply a bunch of coils which have some resistance
(reactance to changing voltage/current generating back EMF).  Put two
in series and you double the resistance and therefore halve the
current and consequently torque.  Now, from reading your posts, I
figure you know your stuff, so I'm anticipating opening a large can of
'whoop-ass'.

Be gentle with me.

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Nov 17 2012, 4:27 am
From: UK Chris <honeya...@rapro.co.uk>
Date: Sat, 17 Nov 2012 01:27:42 -0800 (PST)
Local: Sat, Nov 17 2012 4:27 am
Subject: Re: From Melzi to RAMPS: Steppers need caffeine
...Triffid,

one more thing - in addition to my terrific MM1.5+ (it's printing
prototypes every day), I have a Huxley which was supplied with Melzi
electronics (I managed to palm that off on a fella from the
colonies ;)
So I'm replacing the electronics with a Megatronics
http://reprapworld.com/?products_details&products_id=274&cPath=1591_1606
, which I am going to connect today.  Like the RAMPS, it has parallel
outputs for the Z steppers and I was going to wire them that way.  Why
would both circuit boards have two sets of Z O/P's?

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Tyrrell  
View profile  
 More options Nov 17 2012, 5:09 am
From: Dan Tyrrell <d...@dnt.com.au>
Date: Sat, 17 Nov 2012 21:08:57 +1100
Local: Sat, Nov 17 2012 5:08 am
Subject: Re: [MendelMax] Re: From Melzi to RAMPS: Steppers need caffeine
Hi,

IMO it is because A4988/A4983 or any other stepper motor driver, in
general, is not designed to drive two steppers in any configuration.

Marlin has an option Z_DUAL_STEPPER_DRIVERS which allows use of the E1
socket on a RAMPS as the second Z driver.

Dan

On 17 November 2012 20:27, UK Chris <honeya...@rapro.co.uk> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Nov 17 2012, 6:12 am
From: UK Chris <honeya...@rapro.co.uk>
Date: Sat, 17 Nov 2012 03:12:40 -0800 (PST)
Local: Sat, Nov 17 2012 6:12 am
Subject: Re: From Melzi to RAMPS: Steppers need caffeine
Hi Dan,

Thanks for that - what you say makes sense.

Has anyone any ideas why then, that the RAMPS has parallel outputs for
the Z (as does my new Megatronics), the photos supplied by TL show
parallel wiring and this; http://www.flickr.com/photos/87350090@N03/8192085683/
does too?

I understand the argument that a 'current limited' Polulu is sharing
the current between two parallel steppers, but surely we can just turn
that up to its specified limit.

If I'm doing this wrong, then I suspect lots of other folks are too.

As an aside, I have had much grief with Z vibration (having accurately
aligned it, so many times), until I got rid of the aluminium (spiral)
couplers and replaced them with these; http://www.thingiverse.com/thing:9622
I know, it's old tech and doesn't look sexy - but they dam well work.
Reduced the vibration by 95%, the rest disappeared after a thin
application of PTFE oil.  (Wiki says not WD40)

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 39   Newer >
« Back to Discussions « Newer topic     Older topic »