samo
YaBB Senior Member
   
 I love YaBB 1G - SP1!
Posts: 31
|
 |
Microstepping
« on: Jun 15th, 2016, 8:19am » |
Quote 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 ?
|