It's a printer of my own design running marlin. I'm going to try disabling input shaping, but if I remember correctly the problem was already there before I ever enabled it.
I'm guessing it's about documenting the assembly of safety-critical components. If some part of, let's say an airplane fails because a bolt comes loose, the manufacturer wants to have a paper trail attached to it to prove that this specific bolt was indeed torqued to the correct spec. Connecting the wrench to the network could make this documentation much easier.
You can try to disable software End-Stops with this gcode:
M211 S0
Be aware though, if you do that, there is nothing preventing your printer from trying to move beyond the hardware limits and possibly destroying itself. You can enable the end-stops again with:
Solvespace might be exactly what you're looking for. It is FOSS and works well for simple models. Some functionality is missing though, for example chamfers and fillets.
One of my monitors has had a couple of dead pixels for a couple of years. I still find myself wondering sometimes if that dark spot is part of the image or just my crappy screen.
Incandescent oven bulbs will probably not be replaced, simply because there is no reason for it. The "wasted" energy from an incandescent bulb is expelled as heat, and extra heat in an oven is not a problem. You can describe the bulb in an oven as a tiny heater that just happens to give off a bit of light.
It's a printer of my own design running marlin. I'm going to try disabling input shaping, but if I remember correctly the problem was already there before I ever enabled it.