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
fd7fa016
Commit
fd7fa016
authored
Sep 23, 2019
by
Tiago Jorge
Browse files
Add option '--device-name=nx1h35S' to Bambu call (using latest Bambu version).
parent
88088871
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
fd7fa016
...
...
@@ -2700,7 +2700,7 @@ def CallBambuForBrave(bNoBitfile):
bambu_cmd
.
append
(
'-funroll-loops'
)
bambu_cmd
.
append
(
'-fno-inline'
)
bambu_cmd
.
append
(
'--speculative-sdc-scheduling'
)
#
bambu_cmd.append('--device-name=nx1h35S')
bambu_cmd
.
append
(
'--device-name=nx1h35S'
)
bambu_cmd
.
append
(
'../'
+
os
.
path
.
basename
(
bambuFile
)[:
-
1
])
bambu_cmd
.
append
(
'-I../../../auto-src/'
)
bambu_cmd
.
append
(
'-I../../../'
+
fBlockName
+
'/'
+
fBlockName
+
'/'
)
...
...
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