Skip to content

3d printed budget Egg Painter (eggbot MOD)

Notifications You must be signed in to change notification settings

ProbotXYZ/EggBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Egg Painter Mini (eggbot pro MOD)

This is a low-cost version of EggBot, printable 3D printers that accept large.

На Русском

Links

Video Assembly Instruction
Video First Launch
Thingiverse.com
Probot.XYZ
Original EggBot

Assembly kits

You can buy a complete assembly kit - this.

Read this, it's important!

If you are reading this, then you may be looking at the development version of EggBot Pro Mini. This means files may present inconsistencies (dimensions mismatch, lack of tolerances, etc). If you just want to build the machine, take a look at the following locations - Releases

The list of parts to print

1 x 0000001. Case_Bottom
1 x 0000002. Case_Top
1 x 0000003. Logo
2 x 0000004. M4_Nut_Holder
1 x 0000005. Axis_R
1 x 0000006. Spring_Holder
1 x 0000007. Axis_R_Holder
1 x 0000008. Axis_R_Lock
2 x 0000009. М4_Bolt_Holder_Bottom
2 x 0000010. М4_Bolt_Holder_Top
1 x 0000011. Axis_L_Holder
1 x 0000012. Axis_L
1 x 0000013. Hand_Holder
1 x 0000014. Hand_Holder_Guide
1 x 0000015. Hand_Holder_Guide_Case
1 x 0000016. Hand_H
1 x 0000017. Hand_V
1 x 0000018. Case_Right

Download and print all parts - this
or buy - this.

Non-printable parts

2 x 608zz Bearing
1 x 24mm Silicone or Rubber Gasket
1 x 15mm Silicone or Rubber Gasket

Screws&Nuts

1 x Spring Diameter 9-15mm Length 17-20mm
1 x 2x18mm Iron Nail without a hat or Rivet
2 x M5x20 Bolt
2 x M5 Nut
8 x M3x12 Screw
5 x M3x16 Screw
12 x M3 Nut
4 x M3 Washer
12 x M2x4 or M2x5 Screw

Electronics

1 x Arduino UNO
2 x ULN2003 Stepper Motor Driver Board
2 x 28byj-48-12v Stepper Motor
1 x SG90 Micro Servo
1 x 12V DC Power Supply
1 x USB Cable for connect to PC
A few wires

Assembly Instructions

Video Assembly Instructions.
Download Assembly Instructions PDFthis.
3D model this.

Firmware

As the firmware used Eggduino. It's arduino firmware for EggBot / Spherebot with Inkscape-Integration (Github).

For Installation:

  1. Download and unzip Firmware.zip.
  2. For UNO board with CH340G download and install driver: http://www.wch.cn/download/CH341SER_ZIP.html.
  3. Download the ARDUINO IDE here: https://www.arduino.cc/en/Main/Software and install it.
  4. Run the software. Select the Arduino UNO board and the proper COM PORT (should be COM5 or so) in the menu "Tools->Board"…
  5. Open Eggduino.ino from Firmware.zip and upload the Eggduino code to your Arudino Uno.

Controlling program

As the controlling program used Inkscape software.

  1. Download and unzip the Inkscape software Software_inkscape+extension.zip.
  2. EggBot Control Extension already included in the Inkscape from Software_inkscape+extension.zip.
  3. Run the software.

The EggBot Control extension for Inkscape is the tool that you will use to help you test and align the EggBot, as well as transfer your drawings to an egg. Once Inkscape is running, you’ll have an Extensions menu, and on that menu will be a submenu labeled Eggbot.

If the Inkscape does not connect to the device, please check name of your Arduino in to device manager. And change it in ebb_serial.py on line 52 instead of "USB-SERIAL CH340":

  • open file "ebb_serial.py" in text editor and search for the following block:

    EBBport = None for port in comPortsList: if port[1].startswith("EiBotBoard"): EBBport = port[0] #Success; EBB found by name match. break #stop searching-- we are done. if EBBport is None: for port in comPortsList: if port[2].startswith("USB VID:PID=04D8:FD92"): EBBport = port[0] #Success; EBB found by VID/PID match. break #stop searching-- we are done.

  • replace "04D8:FD92" with the VID/PID of your Arduino device.

  • alternatively, you can replace "EBBport = None" with your specific port number: EBBport = "COMxx" #Windows EBBport = "/dev/tty[something]" #Linux/Mac

Use template EggBot (File->New from Template) for your drawing.

Examples

Sample pictures