You are not logged in.
Pages: 1
Hi Shahin
I propose an idea that, I believe has no patent in progress,(I'm waiting for denied)
we can call it "alternate projection", what it is:
The method is to alternately project a full slice, and before starting the peeling process, a shorter, and still configurable image with 100% dimming, better from transitions to the previous and the next layer.
I think it would improve overall quality, and would also strengthen support, and fine detail in general,
Offline
Could you try make such plate manually and compare the result? (create two plates one with !00% dimming another one without. Export plates and mix layers from the two plate.
Offline
Could you try make such plate manually and compare the result? (create two plates one with !00% dimming another one without. Export plates and mix layers from the two plate.
The method should work as follows:
Layer n1 > full image exposure, (n.seconds), dimming image exposure, (n.seconds), peeling.
Layer n2 > full image exposure, (n.seconds), dimming image exposure, (n.seconds), peeling.
and so on
and not:
Layer n.1 > full image exposure, (n.seconds), peeling
Layer n.2 > dimming image exposure (n.seconds), peeling
Layer n.3 > full image exposure, (n.seconds), peeling
Layer n.4 > dimming image exposure (n.seconds), peeling
and so on.
Offline
We support modulo operation on gcode box so. Lift for every other layer could be set as zero and no movement, so second method will works same as the first method. (RAMPS Only)
Offline
Great ,
I should first correct the numbering of images, so they become sequential, right?
Then I would not know how to set the g code you are talking about, could you make a practical example?
Offline
Could you try make such plate manually and compare the result? (create two plates one with !00% dimming another one without. Export plates and mix layers from the two plate.
On materialise Magics you could generate this kind of support
Offline
G1 Z{0.100*([[LayerNumber]]%2)}
For every other layer move 0.100mm
Offline
Pages: 1