You are not logged in.

#1 2018-11-28 19:06:23

pikeloster
Member
Registered: 2018-11-27
Posts: 2

Phrozen gcode with nanodlp

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

#2 2018-12-12 07:50:55

WeiMingYu
Member
Registered: 2018-08-07
Posts: 3

Re: Phrozen gcode with nanodlp

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

Board footer

Powered by FluxBB