You are not logged in.
Pages: 1
1.Open with notepad templates\setup\setup-config.html
2. find ' <option value="37" {% if default==37 %}selected{% endif %}>Physical 37, BCM 26</option>"
3. add a new line with the new settings ex;<option value="40" {% if default==40 %}selected{% endif %}>Physical 40, BCM 21</option>"
4. save.
An idea for you.
Dynamic calibration time for SLA
https://youtu.be/LH85_X1rm_U
Thanks for the reply.
I have a problem.
I do not find the anti-alias setting. Please help.
A new version that uses nanodlp
UV LCD SLA 3D Printer
It is possible to implement the "Sub pixel resolution for 3D DLP printing"
See: https://www.youtube.com/watch?v=5qTAmPrHLow
Hello,
You can add pins38 (GPIO20) and pin40 (GPIO21) in the future.
My electronics uses these pins.
We have now changed to setup_config.html and configure the pins before the printer starts.
If I update, I need to restore the changes.
Thank you.
I succeeded.
We modified "height: 100%; the" height: 104%; "
Thank you.
I tried. Do not hide.
Not bothering for tests.
It works. Thank you.
In the next days I do a test with resin.
I must seek how to hide the address bar.
If this goes well, we can optimize the time and traffic.
I can use a smartphone or tablet, where to open a full screen browser, for 3d printer without HDMI connection (connection through the network).
Ideal as an application on Android, but not found. Maybe nanodlp for android.
Or you can tell me how can I get start time exposure.
I want to do a test.
Thank you very much.
Simple web page synchronized with LCD.
You can include a black web page that contains only an image synchronized with LCD
I tried but fail exposure times.
My example:
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<style>
html,body{
margin:0;
height:100%;
overflow:hidden;
}
img{
min-height:100%;
min-width:100%;
height:auto;
width:auto;
position:absolute;
top:-100%; bottom:-100%;
left:-100%; right:-100%;
margin:auto;
}
</style>
<script type="text/javascript" src="/static/boot3/js/jquery.min.js"> </script>
<script>
var myVar;
var last_l=0;
var last_ll=0;
function incep(){
myVar = setTimeout(function(){ incep(); }, 250);
$(function() {
$.ajax({
type: 'GET',
url: '/status',
data: { get_param: 'value' },
dataType: 'json',
success: function (data) {
if(data.LayerID==data.ResumeID && last_ll!=data.LayerID){
last_ll=data.LayerID;
document.getElementById("ecran").src="/static/plates/"+data.PlateID+ "/"+data.ResumeID+".png";
};
if(last_l!=data.ResumeID){
last_l=data.ResumeID;
//opresc imaginea
document.getElementById("ecran").src="data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=";
};
}
});
});
}
</script>
</head>
<body bgcolor="black" onload="incep()">
<img alt="Not connect" src="" id="ecran"/>
</body>
</html>
Thank you
For raspberry version.
There are the beginnings of raspberry and python.
Please example or a link to documentation.
I found only "fbi" and "fim".
How png displayed on the screen? Use python or call external program? You can give an example of code to display png on screen?
Thank you.
Thank you.
You can add the JSON variable of "status" (or create status2) these:[[LayerThickness]],[[LayerPosition]],[[CurrentPosition]],[[StopPosition]],[[LayerNumber]],[[TotalNumberOfLayers]],[TotalSolidArea]],[[LayerNumber]],[[LargestArea]],[SmallestArea]],[[AreaCount]].....
Steppers work properly on GPIO
When I start "printer" I error:
pi@raspberrypi:~/printer $ sudo ./printer&
[1] 776
pi@raspberrypi:~/printer $ 2016/12/28 10:17:39.048776 {"Layer":"16709","module":"Hardware","level":"Notice","msg":"Initializing build # 1323 - generic"}
2016/12/28 10:17:39.049970 {"Layer":"16709","module":"Shutter","level":"Error","msg":"Pipe Access Problem open /dev/pigpio: no such file or directory"}
Variabelelor display are useful for debugging, testing, calibration and calculation for dynamic and check endstop.
Thanks for promptly.
I installed the 1323 build.
They are remote and do not see the effect. Nothing appears in the log.(I'm at work.)
I can see remotely the status of a pin?
How do I show variability in html or console? ([[LayerNumber]], [[LargestArea]], [[SmallestArea]] .....)
It is possible to create a button to display variable?
3D works in firefox 49.02.
3D does not work in chrome (version 55.0.2883.87).
GPIO 33 is used for Driver Enable.
nanodlp.debug.776152849.zip
https://sites.google.com/site/drnprinte … ects=0&d=1
NanoDLP use the GPIO.
I defined "Customized Buttons" for disable stepper. (I know there is, I used to test)
Not working.
Why wrong?
My seting:
Driver Enable Pin=Physical 33, BCM 13
Customized Buttons - Gcode = [[GPIOHigh 33]]
Congratulations for the work.
I use my printer with LCD.
I have a question.
In "GPIOs Movement" can use "Execute - Start of Print" and "Execute - End of Print"? . I want to enable / disable stepper.
Thank you.
Pages: 1