Sidewinder x1 firmware skr1.3 with stock sensor for level problem

  • 3D Printer Model: sidewinder x1 v4
  • Slicer: N/A
  • Hardware Setup: skr 1.3
  • Problem description: 3DPRINT BEGINNER FIRMWARE HAS ALL AXIS MOVE IN WRONG DIRECTION FOR HOMING AND VIA MANUAL CONTROL IN PRONTERFACE
  • What I tried: REFLASHING FIRMWARE

any help is welcome. this isnt the first custom firmware ive downloaded from this site that has the x/y/z directions programmed backward.

Maybe there’s something different with your printer/stepper motors.

The firmware has worked great for me and multiple other people. If this doesn’t work for you, then please build your own version or use a more recent version found online.

1 Like

all of my stuff is stock except the skr 1.3 board. stock drivers and steppers.

ive managed to fix the wrong direction using this in configuration.h
#define INVERT_X_DIR true
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false

but i cant seem to properly activate UBL. does your firmware use UBL or bilinear?

can you share your configuration.h?

also thanks for the site and advising the skr board. youve made my printer a lot better.

1 Like