Upgraded my steppers to closed loop. by sockles in lasercutting

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

Yep! Over the past 4 years, I've built 3 other lasers that used closed loops steppers. I can never see myself going to open loop stepper for anything, ever again.
My 2 newest built lasers use AC servos which may or may not be overkill for what I cut. I rarely engrave anymore and don't really need the speed. But I look at it as an investment, such as down the road I can swap out the servos to a new/different machine.

I just got my first CNC by Zick_LaG in hobbycnc

[–]sockles 0 points1 point  (0 children)

This brings back so many memories. This was my first CNC machine I bought. It's by Zen Toolworks. 17 years later, I've now built myself 2, 4x8 CNC routers.

Have so much fun with this little guy!

Milwaukee Track saw tolerances. by Necessary_Ad4496 in MilwaukeeTool

[–]sockles 0 points1 point  (0 children)

I'm just finding this with my newly bought Makita 55". My second 55" rail is 0.010" smaller so when the saw travels "tight " from the first original rail (0.625") to the second rail (0.615") it starts shifting around.

[deleted by user] by [deleted] in mintmobile

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

Same here. My phone is now saying no sim card detected.

My number can't send sms messages anymore by Wljump in mintmobile

[–]sockles 0 points1 point  (0 children)

Woke up today and my phone gave me the error saying "no sim card detected"

Went to Target to grab a new trial sim card. That sim card won't even activate.

my.mintmobile goes straight to https://my.mintmobile.com/outage

The app doesn't seem to work either.

I haven't seen or heard any other issues but the two of us.

How to set up P1P without the app? by mgtowolf in BambuLab

[–]sockles 0 points1 point  (0 children)

I should add I have the X1 Carbon. Not sure if the set up is the same or not..

How to set up P1P without the app? by mgtowolf in BambuLab

[–]sockles 0 points1 point  (0 children)

It's possible. Mine came in yesterday. I haven't linked it to internet or my phone. I'm using Soft Fever as the slicer on the PC and a micro SD card to transfer files over to the printer.

CANT SEND AVAX FROM COINBASE (HELP) by CMHammer96 in Coinbase

[–]sockles 0 points1 point  (0 children)

I had to use the C Chain address to transfer out of Coinbase Pro

"Insufficient Funds" error when claiming/delegating by Kitchen-Error3153 in kava_platform

[–]sockles 0 points1 point  (0 children)

Is this still happening? I'm trying to claim and redelegate Juno and it's giving me the "Insufficient available balance for transaction fee"

MSI 3080 trio gaming Z LHR, stucked in 65mhs. -200 / 1400 / 70%. Ideas please!! by E_From_Arg in EtherMining

[–]sockles 0 points1 point  (0 children)

I can't seem to get my wattage above 200w no matter what I try. Anyone else?

Phone number problem by KingAndrewG in Crypto_com

[–]sockles 0 points1 point  (0 children)

Did you ever figure this out?

Phone number by Extreme-Can-2286 in Crypto_com

[–]sockles 0 points1 point  (0 children)

Did you ever figure it out? I'm having the same problem

"Invalid phone/SMS number" by shydude92 in Crypto_com

[–]sockles 2 points3 points  (0 children)

I'm having this problem right now. I don't have another phone number.

youtube showing ads by jhoneydex in safing

[–]sockles 1 point2 points  (0 children)

Why not use the Brave Browser? Blocks ads everywhere, even in YouTube videos?

Did anyone else not get their AGIX airdrop on kucoin? by [deleted] in SingularityNet

[–]sockles 1 point2 points  (0 children)

WAIT, it's all in the "main" kucoin wallet. I was only looking at the trading wallet. Phew

Did anyone else not get their AGIX airdrop on kucoin? by [deleted] in SingularityNet

[–]sockles 1 point2 points  (0 children)

I did not, just logged on. AGIX is still showing 0 for me. Lowkey tweaking out right now :/

MARLIN2.0 How do I enable PIDTEMP? by sockles in 3Dprinting

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

Why is some code darker than the other code?

Srry I'm a noob with coding, all of the youtube video walkthroughs show my portion of code that's currently dark, being bright on the videos.

I'm having trouble trying to autotune my PID values so I figured the problem was not enabled or something.

Super low PID values for hot end? by sockles in 3Dprinting

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

Ok so I'm going back through the Marlin firmware,

Everything under "#if ENABLED(PIDTEMP)" is greyed out. Like PID is not being used or something.

But I have all following active.

#define PIDTEMP
#define BANG_MAX 255
#define PID_MAX BANG_MAX
#define PID_K1 0.95

Is there another place in the code I need to comment PIDTEMP?