You are not logged in.

#1826 Re: Feature Requests » Reporting prints » 2016-02-19 20:15:31

Jaoreina,

We already have layers' solid area  and etc saved in a file named info.json in the plate folder. When you export folder you receive this file too.
You could find layer printing parameters as line delimited JSON in /var/log folder (printing.log.n).

Please, check them out and see if we could alter what we already have to achieve output which you need.

#1827 Re: Tips, Tricks and Tutorials » Why nanoDLP? » 2016-02-19 18:50:39

mattcaron,

You are right, last point looks like describing availability but in this case technical choices such as using highly reliable headless Linux distro will effect whole system reliability.
Availability alone is not useful in this case if system segfault and display wrong data, it would not be acceptable at all.

The point is that even if the software is very professionally written but runs on something like X11 or windows, you should expect degree of failures which effects both availability and reliability of the system.

You are right again, specially if the device is using public IP, but nowadays almost all upgrades could be done without reboot. Earliest time which you would need to reboot system for dist-upgrade will be 2020 (raspbian jessie).
Before that plain upgrade will be enough.

#1828 Re: Announcements and Releases » Latest build changelog » 2016-02-19 18:08:19

Build #1010

  • Feature: Dimming feature improved

  • Feature: Smarter online dashboard update

  • Bugfix: Plate edit reset layer number - Fixed

  • Bugfix: Connection leaks

#1829 Announcements and Releases » Installing Latest Build / Beta Version » 2016-02-19 18:02:24

Shahin
Replies: 0

You can try latest build by running following command.

(wget http://www.nanodlp.com/nanodlp.beta.tar.gz? -O - | tar -C /home/pi -xz);cd /home/pi/printer;sudo ./setup.sh

#1830 Re: Help and Support » mUVe 3D nanoDLP Instructions » 2016-02-19 09:31:12

Adam,

It is public, I can access it on my private window too.

Joaoreina,

- Not exactly, muve3d version gets updated after Dean confirmation. Currently generic version is a little bit newer. (probably have one or two small bugs more than muve3d version) Still both versions are compatible with each other.
- Upgrades does not touch your config files or plates, but sometimes Dean tweak the settings if you want to access those new settings you need to press "restore default" button on setup/tools page. Which will erase both your settings and plate data.

You can always take backup by coping /home/pi/printer/db/ contents.

#1831 Re: Bug Reports » Printer not accessible through Cloud Dashboard » 2016-02-19 09:20:41

Adam,

nanoDLP push updates to the website every 5 minutes in idle time and during print every minutes.
If it still not working, let me know what's your printer name.

Thank you

#1832 Tips, Tricks and Tutorials » Why nanoDLP? » 2016-02-19 01:00:59

Shahin
Replies: 5

Different applications have different focus.

Except general features which are easy to compare. What makes nanoDLP unique compare to the other available solutions is also its biggest weakness.

200px-Computer_abstraction_layers.svg.png

Almost all of the other solutions run on desktop environments, some of them are cross platforms as they use Java or Qt c++.
But in contrast to them, nanoDLP does not run on desktop environments. Some of the most critical parts directly talk with firmware layer.

So as a result:
- Portability: nanoDLP is not portable. Only runs on rpi linux.
+ Speed: Fastest to change layers, under 10ms delay without caching. Other solutions without caching on rpi around 500ms (approx.) and on a fast desktop 100-300ms delay. If you want to do something very quick, it is the only solution which is freely available and currently optimized for such speeds.
+ Synchronization: Due to its high performance nature, it could sync movements and image displays without noticeable delay. So instead of putting predefined delays it could talk with 3rd party boards. Some SLA manufacturers patched their arduino board firmwares to take advantage of this ability.
+ Reliability: It uses headless version of linux which is used for servers. In contrast to desktop linux or windows etc. I am sure you can keep any stable version of nanoDLP on rpi online for a couple of years without requiring to restart or reboot, Which is very unlikely for any desktop application.

#1833 Announcements and Releases » Latest build changelog » 2016-02-17 08:51:58

Shahin
Replies: 37

Build #1006

  • Pixel dimming

  • Cloud dashboard

  • Binary communication support w. projectors

  • Command execution to turn projectors on/off

Board footer

Powered by FluxBB