Page 1 of 1

Getting Started

Posted: Sat Jul 19, 2014 8:47 pm
by jesse
Does anyone have instructions for getting the Smoothieboard working with the Rostock Max?

If you could post your "config" file from the SD card it would be helpful.

I connected to the Smoothieboard using Rep-Host so the next step is?

Re: Getting Started

Posted: Mon Jul 21, 2014 6:50 pm
by jesse
Does anyone know the "arm_radius" for the Rostock Max? In the Repetier firmware, these might match that variable:

#define PRINTER_RADIUS 198.25
#define END_EFFECTOR_HORIZONTAL_OFFSET 33
#define CARRIAGE_HORIZONTAL_OFFSET 35
#define DELTA_RADIUS (PRINTER_RADIUS-END_EFFECTOR_HORIZONTAL_OFFSET-CARRIAGE_HORIZONTAL_OFFSET+0.0)

Repetier-Firmware EEPROM exported: http://pastebin.com/KRDDcweW

Also, my Rostock Max isn't moving far enough downwards to reach the bed at the correct height.

Config file from Smoothieboard: http://pastebin.com/Eit8GRCM

Re: Getting Started

Posted: Mon Jul 21, 2014 7:16 pm
by jesse
The problem was that the rambo 1.1 uses 1/8 microstepping and the Smoothieboard using 1/16th the steps per mm needed to be doubled.

Re: Getting Started

Posted: Mon Jul 21, 2014 7:25 pm
by Polygonhell
DELTA_RADIUS is the equivalent of arm_radius I believe.
So it'll be 198.25 - 33 -35 or 130.25