You are not logged in.

#1 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2018-01-09 12:10:03

File in bin folder are transformed from src by gulp, and gulp will transform "await" instruction in promise,...

#2 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2018-01-08 07:42:39

The code to upload a zip or something else look like this : (where buffer is the file content)

let result = await request({
        uri: `${this.serverURL}/plate/add`,
        formData: {
          'ZipFile': {
            value: buffer,
            options: {
              filename: 'exportFromMockaSlicer.zip'
            }
          },
          'Path': "exportFromMockaSlicer.zip",
          'ProfileID': 1
        },
        method: "POST",
      });

#3 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-11-14 15:31:48

Not yet, have a lot to do on my printer and not done the usb and new UX yet

#5 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-11-14 14:34:21

It's what I said, I looked at your HMI and your code. It's not the name of the component is sent to the program but the ID. and the event is "click_b"+id. So I sent you the fix

#6 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-11-14 14:02:10

Hello, it's not the name software listen to but the id of the button. So you have to change

this.addListener("click_c0", () => this.nanoDLP.command("/button/press/0"));
this.addListener("click_c1", () => this.nanoDLP.command("/button/press/1"));
this.addListener("click_c2", () => this.nanoDLP.command("/printer/off"));
this.addListener("click_c3", () => this.nanoDLP.command("printer/restart"));

To

this.addListener("click_b4", () => this.nanoDLP.command("/button/press/0"));
this.addListener("click_b5", () => this.nanoDLP.command("/button/press/1"));
this.addListener("click_b6", () => this.nanoDLP.command("/printer/off"));
this.addListener("click_b7", () => this.nanoDLP.command("/printer/restart"));

#7 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-11-07 15:43:33

yes, but if you can wait 2hours, I will update the V2.0 on the github to remove bugs!

#8 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-11-07 15:32:14

V2.0 works but there is some bug. you can use it but maybe use V1.0 for now is better

#9 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-11-07 13:36:38

I'm working on it, there was some update on nanodlp that change the screen behavior, so I'm fixing this. there will be a V0.3 in few days!

#10 Re: Help and Support » Pi3 Direct Drive Wiring Help » 2017-11-06 10:16:53

I'm currently building too a direct drive resin printer and I made a custom PCB with a lot of feature. You can check it here : https://plus.google.com/100170060322292 … 9180118782

#11 Re: Help and Support » Advanced Installation on Raspberry pi didn't work » 2017-11-05 09:09:27

The pi has always the same ip,
I will test ping it but I thing the ping is ok.

I ´ve just tested to take an old nanodlp version on jessie and update it and it works.
So the latest version of nanodlp works but the bash script to install it directly in advanced mode didn't work...

#12 Help and Support » Advanced Installation on Raspberry pi didn't work » 2017-11-04 22:40:17

juliendelnatte
Replies: 3

Hello,

Ive just installed Nano DLP on a raspberry pi 2 with Raspberry Jessie lite and Strech lite and after the installation, on next boot, the machine boot fine, the screen goes black (nanodlp take controle of it) and after that, nothing works. The raspberry pi doesn't respond and the webserver of nanoDLP is not reachable. Error 404.

I tested another SD card with NanoDLP installed since few month and everything works fine so no problem from my pi of so.

Could you help me?

Thanks

#13 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-11-03 19:26:12

Will Check it this weekend. Could you tell me your nanodlp version?

#15 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-10-31 23:47:25

it will run automaticaly, if you set a number in config.json file (default is 30), the screen will go to sleep after 30seconds of touch inactivity

#17 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-10-31 20:57:10

I made a new version with some bug fix, and add the sleeping feature. It's in V0.2

#19 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-10-31 18:52:50

The screen will so go to sleep and will reactivate on touch.

#20 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-10-31 18:49:19

Hmmm I deactivated the auto sleep but I can reenable it.

#24 Re: Tips, Tricks and Tutorials » Touch screen for NanoDLP » 2017-10-28 11:21:35

Nop, only on nextion screens but there is a 7" nextion

Board footer

Powered by FluxBB