You are not logged in.

#1 Re: Feature Requests » Add and option for help hollowing object lost uncured resin inside. » 2017-10-24 15:49:21

vladimirdyskin wrote:

GCODE Before Each Layer

G1 Z[[LayerPosition]] F{([[ZSpeed]]*0.36)}; Move to layer position
G4 P0.1;
[[PositionSet [[LayerPosition]]]] ; Save layer position as the current position
[[WaitForDoneMessage]];

GCODE After Each Layer

G1 Z{[[LayerPosition]]+[[ZLiftDistance]]/3} F{[[ZSpeed]]*0.36/6}; Lift to slow . <----------------------HERE
G1 Z{[[LayerPosition]]+[[ZLiftDistance]]} F{[[ZSpeed]]*0.36}; Lift to wait position
G4 P0.1;
[[PositionChange [[ZLiftDistance]]]] ; Again update position
[[WaitForDoneMessage]];

@ vladimirdyskin Thanks for your help smile

#2 Re: Feature Requests » Add and option for help hollowing object lost uncured resin inside. » 2017-10-16 17:09:27

I would like to create a dynamic lift that acts as follows:
first 3 mm low lift speed (eg F50), from the third mm to 10mm high speed  (eg F200), can someone help me?

#3 Re: Feature Requests » Dimming honeycomb structure » 2017-08-22 20:56:28

An update about better reinforcement structure for use in 3d printing, the spaceclaim program produces beautiful structures and shell, my favorite is this image, solves the problem of resin drain and creates an extraordinary structural strength
hollow.png

#4 Re: Help and Support » Nanodlp on a KLD-2150 » 2017-06-15 20:43:17

DenTarr wrote:

Hi everyone!

I have a KLD-2150 which is running on Photonic3D.
2560x1600 pixel on a 8.9" display. Running Arduino with Sprinter FW.

Now I follow this project for some time now and would really like to try NanoDLP on my printer.
Is there someone here who got it running on this model. Or who has any useful guides?

Mainly Gcodes and display timing settings would be helpful.

Thanks

If you may be interested, you can use my  configuration with Sprinter FW, it work well, but it is necessary to do homing before each print:

https://www.dropbox.com/s/vyvteljaoh220 … .json?dl=0
https://www.dropbox.com/s/dcohl066lvx8k … .json?dl=0

#5 Re: Help and Support » Looking for help to use NanoDLP on my moonray machine » 2017-06-03 07:39:02

Protoman wrote:

Honestly don't know where to start.  Has anyone else tried something like this?  What do you need to know to make this happen?

Paul

Normally you should be able to change firmware with one already tested in Nanodlp, (Marlin for Muve, Sprinter), or if you leave that original you need to know the control code (Gcode or some other)

#7 Re: Tips, Tricks and Tutorials » Kld 2150 lcd, machine setup and resin profile » 2017-05-30 16:47:48

Shahin wrote:

Looks great. Could I share them on https://www.nanodlp.com/repo/ page?

Thanks Shahin smile,
Of course you can put it on the page, it is still in test mode, but so far it has behaved well

#8 Tips, Tricks and Tutorials » Kld 2150 lcd, machine setup and resin profile » 2017-05-29 19:38:49

mandreas
Replies: 3

Hi all,

here is my setup for the KLD2150 lcd, it is  also valid for the KLD1260, obviously changing some resolution parameters,
you need to install Sprinter FW, and have the advantage of allowing the use of parametrization directly from the nanodlp interface, as by image,

2017-05-29_182133.jpg

https://www.dropbox.com/s/mxbp602wb4638 … R.rar?dl=0

#9 Re: Help and Support » New to NanoDLP and having a hard time slicing » 2017-05-02 12:08:39

maybe it does not depend on the slicing engine, but  that your 3d model has non-manifold surfaces,  so you should monitor and correct the model before slicing

#10 Re: Feature Requests » Alternate projection » 2017-04-27 19:01:24

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?

#11 Re: Feature Requests » Alternate projection » 2017-04-27 16:50:15

Shahin wrote:

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.

#12 Feature Requests » Alternate projection » 2017-04-27 13:58:05

mandreas
Replies: 6

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,

th_2017-04-27_152242_1.jpg th_2017-04-27_152138_1.jpg th_2017-04-27_152216.jpg

#13 Re: Help and Support » Setting nanodlp on KLD-2150 » 2017-04-26 23:28:52

I solved the problem by using the FW of Sprinter master,
I think there is in Muve, some settings for the Fan (D9) that prevented M106

#14 Re: Help and Support » Setting nanodlp on KLD-2150 » 2017-04-26 16:52:38

Shahin wrote:

Something is wrong in gcodes. I suggest to take a look at D7 configurations.
http://3dprinterwiki.info/wiki/wanhao-d … ettings-2/

It is almost identical to KLD-2150


In fact, I had installed nanodlp image for Wanhao d7, which uses FW Repetier (could be?.), now i  changed FW Marlin for Muve, all  function great , except the command M106, M107, the LED does not turn on, i think Is due to some configuration, related to Fansoft maybe??!!

#15 Help and Support » Setting nanodlp on KLD-2150 » 2017-04-23 21:39:29

mandreas
Replies: 3

Hi Shahin,

I try to convert my KLD-2150 from photonic 3d to nanodl (the first love does not forget smile, everything seems to work and respond to commands (z axis, lcd panel)
The problem occurs when I launch a print: the z axis goes to G28, then it is all, no slice projection, everything ends here,
I attach debug files,  could you check where I am wrong,

thank you very much

https://www.dropbox.com/s/e80ruof0cettw … 6.zip?dl=0

#16 Re: Help and Support » Impossible to install nano DLP on new YHD-101. » 2017-04-21 07:13:24

If I do not mistake the board of that model use Sprinter master, with nanodlp you should flash, with arduino ide ,Marlin for MUVE sketch

#17 Re: Everything else » Successful Prints » 2017-03-25 12:16:01

Hi Nanodlp enthusiasts ,

fantasy castle here,  50 micron Z, 66 micron XY

P_20170325_125853_1_p.jpg
P_20170325_125832_p.jpg
P_20170325_125820_1_p.jpg
P_20170325_125808_p.jpg

#18 Re: Bug Reports » Win - SLC rastering problem » 2017-02-26 00:47:41

Netfabb 2007 do the trick, just to see if after trial it will still export to SLC. According website it will become like basic after trial, you know something more ?

you're right, actually export is possible only with the premium version

#19 Re: Bug Reports » Win - SLC rastering problem » 2017-02-25 10:33:41

I use Netfabb Premium (there is also a free version "basic") to repair and transform 3d models in SLC, is the best ever (initially I used rhino)

#20 Re: Help and Support » Windows display problem » 2017-02-10 17:52:40

Hi Shahin
I introduce in the topic to ask for a tip,
I just now discovered the wonderful implementation to use nanodlp with Windows 64-bit, well done , I created some  plate of about 2600 layers , of course, the processing speed is unmatched by the RPI,  my question is : how can i export the plates created with  windows version into the RPI?

thank you

#21 Re: Feature Requests » Calibrate the projector » 2017-01-23 19:37:18

jaidek wrote:

Very cool and thanks for the information. Does it have a peeling motion, or just works from the normal plate movement? I might have to give this a try during my rebuild. smile


the  detachment from the FEP sheet is by the natural elasticity of the film, you have to find the right speed of descent of the plate

#22 Re: Feature Requests » Calibrate the projector » 2017-01-18 19:39:45

here is a view in section of the pan :

a290d781-a91f-4873-81c2-74939420dbe6.jpg

P.s: no Dynamic curing  time

#23 Re: Feature Requests » Calibrate the projector » 2017-01-17 16:37:51

jaidek wrote:

Wow, that looks great! What micron and about how many milliseconds per layer? I'm still in the tweaking phase of my top down, getting some really nice prints, just some are a bit rough on the undersides so I am trying to find that curing sweet spot.

As for the pan, I am still not sure I understand what it does exactly. Is it just used to hold your resin?

Thanks again!

44 micron XY
30 micron Z
3 Burn layer          @ 60 sec.
30  after burn layer @ 10 sec.
normal layer         @ 3,5 sec.
 

the main problems of the "top down" system are : inconstant resin level and  formation of bulges during exposure to UV rays, which produce geometric anomalies,
to solve these problems a solution is to use a pan according to the drawing

P_20170117_172348_1_p.jpg

#24 Re: Feature Requests » Calibrate the projector » 2017-01-17 12:26:11

P_20170117_132314_1_p.jpg

level of detail achievable with pan

#25 Re: Feature Requests » Calibrate the projector » 2017-01-16 19:51:07

jaidek wrote:

I hate to bring up old threads, but has there been any developments on setting proper scale for top down printers? I am looking for something similar to how CW handles it. I measure the projected area, input the dimensions, print a 20mm cube then measure. If the scale is off, I just input the prints measurements and it calculates the proper scale. This has been the one thing that has been keeping me from fully pursuing nanoDLP as my main printing software.

Thanks!

Hi Jaidek,

I used the following method (see attached pictures):
1_ raise the plate  on the resin level, but clean,
2_ from  "projector calibration" of nanodlp, active "boundary"
3_ position a sheet of paper,
4_  I draw with a pen the angles
5_  measures the longest side (eg 125 mm),
mathematical calculation: 125/1920 = 0.065 (65 microns to be set on nanodlp)
that's it, then you can make tweaks scale x / y or z (Override X / Y Resolution).
I developed a pan, however, that stabilizes the projection plane, it works very well, and just do calibration only once,

th_P_20170116_202347_p.jpg
th_P_20170116_202554_1_p.jpg
th_P_20170116_202631_1_p.jpg
th_P_20170116_202705_1_p.jpg
th_P_20170116_202752_1_p.jpg
th_P_20170116_202802_1_p.jpg

Board footer

Powered by FluxBB