rostock max v2 and Cyclops

User-Generated tips and tricks for the Rostock Max, Orion, H1.1, or H1 Printers
Post Reply
duvdev
Printmaster!
Posts: 167
Joined: Wed Aug 13, 2014 5:23 am

rostock max v2 and Cyclops

Post by duvdev »

Hi all,

I will have my Cyclops soon and I need to know what are the changes that I need to do ? I already ordered the geared motors that I saw it need
bot wah are the eprom changes I need to do?

thanks
JFettig
Printmaster!
Posts: 821
Joined: Tue Nov 18, 2014 4:39 pm
Location: Minnesota

Re: rostock max v2 and Cyclops

Post by JFettig »

search search search.. lots of threads, one in particular that lays it all out as plain as day ;)

And its active today.... hit active posts button.
User avatar
gestalt73
Printmaster!
Posts: 339
Joined: Wed Aug 07, 2013 11:10 am
Location: Anaheim, CA

Re: rostock max v2 and Cyclops

Post by gestalt73 »

Hey duvdev,

I'm not using a RAMBO anymore, so you'll want to fact-check this response. You'll need to update your Ext1 Steps per mm, and maybe reduce the drive current for Ext1 as well.

Firstly, if you've ordered the kysan 5.18:1 geared stepper, make sure you order the 8mm bore hobbed gear at the same time, the ezstruder hobbed gear will not fit.

You can change the steps per mm for your extruder in eeprom. I have mine set to 439.69.
You will want to go through the entire extruder calibration procedure from geneb's manual.

The kysan stepper spec says that it runs at a lower max current than the stock extruder stepper.
Kysan = 1.0 amps, Stock Wantai = 1.5 amps.

If you're finding that the geared stepper is running very hot, you may have to recompile your firmware to use a lower stepper current.
The relevant section in Configuration.h, extruder1 is the fourth value in the MOTOR_CURRENT {195,195,195,200,0} line...

Code: Select all

// ##########################################################################################
// ##                           Movement settings                                          ##
// ##########################################################################################

// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU. Currently only works for RAMBO boards
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]

// Motor Current setting (Only functional when motor driver current ref pins are connected to a digital trimpot on supported boards)
#if MOTHERBOARD==301
#define MOTOR_CURRENT {195,195,195,200,0} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
#elif MOTHERBOARD==12
#define MOTOR_CURRENT {35713,35713,35713,35713,35713} // Values 0-65535 (3D Master 35713 = ~1A)
#endif
duvdev
Printmaster!
Posts: 167
Joined: Wed Aug 13, 2014 5:23 am

Re: rostock max v2 and Cyclops

Post by duvdev »

i only saw the setup for the chimera.
and i need the setup for the cyclops
Post Reply

Return to “General Tips 'N Tricks”