You are not logged in.
Pages: 1
Hello guys, I'm trying to calibrate resins using my Phrozen printer and I didn't find anything useful with a "dynamic" exposure system to run only once with multiple exposures.
How could I whrite on dynamic gcode these steps? Sorry for bothering you but I don't have any programing idea..
I want to print:
from 0 layer to 189 layer with 6 seconds exposure
190 layer with 0,25 seconds more than previous layer
191 layer with 0,25 seconds more than previous layer
192 layer with 0,25 seconds more than previous layer
193 layer with 0,25 seconds more than previous layer
194 layer with 0,25 seconds more than previous layer
No lift movement is required between these different exposures
Thanks in advance for your help!
Regards
Offline
Hi Member
You can refer to here
G1 Z{[[LayerPosition]]+[[ZLiftDistance]]} F{((([[LayerNumber]]>=1)*15*([[LayerNumber]]<=1))+(([[LayerNumber]]>=2)*20*([[LayerNumber]]<=61))+(([[LayerNumber]]>=62)*25*([[LayerNumber]]<=64))+(([[LayerNumber]]>=65)*50))}
[[WaitForDoneMessage]]
Last edited by WeiMingYu (2018-12-12 07:51:32)
Offline
Pages: 1