e7b2bad8ff
First commit for Ender-3V3 SE
6 lines
80 B
Python
6 lines
80 B
Python
#
|
|
# add_nanolib.py
|
|
#
|
|
Import("env")
|
|
env.Append(LINKFLAGS=["--specs=nano.specs"])
|