Skip to content
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

SKR 1.4 turbo + S42B #495

Closed
bttskrfan opened this issue Jan 26, 2021 · 1 comment
Closed

SKR 1.4 turbo + S42B #495

bttskrfan opened this issue Jan 26, 2021 · 1 comment

Comments

@bttskrfan
Copy link

bttskrfan commented Jan 26, 2021

Hi, please help, after several days I've finally managed to make SKR 1.4 turbo + S42B work, but it prints 1/4 scale of the model (X & Y ..._BED_SIZE is by default 235x235, but it prints on something like 58x58).

Here is my setup:
Ender 5
SKR 1.4 Turbo
X: s42b
Y: s42b
Z: 2209
E0: 2209
Marlin: 2.0.7.1 (2.0.7.2 doesn't return X&Y axes home, hereby no print possible)

Configuration:
see original 2.0.7.1: config\examples\Creality\Ender-5\BigTreeTech SKR 1.4 Turbo (TMC2209)

Changes Configuration.h:
#define X_DRIVER_TYPEA4988 // Actually it's simply commented to apply defaults
#define Y_DRIVER_TYPEA4988 // Actually it's simply commented to apply defaults
#define Z_DRIVER_TYPE TMC2209 // work like a charm
#define E0_DRIVER_TYPE TMC2209 // work like a charm

Changes Configuration_adv.h: (without this change X&Y will not return home, works only under 2.0.7.1)
#define MINIMUM_STEPPER_PULSE 3
#define MAXIMUM_STEPPER_RATE 150000

S42b Config:

  1. Calibration on X&Y made with switch LCD 2004 Anet A8 #4 up prior printing
  2. All switches off while printing, accept of Stepper driver diag0 and diag1 pins missing connectors. #3 it's on

... What could cause the printer to downscale printing model using Cura 4.8.0, Ender 5 profile with 0.8mm nozzle? (Cura works for me with other printers, no issue)

P.S. Each s42b step in menu is 32 by default and I've tried to set INTERPOLATE to false in Configuration_adv.h and then set up custom steps, but it didn't make a difference.

@bttskrfan
Copy link
Author

Found solution:

#define DEFAULT_AXIS_STEPS_PER_UNIT { 204.8, 204.8, 800, 93 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant