You are not logged in.

#26 Re: Help and Support » WiFi settings » 2017-08-08 11:41:59

The easiest way to set up wifi is to do it within NanoDLP.  First, connect the Raspi3 with an ethernet cable Go to the main Nano DLP page. Top right corner there will be a blue "WiFi" Icon . CLick that then fill in your AP name and password

#27 Re: Help and Support » Setting up Z-Axis, and Connecting Shutter - Looking for Tutorials » 2017-08-08 04:17:43

Thinking a bit more about this you could maybe use an optical endstop as they generally have a slot which would allow significant Z minus travel after printing( if allowed/set up  in the firmware)

#28 Re: Help and Support » nanodlp not printing uv not coming on WANHAO DUPLICATOR 7 » 2017-08-07 15:29:06

you have to make sure you have the commands M106S255 for ON and M107 for OFF commands in the set of NanoDLP
https://www.dropbox.com/s/lrjt11wpvt2cs … l.jpg?dl=0

#30 Re: Help and Support » Setting up Z-Axis, and Connecting Shutter - Looking for Tutorials » 2017-07-28 02:57:38

Hi
If I have understood you correctly!
I think you should wire and configure the end stop as Z max ( which is logical as its the max travel ( build height) of your machine
You can home to this as well ( in Marlin )
Your build height zero then becomes Zmax position - build height

I don't have any hands on experience with a top down printer but it sounds to me like having the Z min end-stop ( at the top of the resin ) would make more sense and aid in first layer position adjustment etc.

Servo
The servo attachment pins on a ramps 1.4 board are >>  http://www.hyperlinks.net/ramps-1-4-ser … elmax-1-5/

the g code to deploy the servo is http://reprap.org/wiki/G-code#M280:_Set_servo_position

PS if you haven't already then make sure you have a modified version of Marlin ( that sends feedback to nano Dlp once an action is complete)

#31 Re: Help and Support » Rpi/NanoDLP not connecting to RAMPS » 2017-07-19 17:29:05

Why are you running GRBL on a ramps board when there are much more efficient firmwares out there ?? ( Modified Marlin)

#32 Re: Help and Support » G3D T-1000? » 2017-07-18 01:36:30

If you haven't already , head over to the Google+ group. There's a ton of useful info there
  https://plus.google.com/communities/109 … 7401814291

#33 Re: Help and Support » G3D T-1000? » 2017-07-17 16:58:13

First step would be to get firmware loaded onto the 32P8-PU and experiment with that. There are a couple of modified versions of Marlin around and you shouldn't have too much trouble finding something that works. 
From what i gather the modified versions are needed so they "report back" to nano DLP when an action is completed , this to avoid having to include pauses in the process to allow time for an action to complete.
If all else fails a Ramps board would be an affordable solution as you noted

#34 Re: Help and Support » UV Led Connection with ramps. » 2017-06-29 07:24:54

There is no real answer to that
IF you take the smaller machines like the KLD 1260/YHD 101/ D7  they have 20watt UV sources ( 2 X 10 watts) with some later models now having 40watt ( 4 X 10watt)

There are also a lot of people developing arrays of 3 watt LED's to give a more uniform light emission
you should take a look of the google+ group where many Opensource developers hang out.
https://plus.google.com/communities/109 … 7401814291
and this great forum
http://www.buildyourownsla.com/forum/

#35 Re: Help and Support » UV Led Connection with ramps. » 2017-06-29 06:31:14

The ramps output that is usually for the PWM fan is D9 and is usually used for the UV LED power supply ( you cant directly connect the LED chip)
It can be controlled with gcode
M106   or M106 S255   = ON
M107 = OFF

#36 Re: Help and Support » Direct Z control » 2017-06-26 10:19:51

At power on the z axis will only move towards home until it has been triggered once.

So you potentially have a couple of problems . Either your motor is working in reverse and /or you end stop logic is incorrect.
So we can use terminal commands to see whats going wrong .
So power off your machine then manually turn the Z axis until its about half way up its travel.
Send the M119 to find out the end stop status This will give you feedback on whether the end stop is triggered or not.
If you place an object in the lightbeam of the end stop it should read triggered and without the object it should be open.
If this doesnt work then either your endstop logic is incorrect or the end stop itself isnt working.
When you are confident the endstop is working then try this >>
Power on the machine but be ready to kill the power if needed.
In terminal send the Gcode command G28 The axis should move towards your end stop ( down) and stop when the end stop is reached.
If it doesnt you can either change the direction in the firmware or change the wiring of the stepper motor

#37 Re: Help and Support » Direct Z control » 2017-06-26 01:02:09

Mikhail As per Shahins post it does sound like a limit switch issue . The reason is this. When you power on a machine it has no way of knowing where an axis is until that axis has been homed so it will limit motion until it has homed and hit the limit switch at least once.   From what you have written it sounds like your limit switch is wired wrong or the logic in the software needs changing

#38 Re: Help and Support » Slice on/off » 2017-06-12 03:19:05

As far as i know the "exposure time" is exactly the time between the "shutter open" & "shutter closed" commands

#39 Re: Help and Support » Slice on/off » 2017-06-11 02:18:55

Hi
Setup>Hardware>  Shutter Open Gcode & Shutter close Gcode

#40 Re: Help and Support » Garbled Terminal » 2017-06-07 04:04:04

The usual issue when getting a garbled response from and Arduino/ Ramps set up is the baud rate is incorrect
The baudrate is set in the Marlin configuration.h file  ( default is 250000)
PS there have been some comms issues with the latest Marlin 1.1.x  so you may also want to try older versions and see if that helps
Good luck

#41 Re: Help and Support » Loading NanoDlp into microSD card » 2017-05-26 02:02:16

Hi In answer to your questions
No you cant easily load NanoDLP along side your "normal" Raspi OS
NanoDLP is configured to run in what is called headless mode ...i,e,  it runs without monitor or keyboard. WHen installed it runs the OS and a webserver which is how you access NanoDLP.  It can run either fixed wire connection (on a network) or wireless. I would recommend running it with a cable first then setting up wireless.
If you want to use your Raspi for other things then a second micro SD card with a standard Raspi version of Linux is the way to go. 

Im confident that there is a way to run/ use both on one SD card but if you are just starting out with Raspi ? Nano DLP, then separate cards is a good idea while you gets to grips with Nano DLP

#42 Re: Help and Support » marlin ramps 1.4 stepper motor and nanodlp » 2017-04-10 17:30:50

the "DEFINE_MAX_ACCELERATION {4000,4000,4,4} looks way low to me
only the 3rd number is relevant as it is notated in { X,Y,Z,E} format
So i would try
#define DEFAULT_MAX_FEEDRATE          {600, 600, 60, 20}    // (mm/sec)
#define DEFAULT_MAX_ACCELERATION      {4000,4000,100,4}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.

#43 Re: Help and Support » Printer is not visible in dashboard (using LAN cable) » 2017-04-01 16:28:55

You are welcome.
That video is a part of the series https://www.youtube.com/watch?v=Laq8eov … oY0O9QIQyF

While many of the videos may not relate to your issues they are still worth watching as there many good tips and methods in there.

#44 Re: Help and Support » Printer is not visible in dashboard (using LAN cable) » 2017-04-01 15:40:54

watch this video https://www.youtube.com/watch?v=Laq8eov … oY0O9QIQyF
Its not for your printer put it does show the use of Putty to access the raspi !! and how to identify which of the Raspi USB ports your printer is on.

http://www.putty.org/

#45 Re: Help and Support » Printer is not visible in dashboard (using LAN cable) » 2017-04-01 15:30:44

so on your router you can see which IP has been assigned to your raspi ??
you can download putty and ssh into the raspi ( connect to its IP address) this will give you a terminal screen where you can edit the network config files if needed.
what printer are you trying to connect to??

#46 Re: Help and Support » marlin ramps 1.4 stepper motor and nanodlp » 2017-03-20 17:36:25

I have never used a projector for resin printing so i wouldn't really know. I would imagine there is some kind of shutter / blanking system system maybe.
I have also seen reference to some control codes for projectors but i would imagine these are projector brand/type specific

#47 Re: Help and Support » marlin ramps 1.4 stepper motor and nanodlp » 2017-03-20 05:01:08

Hi
See image for the wiring diagram for a ramps >
Ramps%201.4%20Nano%20DLP.jpg
1/ All 3 jumpers are installed under the stepper driver to give 16 micro steps
2/ Having your stepper driver set to reference voltage 0.8 VDC should give approx 1 amp to drive the stepper which should be more than enough for a simple Z axis
3/ Note the end stop micro switch is connected to "-" & "S" and is wired to be NC-normally closed . Be careful to connect to the correct pins on the ramps !!!
4/ You don't say what printer/ set up you have but in my case the PWM out is connected to a UV LED and is controlled by the G code >>M0106 S 255 for ON & M107 for OFF

You should load the Mega / Ramps with patched firmware >>https://github.com/mUVe3D/Marlin-mUVe1DLP-Running

In Nano DLP you need to set up the motor section as shown >>
NanoDLP%20-%20Ramps%20-%20M8%20thread.jpg
The combination of all of these settings should give you the correct build height which you can check
by going to the " Z calibration" page and checking >
Nano%20DLP%20end%20level.jpg
( this is based on standard M8 thread with a pitch of 1.25 mm per rotation There is also M8 fine with 1mm per rev Its worth checking what you have) 

Testing
The easiest way to test is to download a program called pronterface (Printrun). Usually for FDM printing it is by far the easiest way to test a ramps board on a printer

http://www.pronterface.com/
WHen installed connect to the ramps with a serial cable
Test the end stop first 
In the pronterface terminal window type M119  This will report the status of the endstops
When you press the Z endstop by hand and issue the M119 command it should report back with "Triggered"
WHen that is confirmed as working you can test the Z motor direction.
Manually move the z axis to mid point ( so its doesn't crash into anything regardless of which direction it moves)
In pronterface click on the Z up +10 mm arrow The print head should move up / away from the build plate
If it moves down then
a/ power off and swap round the Z stepper motor plug
or b/ change the direction in the firmware
When the direction is confirmed as OK you can test the home button.
WHen pressed the print head will lower towards the end stop and trigger it.

Good luck

#48 Re: Help and Support » Top Down Printer - How do I match default CW behavior? » 2017-03-16 02:44:43

Dejavu  You will have to excuse me for waiting on the celebrations till the test print is complete :-)

#49 Re: Help and Support » Top Down Printer - How do I match default CW behavior? » 2017-03-15 13:42:49

You are welcome . It just so happens that your issues coincide with my experiments . I had it all working with my top down a few months back but "lost" the SD card somehow. Now im back at reconfiguring from scratch

Z height >>For example i have my Z height at 192000 ( which in my case equates to 120mm of travel)  Why this is expressed as pulses is a mystery to me but there's bound to be a good reason for it
If you set the pluses in the setup screen you can then see what actual distance is by going to the calibration screen and looking under "Platform information"

I too get the erratic movement of the Z axis when in the Z calibration screen. Not sure of the issue there ...probably the stock firmware jerk and acceleration settings . Regardless the motion during a print is fine

#50 Re: Help and Support » Top Down Printer - How do I match default CW behavior? » 2017-03-15 06:06:36

Thats strange ...Couple of comments
1/ It stopping at layer 240 might be due to your setting for Z height. It is odd but the Z height is expressed in pulses ( rather than mm) Trying increasing that and see if it gets further.
2/ Both the operands "+" & "-" are supported according to the info page so i cant figure out why yours isnt moving !  Basically it should be at one postiion then lift then go back to a position that is the same + or - the layer thickness.
3/ During a print you should be able to go to terminal and issue an M114 gcode which should report back its current position so you can see at least where the machine "thinks" it is

Board footer

Powered by FluxBB