Move AutoBuildMarlin to its own repo
This commit is contained in:
parent
7f15968ce7
commit
711fb26ae5
25 changed files with 3 additions and 3942 deletions
|
|
@ -142,8 +142,9 @@ def get_answer(board_name, cpu_label_txt, cpu_a_txt, cpu_b_txt):
|
|||
|
||||
root_get_answer = tk.Tk()
|
||||
root_get_answer.title('')
|
||||
root_get_answer.withdraw()
|
||||
root_get_answer.deiconify()
|
||||
#root_get_answer.withdraw()
|
||||
#root_get_answer.deiconify()
|
||||
root_get_answer.attributes("-topmost", True)
|
||||
|
||||
def disable_event():
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue