You are not logged in.
Pages: 1
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
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
This subject discussed couple of times on the forum. Please, use search function.
Offline
So current status is its not available because of complexities in cure time for each layer height?
Offline
You can do experiments with the current version. It is possible to achieve variable thickness at-least partially.
Offline
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
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
Last edited by NeelD (2017-06-03 10:33:36)
Offline
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
We have new keyword called LayerChange, it could a little bit more on handling dynamic cure times as you could skip layers.
Offline
Which version is it? I dont see it in demo version online? Also can you please explain how it can be used?
Offline
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
Is there a way to write out gcode file or debug without attaching printer?
Offline
Pages: 1