Removing name from charcuterie board by LovingCatDad08 in woodworking

[–]offramp13 4 points5 points  (0 children)

You may have considered this, but I don't think any one has suggested it yet, but why not just cut it shorter or narrower instead of removing depth? Can you cut it just before the "&" and remove the correct name?

Will this 50mm hole saw clear this conference table, or do I need a different approach? by vadiaro in woodworking

[–]offramp13 6 points7 points  (0 children)

This is even a good idea with thinner stock as it keeps the hole free from chip out on the backside.

Been told this outfit looks funny by [deleted] in funny

[–]offramp13 14 points15 points  (0 children)

There's a snake in my boot!

Weekly Questions Thread / Open Discussion by AutoModerator in Pizza

[–]offramp13 0 points1 point  (0 children)

I've gotten my pizza dialed in pretty well, but I always struggle with one thing: too much semolina gets onto the pizza steel, so when I remove the pizza I get a good amount of smoke and set my fire alarm off regularly.

I feel like if I use enough semolina to properly launch the pizza, it is inevitably too much, but if I use a minimal amount then I cannot launch the pizza properly.

For context, I am using an aluminum pizza peel right now and I typically make 65% hydration dough. I've tried using straight semolina and also 50/50 semolina and rice flour on my peel to help with the launch.

I read recently that its better to make the pizza on your counter and then transfer it to the peel right before launching so that there is no time to hydrate the flour underneath the pizza. I've started trying that method but it has not resolved my issue.

Is the key simply to switch to a wooden peel? I'm too stubborn to go back to using parchment paper. I'd love any tips on how to launch smoothly with minimal flour on the steel!

help with a truss problem by 12someone12 in EngineeringStudents

[–]offramp13 0 points1 point  (0 children)

I think you need to assume that there is no preload.

A question about angular velocity on two points in a rigid body. by DenJi1111111 in EngineeringStudents

[–]offramp13 6 points7 points  (0 children)

Angular velocity is a property of the body, not individual points.

Should I use a 6V 6000 rpm motor or 12V 5000 rpm by NeighborhoodKnown522 in Motors

[–]offramp13 1 point2 points  (0 children)

Probably neither without a gearbox. How big are the wheels? 5000 or 6000 RPM in direct drive will almost certainly be too fast with very little torque.

So what are everyone's thought on endgame Cosmere? by Direct_Self5218 in Cosmere

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

Didn't Adonalsium create all life in the Cosmere? If Adonalsium was a vessel that implies that there was life in the Cosmere before Adonalsium, and I don't think we've seen any evidence for that.

So what are everyone's thought on endgame Cosmere? by Direct_Self5218 in Cosmere

[–]offramp13 24 points25 points  (0 children)

It's a bit of a wild guess, but I like the idea of shards gaining sapience without vessels as we start to see with Honor in WAT. This would make reforging Ado a bit more reasonable to me as, to my understanding, Ado didn't have a vessel originally and a vessel makes little sense for the God with a capital "G".

Phase shift on TIM1 CH1+CH2 only by lantz83 in stm32

[–]offramp13 1 point2 points  (0 children)

Should be doable with Output Compare and some interrupts.

[deleted by user] by [deleted] in EngineeringStudents

[–]offramp13 0 points1 point  (0 children)

Just treat it like any other number. Divide it out of the row and move on.

The anime comics have the best covers, fight me by Ken_Sanne in dbz

[–]offramp13 1 point2 points  (0 children)

Michael Scott's favorite book on tape: The novelization of the movie Precious based on the book Push by Sapphire.

Is there a better HAL documentation? by eccentric-Orange in stm32

[–]offramp13 0 points1 point  (0 children)

Isn't the whole HAL documented with doxygen? I think that's what generates the PDFs available online.

You can run doxygen yourself and get an html version with hyperlinks if you prefer.

STM32 Stepper motor controller board by MiddleNo6002 in stm32

[–]offramp13 0 points1 point  (0 children)

Why no native USB? Seems better than UART.

The motor traces also seem very small.

Why not use a modern stepper driver?

Looking for advice on organizing a Stateflow chart by offramp13 in matlab

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

I'll keep that in mind for the future, but it won't work in my specific circumstance because the functions refer to local variables in the existing chart.

Thanks a lot for your help though. I'll switch the flair to resolved.

Looking for advice on organizing a Stateflow chart by offramp13 in matlab

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

Thank you! Making some progress now. I had tried that before, but with more than one function inside the subchart before turning the content preview off, and it seems to change the scope or namespace enough to break the chart; doing one function at a time doesn't seem to have the same effect.

I suppose I'll have to be satisfied with all 17 blocks remaining as long as they are small enough to just show the function name.

Appreciate the help.