You are not logged in.
Pages: 1
How can I call a image to be displayed in the lcd?
For my use I need to use it dynamic is that possible?
Offline
You can display layers. Using [[DisplayLayer ...]]
https://docs.nanodlp.com/manual/code/#control
But fully dynamic one require format change and etc. What is the usecase?
Offline
Hi
I want repeat some layers, specially with small areas. I did it manually with great results.
Offline
[[DisplayLayer will work fine for repeating layers.
Offline
I cant put it to work because the layerID and Z
can you make an example, if I want to expose every layer twice how can I do that?
Offline
What should happen between two exposure for each layer?
Offline
one normal Z lift
Offline
Can it be done?
Offline
I guess so. Add example below to after layer gcode box.
Lift
Return back
[[DisplayLayer [[LayerNumber]]]]
[[Delay nnn]] ; how much it should cure
[[Blank]]
Offline
Pages: 1