RomRider / klipper-FastGyroidInfill

A set of postprocessing scripts and macro to accelerate the gyroid infill print speed with Klipper
MIT License
125 stars 26 forks source link

Error on Superslicer #1

Closed RedGuilhas closed 2 years ago

RedGuilhas commented 2 years ago

I got an error when trying to slice with Superslicer

image

Thanks

RomRider commented 2 years ago

You'll need to provide the logs from superslicer itself as there's nothing I can use in your screenshot unfortunately.

RedGuilhas commented 2 years ago

Sorry. Do you know where the logs are located?

Stefkeys commented 2 years ago

Try changing the name of the file Gcode file you are exporting. I think there is an issue with overwriting file names. This fixed an error i was encountering.

I don't know if the is some way the script can be updated to allow overwriting file names.

RomRider commented 2 years ago

It should work without any problem while overwriting existing files.

To move forward, what you can do is:

RedGuilhas commented 2 years ago

It should work without any problem while overwriting existing files.

To move forward, what you can do is:

  • Disable it from superslicer
  • Export your gcode on your disk
  • run the script from command line: C:\PATH_TO_PYTHON.EXE C:\PATH_TO_FILE.gcode and report back if there are errors

I got this error: image

RomRider commented 2 years ago

Sorry, my bad, I forgot one piece... it should be C:\PATH_TO_PYTHON.EXE C:\PATH_TO_FastGyroidInfil.py C:\PATH_TO_FILE.gcode

RedGuilhas commented 2 years ago

Sorry, my bad, I forgot one piece... it should be C:\PATH_TO_PYTHON.EXE C:\PATH_TO_FastGyroidInfil.py C:\PATH_TO_FILE.gcode

image

This is the error I got

RomRider commented 2 years ago

You downloaded an HTML file, you need to copy the python file content, not the HTML file.

RedGuilhas commented 2 years ago

You downloaded an HTML file, you need to copy the python file content, not the HTML file.

Sorry,

I got this now

image

RomRider commented 2 years ago

You downloaded the cura file, not he SuperSlicer one, please use this one: https://raw.githubusercontent.com/RomRider/klipper-FastGyroidInfill/main/superslicer/FastGyroidInfill.py

RedGuilhas commented 2 years ago

You downloaded the cura file, not he SuperSlicer one, please use this one: https://raw.githubusercontent.com/RomRider/klipper-FastGyroidInfill/main/superslicer/FastGyroidInfill.py

Done. Thank you. You can close this issue.