-
hi after a long time work with 2130 i update to last 2.0 branch 2.2.0 lib.
and have a error. Other hardware is Arduino DUE and RAMPS4DUE. X Y with tmc2130. here is a Pronterface output:
```
ec…
-
I'm running MKS GEN V1.4 with 2130's (V1.0), Bugfix 2.0x. Been fine since June, 18. Last update was in November. Tried updating to the latest version a few days ago, but all I'm getting is TMC Connect…
-
I am not sure if the problem is in Arduino core library or TMC_api, but in order to compile, I had to comment out line 34 in helpers/Types.h:
```
typedef uint8_t u8;
// typedef uint16_t u16;
type…
-
Hej Guys.
I have compiled the 1.1.9 marlin to my corexy printer, and i have the probe sat at 30mm(-30) to the left of the nozzle. My bed size is x175 y165 (z242)mm when i do the G28 and G29 with th…
-
Howdy All,
I am replacing my Ultimaker v2.1.4 board with SKR v1.3 w/TMC2208 UART. I am not able to connected any Win10 PC to the SKR board via USB after re-flashing to Marlin 2.0bugfix. Getting a …
-
```
Marlin/src/lcd/menu/menu_delta_calibrate.cpp: In function 'void _man_probe_pt(const float&, const float&)':
Marlin/src/lcd/menu/menu_delta_calibrate.cpp:42:76: error: 'DEFAULT_XYZ_STEPS_PER_UNIT…
-
1. do not insert sd card
2. slow lcd respond with 0.5 sec for each line refresh
3. insert sd card
4. it become normal operation
5. take out sd card again
6. slow lcd repsond again ...
Regards
…
-
Hello, the mainly config like below:
```cpp
#define Z_DUAL_STEPPER_DRIVERS
#if ENABLED(Z_DUAL_STEPPER_DRIVERS)
#define Z_DUAL_ENDSTOPS
#if ENABLED(Z_DUAL_ENDSTOPS)
#define Z2_USE_ENDSTOP…
-
Hi all!
I have a Azteeg X5 GT board with TMC2660 (Bigfoot BSD2660), and seems like Marlin has support for some types of TMC drivers. How to enable TMC2660?
-
### Description
I installed TMC2209 from Fysetc on my SKR 1.3 of my CoreXY and tried to get sensorless homing to work. UART connection works fine, but X and Y endstops always show as "TRIGGERED".
…