You are not logged in.
You can use [[Net]] keyword to send pushbullet.
You should use {} to cover whole section which contains conditional or math to make it works.
Thanks
how about the part ;
if [[SupportCureTime]] < [[CureTime]] use [[CureTime]]
how can I get this formula to work?
(
(([[LayerNumber]] <= 5) * ([[SupportCureTime]] * 1) )
+
(([[LayerNumber]] <= 10) * ([[SupportCureTime]] * 0.75))
+
(([[LayerNumber]] <= 15) * ([[SupportCureTime]] * 0.50))
+
(([[LayerNumber]] <= 20) * ([[SupportCureTime]] * 0.25))
)
but if [[SupportCureTime]] < [[CureTime]] use [[CureTime]]
Which library did you use?
Hi I will try it and get you to know.
Another question in mask form, I'm trying to use my sensor and change the value off each box automatic but how can I access the box in html/js?
How big is the file you're trying to slice?
Plates > download
Hi, one side and LCD screen.
Hi I am trying to calibrate my screen but when I generate my mask it seems to change.
In both images I'm measuring in the same spot, first one in mask form the second I made a plate the same size of the screen.
I use Bluring Radius 1 and 30 with the same results, and in one side of the screen seems to work well.
any Idea?
Thanks all
Doug wrote:Hi, I want to translate this too, which files has the text that I can edit?
Unfortunately the present way to translate this graphical interface is through the nextion software, and it needs to be page per page, so a separate file.hmi is created for each Language.
I translate in the nextion editor but some text seem to be in other places.
Hi, I want to translate this too, which files has the text that I can edit?
Here
https://drive.google.com/file/d/0B41_4e … MyNTg/view
The plate file has stl file
Yes, just rotate 90° and save.
In nanodlp its rotate and mirror the image in the same command.
maybe If I send you the stl and sliced files would help?
Yes, just rotate 90° and save.
In nanodlp its rotate and mirror the image in the same command.
maybe If I send you the stl and sliced files would help?
I want this placeholders to use on Execute at end. to send notifications via pushbullet.
Another question, I don't want to make another thread
Whats the placeholder for Pinter Name, last Plate Name, last Print Time and last Resin Usage?
Thanks
Thanks Shahin
I mean the part where you can see the available printer only.
Hi its possible to share the code from Cloud Dashboard, I want to make a custom one.
Thanks
Ooops I made some typos.
I mean a program or webpage to control your printer to send only processed codes and sliced plates.
I need this for movements less than 0 and I need for movements more than 128
if Z current position < 0
set Z = 0
and
if Z current position > 128
set Z = 128
How to do it?
I'm trying without infill.
Do you have plans to make a nanodlp like a suite? To run in windows more unfriendly?
My rasp pi 3 can not slice file bigger than 140 MB, when I try it freeze about layer 500. I wounder if it is possibles to implement this ideas to help .
1 - Process the plate file in parts ex. salve after each 100 layers. ( if it freeze when You restart it will process ne next 100 layer an so on).
2 - Merge plates, Have 2 or more plates with parts in different location and merge them to print at once. Processing image will take less memory than processing stl.
3 - Be able to slice only some layers ex. 1 to 100 , 101 to 200 , to print separate plates to help with it and maybe a feature to print some plate in sequences.
Thanks