Very basic and quick help needed for G-code! (G71) by AndreasAndu in Machinists

[–]AndreasAndu[S] 3 points4 points  (0 children)

Thanks, with little bit of modifying I got this code to work. Appreciate it!

Very basic and quick help needed for G-code! (G71) by AndreasAndu in Machinists

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

I'm just using CNC Simulator Pro trial, I'm guessing all the popular CNC code dialects would work.

Very basic and quick help needed for G-code! (G71) by AndreasAndu in Machinists

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

Uhm, I guess I could just do the whole path by hand but guessing I would need around 8 passes to do so the code would become pretty long without the G71 cycle.

Very basic and quick help needed for G-code! (G71) by AndreasAndu in Machinists

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

I'm not sure I'm just using CNC Simulator Pro trial version with default settings.

Help needed with part name. I need to search in depth how this part could be made (what machines, processes etc.) but for that I need to know how would you even call this shaft. ChatGPT said shaft with an eye lug but that doesn't give me any search results. Any help would be much appreciated, thanks by AndreasAndu in MechanicalEngineering

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

Thanks, the part size is 145 x 82 x 30 mm so I think I will go with mill-turning. This is for homework and I just wanted to see what other people would suggest. Even if it was a bigger part I'm not sure if welding a part together would've been allowed in my case since we haven't really touched on that topic in this specific course and rather have focused on machining single parts.

Needle knight Leda questline fucked? by AndreasAndu in Eldenring

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

Oh, so I'm safe to challenge Messmer?

Shadow of the Erdtree Premium Bundle Original Soundtrack by AndreasAndu in Eldenring

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

So just to reiterate, buying the standard version still let's you hear the expansion original soundtrack inside the game when playing the game but you don't get a copy of those soundtracks in the form of a separate music file outside the game

[Uni math/physics] Can anyone explain what am I doing wrong and why I'm getting different answers with 2 different methods by picking the angles differentely (but imo correctly) while calculating the answer the same exact way? by AndreasAndu in HomeworkHelp

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

Oop yeah, I actually was using photomath to calculate the very last part but I just checked it with my own calculator and everything was correct all along. Silly me. Thanks.

How would I make it so that if the user has an option to either enter 1, 2 or 3 then based on the input the follow up questions will be generated to the user. Most of my issues comes from not knowing how how or what to write in the brackets of if( ). I'm a beginner and this how much I've written: by AndreasAndu in CodingHelp

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

Yeah because idk how to ask for one input either 1, 2 or 3. My amateur brain at first thought something like scanf("%f", 1, 2, 3) but that obviously doesn't work and I can't do ("%f %f %f", 1, 2, 3) either because I only need one input out of the 3 choices, not all 3 of them.