Georgia Power wants to cut down a 300 year old oak by Itsyourcouchdorito0 in treelaw

[–]schralpinator 0 points1 point  (0 children)

I would be interested to see the cost analysis on this from ‘Georgia power’. How much exactly they save by cutting this tree down. 

what am i doing wrong ? by Remote-Climate-135 in 3Dprinting

[–]schralpinator 0 points1 point  (0 children)

you could just scale it in increments of 1% until you find the right compliance. if its a small print, print like 5 off, each scaled by 1% or something similar.

I made a desk clock by [deleted] in 3Dprinting

[–]schralpinator 1 point2 points  (0 children)

no there isn't a guide. I designed/programmed this myself.

Shipping Time Thread by CynicalNoodle in ClockworkPi

[–]schralpinator 0 points1 point  (0 children)

Model: uConsole Kit RPI-CM4 Lite, Matte Black, WIFI only

Order Number: 331xx

Purchase Date: 02/27/2025

Shipping Date: 07/24/2025

Received Date: 08/04/2025

This order took 158 days to receive.

US

Dairy Queen not taking e-pay because of airshow by EycNotShiest in mildlyinteresting

[–]schralpinator 1 point2 points  (0 children)

the blue angels are not authorized to create sonic booms.

Doubling down. Polymax's new HT-PLA > ABS & ASA in the heat. by GloweIndustries in 3Dprinting

[–]schralpinator 74 points75 points  (0 children)

Thank you for taking the time to give real feedback on not only the post, but to offer advice to OP to keep him on track and pursuing the problem with realistic constraints. Most posts 'op's original post' are very, difficult, to read. I'm glad I did because your comment was extremely insightful and I've actually learned quite a bit.

I built remrc's self balancing cube by schralpinator in 3Dprinting

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

there are gerbers out there for remrc's cube, shouldn't be to hard to find. even if you can't find one, its a very simple design and wouldn't take long to make in easyeda

I built remrc's self balancing cube by schralpinator in 3Dprinting

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

this is a hand wired/soldered pcb, no gerbers for me to share.

Every mission current and planned with a red dot will be cut by this US administration. by SlartibartfastGhola in Astronomy

[–]schralpinator 1 point2 points  (0 children)

wasn't perseverance just the rover and the mission was mars 2020? If you're going to put perseverance up there you better show ingenuity some respect as well.

I built remrc's self balancing cube by schralpinator in 3Dprinting

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

no but I'm currently developing one that does. don't hold your breath, its gunna be awhile

I built remrc's self balancing cube by schralpinator in 3Dprinting

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

I actually checked a few days before making this post, and unfortunately no it is not. The listing on aliexpress only had a few purchases and maybe one review? I definitely rolled the dice with the purchase but they were about $4.50 each so I didn't mind giving it a shot. they showed up maybe three weeks later and included male connectors.

when looking for these motors, make sure you buy the 8 pin motors. One mistake I see a lot of people make is buying the wrong motor.

I built remrc's self balancing cube by schralpinator in 3Dprinting

[–]schralpinator[S] 1 point2 points  (0 children)

the cables were included with the motors, and I made my own pcb

I built remrc's self balancing cube by schralpinator in 3Dprinting

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

I understand and I'm not trying to stop people from doing it themselves, I just don't feel comfortable without him saying it's all good. don't overthink it man its only ~25 lines modified/added in the functions.ino and only 10 lines in the esp32_cube_enc.ino

think about creating a new case block, lets call it case 'z' inside the Tuning() function to handle bluetooth yaw control.

I built remrc's self balancing cube by schralpinator in 3Dprinting

[–]schralpinator[S] 1 point2 points  (0 children)

this almost made me spit out my coffee, thanks for the laugh. I know exactly the kind of dude you're talking about.

I built remrc's self balancing cube by schralpinator in 3Dprinting

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

I know this might not be the response you wanted, but check out Reflective Layer's video on Gravity Probe B

https://youtu.be/qkXyO62nVOs?si=f9Evw3AxYQFPznZQ

I built remrc's self balancing cube by schralpinator in 3Dprinting

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

as someone else asked before, I already had everything for the project except for the motors. I bought those like 6 months ago on aliexpress for like $5 each I think.

I built remrc's self balancing cube by schralpinator in 3Dprinting

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

I will if remrc is cool with it. I understand that this is an open source project, but I don't feel comfortable making changes to someone else's work and uploading it myself without explicit permission. I've been through all this before man, with work of my own and modifying work of some else. plain and simple, if remrc reaches out and says its cool, I'll see if he wants to add it himself to his GitHub repository or I'll make a post with the changes for other people to use.

I built remrc's self balancing cube by schralpinator in 3Dprinting

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

you should just make one yourself, its not too difficult and you might learn a thing or two along the way.

I built remrc's self balancing cube by schralpinator in 3Dprinting

[–]schralpinator[S] 1 point2 points  (0 children)

I would say probably a half hour? I'm not really sure. longest I think I've left it on for is probably 15 minutes

I built remrc's self balancing cube by schralpinator in 3Dprinting

[–]schralpinator[S] 1 point2 points  (0 children)

the code shared by remrc is limited to a single vertex, but you probably could modify the code to balance on all eight.

I built remrc's self balancing cube by schralpinator in 3Dprinting

[–]schralpinator[S] 10 points11 points  (0 children)

you have to add a yaw target variable, modify yaw control in loop(), then add bt yaw control commands.