3D Printing Instructions MANTIS CHENG

Size: px
Start display at page:

Download "3D Printing Instructions MANTIS CHENG"

Transcription

1 3D Printing Instructions MANTIS CHENG

2 CHAPTER 1 How to Print on Thing-O-Matic Our Makerbot Thing-O-Matic (TOM) 3D printer is now several years old. It is not running the latest firmware. It doesn t work with the latest version of MakerWare (2.4.1). So instead, we use the latest version of ReplicatorG (0040) with Sailfish (enhancement) to control it. There are a few parameters that must be set correctly in order to make a successful and "precise" 3D print. We only print ABS plastic on TOM. Its build platform must be heated in order for the ABS plastic to stick. There is a layer of Kapton tape (yellowish color) on the build platform. The Kapton tape must be smooth in order for the ABS plastic to stick well. If it is damaged, for some reason, it must be replaced with another piece of 10cm wide Kapton tape. The ABS plastic is fed from a spool of filament from the top. Pay attention to the spool while printing. The filament can get tangled inside the spool; as a result, your print job will fail. Check it occasionally and untangle the filament if necessary. Use your favorite 3D design (e.g., TinkerCAD, 123D Design, SolidWorks) software to create an STL file for printing. If your software can specify dimension precisely, then it will be a lot easier to prepare the G-code for printing. Otherwise, you need to scale and adjust the print size inside ReplicatorG, which doesn't support resizing and dimensioning very well. Start ReplicatorG. Choose the "Machine Type" for "Thing-O-Matic HBP Extruder Mk 6 (Sailfish)". Choose Connect. If it works, then it is ready. 1

3 After loading an STL file into ReplicatorG, check your object s dimensions, whether it will fit inside the build platform. The largest object that can be printed on TOM is 10cm by 10 cm by 10 cm. After you scale your object inside ReplicatorG, check whether the object is placed on the platform in the centre. You can do that with the "Move" command beside the main preview window. Just click "Centre" and then "Put on platform". If all goes well, you are ready to generate the G-code. The following controlling parameters must be set during the G-code generation step: Plastics: ABS (default for Thing-O-Matic) Layer height: 0.4mm Filament diameter: 3mm (grey), 2.9 (red) Nozzle diameter: 0.5mm Feed rate: 20 mm/s (if you want good quality, don't set it too fast!) Travel rate: 30 mm/s Build Platform temperature: 130C (default) Extruder temperature: 225C (grey, red), 235C (black) In-fill: 15% (don't set it higher than 20%) Shell: 2 (or 1, in addition to the first shell) After generating the G-code successfully, the G-code will be shown in a separate tab in ReplicatorG. Now, save both G-code or any change to your STL model. Then, click "build". Wait until the extruder and build platform have reached the correct temperature. You can see the current temperature in ReplicatorG. Just before the extruder starts printing, lower the "extruder" counter-weight on top of the printer gently. Without the counter-weight, the z-height may skip layers due to vibration. After your print job is completed, wait until the temperature of the build platform cools down to around 90C. Then, gently lift the object from the build platform using your fingers. Use a plastic spatular if needed. If you are careful, the Kapton tape should remain intact. If the Kapton tape breaks, then replace it with a new one. There is a heating element underneath the 2

4 Kapton tape. NEVER use a sharp metal tool to remove the printed object; it may break the heating element! It is costly to replace the heating element, which is a PCB with thick traces. Without the heated platform, we can't print ABS plastic. So, be very careful! Good luck! 3

5 SECTION 1 Generating G-code In our lab, there are 3 ways to generate G-code from your STL files, i.e., slicing. Some are easier; some are more flexible and thus can produce better results. Skeinforge (supported by Replicator-G), very slow and is written in Python; Slic3r, very fast and very flexible; Makerware (version 2.4 and later), easy to use and produce reasonably good results. ReplicatorG is a slicing program as well as a control panel for many opensource based 3D printers. Its built-in slicing engine is called Skeinforge, which is written in Python. It is relatively slow (100x slower) as compared to others. You can speed it up using the JIT compiler PyPy for Python (which is already installed on our laptop). You can also use ReplicatorG to control TOM, e.g., calibrating the initial Z height, preheating the extruder, etc. You can use it to send the generated G-code directly to the 3D printer via the USB cable, and monitor the printer s status while it is printing. We have used it for several years now. So, it is a proven solution for 3D printing. For using our TOM, you must use ReplicatorG to control it since there is no built-in display on the printer. (In the future, we will update its firmware so that it will work with MakerWare, which is much easier to use.) Slic3r is one of the best open-source slicing programs. It is very fast, flexible and can produce very good results. Please watch the online video on YouTube, Introduction to Slic3r presented by the original author. It discusses many interesting issues with 3D printing and how to optimize your results. Slic3r is only a slicing program; it cannot be used to control any 3D printer directly. You use it to slice an STL file into human readable ASCII G-code. To use the exported G-code with TOM, you need to import it into ReplicatorG. This is just an extra step. (To 4

6 use it with Replicator 2, then you need to convert the ASCII G-code into compressed G-code using MakerWare because Replicator 2 can only accept compressed.x3g G-code files. See below.) If you want good results, then it may be worth your while to try Slic3r. Otherwise, using ReplicatorG by itself (using Skeinforge) is ok. (Very few people tried to use Skeinforge to optimize their printing results because it was not written for human consumption!) Slic3r is very flexible. (Check out this short online tutorial. Or the full online reference manual.) One can set every imaginable parameters for 3D printing. As a result, it has a deeper learning curve. If you just want to do a quick print, then don t use it. Use MakerWare instead. If you want to produce a very good print, then learn how to use Slicer. There are a few parameters that must be set for TOM or Replicator-2. Once you re happy with your configurations, you can save them in Slic3r. Lastly, the easiest and the simplest way to slice your STL file is to use Makerbot s MakerWare. It is getting better and it produces reasonably good results with its default setting if you choose the correct printer (Thing-O-Matic or Replicator-2). It is designed to be child-friendly so it leaves many configurations hidden. Unfortunately, our TOM is running an older version of the Sailfish firmware, it doesn t work currently with the newer MakerWare directly. However, you still can use MakerWare to generate readable G-code (.gcode ), and then import it inside ReplicatorG for printing. Here are the printing parameters for Replicator-2. Plastics: PLA (default for Replicator-2) Layer height: 0.2mm (standard, 0.1mm for high resolution) Filament diameter: 1.75mm Nozzle diameter: 0.4mm Feed rate: 90 mm/s (if you want good quality, don't set it too fast!) Travel rate: 150 mm/s Build Platform temperature: N/A Extruder temperature: 225C In-fill: 10% (don't set it higher than 20%) Shell: 2 (or 1, in addition to the first shell) 5

7 For printing on the Replicator-2, a higher resolution 3D printer than TOM, we use MakerWare as well. We will generate a compressed G-code file (.x3g ) from STL files. After import (or add) one or more STL files, you choose Make, which will export the G-code into a file. You may choose uncompressed (.gcode ) or compressed (.x3g ) G-code files. Currently, we recommend to save the compressed G-code.x3g file onto an SD card if you use Replicator 2 for printing. Replicator-2 has an internal LCD display and a control panel. So, it doesn t need the ReplicatorG software to control it. (In the past, we used ReplicatorG to print directly over the USB cable to Replicator-2, but it is too cumbersome when we are printing a 10 hours job; so we have since switched to use printing from an SD card instead.) The Replicator 2 printer can only use a 2GB or smaller SD card; so don t use a larger capacity SD card. 6

8 SECTION 2 Preparation for Printing For printing on the Thing-O-Matic, the platform must be heated to 130C before printing. You may want to preheat the platform using the ReplicatorG s control panel if you are continuously printing many objects. Also, the platform must be calibrated so that the first layer gap is about 0.1mm between the extruder and the platform. You must do this manually. There is no automatic calibration procedure. If you want to change filament, you must manually heat the extruder to around 225C and then unload/retract the filament. There is a set screw above the extruder to press the ABS plastic against the feeder. You need to loosen it before you can remove the plastic filament. Reverse the procedure for loading the filament. Extrude the new filament a few seconds to make sure the loading process is successful and that any leftover plastic is flushed out. Printing on the Replicator 2 is a bit easier, but because the build platform is not heated, it takes a bit of practice to get the first layer to stick. We only use PLA plastic for Replicator 2. PLA can be printed without a heated platform. The factory build platform is made out of a 9mm thick acrylic, which warps slightly over time. We also have a piece of 9mm thick glass for printing. (Updated) We can only print PLA on Replicator 2, which uses an unheated build plate. Over the past year, we have tried several build plate preparation techniques: 1) the original factory Acrylic build plate; 2) glass with hairspray; 3) glass with 3M Blue tape (2090). 7

9 PLA sticks very well on Acrylic; sometimes, it sticks so well that you cannot remove the print without breaking the build plate or the print. So, we tried several techniques to improve or simplify the build plate preparation process. The most successful technique has been using 3M Blue Tape on glass. After applying a layer of Blue Tape, sand it lightly to remove its waxy surface, clean the surface with isopropyl alcohol, and it is ready for printing. Gap the initial Z-height to 0.09 or 0.1mm. PLA sticks reasonably well on Blue Tape. After each print, if you are gentle, you may be able to remove the print without breaking the tape. Just re-applying a new layer of tape if you break the tape. This technique works every time, but it is a bit time consuming to prepare. The 3M Blue Tape is the most expensive masking tape, thus not cheap over a long period of printing. (Recommended technique) The original factory Acrylic build plate works reasonably well except sometimes the print sticks so well that it is difficult to remove. So, Dr. Henry Thomas discussed this issue in his youtube video series about preparing build plate for his Replicator 2. His suggestion is that the easiest to use is the original factory Acrylic (9mm) build plate. To prevent the print sticking too well to the Acrylic build plate, he uses the following procedure to prepare his build plate: 1. Clean the build plate with isopropyl alcohol; 2. Apply a thin layer of olive oil; 3. Remove excess oil with isopropyl alcohol as much as possible. We have made two extra Acrylic build plates, each of which consists of two pieces of Acrylic (6mm plus 3mm) sheets. The 3mm sheet is lightly sanded to create a sand-blasted finish. We applied the same preparation procedure as above. For larger prints, the top 3mm sheet can be bent slightly to allow the print to be removed easily. Don t bend the 3mm sheet too much! It will break. So, be gentle! Just bend it enough so that the print can be lift with a spatula/scraper. All three acrylic build plates have similar thickness; so you don t need to recalibrate after switching these build plates. Gap it to around 0.09mm to 0.1mm if you have to re-calibrate the platform again. Good luck! 8

Lulzbot Taz Workflow Computation + Construction Lab Iowa State University

Lulzbot Taz Workflow Computation + Construction Lab Iowa State University Lulzbot Taz Workflow Computation + Construction Lab Iowa State University 3D Printing on the Lulzbot Taz - Guidelines - The following steps that will guide the user on how to 3D print using the Lulzbot

More information

Provided: 1.3, 1.5 and 2 mm hex wrenches. Not Provided: Small flat head screw driver, pliers/adjustable. wrench.

Provided: 1.3, 1.5 and 2 mm hex wrenches. Not Provided: Small flat head screw driver, pliers/adjustable. wrench. Note: These instructions are a work in progress, and DualStrusion is intended only for bleeding-edge experimenters. The MakerBot Stepstruder MK7 is the first extruder for the MakerBot Thing-O-Matic to

More information

Table of Contents CONTENTS

Table of Contents CONTENTS Table of Contents CONTENTS Introduction... 2 Contact TKI... 2 Printer Features & Definitions... 3 Software Parameter Setup... 8 Setting Up A Printer Profile in Cura... 8 Printing Settings... 13 Printing

More information

User Manual for Mini 3D Printer

User Manual for Mini 3D Printer User Manual for Mini 3D Printer Copyright@iNSTONE 3D Content Content... 1 Technical Parameters...2 Packing List... 3 Installation... 4 Instructions...5 I.Printing... 5 II. Taking down the finished printing

More information

3D Printing with Ultimaker2, User Guide

3D Printing with Ultimaker2, User Guide February 25, 2015 3D Printing with Ultimaker2, User Guide University of Victoria, (BDSL) Biomedical Systems Design Laboratory 1 Cleaning and Leveling the Build- Plate Step 1: Use screwdriver to remove

More information

Daan Speth, October Slic3r settings

Daan Speth, October Slic3r settings Slic3r settings Daan Speth, October 2016 Slic3r is slicing software that can turn a 3D model saved as STL file into a gcode file, containing instructions for the 3D printer. After starting slic3r a startup

More information

USER MANUAL TABLE OF CONTENT

USER MANUAL TABLE OF CONTENT USER MANUAL TABLE OF CONTENT A Precautions 2 B Check List 3 C Component Diagram 4 D LCD control Menu and its Function 5 E Technical Specifications 6 F Hardware Installation on Printer 7 G Software installation

More information

Quick Start Guide. Simplify3D. Zeemanlaan MV IJsselstein The Netherlands

Quick Start Guide. Simplify3D.   Zeemanlaan MV IJsselstein The Netherlands Quick Start Guide Simplify3D www.felixprinters.com/support support@felixprinters.com Zeemanlaan 15 3401 MV IJsselstein The Netherlands 1 Introduction Introduction Simplify3D is software to control your

More information

Witbox 2 Firmware update and autolevelling guide

Witbox 2 Firmware update and autolevelling guide Witbox 2 Firmware update and autolevelling guide Version: 1.0 Author(s): BQ June 28 th 2018 Revised by: Approved by: Jon Goitia Effect date: 28/06/2018 Project: Witbox 2 Changelog Version Date Changes

More information

User Manual Creatr HS

User Manual Creatr HS 1 Leapfrog BV Dear customer, Congratulations with the purchase of your very own Leapfrog Creatr HS! We would like to help you get started so you can make your first 3D print on the Creatr HS and many more.

More information

PrintrBot NinjaFlex Extruder Upgrade

PrintrBot NinjaFlex Extruder Upgrade PrintrBot NinjaFlex Extruder Upgrade Created by Ruiz Brothers Last updated on 2015-11-08 06:00:17 PM EST Guide Contents Guide Contents Overview Get the Gear Head Extruder 3D Printing 3D Printing with NinjaFlex

More information

3D Printing with the Lulzbot 4 Alyssa Schwartz on 7/2/2018

3D Printing with the Lulzbot 4 Alyssa Schwartz on 7/2/2018 3D Printing with the Lulzbot 4 Alyssa Schwartz on 7/2/2018 1. Find or Design your Object. This can come from almost any source, but needs to be in a.stl file format. a. Thingiverse.com b. https://3dprint.nih.gov/

More information

F400 QUICK-START GUIDE

F400 QUICK-START GUIDE F400 QUICK-START GUIDE PLEASE READ THIS DOCUMENT BEFORE OPERATING YOUR PRINTER Revision 10-1/31/18 Page 1 Table of Contents 1. Introduction... 3 2. What s in the Box... 3 3. Unboxing Your F400... 4 4.

More information

CURA WANHAO EDITION USER MANUEL

CURA WANHAO EDITION USER MANUEL CURA WANHAO EDITION USER MANUEL 1.1 Cura Overview We recommend that new users start with Cura as it includes a slicing engine. Host software we recommend to use Repitator. There is separate introduction

More information

For rapid-prototyping and production of low volume, low cost plastic objects.

For rapid-prototyping and production of low volume, low cost plastic objects. 3D Printer Standard Operating Procedure Jonathan M. Cabot 10 January 2016 For rapid-prototyping and production of low volume, low cost plastic objects. 1.0 Material Requirements 1.1 Equipment needed for

More information

Notes on printing Addison Library students things

Notes on printing Addison Library students things Notes on printing Addison Library students things 5/9/14 jw Printing the objects we didn t have time to print at the Library was an interesting task, and I learned a lot while doing it. I was also able

More information

Dremel 3D Printer Digital Fabrication Lab College of Design, Iowa State University

Dremel 3D Printer Digital Fabrication Lab College of Design, Iowa State University Dremel 3D Printer Digital Fabrication Lab College of Design, Iowa State University 3D Printing - The following steps will guide the user on how to transfer digital work from a design software to setting

More information

Content. 1. Unpacking Component Description Hardware Installation Software Application...5. (1) Software Installation.

Content. 1. Unpacking Component Description Hardware Installation Software Application...5. (1) Software Installation. WWW.BIQU.EQUIPMENT Content 1. Unpacking 1 2. Component Description.2 3. Hardware Installation...3 4. Software Application...5 (1) Software Installation.5 (2) Slicing Operation...7 Appendix...... 8 5. Automatic

More information

LAB 1A: Intro to SolidWorks: 2D -> 3D Brackets

LAB 1A: Intro to SolidWorks: 2D -> 3D Brackets LAB 1A: Intro to SolidWorks: 2D -> 3D Brackets Set units Create Sketch Add relations Linear patterns Mirror Fillet Extrude Extrude cut First, set units. click Option on top of main menu Open Document Properties

More information

(Assembling Guide supplied by imakr ) with the support of MyMiniFactory.com

(Assembling Guide supplied by imakr ) with the support of MyMiniFactory.com (Assembling Guide supplied by imakr ) with the support of MyMiniFactory.com Summary Congratulations on beginning on your journey into 3D printing with the STARTT 3D printer. In this guide, you will have

More information

CURA WANHAO EDITION USER MANUEL

CURA WANHAO EDITION USER MANUEL CURA WANHAO EDITION USER MANUEL 1.1 Cura Overview We recommend that new users start with Cura as it includes a slicing engine. Host software we recommend to use Repitator. There is separate introduction

More information

AM8 Printer A metal frame for your Anet A8 By Pheneeny v1.0 April 20, 2017

AM8 Printer A metal frame for your Anet A8 By Pheneeny v1.0 April 20, 2017 AM8 Printer A metal frame for your Anet A8 By Pheneeny v1.0 April 20, 2017 Please read this entire document before printing parts or building this frame Disclaimer: This guide is for informational purposes

More information

TAZ Lulzbot 3D Printer Standard Operating Procedure [Updated December 21, 2016]

TAZ Lulzbot 3D Printer Standard Operating Procedure [Updated December 21, 2016] TAZ 3 Lulzbot 3D Printer Location of Machine: Composites Lab, RFM 1218 Location of SOP and Machine Operating & Safety Manual: Composites Lab website under resources; Composites Lab TRACS site; and Hardcopy

More information

Ultimaker 2+ / 3. Guide for. General Information. Self-service 3d printing at the AOC. Ultimaker 2+ UItimaker 3

Ultimaker 2+ / 3. Guide for. General Information. Self-service 3d printing at the AOC. Ultimaker 2+ UItimaker 3 Guide for Ultimaker 2+ / 3 Self-service 3d printing at the AOC General Information Location:, 1232 Sullivan (see page 9 for full list of Ultimakers on campus) Access: You can walk-in or reserve the Ultimakers

More information

Wood Case for Raspberry Pi 3

Wood Case for Raspberry Pi 3 Wood Case for Raspberry Pi 3 Created by Ruiz Brothers Last updated on 2018-08-22 04:00:10 PM UTC Guide Contents Guide Contents Overview CNC Milling Enclosures CAD to CAM Parts & Tools List Design Designing

More information

Instructions for using the CRR10: Creality 3D - Our Trustworthy 3D printer

Instructions for using the CRR10: Creality 3D - Our Trustworthy 3D printer Instructions for using the CRR10: Creality 3D - Our Trustworthy 3D printer FABLAB BRIGHTON 2018 Installing Curamaker software The first step is to download the software for this machine. The one we ve

More information

SOFTWARE SETUP Pronterface...2 Cura PREPARING FOR FIRST PRINT Bed calibration...4 Load/unload the filament...6

SOFTWARE SETUP Pronterface...2 Cura PREPARING FOR FIRST PRINT Bed calibration...4 Load/unload the filament...6 USER MANUAL TABLE OF CONTENTS SOFTWARE SETUP Pronterface...2 Cura 15.04...3 PREPARING FOR FIRST PRINT Bed calibration...4 Load/unload the filament...6 FIRST PRINT Add hellobeeprusa as a new machine on

More information

Using Cura for the first time

Using Cura for the first time Cura User manual Using Cura for the first time Initial startup When you start Cura you will be greeted by the following wizard: This wizard will guide you through your initial checkup and calibration of

More information

Embossing Starter Kit

Embossing Starter Kit EN Embossing Starter Kit About the Embossing Starter Kit By using the embossing tools with the cutting machine, you can create embossing by pressing a pattern into the material* for either a recessed effect

More information

MakerBot Replicator+ 3D Printer

MakerBot Replicator+ 3D Printer MakerBot Replicator+ 3D Printer Quick Start Guide *Safety Warning* During the course of normal operation of the Replicator+ a couple potentials for injury will arise. The extruder (or print nozzle) will

More information

CAD tutorial for the drinking straw support

CAD tutorial for the drinking straw support CAD tutorial for the drinking straw support Having tried a number of different designs, this one worked best on the greatest variety of glasses straight sided glass, angled glass and even a champagne flute.

More information

Written By: Andrew Optimus Goldberg

Written By: Andrew Optimus Goldberg Replace the screen your GSM/AT&T iphone 4. Written By: Andrew Optimus Goldberg ifixit CC BY-NC-SA www.ifixit.com Page 1 of 25 INTRODUCTION [video: http://www.youtube.com/watch?v=obpfpfx5abw] Use this guide

More information

Welcome! Table of Contents

Welcome! Table of Contents Welcome! The folks at Random Idea Generator Shop would like to thank you for purchasing our 3D printer kit. We are dedicated to providing an easy to build kit with customizable options to meet your requirements.

More information

Content. Before You Start. Assemble the 3D Printer. Use the 3D Printer. Load Filament Level the Heated Bed Start Printing Support

Content. Before You Start. Assemble the 3D Printer. Use the 3D Printer. Load Filament Level the Heated Bed Start Printing Support Quick Start Guide Content A Before You Start B Assemble the 3D Printer C Use the 3D Printer Load Filament Level the Heated Bed Start Printing Support 2 Before You Start Get the Screwdriver Ready The screwdriver

More information

F410 QUICK-START GUIDE

F410 QUICK-START GUIDE F410 QUICK-START GUIDE PLEASE READ THIS DOCUMENT BEFORE OPERATING YOUR PRINTER Revision 3-5/4/18 Page 1 1. Table of Contents 1. Table of Contents... 2 1. Introduction & Getting Support... 3 2. What s in

More information

Witbox 2. Quick start guide

Witbox 2. Quick start guide Witbox 2 Quick start guide Welcome. Thank you for choosing us. This manual will help you to use your new 3D printer correctly. Welcome to the world of Witbox 2. How do I use this manual? To make sure that

More information

Intro to 3D Printing. Anatomy of the Printer. Intro to 3D Printing & Certification imagine create learn grow

Intro to 3D Printing. Anatomy of the Printer. Intro to 3D Printing & Certification imagine create learn grow Intro to 3D Printing 3D printing is a process of additive manufacture, this is where layers upon layers of material are built up to create a three dimensional object from a digital design. The 3D printer

More information

Printing with the Ultimaker 2

Printing with the Ultimaker 2 Printing with the Ultimaker 2 Introduction Ultimaker 2 uses a Fused deposition modeling (FDM) technology that was developed and implemented at first time by Scott Crump, Stratasys Ltd. founder, in 1980s.

More information

Ultimaker 2 Extended THINK LARGE, PRINT BIG USER MANUAL

Ultimaker 2 Extended THINK LARGE, PRINT BIG USER MANUAL Ultimaker 2 Extended THINK LARGE, PRINT BIG USER MANUAL R 2 TABLE OF CONTENTS 1. WELCOME TO THE ULTIMAKER 2 EXTENDED 4 Safety and compliance 5 Specifications 7 2. SETTING UP THE ULTIMAKER 2 EXTENDED 8

More information

Manual Leapfrog Creatr

Manual Leapfrog Creatr 1 Leapfrog BV Dear customer, Congratulations with the purchase of your very own Leapfrog Creatr Single or Dual Extruder! We would like to help you get started so you can make your first 3D print on the

More information

doodle me - do nikolina otržan Doodle me - do with Nikolina Otržan A CraftArtEdu Class Web: Customer Service:

doodle me - do nikolina otržan Doodle me - do with Nikolina Otržan A CraftArtEdu Class Web:  Customer Service: Doodle me - do with Nikolina Otržan doodle me - do by nikolina otržan TOOLS & MATERIALS: flat clean surface (glass would be ideal) pasta machine acrylic roller rigid blade ruler photocopy & parchment paper

More information

Tevo Tarantula Auto Level Instructions. By ArcadEd. Mounting the Sensor:

Tevo Tarantula Auto Level Instructions. By ArcadEd. Mounting the Sensor: Tevo Tarantula Auto Level Instructions By ArcadEd Mounting the Sensor: First off, the kit does not seem to come with a screw for mounting the sensor. Maybe it does now, but at the time I got my kits, it

More information

Hephestos 2 Levelling Guide

Hephestos 2 Levelling Guide Hephestos 2 Levelling Guide Version: V0.0.0 Author(s): BQ May 18 th 2018 Revised by: Approved by: Jon Goitia Effect date: 18/05/2018 Project: Hephestos 2 Changelog Version Date Changes Author V0.0.0 May

More information

Making the Easy 35. A Complete Guide

Making the Easy 35. A Complete Guide Making the Easy 35 A Complete Guide Design Clint O Connor, creator of the 2013 Pinhole Printed Kickstarter project, is back again with a new 3D printed pinhole camera that anyone with access to a 3D printer

More information

Taz 6 Enclosure. Taz 6 Enclosure 2017 Version 2.1 Page 1 of 12

Taz 6 Enclosure. Taz 6 Enclosure 2017 Version 2.1 Page 1 of 12 Taz 6 Enclosure This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Created by David Randolph and printedsolid.com Taz 6 Enclosure 2017 Version 2.1 Page 1 of

More information

Rosalina Accessories Tutorial Version March 2011 Martyn

Rosalina Accessories Tutorial Version March 2011 Martyn Rosalina Accessories Tutorial Version 1.0 - March 2011 Martyn Star Brooch Feel free to experiment with these dimensions, you should make a template you are happy with, the method still works. 1) Creating

More information

Ribcage Installation. Part 2 - Assembly. Back-Bone V1.06

Ribcage Installation. Part 2 - Assembly. Back-Bone V1.06 Ribcage Installation Part 2 - Assembly Back-Bone V1.06 Contents Section 1 Before You Get Started... 2 Included With Your Kit:... 2 Figure: A... 3 CAUTION!... 4 Note:... 4 Tools Required... 5 Section 2:

More information

Introduction... Specification...3. Technical data...3. System requirements...3. X400 CE fully assembled device...4. X400 basic device...

Introduction... Specification...3. Technical data...3. System requirements...3. X400 CE fully assembled device...4. X400 basic device... Introduction... Specification...3 Technical data...3 System requirements...3 X400 CE fully assembled device...4 X400 basic device...4 X400 additional options...5 Acrylic case...6 Extruder...6 Ceramic heated

More information

LYMANBOT 3D PRINTER V3 Construction Manual

LYMANBOT 3D PRINTER V3 Construction Manual LYMANBOT 3D PRINTER V3 Construction Manual Page 1 Read this whole Manual before starting to construct this Printer. User excepts all liability for the use of this Manual and the construction of this Printer.

More information

ideamaker Manual

ideamaker Manual ideamaker Manual Using ideamaker... 2 1 Basic information... 2 1.1 What is ideamaker?... 2 1.2 Where to download ideamaker?... 2 2 Install ideamaker... 3 3 Let s Print!... 6 4 How to use ideamaker?...

More information

S e e here our newest p r o d u c ts, in c lu d in g R e p R a p F ilament!

S e e here our newest p r o d u c ts, in c lu d in g R e p R a p F ilament! nonsense filament of good quality. Reducing the amount of colors available we are able to buy them in bulk reducing the price for the consumer. RepRapFilament reflects the value-seeking nature of the RepRap

More information

Written By: Jeff Suovanen

Written By: Jeff Suovanen iphone X Lower Speaker Replacement Remove or replace the primary loudspeaker on the bottom edge of the iphone X. Written By: Jeff Suovanen ifixit CC BY-NC-SA www.ifixit.com Page 1 of 22 INTRODUCTION The

More information

Router Table. Construction

Router Table. Construction Router Table A router table is an invaluable tool. The problem, however, is that ready-built router tables are usually relatively expensive and too narrow for many projects. This router table provides

More information

NEW ALPHA 4HATCHBOX3D.COM FIND HATCHBOX ALPHA ON AMAZON. Look for the Camera icon within App. Download the Amazon App.

NEW ALPHA 4HATCHBOX3D.COM FIND HATCHBOX ALPHA ON AMAZON. Look for the Camera icon within App. Download the Amazon App. 2 3 NEW I N T R O D U C I N G ALPHA 4 FIND HATCHBOX ALPHA ON AMAZON 1 2 3 Download the Amazon App Look for the Camera icon within App 8 49344 05214 2 Scan this barcode WHY HATCHBOX ALPHA? Experience the

More information

-Inventor Series FLASHFORGE CORPORATION----- Create a joyful 3D life with you!

-Inventor Series FLASHFORGE CORPORATION----- Create a joyful 3D life with you! -Inventor Series- ----- FLASHFORGE CORPORATION----- Create a joyful 3D life with you! < Parameter > Inventor I CE Totally-enclosed Design & Inner Temperature Controlling System. Perfectly Meet Temperature

More information

Written By: Jeff Suovanen

Written By: Jeff Suovanen iphone 8 Battery Replacement Replace the battery in your iphone 8 if it has failed, swollen, or no longer holds sufficient charge. Written By: Jeff Suovanen ifixit CC BY-NC-SA www.ifixit.com Page 1 of

More information

Design Analysis Process

Design Analysis Process Prototype Design Analysis Process Rapid Prototyping What is rapid prototyping? A process that generates physical objects directly from geometric data without traditional tools Rapid Prototyping What is

More information

Parts & Tools. O'Cello printing and assembly instructions. o-cello.com

Parts & Tools. O'Cello printing and assembly instructions. o-cello.com The O'Cello is a 3D-printable cello developed by Conor O'Kane, which is free to download and print for personal use. This document will show you how to print and assemble your own O'Cello. For the latest

More information

by Ultimaker 3 Professional 3D printing made accessible

by Ultimaker 3 Professional 3D printing made accessible Ultimaker 3 Professional 3D printing made accessible Complete design freedom Reliable dual extrusion with water soluble support High uptime and fast changeovers with swappable print cores Cohesive 3D printing

More information

Printing and Assembly of Kwawu Arm

Printing and Assembly of Kwawu Arm Printing and Assembly of Kwawu Arm Jacquin Buchanan December 2016 This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this

More information

HOTBAR REFLOW SOLDERING

HOTBAR REFLOW SOLDERING HOTBAR REFLOW SOLDERING Content 1. Hotbar Reflow Soldering Introduction 2. Application Types 3. Process Descriptions > Flex to PCB > Wire to PCB 4. Design Guidelines 5. Equipment 6. Troubleshooting Guide

More information

CNC Using the FlexiCam CNC and HMI Software. Guldbergsgade 29N, P0 E: T:

CNC Using the FlexiCam CNC and HMI Software. Guldbergsgade 29N, P0 E: T: CNC Using the FlexiCam CNC and HMI Software Guldbergsgade 29N, P0 E: makerlab@kea.dk T: +46 46 03 90 This grey box is the NC controller. Let s start by turning the red switch to the ON position, then press

More information

How to fit Rover 75 door handles to the MGF/ MGTF Words and pictures: David Peters

How to fit Rover 75 door handles to the MGF/ MGTF Words and pictures: David Peters 1.) Original R75 Door handle. The hinge that moves the cable is actually on the handle. Not so on the O.E.M. MGF item. 2.) You will need to prise off the chrome cover from the black base element. Careful,

More information

XYZware User Manual. XYZware User Manual P 1

XYZware User Manual. XYZware User Manual P 1 XYZware User Manual P 1 Announcement Limitation of Liability Clause Although it is our intention to produce a manual and product functions that are correct and stable, in no event shall XYZprinting be

More information

MoonRay D/S Quick Start Guide

MoonRay D/S Quick Start Guide MoonRay D/S Quick Start Guide Hello! Thank you for choosing MoonRay, and welcome to the cutting edge of desktop 3D printing! This guide is going to go over the basics of getting your MoonRay up and running.

More information

3D Printable Dubrovnik Style Chess Set

3D Printable Dubrovnik Style Chess Set 3D Printable Dubrovnik Style Chess Set Table of Contents Print Settings...1 PLA...1 Woodfil PLA...2 Supports...4 Print Settings These print settings were used to print the pieces seen in the photographs

More information

Assembly Guide for Printrbot - Simple Maker s Edition 1405

Assembly Guide for Printrbot - Simple Maker s Edition 1405 Assembly Guide for Printrbot - Simple Maker s Edition 1405 Last update: March 2016 Please Note: be careful on the steps that are underlined 1 Contents Tools Needed:... 3 First step: Check components and

More information

Vinyl Cutter Instruction Manual

Vinyl Cutter Instruction Manual Vinyl Cutter Instruction Manual 1 Product Inventory Inventory Here is a list of items you will receive with your vinyl cutter: Product components (Fig.1-4): 1x Cutter head unit complete with motor, plastic

More information

Written By: Evan Noronha

Written By: Evan Noronha Replace the logic board in an ipad Air LTE. Written By: Evan Noronha ifixit CC BY-NC-SA www.ifixit.com Page 1 of 50 INTRODUCTION Follow the steps in this guide to replace the logic board in an ipad Air

More information

Written By: Adam O'Camb

Written By: Adam O'Camb iphone XR Display Assembly Replacement Replace a cracked or faulty LCD screen in your iphone XR. Written By: Adam O'Camb ifixit CC BY-NC-SA www.ifixit.com Page 1 of 23 INTRODUCTION If your iphone XR screen

More information

Design Guidelines for FDM technology

Design Guidelines for FDM technology Design Guidelines for FDM technology This guideline is supposed to be used by people who already have knowledge in 3D design, CAD/CAM, etc. and it s goal is to show the key points when designing a model

More information

Wanhao D9. Assembly and installation manual. This work is licensed under a Creative Commons Attribution 4.0 International License.

Wanhao D9. Assembly and installation manual. This work is licensed under a Creative Commons Attribution 4.0 International License. Wanhao D9 Assembly and installation manual This work is licensed under a Creative Commons Attribution 4.0 International License. Table of Contents Introduction 2 Compatibility 2 What s in the box? 2 Raise3D

More information

Cardboard Model Buildings

Cardboard Model Buildings Cardboard Model Buildings Get more model kits from http://www.modelbuildings.org PRINTING & ASSEMBLY TIPS: These OO designs can easily be resized by reducing the print percentage as follows: OO scale is

More information

Page 1 of 5 Instructions for Fitting Lower Grille to S Type Jaguar. Part Code 9048

Page 1 of 5 Instructions for Fitting Lower Grille to S Type Jaguar. Part Code 9048 Page 1 of 5 Instructions for Fitting Lower Grille to S Type Jaguar. Part Code 9048 To fit this grille you will need: Torch, 10mm spanner, 10mm socket with extension, T30 torx bits, Screwdrivers, Pliers,

More information

EMO. Service Instruction. created by Frank Weithöner. Table of contents: Special Tools Assembling Mixing Chamber

EMO. Service Instruction. created by Frank Weithöner. Table of contents: Special Tools Assembling Mixing Chamber EMO Service Instruction created by Frank Weithöner Table of contents: - Special Tools Disassembling Mixing Chamber Assembling Mixing Chamber Adjustment Rotor / Level Indicator Unit Temperature Compensating

More information

TABLE OF CONTENTS. About Ultimaker. Fused Filament Fabrication. Capabilities. Considerations

TABLE OF CONTENTS. About Ultimaker. Fused Filament Fabrication. Capabilities. Considerations Ultimaker Tutorial TABLE OF CONTENTS About Ultimaker... 1 Prepare Your File for Printing... 2 Logging the Print... 8 Preparing the Machine... 9 Paying for Your Part... 11 Printing Your Part... 12 Removing

More information

Written By: Jeff Suovanen

Written By: Jeff Suovanen iphone XS Max Lower Speaker Replacement Remove or replace the main loudspeaker on the bottom edge of the iphone XS Max. Written By: Jeff Suovanen ifixit CC BY-NC-SA www.ifixit.com Page 1 of 23 INTRODUCTION

More information

kitsch-bent > el_dmg ver. 1 3/25/2012 kitsch-bent.com

kitsch-bent > el_dmg ver. 1 3/25/2012 kitsch-bent.com kitsch-bent > el_dmg ver. 1 3/25/2012 kitsch-bent.com before we begin... tips steps 1-6 may be completed before your kit arrives in the mail. this let's you install the kit much quicker when it arrives

More information

Cube in a cube Fusion 360 tutorial

Cube in a cube Fusion 360 tutorial Cube in a cube Fusion 360 tutorial n Before using these instructions, it is helpful to watch this video screencast of the CAD drawing actually being done in the software. Click to link to the video tutorial.

More information

Printing Guide. Revision 1.3. Kudo3D Titan 1 Printing Guide Ver of 11

Printing Guide. Revision 1.3. Kudo3D Titan 1 Printing Guide Ver of 11 Printing Guide Revision 1.3 1 of 11 Copyright 2015 by Kudo3D. This material may be distributed only subject to the terms and conditions set forth in the Creative Commons Attribution-NonCommercial-NoDerivatives

More information

Getting the most out of your

Getting the most out of your Getting the most out of your #WhatWillYouCreate? SLOW FAST Hello Please do not throw these instructions away. (We worked really hard to make sure they were as useful and readable as possible!) thedoodler.com

More information

Geeetech Delta Rostock mini G2 pro / G2s pro Building Instruction

Geeetech Delta Rostock mini G2 pro / G2s pro Building Instruction Geeetech Delta Rostock mini G2 pro / G2s pro Building Instruction (Document version: 04-11, 2016) CONTENT Safety Instructions... 1 Preparation... 2 1 Base Assembly... 3 1.1 Motor holder assembly... 3 1.2

More information

Assembly Instructions Beta Prusa Standard & Deluxe

Assembly Instructions Beta Prusa Standard & Deluxe Assembly Instructions Beta Prusa Standard & Deluxe 3D Printer Version 2.6 Date Page 1 / 67 General data about the assembly instructions for an incomplete machine according to appendix VI of the EG machinery

More information

Fluidic Factory Layer Offset Function

Fluidic Factory Layer Offset Function Fluidic Factory Layer Offset Function Use of layer offset function to print on top of COC transparent substrate Application Note Page Aim & Objectives 1 Introduction 1 Layer Offset Function (Case Study)

More information

TL4100 Top 5 Build Tips

TL4100 Top 5 Build Tips TL4100 Top 5 Build Tips 1: Top Plate When assembling the top plate, align the top of the top plate brackets with the top of the rods. This can be done by placing a hard flat object (such as a ruler) on

More information

Repairing iphone 4 LCD Backlight Dim spot issue

Repairing iphone 4 LCD Backlight Dim spot issue Repairing iphone 4 LCD Backlight Dim spot issue found a way to fix a liquid damaged iphone screen back light issue Written By: Pranav Singh ifixit CC BY-NC-SA www.ifixit.com Page 1 of 26 INTRODUCTION found

More information

Written By: Walter Galan

Written By: Walter Galan iphone 4 Vibrate Ring Switch Replacement Replace the metal portion of the vibrate/ring switch on your iphone 4. Written By: Walter Galan ifixit CC BY-NC-SA www.ifixit.com Page 1 of 21 INTRODUCTION Use

More information

How to Transform your 3D Printer in a CNC MILLING MACHINE

How to Transform your 3D Printer in a CNC MILLING MACHINE How to Transform your 3D Printer in a CNC MILLING MACHINE How to Transform your 3D Printer in a CNC milling machine We can finally presents you a tutorial on how to modify our 3D printer K8200 to transform

More information

DIY Eliza: Instructions

DIY Eliza: Instructions Make sure you first download from Redlightsonthebrain the list of things required for a DIY Eliza. 1. Take your bucket, ruler and marking pen. We will put on all the markings before we start cutting the

More information

RISK OF SHOCK: DO NOT WIPE DOWN ANY ELECTRICAL COMPONENTS. ALWAYS KEEP AWAY FROM ALL AREAS WHERE ELECTRONIC COMPONENTS ARE INSTALLED.

RISK OF SHOCK: DO NOT WIPE DOWN ANY ELECTRICAL COMPONENTS. ALWAYS KEEP AWAY FROM ALL AREAS WHERE ELECTRONIC COMPONENTS ARE INSTALLED. Maintenance General Cleaning Waste material from the printing process can accumulate inside the printer. Using a slightly damp, lint-free cloth, wipe the interior of the CubePro including the print plate,

More information

SeeMeCNC Guides. Rostock Max v1/v2 HE280 Hotend Upgrade. This How-to Guide will walk you through the steps of upgrading to the HE280 Hotend.

SeeMeCNC Guides. Rostock Max v1/v2 HE280 Hotend Upgrade. This How-to Guide will walk you through the steps of upgrading to the HE280 Hotend. SeeMeCNC Guides Rostock Max v1/v2 HE280 Hotend Upgrade This How-to Guide will walk you through the steps of upgrading to the HE280 Hotend. Written By: SeeMeCNC 2018 seemecnc.dozuki.com/ Page 1 of 33 Step

More information

XYZware User Manual. XYZware User Manual P 1

XYZware User Manual. XYZware User Manual P 1 XYZware User Manual P 1 Announcement Limitation of Liability Clause Although it is our intention to produce a manual and product functions that are correct and stable, in no event shall XYZprinting be

More information

Asus ZenFone 2 Display Replacement

Asus ZenFone 2 Display Replacement Asus ZenFone 2 Display Replacement Replace your display if it isn't functioning correctly or if it is cracked or broken. Written By: Jessica Nguyen ifixit CC BY-NC-SA www.ifixit.com Page 1 of 14 INTRODUCTION

More information

Assembly Instructions Beta Prusa Standard & Deluxe

Assembly Instructions Beta Prusa Standard & Deluxe 13/11/12 Assembly Instructions Beta Prusa Standard & Deluxe 3D Printer Version 1.0 Date 13/11/12 Page 1 / 66 General data about the assembly instructions for an incomplete machine according to appendix

More information

Why do we need to calibrate our extruder? Why do we need to calibrate the extruder on each machine? Why calibrate the extruder?

Why do we need to calibrate our extruder? Why do we need to calibrate the extruder on each machine? Why calibrate the extruder? Extruder Calibration Why do we need to calibrate our extruder? It allows you to make sure that the proper amouint of filament is provided to your hotend. Why do we need to calibrate the extruder on each

More information

BIGBOT ASSEMBLY INSTRUCTIONS. 1/18/2017 V0.5

BIGBOT ASSEMBLY INSTRUCTIONS.  1/18/2017 V0.5 BIGBOT ASSEMBLY INSTRUCTIONS www.bigbot-3d.com 1/18/2017 V0.5 FOREWORD: PLEASE TAKE CARE WHEN HANDLING THE GANTRY. THE ASSEMBLY SHOULD BE HANDLED ONLY BY THE ALUMINUM FRAME, AND AVOID TOUCHING OR LIFTING

More information

Continue gluing the remaining top parts ensuring the angled piece is glued well. Set aside and let dry. See photo below

Continue gluing the remaining top parts ensuring the angled piece is glued well. Set aside and let dry. See photo below Radiator rev 1.1 The SE5a s radiator is one of the most recognized radiators in WW1. It is one of the components that defines the SE5a. The original SE5a has seen multiple radiator designs used during

More information

Shenzhen GETECH CO.,LTD GEEETECH. Building Instructions of Geeetech Prusa I3 X

Shenzhen GETECH CO.,LTD GEEETECH. Building Instructions of Geeetech Prusa I3 X Building Instructions of Geeetech Prusa I3 X CONTENT CONTENT... 2 Safety Instructions...3 Preparation...4 Unfold the box and check the package list... 5 1. Assemble the threaded rods of Y axis... 6 2.

More information

The Useless Machine. DIY Soldering Edition. Instruction Guide v0004

The Useless Machine. DIY Soldering Edition. Instruction Guide v0004 The Useless Machine DIY Soldering Edition Instruction Guide v0004 TM For the best outcome, follow each step in order. We recommend reading this guide entirely before you get started. Tools required: Soldering

More information

Part Six. Preparing The Plastics

Part Six. Preparing The Plastics Preparing The Plastics Preping the plastic basically consists of cutting your choice of plastic stock down to the proper size and fitting it into your tray. As long as the minimum tolerances for the case

More information