You are not logged in.

#1 2017-03-02 11:59:21

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

NanoSlicer

I have bundled our web based support generator and slicer to a separate app. It still not complete but currently in working state.

Advantage is that you can slice and generate support pretty quickly on your pc or mac and send the processed file to raspberry pi.


https://www.nanodlp.com/download/nanoslicer.win32.zip
https://www.nanodlp.com/download/nanoslicer.win64.zip
https://www.nanodlp.com/download/nanoslicer.linux64.zip
https://www.nanodlp.com/download/nanoslicer.mac.zip

To use mac and linux versions.
Open terminal go to the nanoslicer folder and run the program using command below.

sudo ./nanoslicer

Offline

#2 2017-03-02 20:43:21

jamesarm97
Member
Registered: 2017-02-02
Posts: 69

Re: NanoSlicer

Very nice. It is getting old waiting for slicing when I have a super duper computer. Without me looking at it yet, does it package the slices up and you then upload it as a job somehow to nanodlp? Any way to automate the upload from the PC end using scripts (linux, scp sftp, or web post)?

Offline

#3 2017-03-02 20:51:43

jamesarm97
Member
Registered: 2017-02-02
Posts: 69

Re: NanoSlicer

What determines the slicing layer resolution since profiles are not used? Say 100microns vs 65?

Offline

#4 2017-03-02 21:19:14

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: NanoSlicer

Sure we could have transfer ability to nanoDLP later on. Currently it slice whatever it found in its folder.
There is a settings page which you could modify resolution/dimming and other options.

Offline

#5 2017-03-03 00:43:55

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: NanoSlicer

Couple of initial comments
the pan and orbit ( via the mouse) act a bit strange and are a bit slow
if you accidnetally pan or orbit and touch the model then the model moves but there is no way to restore it to its original position

Offline

#6 2017-03-03 03:06:54

jamesarm97
Member
Registered: 2017-02-02
Posts: 69

Re: NanoSlicer

There needs to be some slicing feedback / status but I'm sure that is already on the list and know this is very beta.

Offline

#7 2017-03-03 08:12:44

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: NanoSlicer

Thanks guys. Will try to fix the issues.

bigfilsing,
Not much could be done for pan/orbit performance. It is all about graphic card, driver and your browser webgl support.

Offline

#8 2017-07-07 18:38:49

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: NanoSlicer

Hello, I tried the mac version but the only things I get is "{
message: "Internal Server Error"
}" on my browser.
(event if I run it with "sudo")

need help ;D

Offline

#9 2017-07-07 18:45:04

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: NanoSlicer

run program by going to its folder through terminal and run it from there.

Offline

#10 2017-07-07 18:50:39

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: NanoSlicer

ok, it's working. thx!

Offline

#11 2017-07-07 18:59:47

jamesarm97
Member
Registered: 2017-02-02
Posts: 69

Re: NanoSlicer

Thanks. I was able to cludge my own remote slicer for the Mac until the Mac version of nanodlp gets updated to support remote slicing. I have a watched folder that when it see's an STL dropped into it, it prompts for the profile # to use and the layer height then calls nano slicer to slice and when it sees the zip show up it then posts the zip and required fields using the api to nanodlp on the pi. How often is the nanoslicer updated? Options like hex infill are not there yet.

Offline

#12 2017-07-07 19:10:27

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: NanoSlicer

James, we are moving away from nanoslicer, it has very few users and we are after supporting mac. Currently we could support mac as remote slicer. But serial support still is not ready for mac so we could have fully working version for mac.

Offline

#13 2017-07-07 19:16:31

jamesarm97
Member
Registered: 2017-02-02
Posts: 69

Re: NanoSlicer

Ok. That will work, from what I see, most users are trying to get away from a dedicated computer so just faster slicing (remote slicing) is probably what should be focused on. I liked the ability to call the nano slicer on the command line so it doesn't have to be running all the time. I worked with someone else to test remote slicing on windows and he finally got it where he saw the pi show it was sending the job to windows but it took forever and I don't think it finished. I can't test yet since I am using a Mac. I you have have an updated version with the remote slicing I can test it.

Offline

#14 2017-07-07 19:21:16

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: NanoSlicer

Will try come up with limited mac version in couple of days without printing feature.

Offline

#15 2017-07-09 06:47:47

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: NanoSlicer

NanoDLP mac version has been added to download page.

Offline

#16 2017-07-09 10:45:38

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: NanoSlicer

Hello,

I tried the NanoDLP mac version, I was searching about infill in nanoSlicer and I see a nano dlp mac version today ;D
Unfortunately, it works only for a few page : if I go to the setup page, it stop working, same in import profile,... Is there a way to start it in debug mode ?

edit : too bad for NanoSlicer support, I was planning create a desktop app to slice stl throught nanoslicer. Nano DLP is really great but not so user frendly for newbies and my plan would be to get it user flendly, with touch screen (already working), full worklow with auto-orient,... on a desktop app (based on Electron) whith nanoslicer cli,... it only miss infill ;D

Last edited by juliendelnatte (2017-07-09 10:50:30)

Offline

#17 2017-07-09 13:17:33

jamesarm97
Member
Registered: 2017-02-02
Posts: 69

Re: NanoSlicer

I second that. I liked the command line version so I could implement my own automation and not always keep a web app running. If you could just somehow (like you have nanoslicer) have the slicing engine always compilible separate with the nanoslicer wrapper then keeping them in sync would be easier. Even if you have to get rid of the web server and setup portion of nanoslicer and make it all command line and parameter based for ease of maintenance. If people need a web based slicer use the full version.

Offline

#18 2017-07-10 04:02:26

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: NanoSlicer

After  crash you should see some messages output on terminal paste them here.
Nanoslicer rarely downloaded before. Will try update it too maybe remove whole web section as it redundant after remote slicer feature.

Offline

#19 2017-07-10 07:05:42

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: NanoSlicer

Web section is redondant yes, but the CLI is really interesting!

For the crash, it's the problem, I don't see any message output from the terminal when the server freeze. It's just timing out the request and never get back untill I reboot the server.

Last edited by juliendelnatte (2017-07-10 07:06:21)

Offline

#20 2017-09-01 17:13:35

Gatto
Member
Registered: 2017-02-14
Posts: 75

Re: NanoSlicer

Hi guys, NanoSlicer is discontinued?

Offline

#21 2017-09-01 17:50:42

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: NanoSlicer

Too many changes on nanodlp slicer, performance optimization and couple of new advanced features coming soon. It is difficult to keep nanoslicer updated together with nanodlp, considering very low number of downloads. At-least for now it would discontinued.

Offline

#22 2017-09-01 18:31:04

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: NanoSlicer

Hello, I'm making a open source slicer and préparator software like b9creator (with support, auto support generator, auto orientation,...) and wIth the integration of nanoslicer in it to directly export to Stl, slice it with nanoslicer and upload it to nanodlp via network (and POST request) with only one click.it works really well and it's very interesting for nanodlp user. Is this really not possible to update it to get the latest version and keep it updated for my software?

Edit : I just see you remove latest build on the website. is it possible to send me the latest version of nanoslicer for every plateform? My open source software integrate it for all platform but I didn't download other version than Mac (like I'm still in beta) and if I don't have other plateform, I did all these software for nothing since 1months... ;(

Last edited by juliendelnatte (2017-09-01 18:36:58)

Offline

#23 2017-09-01 18:49:13

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: NanoSlicer

Do not worry contact me directly, will send the previous version.

Offline

#24 2017-09-01 20:02:01

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: NanoSlicer

Ok I sent you a mail via Email link form on the forum.

Offline

#25 2017-09-02 09:57:17

Gatto
Member
Registered: 2017-02-14
Posts: 75

Re: NanoSlicer

It is difficult to keep nanoslicer updated together with nanodlp, considering very low number of downloads. At-least for now it would discontinued.

I know.

At least you can add command line slicing features to Nanodlp in order to allow 3rd parties devs to use your slicer or live somewhere links to last versions.

Just a suggestion.

Offline

Board footer

Powered by FluxBB