TMC2130 on MKS GEN 1.4, high pitch noise only on y axis August 30, 2018 04:12PM |
Registered: 6 years ago Posts: 4 |
Recv: X Y Z Z2 E0 Recv: Enabled false false false false false Recv: Set current 850 900 600 850 700 Recv: RMS current 826 887 581 826 673 Recv: MAX current 1165 1251 819 1165 949 Recv: Run current 26/31 28/31 18/31 26/31 21/31 Recv: Hold current 13/31 14/31 9/31 13/31 10/31 Recv: CS actual 13/31 14/31 9/31 13/31 10/31 Recv: PWM scale 132 98 101 163 53 Recv: vsense 1=.18 1=.18 1=.18 1=.18 1=.18 Recv: stealthChop true true true true true Recv: msteps 16 16 16 16 16 Recv: tstep 1048575 1048575 1048575 1048575 1048575 Recv: pwm Recv: threshold 79 4294967295 658 658 263 Recv: [mm/s] 100.08 0.00 3.00 3.00 30.06 Recv: OT prewarn false false false false false Recv: OT prewarn has Recv: been triggered true true true true true Recv: off time 5 5 5 5 5 Recv: blank time 24 24 24 24 24 Recv: hysteresis Recv: -end 2 2 2 2 2 Recv: -start 3 3 3 3 3 Recv: Stallguard thrs 4 0 0 0 0 Recv: DRVSTATUS X Y Z Z2 E0 Recv: stallguard X Recv: sg_result 0 0 0 0 0 Recv: fsactive Recv: stst X X X X X Recv: olb Recv: ola Recv: s2gb Recv: s2ga Recv: otpw Recv: ot Recv: Driver registers: X = 0x80:0D:00:00 Recv: Y = 0x81:0E:00:00 Recv: Z = 0x80:09:00:00 Recv: Z2 = 0x80:0D:00:00 Recv: E0 = 0x80:0A:00:00
Re: TMC2130 on MKS GEN 1.4, high pitch noise only on y axis August 31, 2018 12:57AM |
Registered: 9 years ago Posts: 5,232 |
Re: TMC2130 on MKS GEN 1.4, high pitch noise only on y axis August 31, 2018 04:18AM |
Registered: 6 years ago Posts: 4 |
Re: TMC2130 on MKS GEN 1.4, high pitch noise only on y axis September 01, 2018 02:17AM |
Registered: 9 years ago Posts: 5,232 |
Re: TMC2130 on MKS GEN 1.4, high pitch noise only on y axis September 01, 2018 02:46AM |
Registered: 6 years ago Posts: 4 |
Recv: Y = 0xFF:FF:FF:FFsince I had no idea what I can try anymore I got me a new MKS GEN 1.4, i uploaded the FW connected everything and started the printer. I than moved the Y-Axsis and no noise. So I thought, great the old board was broken. Than I checked the M122 Output and it was similar to the one i posted two day ago. I noticed the wierd numbers but thought if it works that is fine with me. But after that I moved the Y-Axis a second time, again high pitch noise.
// // Steppers // #define X_STEP_PIN 54 #define X_DIR_PIN 55 #define X_ENABLE_PIN 38 #ifndef X_CS_PIN #define X_CS_PIN 53 #endif #define Y_STEP_PIN 60 #define Y_DIR_PIN 61 #define Y_ENABLE_PIN 56 #ifndef Y_CS_PIN #define Y_CS_PIN 64 #endif #define Z_STEP_PIN 46 #define Z_DIR_PIN 48 #define Z_ENABLE_PIN 62 #ifndef Z_CS_PIN #define Z_CS_PIN 40 #endif #define E0_STEP_PIN 26 #define E0_DIR_PIN 28 #define E0_ENABLE_PIN 24 #ifndef E0_CS_PIN #define E0_CS_PIN 42 #endif #define E1_STEP_PIN 36 #define E1_DIR_PIN 34 #define E1_ENABLE_PIN 30 #ifndef E1_CS_PIN #define E1_CS_PIN 44 #endif
Re: TMC2130 on MKS GEN 1.4, high pitch noise only on y axis September 02, 2018 03:04AM |
Registered: 9 years ago Posts: 5,232 |
Re: TMC2130 on MKS GEN 1.4, high pitch noise only on y axis December 01, 2018 03:12AM |
Registered: 6 years ago Posts: 4 |
Re: TMC2130 on MKS GEN 1.4, high pitch noise only on y axis December 02, 2018 03:44AM |
Registered: 9 years ago Posts: 5,232 |