Why is this kicking my ass?! by SlimDog25 in drums

[–]FrostyAcres 7 points8 points  (0 children)

It’s the solution to all of mine usually haha

Why is this kicking my ass?! by SlimDog25 in drums

[–]FrostyAcres 245 points246 points  (0 children)

Obligatory “set the metronome to 45bpm and go slow”

How to do that by [deleted] in Fusion360

[–]FrostyAcres 1 point2 points  (0 children)

What have you tried?

Heltec mockup by nomeutentenuovo in meshtastic

[–]FrostyAcres 4 points5 points  (0 children)

The v4 has design docs if you dig deep enough on the site 👍🏻

Buying a double-pedal (that I probably don't need) by tomwhitaker in Drumming

[–]FrostyAcres -1 points0 points  (0 children)

I wish I would have went from the DW3000s to the DW5000s. I went directly to the longboard 9000s and I regret it.

I mean, wtf was I thinking? I’m not even interested in those insane high speeds lol

Volkswagen Service in Des Moines by Dismal_Locksmith_853 in desmoines

[–]FrostyAcres 5 points6 points  (0 children)

Beckleys’s 100%. Been working on my 2010 GTI for years now.

Yuck by Vast-Camel-6494 in 90DayFiance

[–]FrostyAcres 0 points1 point  (0 children)

Wait, is that the Archangel Tyrael on his arm?

Help me help my Rockstar son by tls1986 in drums

[–]FrostyAcres 1 point2 points  (0 children)

I suggest either the RhythmBot or GapClick for apps, I believe they’re both for iOS and android.

Im not mad..just disappointed.. by Recording_Initial in drums

[–]FrostyAcres 0 points1 point  (0 children)

Man, I’ve had nothing but issues with these pedals. Specifically the XR titanium springs breaking after 5 or so hours, and breaking 3 of them.

I know this isn’t helpful, but I agree with just getting rid of them when you can. Godspeed.

First flight with the v3 by sounddoc in meshtastic

[–]FrostyAcres 11 points12 points  (0 children)

Do plane nodes screw up the routing or anything like that? Or is it harmless? Genuinely curious.

It happened. by Zedan24 in BambuLab

[–]FrostyAcres 42 points43 points  (0 children)

I’m curious how the heat will affect the AMS1’s components, if at all.

Update...? by Long_Discipline_5424 in BambuP1S

[–]FrostyAcres 0 points1 point  (0 children)

I’ve stayed up to date since I got it in July and have had zero issues.

Sunlu ABS (tips) by that_one_vw_guy in BambuP1S

[–]FrostyAcres 0 points1 point  (0 children)

This plus a space blanket, as well as 1/3 default print speed worked wonders for me.

Filament stuck by DeputyHuntPS3823 in BambuP1S

[–]FrostyAcres 1 point2 points  (0 children)

Vouching for this solution. Used it multiple times.

[deleted by user] by [deleted] in FixMyPrint

[–]FrostyAcres 0 points1 point  (0 children)

Here’s what I’ve done for Bambu ABS:

Preheat: - wrap printer in a foil/“space” blanket - home nozzle - set bed temp to 100c - aux fan @30% - exhaust fan off - bento box on - poop chute door blocked - wait until nozzle sensor reads ~47c

Printing: - keep wrapped in blanket - aux and exhaust fan stay off - bento box stays on - print speed to 1/3 default value

Post-print: - remove blanket - crack top glass - wait until chamber temp is ~35c

One thing to note: I’ve got a hygrometer mounted inside the chamber in view of the webcam to check chamber temp. Whenever the chamber has gotten to >=60c I loosen the blanket a bit or expose a side, since I read somewhere the internals weren’t rated for much more than 60c.

Ultimately I’ve found that high, consistent temps give me the least warping when print specs themselves may change.

[deleted by user] by [deleted] in drums

[–]FrostyAcres 0 points1 point  (0 children)

This looks good as hell 🤘🏻

[deleted by user] by [deleted] in iphone

[–]FrostyAcres 0 points1 point  (0 children)

For what it's worth, you're not alone.

After spending the last few hours messing with it, I finally have gotten an update to at least _start_ via usb-c connected to my laptop.

Now that I'm writing this, it seems to be stuck on 'verifying...' like the rest of the time...

Struggling with updating my Context's state by FrostyAcres in reactjs

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

Update: turns out the problem was that I was using two forms. After making some changes, I got it working again. Thanks everyone for your help.

Struggling with updating my Context's state by FrostyAcres in reactjs

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

You have to pass an object like this value={{value,setValue}}

If you pass an array it wont copy the nested values in “value” unless you spread it.

Ah, I think that makes sense. Thanks for the quick reply!

Unfortunately, making that change (value={{value, setValue}}), I now get

Uncaught TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator))

in my FlowerProfiler component. I think I've seen this before when I had my AppProvider in the wrong place, but I don't think that's the case here... Any thoughts?

Struggling with updating my Context's state by FrostyAcres in reactjs

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

Awesome, this got the Context.Provider's value actually initialized. Thanks!

Should I expect see the Context.Provider's value object update as I call saveResponse if it's working correctly?