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.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...