Skip to content

Commit

Permalink
different relative path
Browse files Browse the repository at this point in the history
Contribute to CURA-11527
  • Loading branch information
jellespijker authored and wawanbreton committed Jan 10, 2024
1 parent 6ce5a2e commit 49d5ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcodeanalyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
run: |
for file in `ls ../NightlyTestModels/*.stl`;
do
( time ./build/Release/CuraEngine slice --force-read-parent --force-read-nondefault -v -p -j ../Cura/resources/definitions/ultimaker_s3.def.json -l $file -o ../`basename $file .stl`.gcode ) 2> ../$file.time
( time ./build/Release/CuraEngine slice --force-read-parent --force-read-nondefault -v -p -j ../Cura/resources/definitions/ultimaker_s3.def.json -l $file -o ../`basename $file .stl`.gcode ) 2> $file.time
done
working-directory: CuraEngine

Expand Down

0 comments on commit 49d5ec0

Please sign in to comment.