mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 23:23:54 -06:00
Tweaks to build scripts
This commit is contained in:
parent
54ccfcc705
commit
903d0b91fc
28 changed files with 77 additions and 37 deletions
|
@ -2,8 +2,7 @@
|
|||
# preflight-checks.py
|
||||
# Check for common issues prior to compiling
|
||||
#
|
||||
import os
|
||||
import re
|
||||
import os,re
|
||||
Import("env")
|
||||
|
||||
def get_envs_for_board(board):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue