Search found 45 matches

by shahin
Wed Dec 09, 2015 1:47 am
Forum: Software Forum
Topic: nanoDLP - Raspberry Pi DLP Host Software
Replies: 57
Views: 132878

Re: nanoDLP - Raspberry Pi DLP Host Software

People already using nanodlp with grbl. It supports 3d printer board through both i2c and USB. Could you attach file located at /home/pi/printer/db/machine.json here? Maybe I could guess the problem by checking that out. It usually something to do with port path and speed settings. If you have both ...
by shahin
Mon Dec 07, 2015 12:00 pm
Forum: Software Forum
Topic: nanoDLP - Raspberry Pi DLP Host Software
Replies: 57
Views: 132878

Re: nanoDLP - Raspberry Pi DLP Host Software

Anyone who are interested can checkout online interface demo of nanodlp
by shahin
Thu Nov 19, 2015 2:36 am
Forum: Software Forum
Topic: nanoDLP - Raspberry Pi DLP Host Software
Replies: 57
Views: 132878

Re: nanoDLP - Raspberry Pi DLP Host Software

The development progressed well and now it is cover the most of the previously asked features on this thread and elsewhere. Nice! Do you have a way of setting lift speed and height between layers similar to the layer-by-layer specs in ProjectLayer? Using gcode math (basic) or syscall (advanced) you ...
by shahin
Mon Nov 09, 2015 4:18 pm
Forum: Software Forum
Topic: Raspberry PI Based DLP Printer
Replies: 16
Views: 39290

Re: Raspberry PI Based DLP Printer

hi sahin just saw the last built the servo is working perfectly! so great! many thanks this is just to let you know the resistor needed for the carriage endstop is a PULLUP rather than a pulldown ;) also, how are you dealing with the start-up "noise" in the stepper? thanks! R Hi, Thank yo...
by shahin
Sat Nov 07, 2015 6:23 pm
Forum: Software Forum
Topic: nanoDLP - Raspberry Pi DLP Host Software
Replies: 57
Views: 132878

Re: nanoDLP - Raspberry Pi DLP Host Software

i'm having trouble loading a zip file, it gets uploaded but the layer files are not recognized somehow. When i scp into the pi and look at the directories the "public/plates/" directory contains a folder with the plate ID, which is empty. The PNG files inside my zip are sequentially named...
by shahin
Sat Nov 07, 2015 6:07 pm
Forum: Software Forum
Topic: nanoDLP - Raspberry Pi DLP Host Software
Replies: 57
Views: 132878

Re: nanoDLP - Raspberry Pi DLP Host Software

i'm having trouble loading a zip file, it gets uploaded but the layer files are not recognized somehow. When i scp into the pi and look at the directories the "public/plates/" directory contains a folder with the plate ID, which is empty. The PNG files inside my zip are sequentially named...
by shahin
Wed Nov 04, 2015 4:29 am
Forum: Software Forum
Topic: nanoDLP - Raspberry Pi DLP Host Software
Replies: 57
Views: 132878

Re: nanoDLP - Raspberry Pi DLP Host Software

Its half done, we have internal i2c library to drive lcd, the same backend could be used to deal with arduino as slave. There is a issue regarding timing as it is not possible to know arduino have finished movement or not after sending g code commands. We could have it in couple of weeks but it wil...
by shahin
Tue Nov 03, 2015 5:11 pm
Forum: Software Forum
Topic: nanoDLP - Raspberry Pi DLP Host Software
Replies: 57
Views: 132878

Re: nanoDLP - Raspberry Pi DLP Host Software

hi, i've asked for a function some weeks ago to send custom serial commands instead of controlling the stepper driver. Have you looked into it? is it feasible? Cheers^^ Its half done, we have internal i2c library to drive lcd, the same backend could be used to deal with arduino as slave. There is a...
by shahin
Mon Nov 02, 2015 4:59 pm
Forum: Software Forum
Topic: nanoDLP - Raspberry Pi DLP Host Software
Replies: 57
Views: 132878

Re: nanoDLP - Raspberry Pi DLP Host Software

Thanks! I've changed it and the strange thing is that I measure 1mm on the leadscrew but it's travel 1,2mm per turn. Result that 1cm = 1,2cm and 5cm turns out in 6cm. When I try to set it 1.2mm I get an fault answer that I must put the right number in. Are the imput numbers only whole milimeters? I...