Zip-o-mat / Slic3r

Slic3r with integrated electronics and Nonplanar slicer (see branches)
GNU Affero General Public License v3.0
594 stars 96 forks source link

Super Slicer - Non Planar #34

Open ETE-Design opened 3 years ago

ETE-Design commented 3 years ago

@Zip-o-mat Will it be possible to add this to the Super Slicer? https://github.com/supermerill/SuperSlicer

Zip-o-mat commented 3 years ago

Since SuperSclicer is based on Prusaslicer which is based on Slic3r this should be possible. But I don't have the time to do such a port.

ETE-Design commented 3 years ago

@Zip-o-mat Okey fair enough... Is it many files that need to be changes? Or is it possible to do by myself?

platsch commented 3 years ago

Not so clear, I'm not aware how much the Prusa code has diverged by now. One important thing is that most of the geometry base classes were mainly built for planar coordinates and had to be extended by the z-dimension (Point, Line). This currently is no clean implementation, somewhat inconsistent, and causes failures in several tests. Good enough for a research project, but maintainers are probably not so happy to merge it in the current state. Open issues with support structure etc. are another reason not to merge this into a production release. Also: the GUI has changed from Perl based WX to C++ based WX. There are some tweaks required to visualize non-horizontal extrusions, that would have to be ported as well.

All in all: you are very welcome to spend some time on it, but you should be aware that is probably not done on a weekend and requires some knowledge of the slic3r codebase.

ETE-Design commented 3 years ago

@platsch Thanks for the answer :-) I'n not knowing anything about Slic3r Codebase, so will have to pass on it :-( BTW Will there be a Windows Version aviable so we dont have to run the "Slow" version trough Windows 10 - Linux Subsystem?

Zip-o-mat commented 3 years ago

I have no idea how to build a windows version of the slic3r. If anyone knows please tell me how to do it. I tried building with the instructions here: https://github.com/slic3r/Slic3r/wiki/Running-Slic3r-from-git-on-Windows but I can't get it to work.

Give it a try and tell me if it works.

ETE-Design commented 3 years ago

@Zip-o-mat Mabye you could use the same way as Super Slicer compile for Windows? https://github.com/supermerill/SuperSlicer/runs/1513302274?check_suite_focus=true