Use Any 3D Printer on the Polar Cloud

Cloud Prusa.jpeg
 

Which printers work on the Cloud?

With the recent expansion of consumer grade 3D Printers and new models being developed and released all of the time, maintaining a list of 3D Printers that will work would be exhaustive. If your printer manufacturer hasn’t worked the Polar Cloud into the native firmware of your printer, it has to be “enabled” after the fact using the community’s Octoprint Plugin.

Your 3D Printer purchased in the last decade will work on the Polar Cloud unless it has a proprietary slicing software or USB connection protocol. The most common printers that do not work on the Polar Cloud are:

  • Makerbot Replicator +, Z18, Makerbot Mini

  • Afinia / UP 3D Printers

  • 3D Systems Cube series

  • Cetus 3D

  • New Matter

  • XYZ

  • Markforged

If you’re still not sure, search for your specific printer at Polar3D.com in our “Printer Compatibility” tool.

snap2021-07-23_09-57-51.png
 

My slicer works just fine.. Why should I use the Polar Cloud?

Remote Print Control & Monitoring

Bring your 3D printer into the modern day with the ability to start, stop, and pause your 3D printer from anywhere you can access a browser. Want to add a camera? Use a phone, tablet, or laptop to view a live-feed or generate print timelapses of your objects.

192.168.2.jpg


Retain Your Preferred Slicing

As always - You can slice any STL or OBJ you upload directly on the cloud. Our “Build Plate” environment is iPad and Chromebook friendly and is meant to simplify your slicing by only giving you what you need. And you’ll still get great looking parts.. thanks to Cura, which is preparing your objects behind the scenes.

If you’ve tried that and are still more comfortable with your current slicing workflow, you can upload .GCode, .gx, .g, .g3drem, .upf, and other print-ready formats, and start them from anywhere.


Print Queueing

Already know what you’re going to print next? Line up a queue of print jobs and knock them all out, one-by-one.

Printer History

Want to go back and watch a timelapse, view your final print, or check out how long that one print took? You can even go re-queue any job from your printer’s past! Nothing is lost with the Polar Cloud.

Simple Lab Management (School Only)

Expand access to your printer through use of the Polar Cloud Job Request system. No more disorganized forms, passing of USB drives or emailing files. Your friends and family can send you their 3D object, any modifier requests (color, material), and allow you to process and print the object.

jobrequest1.png

Quick Expandable Access

Quickly share your 3D printer with multiple users through the use of Groups. Preferred slicing configurations can be saved for use by all group members.

Uniform Experience

Working with multiple printers that require different slicers can be confusing and time consuming.  Connect them to the Polar Cloud for a uniform workflow and simple monitoring across the board.

Connecting Your Printer via Octoprint

 
YouTube Guide

YouTube Guide

Document Guide

Document Guide

Github Repo

Github Repo

 
 

NOTE: You’ll need to install Cura Engine Legacy Octoprint plugin to slice and print from the Polar Cloud! More info here. Fresh installs of “Octopi” that are version 0.18 or later will need to download and compile cura_engine manually by SSH connection to the Raspberry Pi and running the following commands, in order.

sudo apt -y install gcc-4.9 g++-4.9
wget -O CuraEngine-15.04.6.zip https://github.com/markwal/CuraEngine/archive/refs/tags/15.04.6.zip
unzip CuraEngine-15.04.6.zip
pushd CuraEngine-15.04.6
make -j3 CXX=g++-4.9 VERSION=15.04.6
sudo cp build/CuraEngine /usr/local/bin/cura_engine
popd
rm -r CuraEngine-15.04.6 CuraEngine-15.04.6.zip

After you do this, the path will be valid at /usr/local/bin/cura_engine

image.png

 

The Polar Cloud creates a timelapse of your prints automatically. Get connected and try it out!