initial commit
This commit is contained in:
commit
32f10f6693
14 changed files with 7535 additions and 0 deletions
3166
Creality-Ender3-V2/Configuration.h
Normal file
3166
Creality-Ender3-V2/Configuration.h
Normal file
File diff suppressed because it is too large
Load diff
4356
Creality-Ender3-V2/Configuration_adv.h
Normal file
4356
Creality-Ender3-V2/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load diff
BIN
Creality-Ender3-V2/DWIN_SET/0T5UIC1.HZK
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/0T5UIC1.HZK
Executable file
Binary file not shown.
BIN
Creality-Ender3-V2/DWIN_SET/0_start.jpg
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/0_start.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
Creality-Ender3-V2/DWIN_SET/1_English.jpg
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/1_English.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
Creality-Ender3-V2/DWIN_SET/2_Chinese.jpg
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/2_Chinese.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
Creality-Ender3-V2/DWIN_SET/3.ICO
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/3.ICO
Executable file
Binary file not shown.
BIN
Creality-Ender3-V2/DWIN_SET/3_bg.jpg
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/3_bg.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
BIN
Creality-Ender3-V2/DWIN_SET/4.ICO
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/4.ICO
Executable file
Binary file not shown.
BIN
Creality-Ender3-V2/DWIN_SET/7.ICO
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/7.ICO
Executable file
Binary file not shown.
BIN
Creality-Ender3-V2/DWIN_SET/T5UIC1.CFG
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/T5UIC1.CFG
Executable file
Binary file not shown.
BIN
Creality-Ender3-V2/DWIN_SET/T5UIC1_V20_4页面_191022.BIN
Executable file
BIN
Creality-Ender3-V2/DWIN_SET/T5UIC1_V20_4页面_191022.BIN
Executable file
Binary file not shown.
BIN
Creality-Ender3-V2/firmwares/firmware-20231205-015843.bin
Executable file
BIN
Creality-Ender3-V2/firmwares/firmware-20231205-015843.bin
Executable file
Binary file not shown.
13
Makefile
Normal file
13
Makefile
Normal 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
|
Loading…
Reference in a new issue