mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-07 22:13:56 -06:00
✨ Configurations embed and retrieve (#21321)
This commit is contained in:
parent
bf21bc9ee5
commit
b464a4b1a4
14 changed files with 435 additions and 85 deletions
|
@ -6,7 +6,6 @@ import pioutil
|
|||
if pioutil.is_pio_build():
|
||||
from os.path import join, isfile
|
||||
import shutil
|
||||
from pprint import pprint
|
||||
|
||||
Import("env")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue