You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board MKS Robin Mini has stepper drivers A4988 soldered on board but there are no trimmers to set VREF voltage for these drivers. VREF is generated with PWM by CPU. I cannot see any reference to VREF voltage in clipper configuration file generic-mks-robin-mini-v2.cfg. I assume that VREF will be just some random value, it could be too low or too high. Do I miss something?
// Motor current PWM pins
#define MOTOR_CURRENT_PWM_XY_PIN PA6
#define MOTOR_CURRENT_PWM_Z_PIN PA7
#define MOTOR_CURRENT_PWM_E_PIN PB0
#define MOTOR_CURRENT_PWM_RANGE 1500 // (255 * (1000mA / 65535)) * 257 = 1000 is equal 1.6v Vref in turn equal 1Amp
#define DEFAULT_PWM_MOTOR_CURRENT { 1030, 1030, 1030 } // 1.05Amp per driver, here is XY, Z and E. This values determined empirically.
One more note/issue
Why README has instruction to rename firmware to Robin_nano35.bin? It is board Robin mini...
Rename as Robin_nano35.bin
Copy Robin_nano35.bin klipper firmware to TF card and insert board
One more note to README. Please update it with information if touch screen (2.4", connected with flat ribbon cable to MKS Robin Mini) will work with Klipper. I assume that it will not work. Please, update README with this important information...
The text was updated successfully, but these errors were encountered:
Board MKS Robin Mini has stepper drivers A4988 soldered on board but there are no trimmers to set VREF voltage for these drivers. VREF is generated with PWM by CPU. I cannot see any reference to VREF voltage in clipper configuration file generic-mks-robin-mini-v2.cfg. I assume that VREF will be just some random value, it could be too low or too high. Do I miss something?
MKS Robin mini generates 3 voltages for VREF:
https://github.com/makerbase-mks/MKS-Robin-mini/tree/master/hardware
This is in Marlin configuration pins_MKS_ROBIN_MINI.h
One more note/issue
Why README has instruction to rename firmware to
Robin_nano35.bin
? It is board Robin mini...One more note to README. Please update it with information if touch screen (2.4", connected with flat ribbon cable to MKS Robin Mini) will work with Klipper. I assume that it will not work. Please, update README with this important information...
The text was updated successfully, but these errors were encountered: