Welcome, Guest. Please Login or Register. Mar 29th, 2024, 6:23am
Home Home Help Help Search Search Members Members Login Login Register Register
OkOb Web Forum « Microstepping »


   OkOb Web Forum
   3D Printing
   3D Printing and RepRap X2 Discussion
(Moderator: Denis Bakin)
   Microstepping
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: Microstepping  (Read 1747 times)
samo
YaBB Senior Member
****



I love YaBB 1G - SP1!

   


Posts: 31
Microstepping
« on: Jun 15th, 2016, 8:19am »
Quote Quote Modify Modify

Hi  
Im using the board that using for Microstepping 3 Mode instent of 2 mode in MarlinX2 , i i want to use 1/16 i have to put all 3 mode jumper  
Here in adv_configuration of MarlinX2  
  Code:

// MS1 MS2 Stepper Driver Microstepping mode table
#define MICROSTEP1 LOW,LOW
#define MICROSTEP2 HIGH,LOW
#define MICROSTEP4 LOW,HIGH
#define MICROSTEP8 HIGH,HIGH
#define MICROSTEP16 HIGH,HIGH

 
shall i add in some way other code to code above ?
from other hand what dose below meaning  
Code:

// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
#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)
#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)

 
shall i change them too ?
IP Logged
Denis Bakin
YaBB Administrator
*****





   
WWW

Gender: male
Posts: 163
Re: Microstepping
« Reply #1 on: Jun 15th, 2016, 11:27am »
Quote Quote Modify Modify

I have not changed the microstepping code, so can't tell you what to do.
The motor current define is not related to this.
If your board is like RAMPS 1.4 it probably has jumpers to set stepping mode and it is unlikely that that the microstepping control pins are connected to the MCU.
IP Logged

---------------------------
Denis Bakin
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Home OkOb Web Forum » Powered by YaBB 1 Gold - SP 1.1!
YaBB © 2000-2003. All Rights Reserved.