spegelius / filaswitch

Filament switch post processor for 3D printing
GNU General Public License v3.0
39 stars 11 forks source link

Infill Transitioning #33

Open cfelicio opened 6 years ago

cfelicio commented 6 years ago

Not sure if even remotely possible to implement something like this, but quite amazing feature:

https://www.reddit.com/r/3Dprinting/comments/7t5zx8/mosaic_introduces_infill_transitioning/

spegelius commented 6 years ago

Hmm, interesting. Yes it's possible but requires some work. Will require more thorough analysis of the gcode and some calculation about infill length and if additional purge is needed...

wbarber69 commented 6 years ago

this can only work if your part has enough infill to do the transition

spegelius commented 6 years ago

That's true. The implementation would still need purge tower as backup location for cases when there's not enough infill for the purge. Other possibility that I've thought about is using another model as purge target. The model would have some requirements for optimal usage and of cource be of such use that having wild color transitions do not matter. Combination of infill + surrogate model would be possible, but does require considerable amount of work and there might a issues I've not thought about...