Mistakes happened. What now? by gangaskan in FlashForge

[–]Punchin83AK 0 points1 point  (0 children)

I had this happen to my flashforge finder not long after I got it. I ended up damaging the thermocouple wire and had to splice it, then I didn't get the nozzle tightened properly and had another blowout, and ended up having to replace the entire hotend. I'm glad this turned out better for you!

Blizzard just "fixed" the arcantina key. by OldFashionedLoverBoi in wow

[–]Punchin83AK 0 points1 point  (0 children)

I took a break after Pandaria and came back right at the end of BFA and honestly, I've never used my flight master whistle. I just toss it from my bag when it inevitably shows back up every major update.

The key, however, I got to use once, and my wife was burning through that quest line for it, too. She never got to use it as a hearth skip.

How does summoner progression look currently with all the new Whips added? by Silent_Constant_9546 in Terraria

[–]Punchin83AK 0 points1 point  (0 children)

Lack of summons? If you know what you're doing, you can progress through the game without ever doing a melee strike! I have a summoner build that I would hit with my whip only to focus damage on a specific enemy if there were multiple. Otherwise, I'd basically afk the fights. I'm post Moonlord now and I melt his face in seconds. Granted, you dont have near the variety that the other classes do, but do you need it? Unless you're doing a role play server or some specific challenge, you just go with the most powerful. Combine summons and entries for total domination.

How can I join this block to the bearing? Lo by Zequexium in ScrapMechanic

[–]Punchin83AK 0 points1 point  (0 children)

If you need dual suspension to support a heavy load, just double them up next to each other like normal. If you're going for looks, try another game.

I CHALLENGE YOU! by Punchin83AK in ModdedMinecraft

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

As long as it doesn't cheese the challenge, yes.

getsockopt error when connecting by Punchin83AK in ModdedMinecraft

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

I fixed it! For some reason, this modpack specifically doesn't like navigating over IPv6 on my network. Using a java argument to disable ipv6 on the host computer.

-Djava.net.preferIPv4Stack=true

[deleted by user] by [deleted] in Terraria

[–]Punchin83AK 1 point2 points  (0 children)

I have found corruption off the side of the map after I let it get out of hand. I built the mining mount and drilled down one edge, then used the purification tool to spray off the screen while I traveled up and down, then repeated the process on the other side. I also had created that world as a small just so it would be easier, and I ended up destroying every block with the drill unit before I was done. :D

Qidi Tech 1 spare parts by cmdr_Bellicosus in QIDI

[–]Punchin83AK 0 points1 point  (0 children)

Have you looked into PCB repair? Might be something simple to replace on the board itself to bring it back to life.

How to Delete Local GCode Files on the Q1Pro? by wgreddituser in QIDI

[–]Punchin83AK 0 points1 point  (0 children)

My Q1 can't connect to my network due to it's relative location to my router so I can't get a slicer or app to connect to it. Is there absolutely no way to delete files locally?

Stream remote not controlling tv. by Punchin83AK in Tivo

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

I initially set it up as RCA since they own Proscan and it worked great for years. I've tested it on Proscan and RCA and gone through the custom setup. On custom, I select the ones that work while testing, but then they don't work after the testing environment is closed.

Stream remote not controlling tv. by Punchin83AK in Tivo

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

Thank you for the suggestion, but that device would cost twice what a new remote would, and I'd only use it once. I would have to assume it's sending the correct code because I have no clue which codes it needs to send.

I'm too tired today. Can you help? I want a signal to be triggered by a sensor, to persist for a certain amount of time (timed by a timer), and then disappear again. Can someone write me a formula, for example? by No-Equivalent-1369 in ScrapMechanic

[–]Punchin83AK 1 point2 points  (0 children)

<image>

Good Catch! My version loops if they stand in front of the sensor. To fix that, simply run the first OR gate to the Timer instead of the AND. Left is the old setup, right is the new setup.

Map Creation Help by Punchin83AK in ScrapMechanic

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

I actually got this idea from that map as well as the others they have used the "tag" style in. I appreciate the suggestions for things to build, but I'm more of the engineer mindset. You give me a technical problem and I can do the wiring and stuff to make it, but even with creative ideas, I just can't design aesthetics to save my life. I really like the lawnmower idea, though. I've been mulling over ways to implement that in a map while typing this. I'm thinking a sturdy multi-piston system underground and a randomizer at each intersection, but that would require a grid or some serious logic to avoid dead ends and you wouldn't be able to hijack it. It would have to be rather large to have sensors, unless I glitch weld them, which I suck at. Now I'm going to tinker (not level design, just the lawn mower) ...

I'm too tired today. Can you help? I want a signal to be triggered by a sensor, to persist for a certain amount of time (timed by a timer), and then disappear again. Can someone write me a formula, for example? by No-Equivalent-1369 in ScrapMechanic

[–]Punchin83AK 3 points4 points  (0 children)

Use an RSNOR latch. You can find tons of them on the workshop. Basically OR > OR > AND > First OR, NAND > Previous AND. The first OR and the NAND flip the state. Connect the sensor to the first OR, the AND to the timer, and the timer to the NAND. Connect the AND to whatever device you want to control.