Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.83 KB

File metadata and controls

54 lines (38 loc) · 1.83 KB

Ultimaker 2 - AndroidThings 3D Print Server based on Pico Pro Maker Kit & GCodePrintr

OVERVIEW

3D printer server based on Pico Pro Maker Kit & wonderful app by MDCode - GCodePrintr

Hardware

  • Pico Pro Maker Kit
  • PC with adb tools

Installation

First we need to install some software buttons back/home, will do it by installing:
https://play.google.com/store/apps/details?id=com.appspot.app58us.backkey&hl=iw

AndroidThings doesn't not nativly show accessability options, will need to enable it by -

adb install com.appspot.app58us.backkey.apk
adb shell settings put secure enabled_accessibility_services %accessibility:com.appspot.app58us.backkey/com.appspot.app58us.backkey.BackkeyService

Configure by running -

adb shell am start -n com.appspot.app58us.backkey/com.appspot.app58us.backkey.MainActivity

Install the great app GCodePrintr (PAY 4.5$!!)
https://play.google.com/store/apps/details?id=de.dietzm.gcodesimulatorprinter

adb install de.dietzm.gcodesimulatorprinter.apk

In order to run the app on boot will use:
https://play.google.com/store/apps/details?id=com.autostart

Run on adb -

adb shell am start -n com.autostart/com.autostart.AutoStartActivity

Configure it to run GCodePrintr at startup.

Download PC version of GCodePrintr from -
https://www.thingiverse.com/thing:44286

Now you can send the Gcode(from slic3r, Simplify3D, Cura etc.) directly to your printer server through WIFI.