change root directory for marlin configs

This commit is contained in:
Dmitriy Pleshevskiy 2023-12-05 11:33:48 +03:00
parent 8639ef9036
commit f16851d6a2
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
PLATFORMIO_DIR := $(PWD)/..
PLATFORMIO = nix shell nixpkgs\#platformio --command platformio
MARLIN_CONFIGS_DIR := $(PWD)/../Marlin
MARLIN_DIR := $(PWD)/../Marlin-VERSION
MARLIN_2.0.9.7 := $(patsubst %-VERSION,%-2.0.9.7,$(MARLIN_DIR))
.PHONY: ender3v2
ender3v2:
cp Creality-Ender3-V2/*.h $(MARLIN_CONFIGS_DIR)
cd $(PLATFORMIO_DIR) &&\
cp Creality-Ender3-V2/*.h $(MARLIN_2.0.9.7)/Marlin
cd $(MARLIN_2.0.9.7) &&\
$(PLATFORMIO) run --target upload --silent -e STM32F103RE_creality ; echo "done" >|"/run/user/1001/ipc"
.PHONY: gparted