You are not logged in.

#1 Feature Requests » Override Shutter Open Gcode in resin profile » 2018-01-09 21:15:29

Doug
Replies: 0

It will be great if its possible to change Shutter open by resin profile to be able to change led intensity by resin
ex. M106 S205
     M106  S100 ... and so on...

Thanks

#2 Re: Feature Requests » Mask calibration print » 2017-12-10 15:10:46

They can use after adjusting focus/distortion

#3 Re: Feature Requests » Mask calibration print » 2017-12-07 17:51:12

Yes
When it have more light the bigger it gets.
Yes, this is the principle of the mask, to get even expose to have better accuracy.
more light intensity more it will be bigger too.

#4 Re: Feature Requests » Mask calibration print » 2017-12-07 12:59:35

Hi,
Each pillar will have 20 differents intensities and 20 points to measure.
After the print done you have to measure each point and choose the closest dimension.
mEASURE.jpg

after it you put the right rgb value for each pillar

#5 Feature Requests » Mask calibration print » 2017-12-07 01:29:15

Doug
Replies: 7

I'm thinking a way to make a mask calibration print with pillar where you can choose the amount of pillar like in the mask generator
Mask.jpg

And the mask intensity goes down along the z axis
steps.jpg

than after the print is done, the user measure the xy size of each pillars an choose the mask intensity for the correspond area.

What do you think about it?  A practical way to generate a mask without sensors.

#6 Re: Bug Reports » Overscan Doesn't Work Build 1589 » 2017-12-06 18:33:58

Any ideas in this?
My config.tx file

# For more options and information see
# http://rpf.io/configtxtreadme
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=0

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=-84
overscan_right=840
overscan_top=-84
overscan_bottom=-84

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
hdmi_pixel_encoding=2

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800


#core_freq=250
#sdram_freq=400
#over_voltage=0

#Smaller framebuffer
#framebuffer_depth=8
#framebuffer_ignore_alpha=1
#framebuffer_width=1920
#framebuffer_height=1080
disable_camera_led=1
dtparam=i2c1=on
dtparam=i2c_arm=on

hdmi_force_hotplug=1
framebuffer_depth=24
gpu_mem=192
framebuffer_ignore_alpha=1
hdmi_cvt=1440 2560 48
hdmi_group=2
hdmi_mode=87
hdmi_pixel_freq_limit=400000000
hvs_priority=0x32ff
max_framebuffer_width=1440
max_framebuffer_height=2560
framebuffer_width=1440
framebuffer_height=2560
config_hdmi_boost=4

display_rotate=0x20000

dtoverlay=pi3-miniuart-bt-overlay
force_turbo=1
enable_uart=1

#7 Re: Feature Requests » Mask generatior cell » 2017-12-05 11:52:59

Can have the 2 option maybe? if no leave this way
Thanks

#8 Re: Feature Requests » Mask generatior cell » 2017-12-04 13:17:58

yeah, I'm getting better results when I turn the other to 0, they interfere in the LDR Sensor
Thanks

#9 Feature Requests » Mask generatior cell » 2017-12-01 18:08:03

Doug
Replies: 5

its possible to make the actived cell to show and the other to turn off?

thanks

#10 Re: Help and Support » Accelerate or switch speeds during lift » 2017-12-01 17:31:37

use dinamic lift/speed with M204 PXXX (desire acceleration)

#12 Re: Bug Reports » Closing holes » 2017-11-28 11:50:36

is it possible to download the beta in  windows version ?

#13 Re: Help and Support » Platform Information - Move - Floor and Top movements » 2017-11-25 17:01:12

With you use a top home, you have to enable it
are you using [[PositionSet [[CurrentPosition]]]] for every movement?

#14 Feature Requests » Fine mask Calibration » 2017-11-25 12:23:35

Doug
Replies: 1

The Blur in the mask seems to not work well, it is possible to upload a mask and start calibration with it? a blurred one to refine

Thanks

#16 Re: Help and Support » How to read the Calibration Plate? » 2017-11-22 15:15:56

Question
The calibration plate uses the mask?

#19 Help and Support » Over Cure / Curing unwanted section » 2017-11-07 14:35:59

Doug
Replies: 1

Hi do you know our have a clue why I'm getting this cured areas?

Nata.png

#20 Bug Reports » Closing holes » 2017-11-06 12:24:49

Doug
Replies: 8

Do you know why sometimes nanodlp closes holes in the layers?

#23 Help and Support » KLD2150 screen Problem » 2017-10-18 16:05:51

Doug
Replies: 1

Hi I'm using this confi.txt, and machine setup from nanodlp repository but the screen dont display properly.
Any suggestion?

https://drive.google.com/open?id=0B41_4 … 1hVS3VNTXc

Photonic

Photo.md.jpg

NanoDLP

Nano.md.jpg

#24 Re: Help and Support » How to use Conditionals? » 2017-10-16 13:53:57

What you suppose to use in dynamic cure times?

#25 Re: Help and Support » How to use Conditionals? » 2017-10-13 18:05:40

I tried this didnt work
{(  (([[LayerNumber]] <=  5) * ([[SupportCureTime]] * 1) )+(([[LayerNumber]] <= 10) * ([[SupportCureTime]] * 0.75))+(([[LayerNumber]]<= 15) * ([[SupportCureTime]] * 0.50))+(([[LayerNumber]] <= 20) * ([[SupportCureTime]] * 0.25)))+ ([[CureTime]] <=  [[SupportCureTime]]) * [[CureTime]] )}

Error
Math issue ((14 <= 5) * ([[SupportCureTime]] * 1) )+((14 <= 10) * ([[SupportCureTime]] * 0.75))+((14 <= 15) * ([[SupportCureTime]] * 0.50))+((14 <= 20) * ([[SupportCureTime]] * 0.25)) + ([[CureTime]] < [[SupportCureTime]]) * [[CureTime]]) -1 Invalid token ‘[’

Board footer

Powered by FluxBB