1

Topic: Reconstructed scans appear exploded.

Successfully built and calibrated (I think) camera and scanners on Turntable rotation center.

1. Preview fails in OSX 10.7.5

2. More importantly stl files appear heavily fragmented about the center of Rotation.  Like an orange peel.

any ideas to chase this down?

2

Re: Reconstructed scans appear exploded.

Can you post a picture?

3

Re: Reconstructed scans appear exploded.

here
http://soliforum.com/i/?GAskTI9.png

4

Re: Reconstructed scans appear exploded.

or thishttp://soliforum.com/i/?Gi9wo59.png

5

Re: Reconstructed scans appear exploded.

It's hard to tell by those pictures.  Can you post a picture of the object itself?  Also, did you follow the calibration instructions from http://www.murobo.com/start.html?

If preview is failing then your browser is likely missing WebGL support.  What does it say if you go to https://get.webgl.org/?  You may be able to update your Mac software or install new graphics drivers to enable it.

Uriah

6

Re: Reconstructed scans appear exploded.

Followed all calibration instr.  One laser beam is clearly fuzzier.  Will post picture of original item Tuesdapy AM. Will update webgl

7

Re: Reconstructed scans appear exploded.

why is this failing?

http://soliforum.com/i/?6ZIf4M1.png

http://soliforum.com/i/?UYWHbHg.jpg

8

Re: Reconstructed scans appear exploded.

SIWEK,

Please update to the latest version of the software by clicking Check for updates from the SETTINGS page.  The serial number located on the bottom of the motor must be inputted into the Setup page before updating.  There have been recent changes that improve scan quality.  Also, please post a picture of the calibration item in the center of the table (without the liner) and both lasers turned on.  The red horizontal line should be through the cutouts on the calibration item and the red vertical line should be in the center of the calibration item.  After this, click the the "calibrate lasers" button to finalize the calibration.  Finally, please ensure that there are no objects too close to the turntable that may get picked up by the scanner.

Uriah

9

Re: Reconstructed scans appear exploded.

SIWEK,

When the lasers and camera are positioned correctly it should look like the image below.  Once it does, turn off the lasers and press the "Calibrate Lasers" button.
http://soliforum.com/i/?5lTWtXf.jpg

Uriah

10

Re: Reconstructed scans appear exploded.

Hi kkalisch,

Your kit must have been shipped out right before the latest software release.  However, you can still update to the latest version once an Internet connection is established.  Please type in the following command into the command line and let me know what it outputs.

sudo iwlist wlan0 scan

Uriah

11 (edited by hairu526 2015-12-20 15:14:50)

Re: Reconstructed scans appear exploded.

Have you made any Linux system changes or updates?  Try plugging the WiFi adapter into a different USB port.  Also, what does the following commands report.

uname -a
lsusb
lsmod

12

Re: Reconstructed scans appear exploded.

From the output above, the WiFi adapter is being detected (0bda:0179) and the proper driver is loaded (8188eu).  The config file you are editing above is /etc/wlan_supplicant/wlan_supplicant.conf but it should be /etc/wpa_supplicant/wpa_supplicant.conf.  The network section is also missing the group line. it should look something like the following.

network={
ssid="MY_SSID"
psk="MY_PASSWORD"
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP WEP104 WEP40
    auth_alg=OPEN
}

If that doesn't work, check that a tool didn't mess up your /etc/network/interfaces file.  It should look like the following.

auto lo
iface lo inet loopback

auto eth0
allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
netmask 255.255.255.0
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

If you are receiving a Permission Denied error when copying to the USB then it is either mounted read-only or you need to be root to copy to it.  Try prefixing sudo to the copy command.

sudo cp someFile.txt /media/usb/teeny

- Uriah

13

Re: Reconstructed scans appear exploded.

Thanks to Hairu.  Indee I had to enable WEBGL from developers menu (OSX 10.7)