You are not logged in.
Shahin,
You're right,
on this way I had not thought.
Thanks
Hi Shahin,
Me again
Maybe I just overlooked something.
Can one in nanodlp set somewhere that the layer get mirrored ?
My printer is a "bottom-up" with a 45 degrees mirror for Horizontal to Vertical projection. the layer will be mirrored there.
In "Asiga Stomp" I can mirror the model before slicing, but it would be better within nanodlp,
otherwise one can also not use the "Plate Generator".
The projector mask fits and should there not be mirrored.
If one looks at the behavior similar to Creation Workshop,
then the Layer first should mirrored and after that get processed with the Projector Mask.
Hi Shahin,
I would like to make one more wish. Possibly this also relates to the subject.
If you have already turned on the projector using "Projector Calibration"->"Projector Turn On",
or if after a "Stop Print" and subsequent "Resume Print" the projector not been switched off,
then the time Setup->"Projector Warmup Time" will again processed.
Nice would it be if the time "Projector Warmup Time" is not considered,
when the projector is already turned on, and since at least that time is running.
Hi Shahin,
is it possible to add an additional option in Setup->Projector->"Projector Power Cycle".
Currently, the two options "On/Off on Start/Shutdown" and "On/Off on Start/End of Print" are available.
I think it is useful something like "On/Off Start/After last Layer".
If I want to briefly interrupt the Printer with "Stop Print", only to look up whether the print object adheres to the build plate,
or else is still okay, the projector always turn off , but actually I want continue with printing.
The "On/Off on Start/End of Print" option I would prefer at the end of the whole print, ie "After last Layer"
Have you already seen on this page?
It would be better, one could enable or disable Projector Mask.
If a large part of the build plate should be printed, sometimes a
Projector Mask is required. Smaller parts then could be positioned in the brighter area and then it requires no Projector Mask.
It would be best, one could activate it in "Printer Profiles"
because with the use of the Mask the exposure time, and possibly the peeling process changes.
I repeated the test print with the beta (Build 1146) and could no more reproduce the issue. The issue is apparently really solved.
Just the same build version with above wget command reinstall ?
or how to install beta ?
Hello Shahin,
The issue seems to be solved now.
I have run a testprint with my previous desktop version and "nanodlp Build 1144"
and often operated "Stop Print" and "Resume Print" without any problem.
I'm really glad now.
What I also want to say,
with nanodlp you created a realy outstanding and highly professional
printing software, many thanks for it.
I already have a new installation of Raspbian light on a new
SD Card performed. Currently is running a test print and is
already at Layer 140
Although I already several times "Stop Print" and "Print Resum" have performed,
runs nanodlp without problems.
I have the previous installation on another SD card and can do further tests
It does not happen generally after each "Resume Print", but if it crashes,
then after "Resume Print" immediately before the layer should appear
Log:
nanodlp.debug.1153101349.zip
I will change to raspbian lite
Im using "Raspberry Pi 2 Model B" with "Full desktop image based"
"Debian Linux 7.8" "Linux 4.1.13-v7+ on armv7l".
In this print-job, I have executed more "Stop Print" and "Resume Print" on different Layers without issues (about 5 times)
I have the hardware now changed to a true HDMI connection and a monitor with the same resolution as the Layer (1920x1080).
nanoDLP unfortunately crashed again.
In layer 97 I had executed "Stop Print"
after "Resume Print" immediately before the layer should appear,
nanoDLP has crashed.
Raspberry but continues function normally,
I could start nanodlp again with "sudo ./printer" without a restart of RPI
Log:
nanoDLP_2_printer.zip
My hardware is Arduino with Ramps and marlin firmware,
Raspberry worked after the crash but quite normal.
However, I have for test reasons also an HDMI-VGA adapter in use to which a monitor is operated.
I will make futher tests without the HDMI Adapter, what I have read could it be a problem.
Could it also be a problem, if the resolution of the monitor differ to the resolution of the layers in the plate ?
I tested a plate with "Stop Layers", and after "Resume Printing" nanodlp crashed.
Have attached "printer.log".
It works well.
Thanks
I run a smart home center with another raspberry and FHEM.
If the print is finished, I would like to inform the FHEM-Server about it.
It could be via a http request like this.
"http://192.168.1.16:8083/fhem?cmd.DLP_P … nter%20off"
Is there an easy way, or need I to write a shell scrip.
Thanks
I think I now have a workaround.
I added the command "G1 Z[[LayerPosition]] F40" a second time, so I once more can query the answer "[[WaitForDoneMessage]]".
Before Each Layer
============================================
G1 X0 F150
[[WaitForDoneMessage]]
G1 Z[[LayerPosition]] F40
[[WaitForDoneMessage]]
G1 Z[[LayerPosition]] F40 <<<<<<<<<<<< second identical code do nothing, because it's already on position
[[WaitForDoneMessage]] <<<<<<<<<<<< but now the Projector is waiting
[[PositionSet [[LayerPosition]]]]
============================================
please have a look at the video,
especially to the code "G1 Z0.2 F40" the yes occur twice.
The first movement takes in reality about 6 sec. and the second
"G1 Z0.2 F40" is already done.
The answer of "Z_move_comp" does not fit together in time
then I tried the extra code G4 after each G1 Command,
but there is also a strange behavior of "Z_move_komp"
Before Each Layer
============================================
G1 X0 F150
G4 P500
[[WaitForDoneMessage]]
G1 Z[[LayerPosition]] F40
G4 P500
[[WaitForDoneMessage]]
G1 Z[[LayerPosition]] F40
G4 P500 <<<<<<<<<<<<<<<<<<<<<<<< projector start first to expose, then after this time shutter opens
[[WaitForDoneMessage]] "Servo Signal Length" will be ignored (is 2000ms)
[[PositionSet [[LayerPosition]]]]
============================================
the printer now seems to work, and for the shutter i can insert a seperat M280.
If the terminal should display the answers of the firmware in real time, then I'm not sure if it still may be an intermittent problem.
The code I have minimized to
GCode - Start of Print
============================================
G21
G90
G92 Z53.4
[[PositionSet 53.4]]
G1 Z20 F800
[[WaitForDoneMessage]]
G1 Z[[ZLiftDistance]] F90
[[WaitForDoneMessage]]
============================================
Before Each Layer
============================================
G1 Z[[LayerPosition]] F40 <<<<<<<<<<<<<<<<<<<<<<<<<<< projector starts to expose at the beginning of the code
[[WaitForDoneMessage]]
[[PositionSet [[LayerPosition]]]]
============================================
After Each Layer
============================================
G1 Z{[[LayerPosition]]+[[ZLiftDistance]]} F20
[[WaitForDoneMessage]]
[[PositionChange [[ZLiftDistance]]]]
============================================
Hi Shahin,
I still have made further tests, with marlin-firmware.
If I add in the end of the GCode block "Before Each Layer" a "[[Pause]]",
then the projector awaits until I click on "Resume Print".
Now my GCodes
GCode - Start of Print
============================================
G21
G91
G92 X-9.5 Z53.4
G1 Z-1 F90
[[WaitForDoneMessage]]
G1 Z200 F90
[[WaitForDoneMessage]]
[[Delay 5]]
G90
G92 X-9.5 Z53.4
[[PositionSet 53.4]]
G1 Z20 F800
[[WaitForDoneMessage]]
G1 Z[[ZLiftDistance]] F90
[[WaitForDoneMessage]]
============================================
Before Each Layer
============================================
G1 X0 F150
[[WaitForDoneMessage]]
G1 Z[[LayerPosition]] F40 <<<<<<<<<<<<<<<<<<<<<<<< during movement comes the message "Action: GCode paused printer"
[[WaitForDoneMessage]] <<<<<<<<<<<<<<<<<<<<<<<< maybe ignored
[[PositionSet [[LayerPosition]]]]
[[Pause]] <<<<<<<<<<<<<<<<<<<<<<<< Projector waits until resume print
============================================
After Each Layer
============================================
G1 X-4 F40
[[WaitForDoneMessage]]
G1 Z{[[LayerPosition]]+[[ZLiftDistance]]} F20
[[WaitForDoneMessage]]
[[PositionChange [[ZLiftDistance]]]]
============================================
Hello Shahin,
If an error occurs in GCode, e.g. when I make performing tests, then nanoDLP can not be canceled.
Only a reboot of Raspberry ends the state.
In the present case, I once the query [[WaitForDoneMessage]] inserted too much, and then I could not stop NanoDLP.
Is it possible to disable anti-aliasing.
Sometimes I want to print objects with a sharp edge, and then switch off anti-aliasing.
If I want to cancel a print, e.g. when the printer gets stuck after a failed configuration, nanoDLP refuses to abort the print with the message that this is not possible while the printer is printing.
Even with Setup - Tools - "Force Stop" it is not possible.
I must either kill the printing process or restart Raspberry.
Hardware:
Arduino with Ramps-Board.
I'll give up to control the movements with "Z_move_comp", and now I changed to timed controlled movements with [[Delay xxx]].
The projector not getting otherwise under control.
While it is not the best motion control, but for me it works.
Also, I changed back the firmware from Marlin to Repetier.
The movements of my printer have therefore become noticeably more harmonious.
I have now removed the X-axis GCode, but the projector exposed still too early.
The X-axis is required for the tilt mechanism.
The debug file I have attached (debug is with X-axis)