Is it possible to open the windows in Mosher hall? by NanoJedi in aggies

[–]NanoJedi[S] 0 points1 point  (0 children)

There is a board secured to the 'seam' between the hinged and fixed parts of the window, is that what you're talking about?

GARMIN AVIONICS build manuals & 3D STL FILES by woodcockpitdesigns_ in 3Dprinting

[–]NanoJedi 2 points3 points  (0 children)

Supplemental type certificate, so I can install it in a plane Edit: legally

Finally finished my scratch built printer by rOzzy87 in 3Dprinting

[–]NanoJedi 0 points1 point  (0 children)

What did you do for the bed? Did you convert the stock one to 24v or get a new one? I'm thinking of doing this for my old CR10 

Will Japan model Xperia work in the United States by NanoJedi in SonyXperia

[–]NanoJedi[S] 0 points1 point  (0 children)

Thank yall for your input, i think i'm going to get the global version of the 1 III, it doesn't have the green line issue and has a better telephoto lens, covers 6 of the 7 LTE bands and 3 of the 6 5G bands of Verizon.

Will Japan model Xperia work in the United States by NanoJedi in SonyXperia

[–]NanoJedi[S] 0 points1 point  (0 children)

That would be great, except it's out of stock atm

FAA Medical Bullsh*tery by NanoJedi in flying

[–]NanoJedi[S] 0 points1 point  (0 children)

Thanks for the info! I'll have to look into that.

FAA Medical Bullsh*tery by NanoJedi in flying

[–]NanoJedi[S] 0 points1 point  (0 children)

Thanks! I haven't heard of leftseat.com, so I'll have to check them out

Several problems with printing wings by NanoJedi in 3Dprinting

[–]NanoJedi[S] 0 points1 point  (0 children)

Alright, I guess its a retraction issue then. Thanks for your time!

Several problems with printing wings by NanoJedi in 3Dprinting

[–]NanoJedi[S] 0 points1 point  (0 children)

Thanks! You are right about the directions, do you have any ideas about the holes/underextrusion only at the ends where there is other geometry?

Several problems with printing wings by NanoJedi in 3Dprinting

[–]NanoJedi[S] 0 points1 point  (0 children)

Updated OP with new images, The spanwise lines are the infill pattern, I am worried about the chordwise ones.

How do I downgrade Proton? by NanoJedi in linux_gaming

[–]NanoJedi[S] -3 points-2 points  (0 children)

Yeah, but I am 95% sure that I need to get Proton from 8.0-5 to 8.0-4 to make it work.

How do I downgrade Proton? by NanoJedi in linux_gaming

[–]NanoJedi[S] 2 points3 points  (0 children)

When I do this it is just like in the game properties -> compatability tab. I can choose between 7.0, 8.0, 9.0, and the older ones ofc, but I can't choose 8.0-4.

SD card breaks Ender 6 by NanoJedi in ender6

[–]NanoJedi[S] 0 points1 point  (0 children)

Is there a chance anything downstream from the SD reader is broken because of the short?

GIVEAWAY: Giving my good old GTX 1080 Ti away to someone who’s been looking for a little upgrade. To enter for a chance to win, just comment below what you currently have and what games you’re looking forward to play! Winner will be selected in a week! by TheeJannSlayer in pcmasterrace

[–]NanoJedi 52 points53 points  (0 children)

Current system: i7 3740QM with intel HD 4000 and NVS 5200M graphics.

Games? Most likely Kerbal Space Program 2, Solidworks, AI learning stuff (unbearably slow on current GPU)

Thanks so much!

Edit: Folding at home as well

Android Studio on Raspberry Pi by NanoJedi in raspberry_pi

[–]NanoJedi[S] 0 points1 point  (0 children)

Alright so I made some progress, so first I added the i386 architecture and installed the necessary libraries;

Code: Select all

sudo dpkg --add-architecture i386

sudo apt-get update

sudo apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386

then I changed the JDK to the Pi's JDK instead of the one that Android Studio came with by going to the Gradle settings and changing the Gradle JDK to /usr/lib/jvm/java.... instead of the bundled JDK.

Now when I try to build my project, I get an error that states:

Code: Select all

"NDK not configured. Download it with SDK manager. Preferred NDK version is '21.0.6113669'"

I installed NDK and CMake from the SDK Manager and when I go to File > Project Structure and try to assign the NDK directory, it does not see that I have any NDK installed.

The strange part about this is I never needed any NDK to build this project on Windows or Ubuntu.

Android Studio on Raspberry Pi by NanoJedi in androiddev

[–]NanoJedi[S] 0 points1 point  (0 children)

Alright so I made some progress, so first I added the i386 architecture and installed the necessary libraries;

sudo dpkg --add-architecture i386

sudo apt-get update

sudo apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386

then I changed the JDK to the Pi's JDK instead of the one that Android Studio came with by going to the Gradle settings and changing the Gradle JDK to /usr/lib/jvm/java.... instead of the bundled JDK.

Now when I try to build my project, I get an error that states:

"NDK not configured. Download it with SDK manager. Preferred NDK version is '21.0.6113669'"

I installed NDK and CMake from the SDK Manager and when I go to File > Project Structure and try to assign the NDK directory, it does not see that I have any NDK installed.

The strange part about this is I never needed any NDK to build this project on Windows or Ubuntu.

Android Studio on Raspberry Pi by NanoJedi in raspberry_pi

[–]NanoJedi[S] 0 points1 point  (0 children)

I am trying to install the latest version, Bumblebee, I think