Remote-access Guide

ultimaker 3 remote access

by Alia Grimes MD Published 2 years ago Updated 1 year ago
image

Remote Work with Ultimaker 3 When we connect to the 3D printer from the computer and switch to the viewer, we will display the video camera image. When you switch to the spatial modeling window, the “PRINT OVER NETWORK” button appears instead of the “SAVE TO FILE” button by default.

Full Answer

What is the Ultimaker digital factory and how does it work?

With the Ultimaker Digital Factory you can access your Ultimaker printer from any device, whether that's desktop of mobile, using your preferred web browser. The Digital Factory currently only works for connected Ultimaker printers. Don't have a connected printer? On the printer dashboard you can view the status of all your connected printers.

How do I get access to my Ultimaker products on the Academy?

Ultimaker S5 Pro Bundle, Ultimaker S5, Ultimaker S3 Ultimaker 2+ Connect. They're ready for you on the Ultimaker Academy platform. All you need to do to gain access is to register your product to gain free access. Ready? Register your product here in just 60 seconds.

What are the benefits of the Ultimaker 3?

The Ultimaker 3 ensures more accurate build plate calibration and better adhesion. The print head’s capacitive sensor scans the build plate at multiple points and compensates for any Z-axis offset by adjusting the height of your print’s first layers.

What can you do with Ultimaker Cura?

Full and intuitive control of your printer’s setup and maintenance. With one click in Ultimaker Cura, you can print over a Wi-Fi or LAN connection. Our market-leading nozzle lifting system gives you full freedom to design complex internal geometrics or print parts with two materials.

image

How do I connect my Ultimaker s3 to WIFI?

To set up a connection to Ultimaker 3 via WiFi, select the third SYSTEM item from the main menu of the 3D printer. Then search for NETWORK and click on it. Select RUN WIFI SETUP. The 3D printer begins to create its hotspot.

How do I monitor my Cura printer?

0:5610:04How to 3D Print with Cura over USB! - Beginner's Guide - YouTubeYouTubeStart of suggested clipEnd of suggested clipSo of course the first thing when printing over a USB cable is to connect your printer to yourMoreSo of course the first thing when printing over a USB cable is to connect your printer to your computer over a USB cable. So on my under three I have my USB cable here I'm going to connect it real.

How do you use the camera in Ultimaker?

1:427:49Accessing and Using the Ultimaker Digital Factory - YouTubeYouTubeStart of suggested clipEnd of suggested clipAnd go to network. And scroll down. And go to ultimaker digital factory. And say connect. And whenMoreAnd go to network. And scroll down. And go to ultimaker digital factory. And say connect. And when you say connect it's going to give you a code to put. In.

What is Ultimaker Digital Factory?

The Ultimaker Digital Factory provides powerful cloud-based tools for easy remote management of Ultimaker 3D printers and teams. The Ultimaker Digital Factory print queue interface.

How can I control my 3D printer from my computer?

Most 3D printers can be connected via USB to your computer. Just use the cable that comes with your printer and always use it at the same USB port when possible. Make sure this USB port is working properly so no later communication problems arise.

What is monitor tab in Cura for?

The monitor tab in Ultimaker Cura or the Digital Factory allows monitoring your 3D printing progress closely from within your local network or via the Cloud outside your local network. Networked Ultimaker printers automatically synchronize any materials downloaded from the marketplace to the 3D printer.

Does the Ultimaker S3 have a camera?

The built-in remote monitoring camera and the live feed it provides makes for a fantastic tool of the Ultimaker S5 and Ultimaker S3 3D printers. You can now keep tabs on your prints remotely, easing the pain of a long-distance relationship with your machine.

What is the benefit of using NFC enabled material from Ultimaker?

Using Ultimaker materials will also allow you to benefit from the NFC detection system. Ultimaker spools will automatically be recognized by the Ultimaker 3, and this information can be directly transferred to Ultimaker Cura when connected via the network.

How do you 3D print in Ultimaker 3?

2:066:06Ultimaker 3 Features Explained - Professional 3D printing ... - YouTubeYouTubeStart of suggested clipEnd of suggested clipThrough standalone printing you can print directly from your PC or laptop via Wi-Fi or landMoreThrough standalone printing you can print directly from your PC or laptop via Wi-Fi or land connection. Alternatively you can load the g-code files on a USB Drive. That slots into the LT maker.

How do I connect my Ultimaker to my s5?

Go to printer. Go to your printer Settings menu and open the Network settings. ... Get code. After pressing Connect your printer will display a unique 6-digit code. ... Go to Digital Factory. Go to the Digital Factory and sign in with your Ultimaker account. ... Fill in code. ... All done!

How do I find the IP address of my 3D printer?

Method 2: Printer PropertiesGo to Settings > Devices > Printers and Scanners.Find your printer in the list, click on it, and select Manage.Click on Printer Properties.In the General tab, find the Location field. Your printer's IP address will be located in it.

How do I connect my Ultimaker Cura to my printer?

Connect an already available printerSelect the local printer you would like to connect to.Select 'Connect via Network' to open the network connection window.Select your printer from the list of available networked printers. ... If the printer does not show up, try refreshing the list manually.More items...•

Can Cura print via USB?

Yes, you can print directly from Cura using a USB connected to your computer or laptop. You can choose to print using a USB connection or by implementing OctoPrint to connect up your main device to your 3D printer.

How do I connect my Cura printer to Anycubic?

Open Cura and navigate to Preferences > Printers > Add and select Add a non-networked printer. Then, select Anycubic > Anycubic i3 Mega. We'll use this as the base for the Anycubic Mega X since it's similar and then modify the profile from there.

Security!

First off, we had quite a few discussions about this at the office. As you need to have the proper trade-off between security and ease-of-use. Also, security is not an easy subject. Things that might look secure don't have to be. Things that are secure might be a pain to use.

Pairing, under the hood

The pairing process is actually a multi step process. These steps are:

HTTP Digest..

The nice things about standards is, that you have so many to choose from. For security we looked for something that was quite easy to implement, but offered the security we needed.

The cop-out

If you are developing, and the security is in your way and you want to deal with it later. There is a cop-out. All this complex digest and pairing is disabled in the WiFi setup right now. As you are a local hotspot. This also made it easier to develop the WiFi setup.

The real thing

Finally, some actual things. There are 3 API parts that are important at first.

Doing actual things

Still following me? Good. If not, sorry, this is all very technical. I will provide example code at the end.

Change the name

Remember from day 1, the printer name was read at /api/v1/system/name. Now, we can set the printer name the same way, but instead of a HTTP GET, we need to use a HTTP PUT.

The technology behind the API

The API is a REST interface using JSON. That could be 3 new words for you right there. Don't worry.

Example time!

You most likely don't have your fansy Ultimaker 3 yet. But I do. Now, first things you need to do is connect your printer to a network. As it's not really possible to access something remotely without access. So setup that WiFi or just plug in a cable.

But, it is a 3D printer!

Yes yes. It is a 3D printer. So we want 3D printer data. And we have that. There are 2 basic important start points:

When did Ultimaker 3 stop being made?

Ultimaker 3. Ultimaker 3. We stopped manufacturing the Ultimaker 3 in spring 2020. Its successor, the Ultimaker S3, has the same form factor and reliable dual extrusion. But is also easier to use and more powerful. Discover Ultimaker S3 Ultimaker 3 support.

What is the Ultimaker S5 Pro Bundle?

The Ultimaker S5 Pro Bundle filters up to 95% of UFPs and protects material spools from humidity and dust.

Can you forward port 80 on UM3?

If you want to do that, you would also have to forward port 80. I would not recommend you do that though, as you open up your UM3 to the world.

Can I use Ultimaker on my phone?

Easiest is to look in the manual of your router, in my case (a fritzbox) it was super easy to set up a vpn in a few minutes. I can now just use the Ultimaker app to control the UM3 on my phone from anywhere.

image

The Technology Behind The API

Example Time!

  • You most likely don't have your fansy Ultimaker 3 yet. But I do. Now, first things you need to do is connect your printer to a network. As it's not really possible to access something remotely without access. So setup that WiFi or just plug in a cable. Next you need your IP address. You can find it in the {SYSTEM}->{Network}->{Connection status} me...
See more on community.ultimaker.com

But, It Is A 3D Printer!

  • Yes yes. It is a 3D printer. So we want 3D printer data. And we have that. There are 2 basic important start points: http://10.180.1.209/api/v1/printer http://10.180.1.209/api/v1/print_job The first contains a lot of information about the printer itself. And all of those things can be accessed in the same way as the system part. The second contains information about the currently runnin…
See more on community.ultimaker.com

/Api/V1/Printer

  • Let us look at the /api/v1/printer first. This as the following sub parts: /api/v1/printer/led- Part to access the printer casing leds. /api/v1/printer/heads- Part to access the printer head (more on this one later) /api/v1/printer/bed- Part to access information of the printer bed, limited to current and target temperature. /api/v1/printer/status- Best thing to look at first. Basic status of the printer. T…
See more on community.ultimaker.com

/Api/V1/Printer/Status

  • The main status of the printer, can be: 1. idle: Printer is doing nothing and ready for action. 2. printing: Printer is actively printing something, or still needs to be emptied, print_job needs to be retreived for details. 3. error: Something is wrong with the printer, and requires action at the printer itself to be corrected. 4. maintenance: Someone is actively doing things with the printer, for exa…
See more on community.ultimaker.com

/Api/V1/Printer/Heads

  • The printer has a single head. However, the API is prepared for possible futures, so it accounts for multiple heads already. Do not take this as a reason to think we are developing multi head printers. It just good engineering practice to have this in place when it costs almost no effort. So, the actual part that we need to access for print head information is: http://10.180.1.209/api/v1/p…
See more on community.ultimaker.com

/Api/V1/Printer/Diagnostics

  • Currently, the only intressing part here is: http://10.180.1.209/api/v1/printer/diagnostics/temperature_flow/10 The last number can be changed up to 20000, but that might take a while to load. The printer takes about 10 samples per second. The result of this is: It is a history of temperature data for both hotends, and the bed. Th…
See more on community.ultimaker.com

/Api/V1/Print_Job

  • http://10.180.1.209/api/v1/print_job That's the part that returns the currently active print job. Or it returns: If there is no print job running. It does not return a whole lot of information, but I think it is the most important information that you can have about the printer. So I will go over it in great detail. A result when a job is running looks like: Initially, the most important entry to look at is th…
See more on community.ultimaker.com

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9