-
I recently upgraded my CoreXY printer with Re-ARM and RAMPS 1.6 PLUS and installed TMC2130 drivers in it.
the main changes were:
*24v power supply with no extra changes except a voltage converter fo…
-
Try different time with platformio....nothing to do.I receive this:
Processing STM32F103RC_btt_512K (platform: ststm32; board: genericSTM32F103RC; framework: arduino)
---------------------------…
-
When I want to select serial 3, a link error occurs.
#define SERIAL_PORT 1
#define SERIAL_PORT_2 3
Linking .pio/build/BIGTREE_SKR_PRO/firmware.elf
.pio/build/BIGTREE_SKR_PRO/src/src/Marlin.cpp.o…
-
Bug Description: After updates #18724 and #18730 Marlin fails to compile due to unsatisfied dependencies. VSCODE was used in a Windows 10 environment. Here is the error:
> Marlin\src\HAL\LPC1768\…
-
### Description
Trying to test TMC2208 with DUE and I'm getting TMC Connection Error.
The TMC2208 drivers are good for sure as they work standalone, and I can connect to them via serial using a f…
ghost updated
4 years ago
-
### Bug Description
After a successful compilation of firmware, flashing fails after boot screen status bar.
**Note: First time Ender 3 user, totally possible this is User Error/Process issue*…
-
Hi.
I used hardware SPI,
example
pinMode(53,INPUT);
Adafruit_MAX31865 thermo = Adafruit_MAX31865(5); // use cs pin 5
thermo.begin(MAX31865_3WIRE);
//after begin i see pin 53 output state…
-
Hi
I'm trying to build Marlin 2.0.x for a Sanguinololu 1284p, I'm using PlatformIO and VS code on MacOs 10.15
**Things I've changed:**
platformio.ini
default_envs = sanguino_atmega1284p
c…
-
* Move repository to https://github.com/Arduino-CI
* Create snazzy icon
* Update all the documentation again so that the URLs are correct
* Possibly immediately fork back to personal account so I c…
-
Sometimes the hotend fan won't turn when the hotend reaches 45 degrees.
As far as I can tell it usually happens after a print finished and when I then set the hotend temperature manually.
Restarti…