mfx-inria/curvislicer

no genereated gcode, no log

Closed this issue · 8 comments

Hi,

i followed your instructions so far but i have a little trouble with the result in win11.

.\curvislice.bat models/wing.stl works but there are some red lines in the running process that were not showen at the end because on the clean command. so is there a log ?

It Shows:
Gcode generated at: C:/Users/.../curvislicer/models/wing.gcode
But the folder just have a wings.msh , wing_.csv, wing_.msh and wing_sf.obj

just deleted the cls from the bat file and see the following errors

Printer has no profiles directory
Printer has no materials directory

dorcu commented

It doesn't generate the .gcode file for me either. Do you know what the problem is?

Hi,
Thanks a lot for trying Curvislicer, and let's make it work!

As Avatarsia, try to remove the cls command in curvislice.bat
Then run curvislice.bat models/wing.stl

Then, copy paste the full logs, and we'll try to find what is not working.
(I just runned it on a "fresh" computer, and everything went fine on Windows 10 for me)

Hey,
From what I've seen in the log, everything is "working" from the software side, except that 'findstr' is not found.
Can you try adding system32 to your Path in the environment vars?

Add the following value to Right Click My Compuer -> Advanced -> Environment Variables -> System Variables -> Select Path variable -> append the below value.

C:\WINDOWS\system32

Can you keep me in touch if that works, so that I can add this solution to a troubleshooting section or so ?

dorcu commented

I already have that set in the environment variables and it doesn't work either. I keep getting the same error message.

i just tried this version here:
https://github.com/mfx-inria/curvislicer/releases

the call should be changed to ./curvislice.bat models\wing.stl instead curvislice.bat models\wing.stl

dorcu commented

Downloading the content from this URL https://github.com/mfx-inria/curvislicer/releases has worked for me.

Thank you very much for your help.