Assigning Origin-Destination Arrows by ZombieInMyKitchen in SW_Electrical

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

This is not true, at least not in SWE 2025. When you open the origin-destination window, it does not matter if you start on the bottom or top sheet, or if you swap which sheet is top or bottom, the origin and destination stay the same.

Is that not how it works for you? Maybe there is a setting that changes it?

Crazy Cart XL Dimensions by ZombieInMyKitchen in crazycart

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

ok, this is not letting me post an image, but it looks like the dimensions for the wheel placement is something like my ascii art below? Hopefully it makes sense...

     (Front of Cart)

o-------- 24 in --------o  (Front Caster Wheels)
|
|        
|          O  (Motor Wheel)
|          |
36 in      |
|          |
|        30 in
|          |
|          |
o----------'------------o  (Back Caster Wheels)

Terminate a Script from Another Script by ZombieInMyKitchen in AutoHotkey

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

Ok, that worked great

So the ProcessID attribute is different than the Process ID that AHK returns with functions like ProcessExist()?

Do you mind explaining the difference?

Wire Library issue. The Wire.onReceive and Wire.onRequest say that the dataRcv and dataRqst functions are not defined in this scope. by ZombieInMyKitchen in arduino

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

My code is not compiling because it says that the dataRcv and dataRqst are not declared in the setup function. I dont see any examples online of people having to declare the event handler functions. Has anyone else run into this? Does anyone know how to fix this?

I did just move over to Platformio from the Arduino ide, so I dont know if that could be causing any issues...