You are not logged in.
Pages: 1
Thanks for your answer Shahin,
I used your first suggestion and it is working fine
Sorry the delay but I was travelling
Is there a way to run an external command only if an operation is true?
Something like:
if ([[LayerNumber]] > 5 ) [[Exec python ...]]
@GoffyOne
- open your model in stomp and mirror it
- save it as a new file
- open the mirrored file and slice it.
When you open the mirrored model stomp can slice it. At least it worked for me.
I will take a look on my notes and write here what I have done, but Manojd I am not using a GPIO board. I bought the DSI display so it let the GPIO free for other uses.
Thiengod,
after some tries and errors, a few months ago, I managed to run X server on the touch display and use HDMI as output to my printer.
And it is working fine.
Thanks
Thanks fot the tip Shahin!
I created a button that stops, lifts and updates the current position, so I just need to resume after.
Now it is working as I wished.
Is it possible to move Z after a Pause and before Resume?
I would like to use Z Axis Calibration to inspect a printing after a pause and if it is ok resume it, but when I press pause I can´t move Z.
I know and I use it, but as I am planning to use a big formula for each parameter (dependent on layer position and area) it would be easier if they were not in the same command as G1. But no problem if it is not implemented, just asking to know if it is possible.
Is there a size limit for the text formula?
No I am not using RAMPS I use another board with arduino UNO.
My idea is to calculate a value for ZLiftDistance and ZSpeed, using { } in the textbox, set them to the correspondent variables and use them with G1 command.
For instance, if it is available:
[[ZLiftDistanceSet {operation}]]
[[ZSpeedSet {operation}]]
G1 Z [[ZLiftDistance]] F [[ZSpeed]]
Is it possible to set values to nanoDLP variables in Gcode fields? Like [[PositionSet mm]]
I would like to set ZLiftDistance and ZSpeed dynamically in the GCODE After Each Layer textbox.
Is it possible to have different printers configured in NanoDLP?
I have two printers with different settings and would like to use a drop-down menu to change between them.
I had it already installed so I decided to upgrade and update my RPi3.
Now it is working.
Thanks for your help
Hi Shahin, could you find the problem?
The same.
I changed the file name and include a svg and scl file. Nothing on drop-down, but in terminal:
pi@raspberrypi:~ $ ls -la /media/usb0
total 25332
drwxr-xr-x 7 root root 16384 Dec 31 1969 .
drwxr-xr-x 11 root root 4096 Apr 26 10:21 ..
drwxr-xr-x 3 root root 16384 May 19 13:55 New_DLP
-rwxr-xr-x 1 root root 16024600 Feb 5 2015 RunSanDiskSecureAccess_Win.exe
drwxr-xr-x 2 root root 16384 Feb 23 2015 SanDiskSecureAccess
drwxr-xr-x 2 root root 16384 Oct 28 2015 System Volume Information
drwxr-xr-x 2 root root 16384 Jul 14 08:02 VAT
drwxr-xr-x 2 root root 16384 Jan 11 2016 calibrar
-rwxr-xr-x 1 root root 257067 Aug 5 13:36 testebox.gcode
-rwxr-xr-x 1 root root 615518 Aug 9 16:19 transp.svg
-rwxr-xr-x 1 root root 615518 Aug 9 16:19 transp40.slc
-rwxr-xr-x 1 root root 8284284 Aug 8 14:54 transp40.stl
Installed Build 1209.
Same problem: files listed via terminal, no drop-down options.
Thanks for the reply.
pi@raspberrypi:~ $ ls -la /media/usb0
total 24116
drwxr-xr-x 7 root root 16384 Dec 31 1969 .
drwxr-xr-x 11 root root 4096 Apr 26 10:21 ..
-rwxr-xr-x 1 root root 8284284 Aug 8 14:54 40_mc_transp.stl
drwxr-xr-x 3 root root 16384 May 19 13:55 New_DLP
-rwxr-xr-x 1 root root 16024600 Feb 5 2015 RunSanDiskSecureAccess_Win.exe
drwxr-xr-x 2 root root 16384 Feb 23 2015 SanDiskSecureAccess
drwxr-xr-x 2 root root 16384 Oct 28 2015 System Volume Information
drwxr-xr-x 2 root root 16384 Jul 14 08:02 VAT
drwxr-xr-x 2 root root 16384 Jan 11 2016 calibrar
-rwxr-xr-x 1 root root 257067 Aug 5 13:36 testebox.gcode
I am having the same problem, but I can list the content of the my pendrive using a terminal and the comand: "ls -la /media/usb0"
However when I use "Add from USB" on nanodlp the drop-down field is empty.
How can I fix it?
Hi,
I have a RPI3 with the DSI 7" touchscreen display which I would like to use to control nanoDLP and use the HDMI output with my projector.
I would like to know if someone else tryed this and how managed run startx in one display (DSI) and nanoDLP on the other (HDMI).
Thanks
Roger
Pages: 1