initial commit

This commit is contained in:
Dmitriy Pleshevskiy 2023-12-05 11:14:43 +03:00
commit 32f10f6693
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985
14 changed files with 7535 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
Creality-Ender3-V2/DWIN_SET/3.ICO Executable file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
Creality-Ender3-V2/DWIN_SET/4.ICO Executable file

Binary file not shown.

BIN
Creality-Ender3-V2/DWIN_SET/7.ICO Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

13
Makefile Normal file
View file

@ -0,0 +1,13 @@
PLATFORMIO_DIR := $(PWD)/..
PLATFORMIO = nix shell nixpkgs\#platformio --command platformio
MARLIN_CONFIGS_DIR := $(PWD)/../Marlin
.PHONY: ender3v2
ender3v2:
cp Creality-Ender3-V2/*.h $(MARLIN_CONFIGS_DIR)
cd $(PLATFORMIO_DIR) &&\
$(PLATFORMIO) run --target upload --silent -e STM32F103RE_creality ; echo "done" >|"/run/user/1001/ipc"
.PHONY: help
help:
bat Makefile