Bigtree3DPluginSuit icon indicating copy to clipboard operation
Bigtree3DPluginSuit copied to clipboard

Possible Simplify3D update?

Open RaMcHiPTech opened this issue 5 years ago • 8 comments

Would LOVE to see this feature in S3D!!! They have a post processing script so if it could be done via the command line to already sliced gcode. Is this possible?

RaMcHiPTech avatar Aug 10 '20 14:08 RaMcHiPTech

I don't see why the ability to view the 3D Model using the TFT firmware isn't possible without the plug-in.

Mactastic1-5 avatar Oct 28 '20 02:10 Mactastic1-5

Because it renders and extra file that is dumped onto the SD card for the model.

RaMcHiPTech avatar Oct 28 '20 04:10 RaMcHiPTech

@RaMcHiPTech This might work for S3D maybe if it has a post processing script feature. Since prusaslicer does not havea plugin feature a post processing script was written by a great guy which works as standalone. It works perfectly at PrusaSlicer. Try the same in S3D and write a comment at this topic.

https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/issues/1238

sarvenn avatar Jan 13 '21 07:01 sarvenn

Why this does not use .ufp format that already outputs thumbnail?

ayufan avatar Mar 15 '21 10:03 ayufan

Would LOVE to see this feature in S3D!!! They have a post processing script so if it could be done via the command line to already sliced gcode. Is this possible?

Currently, S3D does not have such a plug-in capability, but we are still thinking about how to do the same with S3D.

bigtreetech avatar May 06 '21 08:05 bigtreetech

I don't see why the ability to view the 3D Model using the TFT firmware isn't possible without the plug-in.

This will involve the implementation of GCODE parsing within the TFT firmware, which will require higher hardware requirements. Therefore, it is relatively more suitable to implement the icon function by using this plug-in method at present.

bigtreetech avatar May 06 '21 08:05 bigtreetech

Why this does not use .ufp format that already outputs thumbnail?

The integrated file approach can effectively reduce the complexity of the file system.

bigtreetech avatar May 06 '21 08:05 bigtreetech

@bigtreetech why not completely change the thumbnail logic to prusaslicer's logic. I know this time Cura will need a new plugin to generate thumbnail for the same logic as PS does. Two different approaches generates complextieis.

sarvenn avatar May 06 '21 10:05 sarvenn