-
Steps to Reproduce
Download and unzip Marlin bugfix -2.0.x
Open in PlatformIO
Change in configuration.h
#define SERIAL_PORT -1
#define MOTHERBOARD BOARD_BIGTREE_SKR_PRO_V1_1
Change in platfori…
-
MarlinFirmware/Marlin Fix SPI, SD for BIGTREETECH SKR Mini (#14287)
will not compile,
Attaches Files:
Errors
platformio.ini
configurations
mostly default configurations...
[Marli…
-
quick Q:
are there any reason for tmc2208 not being in the pins file yet?
i ASSUME that marlin does not support the ethernet addon and was going to use those pins for the 2208's, but are there a…
-
Hello!
I read your manual for compile Marlin in Arduino IDE and tried to made it.
My steps:
1. Download actual Marlin 2.0.
2. Unzip
3. Replace Configuration files to files from "example/Anet/Anet…
-
i ordered today a 4.3" Graphical LCD Touchscreen, 480x272, SPI, FT800 from HAOYU STAR.
i tried to comlile the marlin 2.0.x and marlin 2.0.x bugfixes fromt today (11.01.2020).
Lets start with the…
-
If i set #define TEMP_SENSOR_0 1 to #define TEMP_SENSOR_0 20 and build it for LPC1768. After flash it to skr 1.3 the motherboard not connect to PC or raspberrypi. I can't see the com port.
I use the …
-
### Description
When using newest Marlin 2 release for my MKS Sbase
PlatformIO sends error 1, but when using release from 04. 10. 2018 it compiles OK in about 120-150 seconds compared to newest vers…
-
Hi
I have an SKR 1.4 Turbo. I've installed TMC2208 driver (UART mode) in X, Y, Z axis (this works) and i have tested A4988 (motor is stuttlering and dont change direction), DRV8825 driver (motor do…
-
Note: This is just a template, so feel free to use/remove the unnecessary things
### Description
- Type: Question
- Priority: Minor
------------------------------------------------------------…
-
### Description
I want to add an I2C OLED Display so I uncommented the "#define U8GLIB_SSD1306" line and installed the library. It didn't compile so I reinstalled Arduino IDE and redownloaded Marli…