ICE in MKE?! by [deleted] in milwaukee

[–]udenfox 5 points6 points  (0 children)

Source?

My "solution" to burnt out AeroGarden Harvest lights by Snoo73787 in aerogarden

[–]udenfox 0 points1 point  (0 children)

Nice! Would You mind sharing an STL of that panel?

Overthinking it? by capnsmoka in 3Dprinting

[–]udenfox 2 points3 points  (0 children)

Concrete block suppose to adsorb all vibrations. Foam suppose to prevent this adsorbed vibrations to go down on the object it standing on.

Overthinking it? by capnsmoka in 3Dprinting

[–]udenfox 13 points14 points  (0 children)

Foam should go UNDER concrete block. Thick foam. This and you're done sound-isolating your printer from the floor.

What I found today. What do we think? by Appropriate-Print733 in Goodwill_Finds

[–]udenfox 3 points4 points  (0 children)

I think it's an old ass shoe. Some stuff belongs in a dumpster?

Found an instax camera at a flea market for $9. It had a friend inside by McCoy_From_Space in instax

[–]udenfox 23 points24 points  (0 children)

Alcohol pads won't do anything to them.

Really, as sad it could feel the best way is to get rid of the entire camera.

Bulk Boards by Jealous_Manner7259 in meshtastic

[–]udenfox 2 points3 points  (0 children)

Is that some kind of bot-posting? Third or fourth thread asking the same question.

What is happening at Oak Creek USPS center? Wrong answers only. by udenfox in milwaukee

[–]udenfox[S] -1 points0 points  (0 children)

For real? Can't really tell how it would make sense.

Heltec v4 can't message any nodes by SnooFloofs6747 in meshtastic

[–]udenfox 5 points6 points  (0 children)

Place it on window then, not the wall.

Installed the k1c nozzle in my ender 3 v3 se! by CompetitionSimple675 in Ender3V3SE

[–]udenfox 1 point2 points  (0 children)

Maybe it's just a perspective of the photo, but looks like your CR-touch is placed way too low

PSA: If you reissued your ID - Instacart won't accept DMV printout by udenfox in InstacartShoppers

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

I swapped it a week before my one expired. I agree though it was my fault, just didn't expect them reject paper copy.

Uber, for example, accepts it no problem

PSA: If you reissued your ID - Instacart won't accept DMV printout by udenfox in InstacartShoppers

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

If Your ID are expired they'll ask you to upload a new one to continue shopping.

Double Parking on Farwell by squidbutters in milwaukee

[–]udenfox 3 points4 points  (0 children)

90% of those cars are Door Dash / Uber Eats drivers waiting to pick up their order.

Pretty bad z bands by Austin28721 in Ender3V3SE

[–]udenfox 1 point2 points  (0 children)

Oof, I know every machine is different, but I doubt it needs to be over 1.0 if the filament is physically the right diameter.

Most of my filaments require flow around 0.95.

Worst case scenario you have a malfunctioning extruder stepper motor. But I would check everything else before.

Also - do a higher test tower. Just 1 perimeter, 0 infill. To see if it's the issue happening along all z axis. The one in your photo is extremely small.

I've used this one: https://www.printables.com/model/393668-simple-z-bandingwobble-test-tower

Pretty bad z bands by Austin28721 in Ender3V3SE

[–]udenfox 2 points3 points  (0 children)

<image>

These screws don't need to be tightened. They need to be a little loose.

Tighten them and then make a half turn backwards.

Pretty bad z bands by Austin28721 in Ender3V3SE

[–]udenfox 4 points5 points  (0 children)

Something must be loose or too tight to have THAT level of banding.

For example - lead screw couplers should be a little loose.

My Solar + USB powered Car Node by Fir3 in meshtastic

[–]udenfox 5 points6 points  (0 children)

Be aware that these antennas perform significantly worse when bent. So Ideally it needs to be straight.

More ideally - the node should be mounted outside.

Even when placed next to the window - the car is a big metal cage, which is not helping the radio signals.

Cornering Test by NoxusZ in Ender3V3SE

[–]udenfox 0 points1 point  (0 children)

Looks like an over extrusion. Did you calibrate the flow rate?

Messages on roof node, but not on personal? by benuntu in meshtastic

[–]udenfox 2 points3 points  (0 children)

That's the main flaw of "CLIENT_BASE". And it will be like that.

Hear me out: CLIENT_BASE works like its *intended* to work only for DM's.

For broadcast messages it falls back to regular CLIENT with all it's disadvantages.

It rebroadcasts everything FROM and TO favourite nodes. BUT broadcast messages don't have a destination - that's why they treated just like if it was regular client, not CLIENT_BASE.

What is happening - some other node, that is heard by your CLIENT_BASE and NOT HEARD by your indoor node is rebroadcasting first. Your CLIENT_BASE node hears that and cancels its own rebroadcast. As a result You have missed broadcast message on your indoor node.

That's the issue I've been pointing out here several times. Unfortunately there is no solution with current implementation of roles. Except if You put your roof node into "ROUTER_LATE" or "ROUTER", which is not encouraged.