-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S42C shift Y layer with Marlin 2.1.2.4 and SKR1.3 motherboard #29
Comments
In the documentation, it sais So why in the S42c, you can select the baudrate , currently it is 9600, in Marling do I need to configure ? Can it be the based reason of my bad print ? I have also print a cube, and same problem. Regards |
This sort of lean is often caused by the step pin being inverted. eg driver expects |
Hello, Thanks for your help. Could you tel me how to configure marlin in order to not have setp pin inverted ? Regards |
In Configuration_adv.h In the latest code // By default stepper drivers require an active-HIGH signal but some high-power drivers require an active-LOW signal to step.
#define STEP_STATE_X HIGH
#define STEP_STATE_Y HIGH
#define STEP_STATE_Z HIGH
#define STEP_STATE_I HIGH
#define STEP_STATE_J HIGH
#define STEP_STATE_K HIGH
#define STEP_STATE_U HIGH
#define STEP_STATE_V HIGH
#define STEP_STATE_W HIGH
#define STEP_STATE_E HIGH In older code // By default pololu step drivers require an active high signal. However, some high power drivers require an active low signal as step.
#define INVERT_X_STEP_PIN false
#define INVERT_Y_STEP_PIN false
#define INVERT_Z_STEP_PIN false
#define INVERT_E_STEP_PIN false |
Hello, Many thanks, I will test this before sending back to amazon. Regards |
Good moring to all,
I am found of BIGTREE product, and during the process of upgrade a Ortur 4 printer with following components I have a printing issue with my new S42C driver.
on each layer, y(layer+1)=y(layer) -delta
attach a photo of a speed tower test. Looks like Pise with an oriantation of 45°
I have follow the S42C documentation
bellow my configuration
Hardware :
I have a ortur 3D printer
I have mks 1.3 motherboard
On X, Z1 and Z2 I have 2209 driver
On Y, I have install BIGTREETECH S42C V1.1
Software:
I have recompiled Marlin 2.1.2.4
I have change only X, Z, Z2 to BIGTREETECH 2209 driver
Before I got also a 2209 on Y, but I was missing steps when printing high speed.
Installation :
I have installed on Y BIGTREETECH S42C V1.1 with adaptor on the motherboard.
I have done calibration and looks ok.
When I push Y, the stepper get is position again.
The Issue :
My print on each layer y(n+1) = y – 0.1mm
So, my print looks like babel tower !
Can you guide my to solve this issue ?
Question :
What is the maximum speed and acceleration for BIGTREETECH S42C V1.1and nema 17 40mm stepper.
Regards
The text was updated successfully, but these errors were encountered: