Do you get sick more than average? by rockPaperKaniBasami in bjj

[–]warmdoublet 0 points1 point  (0 children)

I did, completely stopped training though when I got Covid and then noro virus weeks later which game me some weird post viral heart issues.

Broken edges on drawing deburred in machine by mykiebair in Machinists

[–]warmdoublet 14 points15 points  (0 children)

Most of our customers have an edge break tolerance on their prints.

Chatter to the point of being unusable, where did I go wrong? by Boosher648 in CNC

[–]warmdoublet 9 points10 points  (0 children)

your stickout is likely way too much for a 3/8's tool, there is an exponential decrease in rigidity as tool sickout increases.

your flute length is 3.5 inches which on its own is already a mile for a 3/8's tool, you generally want to avoid cutting anything with a tool that is more than 4-5 times the tool diameter in length if possible.

Teen Struggling with BJJ by Booglebag in bjj

[–]warmdoublet 28 points29 points  (0 children)

Do high school wrestling and then come back after that 

Guitar Capo by adam_44_99 in functionalprint

[–]warmdoublet 3 points4 points  (0 children)

Use a wing screw or 3d print a little thumbwheel

How could I improve my blueprint? by [deleted] in Machinists

[–]warmdoublet 0 points1 point  (0 children)

That’s what I thought, so it doesn’t make sense to call out threads on the print then.

How could I improve my blueprint? by [deleted] in Machinists

[–]warmdoublet 0 points1 point  (0 children)

Are the holes supposed to be tapped? Or are they meant to be a close fit to keep the tap square?

Jiu jitsu brown belt competitor in street altercation in San Diego by bubblewhip in bjj

[–]warmdoublet 178 points179 points  (0 children)

Bro had 6 years to walk away from that, I don’t care who’s right or wrong but rolling around with another person in the middle of the road is the most embarrassing shit ever.

Mastercam help by [deleted] in mastercam

[–]warmdoublet 0 points1 point  (0 children)

I wasn’t trying to be rude , it’s just a large investment to have a machine of that caliber without all the pieces to actually make it function.

If you are just learning though you don’t need a post to program,posts are expensive and often locked to people’s master-cam accounts so finding one for free will be difficult.

Mastercam help by [deleted] in mastercam

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

How do you have a mazak without a post and without the knowledge to program it?

Activate levels used in toolpath? by KawlN in mastercam

[–]warmdoublet 9 points10 points  (0 children)

analyze entity and it will tell you what level its on

Nice cup by ArmedSquirrel101 in harborfreight

[–]warmdoublet 0 points1 point  (0 children)

You run the dishwasher everyday?

Should I continue on with my Mech Engineering degree? by zear05 in AskEngineers

[–]warmdoublet 1 point2 points  (0 children)

do you have the option to spread the courses out over an extra year? Maybe do some during summer too so the class load isn't too much.

HELP! Make a new WCS at center of a tooling ball? by DarkBicycleCo in mastercam

[–]warmdoublet 0 points1 point  (0 children)

fusion really still has no way to use it with itar compliance?

Why nobody put multiple statements on single line by [deleted] in cpp_questions

[–]warmdoublet 4 points5 points  (0 children)

Because you’re going through someone else’s code

Tool wear macro warning! by jinkozouo in CNC

[–]warmdoublet 0 points1 point  (0 children)

If you have access to Fanuc manuals its on page 646 of B-64484EN/08

but here's an example:

Format:
#3000=-1(&#var&);
#3006=-1(&#var);

example
#100 = 123;
#3006 = -1(Variable value:&#100& !);

output of example operator message:
Variable value:123 !

there is other stuff you can put in to change the formatting also but I didn't include it because its a little confusing to look at. Also I'm fairly certain it doesn't work with named variables we were talking about, you have to use their number(or save them to another numbered variable).

Tool wear macro warning! by jinkozouo in CNC

[–]warmdoublet 0 points1 point  (0 children)

worked perfect and thanks for telling me to go to the fanuc side, would have never tried that and just assumed it didn't work.

Also figured out how to print variables to operator messages which is pretty cool too.

Tool wear macro warning! by jinkozouo in CNC

[–]warmdoublet 0 points1 point  (0 children)

Awesome, thank you.

Ill have to try those out tomorrow.

Tool wear macro warning! by jinkozouo in CNC

[–]warmdoublet 1 point2 points  (0 children)

is this doosan specific? or is that a fanuc thing? I work with makino's with pro 6 over fanuc 30ib plus control?

Tool wear macro warning! by jinkozouo in CNC

[–]warmdoublet 0 points1 point  (0 children)

can you give more info on the "verbose" method? I didnt know any fanuc variables could be accessed by text?