-
I Am trying to compile latest 2.0.x bugfix for LPC1769 SKR 1.4 Turbo in vscode platformio but it fails to compile.
USing tmc2209, BLtouch, filament sensor and power loss detection config
`> Execut…
-
Hi all!
Seems like there is a problem building marlin with platformio for MKS_GEN_13 board
With default config for RAMPS Marlin builds fine, but if i change it for MKS_GEN_13
```patch
diff -…
-
Hello Everyone.
Trying to compile a firmware. Haven't done too many changes, just the enviroment, board, serial ports and enabled steppers.
SKR GTR v.1.0
When compiling it gives an error str…
SevCr updated
4 years ago
-
### Bug Description
Trying to compile the bugfix-2.0.x version for the STEVAL-3DP001V1 board with PlatformIO, I first obtain errors on TIM6 timer which doesn't exist in the F401VE processor. I solved…
-
I'm working with vscode + pio extension and when compiling for debugging I get this linker error:
```
.pioenvs/adafruit_grandcentral_m4/src/src/module/planner.cpp.o: In function Temperature::scale…
-
Marlin does not compile in VS Code / Platformio with the following configuration in platformio.ini:
> [platformio]
> src_dir = Marlin
> build_dir = .pioenvs
> lib_dir = .piolib
> li…
-
Hi, I have a problem when compiling
How to fix?
AssertionError: :
File "C:\users\work\.platformio\penv\lib\site-packages\platformio\builder\main.py", line 169:
env.SConscript("$BUILD_SCRIPT")
…
-
Found while trying to fix Travis builds:
```
$ use_example_configs delta/kossel_pro
The command "use_example_configs delta/kossel_pro" exited with 0.
3.95s$ build_marlin_pio ${TRAVIS_BUILD_DIR} …
-
### Description
#10360 resulted in following compile failure on config with MBL, U8g, AVR:
```
avr-g++ -o .pioenvs/at90usb1286_dfu/src/src/module/delta.cpp.o -c -fno-exceptions -std=gnu++0x -fe…
-
Hello!
Out of curiosity I was playing aaround with the Marlin 2.0 on Teensy 3.5.
When I wanted to test the BLTouch function I came across a problem.
When I enabled it the pin 0 (witch is the X DI…