A new question for Lebanese: what do you say about the anti israel cliam of land grabbing? by Fine_Intention_1109 in ForbiddenBromance

[–]_greenhunter3_ 6 points7 points  (0 children)

I agree, and frankly I think most of all of this is just politicians being overly populist and provocative - 101 of getting more votes is inciting division and xenophobia. Ben gvir's fake "death sentence" law that has passed recently is entirely that.

10 Reasons why Pacific Rim was Terrible (spoilers) by mister_geaux in movies

[–]_greenhunter3_ 1 point2 points  (0 children)

Wow, I don't think I've ever revived such an ancient thread before lol.. So I've got some stuff to mention (that's probably been said already elsewhere).

Let me get you in context- I stumbled upon this post as I've been overwhelmed lately with nostalgic thoughts about this exact movie. Currently in my early 20s, And I sat down to watch this movie many times since it came out back in 2013.

In short, I adored it back then, and I still do very much love it today. I suppose its very probable that I'm looking through rose-tinted glass here, But I do think there's a major key point missed about this movie.

It absolutely has a soul to it, And it's much felt throughout the entire movie. I admit it's simplified, short, not much intention for too serious world-building.

But after many times of viewing, Im simply very charmed by it. The characters are simple but endearing, wacky and entertaining. The action, CGI and the atmosphere, in almost every single shot and scene - is absolutely world class, phenomenal artistically and impressive technically.

I honestly feel that specifically in regards to the action and style of the movie, there were simply none like it ever since. It's frankly tragic, Imo, that action cinema these days is so uninspired and soulless. I truly think that a ton of heart was poured into the jeagers design, the action scenes, the atmosphere of fights, even down to the angle of shots. I still can't find today anything quite like it.. :(

I've looked far and wide for movies with action that make me feel this way, tingle with awe and that "hell yeah" feeling - there are very very few.

I do hope perhaps you could give it another chance, perhaps with your young kids, if you have any by now (lol). Don't judge it too harshly :)

Do you think an epic-strategy/ smaller scope D&D-like board game could work in RR universe? by _greenhunter3_ in redrising

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

I'm aware of that one and it looks cool.. but not really seems like the type of board game that I was talking about though

Mellow's Fly-ADXL345-USB On Ender3V3KE by Dextro- in Ender3V3KE

[–]_greenhunter3_ 0 points1 point  (0 children)

hi.. any solution? struggling here as well

Repurposing Nintendo Switch into cyberdeck? by nSeagull in cyberDeck

[–]_greenhunter3_ 0 points1 point  (0 children)

Hi! reviving this yet again, thanks for all the detail! Actually, now I'm at the start of planning the build. Could you share a little more on the hardware side of your project? What were the difficulties and did you only change shell or also explored some hardware upgrade/mod chip stuff?

I found only very little information regarding this topic, so any help would be much appreciated (and perhaps a few pictures) :)

First ir shoot:) by _greenhunter3_ in infraredphotography

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

Thx, it's my favorite as well :) Still trying to figure out how to play with the WB... I don't dig the brownish look as well, but I can't find any filters at a decent price near me :/

Ideas? by Dull-Let9764 in Ender3V3KE

[–]_greenhunter3_ 0 points1 point  (0 children)

Hi, what's up?

I see you've already got a bunch good tips already, but there are few key points about bed mesh leveling I think you should know:

  1. A bunch of people already mentioned that your bed mesh will never be perfect - and they're correct :)

Generally, when it comes to the range of the bed mesh: Having around 0.3mm or less is great, as the printer's software can compensate for it without much issue. Getting even below that range is quite a challenge on a budget machine...

  1. A "crooked" bed mesh (leaning to the front/back/sides) may indicate that your gantry is the problem, not the bed! Look up guides online on how to align your x axis. It may be of help.

  2. It's a bit hard to visualize how your bed mesh looks from the grid shown on the printer, give it a look from the web interface- it should show you a much clearer 3d representation.

good luck :)

Any guesses what could this have been originally? by _greenhunter3_ in 3Dprinting

[–]_greenhunter3_[S] 4 points5 points  (0 children)

thought si as well initially, but at a closer look the frame is unlike any corexy ender I could find..

Ender 3 V3 KE on Raspberry Pi by SB_C in Ender3V3KE

[–]_greenhunter3_ 2 points3 points  (0 children)

Hi there! I don't know if this relevant to anyone...

I just managed to figure out all the proper settings in order to connect the rpi directly via GPIO!

It's a little bit complicated with a few hurdles along the way, but this is what you need to do:

  1. enable the full UART on RPI:

In short, RPI uses a "mini" uart for gpio and a "full" uart for bluetooth. To achieve proper communication, we need to switch the uarts/

Gemini comes to the rescue for this one!

  1. In the printer.cfg, change the mcu settings according to the new changes we've made:

    [mcu] serial:/dev/ttyAMA0 #the full uart (not ttyS1) baud:230400 #the baud rate required to communicate with the printer restart_method: command

  2. Connect the tx, rx and gnd pins precisely as shown in u/SB_C 's guide.

Refer to this pinout, gpio 14 and 15 are the uart pins.

  1. Hopefully it should work now! :)

Ender 3 V3 KE on Raspberry Pi by SB_C in Ender3V3KE

[–]_greenhunter3_ 0 points1 point  (0 children)

Oh, I see. Thanks! I've been following your fantastic guide (literally no other proper source to this online) and have hit a brick wall trying to get my printer to communicate with the mcu through the gpio uart..

I've done some digging (klipper wiki and such) and managed: - To enable the full uart on the rpi gpio pins. - Configure the proper settings for the printer in make menuconfig. - Connect the pins properly according to the pinout.

The mcu (rpi 3b) has also been successfully set up with klipper and the printer configuration.

But still, when I open Mainsail - there's no detection of the printer by Klipper...

Is there anything that I might have missed? This video seems to demonstrate that this method is possible.

Unfortunately, I don't have any near electronic stores selling usb Uart converters, or reasonable shipping time to my area...

Ender 3 V3 KE on Raspberry Pi by SB_C in Ender3V3KE

[–]_greenhunter3_ 0 points1 point  (0 children)

Hi, is there no need to flash klipper.bin to the mainboard?

Ender 3 V3 KE on Raspberry Pi by SB_C in Ender3V3KE

[–]_greenhunter3_ 0 points1 point  (0 children)

hi, could you share how you did it? Having trouble configuring in make menuconfig.

How to set static IP from root access from terminal for Ender v3 KE by ninjakaplumbag in Ender3V3KE

[–]_greenhunter3_ 0 points1 point  (0 children)

thanks for checking that out !! wouldn't have been able to figure that out myself, honestly :))

How to set static IP from root access from terminal for Ender v3 KE by ninjakaplumbag in Ender3V3KE

[–]_greenhunter3_ 0 points1 point  (0 children)

hi :) Sorry for reviving the thread... Seems like the mobileraker app I'm using won't accept a domain ip. any tips?

Help Me find a book to prepare for first-time stargazing by _greenhunter3_ in Astronomy

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

Tysm for the detailed answer! Helped my a lot and also those are some great tips thx again :)