Jump to content

Read data from Ultimaker


sergii

Recommended Posts

Posted · Read data from Ultimaker

Hello community!

we have just received and assembled a wonderful Ultimaker Original + and now busy playing around.

Later we want to monitor all the data on our printer: the temperatures, the coordinates of the head, the velocity, etc.

What is the best way to access this data? Is it possible to ask Cura for this data stream? It would be even better to be able to place a small programm on the board, which would then read the data and push it back to the computer somehow.

I am sure someone must have done something like this already.

Looking forward to your responses.

  • Link to post
    Share on other sites

    Posted · Read data from Ultimaker

    There is a lot of software out there that operates as a "3D printer host".

    When not printing from an SD card, the host must feed the g-code in a certain way with checksums and resends. As part of this stream, you can get the temperature info back.

    The head position can be implied from the g-code as it is sent. However, the accuracy of the g-code coordinates is limited by buffering done by the FW. If you send "go to 0,0,0", the printer may accept it immediately. Because you just sent 0,0,0, you report the head as 0,0,0, but the command might be bufferred and there may be some "slop" in time before the FW actually gets to 0,0,0.

    When you print from Cura, it operates as a host as does Simply3D (which also pseudo reports the head position)

    You might look at http://www.pronterface.com/index.html . It is an open source 3d printer host and UI with a command line host too. If it doesn't do what you need, at least the source code can guide you on how to make mods.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...