You are not logged in.

#1 2018-05-21 05:53:14

Elyas420
Member
Registered: 2018-05-20
Posts: 16

Problem with lift 0.05

Hi friends. I use nanodlp(Rpi3 .ardiuno mega2560.ramps1.4) I have a serious problem with the Nano DLP software working with it when it prints each layer and separates it from the tank. For example, if the layer is 100, then it prints out the layer from the floor of the tank after lifting the layer 100. ) Again, it goes down to the position of the layer 100, and after five hundredths of a gap, this weakness should actually be put into the position of the 101 layer. I do not know what to do?
(When layer 100 is printed After lifting the layer 100 Must Go Layer 101position but plate going to layer100 position and then 0.05 goes up for layer 101)


Curtime

[((((LayerNumber]]<=4)"9)+1*(5-3*(0.087*(log([[TotalSolidArea]]))))*([[LayerThickness]]/0.05]]

Speed

{((1<=4)*25) + (1>4) * (150-100*(0.087*(log(84))))}

Lift

{([[LayerNumber]]<=5)*1.5 + ([[LayerNumber]]>5)*(0.4 / (1 + ( 2.718**-(0.0003*[[TotalSolidArea]] - 3))) +2.5) }

Wait after lift

[((((LayerNumber]]<=4)*6)+[[LayerNumber]]>4)*(2+4(0.05(log([[LargestArea]]))))]

Gcod before eache layer

M650 D[1*2*3] S[2-[1*2]]
M651
G4 P250
G1 Z[[LayerPosition]]
M114
G93 F25
[[PositionSet ]][[LayerPosition]]


GCODE After Each Layer

[[PositionChange [[Z LiftDistance]]]]

Offline

Board footer

Powered by FluxBB