New Rambo board configuration?

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

New Rambo board configuration?

Post by truenorthtrader »

hello folks.

Had problems with my Rambo board, they kindly swapped it for me with a 1.1b board.
Everyone at SeemeCnc is just GREAT btw putting it mildly!

I got it unopened is there anything I have to do to it to get it set up that's different than when you buy the kit?
I uploaded the Marlin firmware but having trouble.

I do a G28 and works, put a code G1 Z5 F3000 to start recalibrating it but it goes down slowly, around 1200 rate, AND only goes half way and stops.

My Repetier host is setup the same way it was before with the dimensions etc.

many thanks in advance!
A.
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5391
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: New Rambo board configuration?

Post by mhackney »

The 1.1 boards are 16 microstep and the earlier 1.0 are 8 step. So, depending on what you had before, you might need to adjust:
#define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,200*8/3,760*1.1} // default steps per unit for ultimaker

in Marlin. If your old board was 8 micro steps, you need to double the values you have - NOTE the above is taken from a stock Marlin file and are not the correct values for the MAX!

The symptoms you describe are commensurate with a difference of going form 8 to 16 microsteps.

cheers,
Michael

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
cambo3d
ULTIMATE 3D JEDI
Posts: 1057
Joined: Thu Feb 07, 2013 10:03 pm
Location: Florida

Re: New Rambo board configuration?

Post by cambo3d »

to piggyback on what hackney said . this is what to change to as per the firmware comments.

#define DEFAULT_AXIS_STEPS_PER_UNIT {53.333, 53.333, 53.333, 292.0} // 53.333(xyz)/292.0(E) for E for rostockmax with V1.0 RAMBo boards 1/8 stepping

106.666/584.0 for RAMBo 1.1A and later with 1/16 microstepping
User avatar
truenorthtrader
Printmaster!
Posts: 148
Joined: Sun Jan 13, 2013 8:09 pm

Re: New Rambo board configuration?

Post by truenorthtrader »

Oh thank you so much guys!!!!!

That's great news doing the calibration now. thank you again!!!
Anthony
User avatar
mrbi11
Printmaster!
Posts: 94
Joined: Mon Nov 18, 2013 7:18 pm

Re: New Rambo board configuration?

Post by mrbi11 »

truenorthtrader wrote:Oh thank you so much guys!!!!!

That's great news doing the calibration now. thank you again!!!
Anthony
fyi there is a micro step constant in configuation.h now, it can be set lower than 16, in powers of 2.
8 4 2 and 1

=======
Which should not imply I know what microstepping actually does or why one would set it this way or that.
But one can set it now to be independent of the board maximum.

Maybe a kind soul who knows what its for can explain microstepping?

(Thanks for the information about torque!)
Last edited by mrbi11 on Tue Jul 29, 2014 11:18 am, edited 1 time in total.
User avatar
DocHogan
Prints-a-lot
Posts: 20
Joined: Thu Jun 26, 2014 10:25 pm

Re: New Rambo board configuration?

Post by DocHogan »

mrbi11 wrote:
truenorthtrader wrote:Oh thank you so much guys!!!!!

That's great news doing the calibration now. thank you again!!!
Anthony
fyi there is a micro step constant in configuation.h now, it can be set lower than 16, in powers of 2.
8 4 2 and 1

=======
Which should not imply I know what microstepping actually does or why one would set it this way or that.
But one can set it now to be independent of the board maximum.

Maybe a kind sole who knows what its for can explain microstepping?
Just a note for anyone looking to increase step resolution with increasingly fine microsteps. For every step increase (i.e. from 16 to 8), stepper motor torque is reduce by half. So, microstep resolution and stepper motor torque are inversely proportional; there will definitely be some diminishing returns when tweaking this value.
Post Reply

Return to “Rostock MAX”