Skip to content

Commit 3215ace

Browse files
committed
Add log to analyze contents of cura_resources
1 parent caae3ee commit 3215ace

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gcodeanalyzer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
- name: Collect STL-files, run CuraEngine, output GCode-files
6767
run: |
6868
source build/Release/generators/conanrun.sh
69+
echo $CURA_RESOURCES
70+
ls $CURA_RESOURCES
6971
for file in `ls NightlyTestModels/*.stl`;
7072
do
7173
( 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> `basename $file .stl`.time

0 commit comments

Comments
 (0)