TengerTechnologies / Fuzzyficator

(Work In Progress) A Gcode postprocessing script to add non-planar "Fuzzyskin" to top flat surfaces.
GNU General Public License v3.0
150 stars 9 forks source link

Can't get it to work with Cura gcode. #2

Open doctormord opened 2 weeks ago

doctormord commented 2 weeks ago

First of all thanks for your efforts. :-)

I tried your script with a Cura generated GCode file but it does not alter the top layer. I use a simple cube for the test.

cube1 cube3 cube2

Any hints?

Best regards

Christian

doctormord commented 2 weeks ago

Ah, Cura isn't clearly comment top layer skin but "SKIN".

input.zip

doctormord commented 2 weeks ago

Preparing the file with ORCASLICER does work if i change the .py

from

if line.startswith(';TYPE:Top solid infill'):

to

if line.startswith(';TYPE:Top surface'):

TengerTechnologies commented 2 weeks ago

Thank you for your issue documentation. The script is only tested in Prusaslicer. You will have to be a bit patient but I'm working on a cura version and it will eventually be done. I'm aware of the changes for Orcaslicer and the Orca version of the script is nearly done. I just have to test it before publishing. The cura version is a bit more difficult.