Fix extui build issues, block hotend idle while paused for user, revert type change

This commit is contained in:
InsanityAutomation
2021-04-03 13:35:07 -04:00
parent 7aecff2ba6
commit 67e9ee7bf2
84 changed files with 442 additions and 377 deletions
@@ -60,10 +60,10 @@ board_envs = get_envs_for_board(motherboard)
config = env.GetProjectConfig()
result = check_envs("env:"+build_env, board_envs, config)
if not result:
err = "Error: Build environment '%s' is incompatible with %s. Use one of these: %s" % \
( build_env, motherboard, ", ".join([ e[4:] for e in board_envs if e.startswith("env:") ]) )
raise SystemExit(err)
#if not result:
# err = "Error: Build environment '%s' is incompatible with %s. Use one of these: %s" % \
# ( build_env, motherboard, ", ".join([ e[4:] for e in board_envs if e.startswith("env:") ]) )
# raise SystemExit(err)
#
# Check for Config files in two common incorrect places