You are not logged in.

#1 2017-06-02 09:51:48

NeelD
Member
Registered: 2017-06-02
Posts: 44

Dynamic cure for Variable slicer

http://www.instructables.com/id/Variabl … esk-Ember/
Variable slices creates slices based on slope of the part resulting in faster print and better surface. Now is it possible to find difference between current and previous layer height and based on this adjust the cure times. If I am not mistaken current Dynamic cure is based in Layer number?

Offline

#2 2017-06-02 10:17:14

NeelD
Member
Registered: 2017-06-02
Posts: 44

Re: Dynamic cure for Variable slicer

Is LayerThickness a fixed value or if imported from external slicer can display real value?

Last edited by NeelD (2017-06-02 10:18:55)

Offline

#3 2017-06-02 14:29:52

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,536

Re: Dynamic cure for Variable slicer

This subject discussed couple of times on the forum. Please, use search function.

Offline

#4 2017-06-02 17:24:55

NeelD
Member
Registered: 2017-06-02
Posts: 44

Re: Dynamic cure for Variable slicer

So current status is its not available because of complexities in cure time for each layer height?

Offline

#5 2017-06-02 18:42:58

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,536

Re: Dynamic cure for Variable slicer

You can do experiments with the current version. It is possible to achieve variable thickness at-least partially.

Offline

#6 2017-06-02 19:06:37

NeelD
Member
Registered: 2017-06-02
Posts: 44

Re: Dynamic cure for Variable slicer

I understand its complex topic but if variables/keywords are available people can experiment with process parameters. I will check whats available in current version. Thanks for the response.

Offline

#7 2017-06-03 10:14:44

NeelD
Member
Registered: 2017-06-02
Posts: 44

Re: Dynamic cure for Variable slicer

Can nanodlp read along with external slices information like layer height and cure time?
Layer,LayerThicknessMicrons,ModelExposureSec
1,40,1.3785818
2,100,1.6502439
3,100,1.6502439
4,100,1.6502439

dumbbell-3-ASCII.zip

Last edited by NeelD (2017-06-03 10:33:36)

Offline

#8 2017-06-03 14:36:21

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,536

Re: Dynamic cure for Variable slicer

You need to come by formula to handle this.
{([[layerNumber]]==1)*1.3785+
([[layerNumber]]==2)*1.6502}
...
G1 Z{([[layerNumber]]==1)*0.040+
([[layerNumber]]==2)*0.100}
...

Offline

#9 2017-06-08 07:21:51

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,536

Re: Dynamic cure for Variable slicer

We have new keyword called LayerChange, it could a little bit more on handling dynamic cure times as you could skip layers.

Offline

#10 2017-06-08 13:02:47

NeelD
Member
Registered: 2017-06-02
Posts: 44

Re: Dynamic cure for Variable slicer

Which version is it? I dont see it in demo version online? Also can you please explain how it can be used?

Offline

#11 2017-06-08 19:04:17

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,536

Re: Dynamic cure for Variable slicer

Currently available on beta version only. You could learn more about the command by clicking on gcode box's question mark.
Online demo usually couple of months older than what you could get on beta version.

Offline

#12 2017-06-19 14:19:10

NeelD
Member
Registered: 2017-06-02
Posts: 44

Re: Dynamic cure for Variable slicer

Is there a way to write out gcode file or debug without attaching printer?

Offline

Board footer

Powered by FluxBB