Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
dabad7ae
Commit
dabad7ae
authored
Feb 19, 2019
by
Tiago Jorge
Browse files
Fix Bambu option - registered output interface.
parent
64a3535e
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
dabad7ae
...
...
@@ -2663,7 +2663,7 @@ def CallBambuForBrave(bNoBitfile):
'-v4 '
\
'--do-not-expose-globals '
\
'-wH '
\
'--panda-parameter=none-ptrdefault=1 '
\
'--panda-parameter=none-
registered-
ptrdefault=1 '
\
'--clock-name=clock_'
+
ifName
+
' --reset-name=reset_'
+
ifName
+
' --start-name=start_'
+
ifName
+
' --done-name=finish_'
+
ifName
with
os
.
popen
(
bambu_cmd
)
as
pipe
:
status
=
pipe
.
read
().
strip
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment