

- Golden Sun
- Golden Sun: Dark Dawn
- Advance Wars
- Patapon (This has a PC port on steam)
- Yu-Gi-Oh GX Tag Force
No :)
I agree, that workers’ rights are an important topic, but adding more scope, won’t do either goal any good.
Languages like Java or C++ have Exceptions, which are errors, that are not explicitly mentioned in the function signature. Meaning, you might need to handle an exception you didn’t even know existed. And if you don’t, your program will just crash when these exceptions occur.
In Rust all errors are explicitly mentioned and part of the return type. Because of this Rust has a lot of ways to quickly handle an error. One of those ways is “Trust me, bro” (or .unwrap()), which converts the combined error/success return type into just a success type, causing the program to crash if it actually was an error, restoring the more unsafe behavior of other languages.
Because I’m not used to entering dates in month/day/year order.
This is disgusting. Who enters dates in month/day/year order?
Agreed, the AI doesn’t even respond in first person.
I’m using the E3D Revo Voron hotside and coldside.
Since I’m using E3Ds all-in-one heatercore package, I don’t know for certain. But from this page: https://e3d-online.com/products/revo-heatercore it seems to be a 104-NT thermistor.
It’s set up as an “ATC Semitec 104NT-4-R025H42G”, same as yours.
This is what my temps look like after letting the printer cool back down again:
It’s a LDO Voron2.4 kit with the stock Extruder and the nitehawk board. The chamber thermistor sits on top of the stealth burner side door.
I dislike Discord as much as the next, but have you tried asking around if someone else has the same issue? Maybe you got unlucky and your nighthawk is defective.
My Voron with its nighthawk is currently printing, so it’s gonna take some time until I can see how much deviation I get.
You have a spare ` at the end of your sensor_type, maybe Klipper falls back on a generic resistor?
Otherwise could the thermistor conduct some heat from the nh processor? (Maybe through the cable?)