
Stm32GB1RE_btt failed?
I'm trying to compile marlin for a skr e3 v3 with a TFT35-E3 screen. What am I doing wrong?

I'm trying to compile marlin for a skr e3 v3 with a TFT35-E3 screen. What am I doing wrong?
My printer stutters and just pauses for a second and makes these blobs all over the print I really don’t know what to do I’ve tried a lot
Hello makers,
I built my own CNC machine, but I need some help or information regarding the “StallGuard” obstacle detection system.
First off, in the first video, is that normal behavior for the obstacle detection system?
---------------------------
Hardware:
Skr 1.4, TFT35, TMC2209, NEMA 17 HE15-1504S, 24V 15A power supply, T8 screws (2mm pitch, 2mm lead)
Software: Marlin 2.1.2.7
Modifications (non-exhaustive):
#define X_MICROSTEPS 16
#define DEFAULT_AXIS_STEPS_PER_UNIT { 1600, 1600, 1600, 1600 }
I measured the movements in real life; the values are correct.
#define Y2_DRIVER_TYPE TMC2209
+ modification pins_BTT_SKR_V1.4.h
CHOPPER_DEFAULT_24V
#define SENSORLESS_HOMING // StallGuard capable drivers only
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
// TMC2209: 0...255. TMC2130: -64...63
#define X_STALL_SENSITIVITY 100
#define X2_STALL_SENSITIVITY X_STALL_SENSITIVITY
#define Y_STALL_SENSITIVITY 100
#define Y2_STALL_SENSITIVITY Y_STALL_SENSITIVITY
#define Z_STALL_SENSITIVITY 100
And now the part that’s giving me trouble:
#define DEFAULT_MAX_FEEDRATE { 500, 500, 5, 25 }
#define DEFAULT_MAX_ACCELERATION { 1000, 1000, 100, 5000 }
When I move at these speeds, it seems that the stallguard activates and prevents movement (there’s a small movement and then it stops); on the Y and Y2 axes, this causes a misalignment.
To be able to move without any issues, I had to set the value to 5 for DEFAULT_MAX_FEEDRATE.
Is this behavior normal, and does my configuration prevent me from using StallGuard, or is there a solution?
Any advice on adjusting Max Feedrate, acceleration, and Stall Sensitivity is welcome.
Thank you for your help.
I was wondering if anyone could help me with making a firmware for a ender 3 pro with a probe and double axis as well as the pro nozzle. I had one for without the pro nozzle that worked fine and now I don’t know where it went and don’t know how to really make one. I’ve tried YouTube tutorials but they are split up and I don’t know what to do. If someone could help that would be amazing.