Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EL
Posts
1
Comments
29
Joined
2 yr. ago

  • 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:

     
        
    M211 S1
    
    
      

    Marlin reference page

  • 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.