Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. KOlasmics
    3. Best
    • Profile
    • Following 0
    • Followers 1
    • Topics 2
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by KOlasmics

    • RE: Extracting TargetTemperature value for a custom class

      So after going through all the code, i notice i dont need an extra variable to save target temp into. It seems reprap object has its on gettargettemp/getactivetemp within itself. After implementing just one line of code like this:

      targettemp = reprap.GetHeat().GetTargetTemperature(i); // i is the heaternumber
      

      I was able to read the active and standby temperatures just fine. I'm writing here this so that if anyone needs help regarding the issue can see it.

      Thank you all for reading!

      posted in Firmware developers
      KOlasmicsundefined
      KOlasmics