You are not logged in.

#1 Re: Everything else » Thanks for developing this gorgeous machine. » 2017-10-04 17:18:29

Lady... I don't know what you are smoking there but I definitely want some.

PS forget baidu or other chinese sites, use translate.google.com next time, at least is expected to give a decent translation.

#2 Re: Everything else » SparkMaker new 3d printer » 2017-10-04 17:16:50

With all due respect...would you be so kind not to mention again  this "100 mm XY resolution" printer on this nanodlp forum?  AFAIK SparkMaker uses a proprietary software...not nanodlp.

#3 Re: Everything else » Build projects? » 2017-10-04 17:14:27

Wrong: nanodlp runs on rpi / non-rpi arm / windows / linux / macosx. and I think it's the only multiplatform free software of this kind. And it has distributed work *slicing on more powerful machines, printer control on rpi).

#4 Re: Help and Support » LCD 3D printer - LCD not working » 2017-10-04 17:05:57

I don't have this screen (I use iPad screens, Full HD screens and 4K UHD screens) but I guess the following config.txt file will work:

hdmi_pixel_encoding=2
start_x=1
gpu_mem=128
disable_overscan= 1
#overscan_left=-16
#overscan_right=-16
#overscan_top=-16
#overscan_bottom=-16
framebuffer_width=2560
framebuffer_height=1440
max_framebuffer_width=2560
max_framebuffer_height=1440
hdmi_force_hotplug=1
hdmi_cvt= 2560 1440 30 1
hdmi_group=2
hdmi_mode=87
hdmi_drive=2
config_hdmi_boost=4
hdmi_ignore_edid=0xa5000080

Maybe you will need to tune it a little bit (invert the places for "2560" and "1440" stringsboth in framebuffer lines and in hdmi_cvt ...and maybe  disable_overscan=0 and put some values in overscan.... for correction).
If you put this in config.txt and reboot the rpi3 you should see the boot screen (maybe the "rainbow" screen, then the 4 raspberries and some very small text...and after a while the clear screen).

#5 Re: Help and Support » LCD 3D printer - LCD not working » 2017-10-04 08:20:37

Probably nothing wrong with the nanodlp software per se, you have a problem with the LCD configuration. You need to change the /boot/config.txt file. What kind of LCD screen and HDMI controller are you using?

#6 Re: Feature Requests » New binary compile request » 2017-08-26 16:27:48

Armbian 5.30/jessie. Three issues so far:
1. when I try do display a the calibration image there is an error / panic (exit to prompt):
2017/08/26 18:07:34.751888 {"Layer":"1","module":"Image","level":"Warning","msg":"Display layer public/plates/dynamic.png"}
panic: runtime error: slice bounds out of range

goroutine 86 [running]:
projects/printer/app/viewer/fb.(*RGBA).Display(0x109d40e0, 0x494fc2, 0x19, 0x2, 0x2)
        /home/shahin/go/src/projects/printer/app/viewer/fb/fb_linux.go:106 +0x78
projects/printer/app/viewer/fb.DisplayImage(0x494fc2, 0x19, 0x426fff)
        /home/shahin/go/src/projects/printer/app/viewer/fb/fb_linux.go:70 +0x30
main.showFrame(0x494fc2, 0x19, 0x494fc2)
        /home/shahin/go/src/projects/printer/app/hardware.go:107 +0x13c
created by main.projectorGenerate
        /home/shahin/go/src/projects/printer/app/web.go:218 +0x140
root@orangepione:~#
Dynamic calibration, boundaries, full white, full HD ...the same result.

2. Printing calibration plate : panic:
2017/08/26 18:23:30.535782 {"Layer":"1","module":"Calibration","level":"Warning","msg":"Printing layer 1 from 100"}
2017/08/26 18:23:42.536760 {"Layer":"1","module":"Image","level":"Warning","msg":"Display layer public/plates/0/1.png"}
panic: runtime error: slice bounds out of range

goroutine 103 [running]:
projects/printer/app/viewer/fb.(*RGBA).Display(0x10961500, 0x10912d40, 0x15, 0x2, 0x2)
        /home/shahin/go/src/projects/printer/app/viewer/fb/fb_linux.go:106 +0x78
projects/printer/app/viewer/fb.DisplayImage(0x10912d40, 0x15, 0x426fff)
        /home/shahin/go/src/projects/printer/app/viewer/fb/fb_linux.go:70 +0x30
main.showFrame(0x10912d40, 0x15, 0x15)
        /home/shahin/go/src/projects/printer/app/hardware.go:107 +0x13c
main.printCalibration(0x1)
        /home/shahin/go/src/projects/printer/app/printing-calibration.go:45 +0x8ac
created by main.printerStart
        /home/shahin/go/src/projects/printer/app/web.go:667 +0xbc
root@orangepione:~#

3. printing a plate - error but no panic (no exit to prompt):
2017/08/26 18:13:52.197417 {"Layer":"1","module":"Image","level":"Warning","msg":"Display layer public/plates/2/1.png"}
2017/08/26 18:13:52.535976 {"Layer":"1","module":"Printing","level":"Error","msg":"Problem detected, printer paused. Please, solve the issue and resume printing. runtime error: slice bounds out of range"}

Framebuffer path is set to /dev/fb0.

root@orangepione:~# fbset -fb /dev/fb0 -i

mode "1920x1080"
    geometry 1920 1080 1920 2160 32
    timings 0 0 0 0 0 0 0
    rgba 8/16,8/8,8/0,8/24
endmode

Frame buffer device information:
    Name        :
    Address     : 0x56200000
    Size        : 16588800
    Type        : PACKED PIXELS
    Visual      : TRUECOLOR
    XPanStep    : 1
    YPanStep    : 1
    YWrapStep   : 0
    LineLength  : 7680
    Accelerator : No
root@orangepione:~#

/dev/fb0 seems to work : I can "fill" the screen with

cat /dev/urandom >/dev/fb0

and I can set a single pixel with

printf "\x00\xFF\xFF\x00" | dd bs=4 seek=$((100 * 1920 + 100)) >/dev/fb0

#7 Re: Feature Requests » New binary compile request » 2017-08-19 18:24:44

I've tried different distributions (raspbian from orangepi, armbiaan based ln ubuntu and jessie form armbian.com, both server and destop). I intend to use it with arduino mega/ramps/marlin or arduino uno/cncshield/grbl and I was not interested in pigpio (I commented it ). Tried the latest version (it was supposed to have framebuffer support). it still has an error about libbcm, I guess there is still some code specific to raspberry pi. It's no longer a priority to me (I've bought several Rpi2 second hand) but in case you want to give it another shot to make it non-rpi dependant I can test it (on the latrst armbian / desktop with libGLES2).

#8 Re: Feature Requests » New binary compile request » 2017-08-16 17:07:42

Trying to run on OrangePi One Raspbian:

2017/08/16 17:05:14.680777 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 1589 - generic"}
2017/08/16 17:05:14.681504 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated open /dev/ttyACM0: no such file or directory"}
* failed to open vchiq instance
2017/08/16 17:05:14.681767 {"Layer":"0","module":"Shutter","level":"Error","msg":"Pipe Access Problem open /dev/pigpio: no such file or directory"}

root@orangepi:/home/pi/printer# cat /etc/*-release
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
root@orangepi:/home/pi/printer#

Board footer

Powered by FluxBB