From 3215ace6847d59a3e72364550f410cc6e9881cb6 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 20 Dec 2024 14:28:47 +0100 Subject: [PATCH] Add log to analyze contents of cura_resources --- .github/workflows/gcodeanalyzer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gcodeanalyzer.yml b/.github/workflows/gcodeanalyzer.yml index 2ea19f0dff..a1bf843a70 100644 --- a/.github/workflows/gcodeanalyzer.yml +++ b/.github/workflows/gcodeanalyzer.yml @@ -66,6 +66,8 @@ jobs: - name: Collect STL-files, run CuraEngine, output GCode-files run: | source build/Release/generators/conanrun.sh + echo $CURA_RESOURCES + ls $CURA_RESOURCES 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> `basename $file .stl`.time