Printing the Orthogonal Axis Compensation Test Pieces

SANYO DIGITAL CAMERA

The first thing to print is the orthogonal axis compensation test pieces, as in the picture above. The G Codes for this are in the ‘gcodes’ folder on the SD card, and called Calibration-200×200.g (for Ormerod and Mendel) and Calibration-140×140.g (for Huxley Duo).

(The 3D models for the test pieces are in the STL/Calibration folder of the RepRap Firmware download, incidentally, and is an OpenSCAD file called  calibration.scad.)

Printing from Pronterface

Plug in the USB and power, power on your printer, wait a short time, start Pronterface and press ‘Connect’. You should get the response ‘Printer is now online.’

Home the axes, and, if you are using automatic bed levelling, send a G32 command to set the bed plane equation.

Check that all the numbers for position and temperature look as you would expect.

Click the ‘SD’ button, and select ‘SD Print’. Select the Calibration-200×200.g (or Calibration-140×140.g) file and click ‘Okay’.

NOTE: While the heated bed and hot end heat up, the temperature response is not updated in Pronterface. It will take a few minutes for the bed to heat up, then a further minute for the hot end to heat up, before printing starts.

Printing from the Web interface

Plug in the power and ethernet connection, power on your printer, wait a short time for it to connect to the network, open the browser, and type the IP address or name of your printer in the address bar.

Connect.  You should be on the Control page.

Home the axes, and, if you are using automatic bed levelling, send a G32 command to set the bed plane equation.

Check that all the numbers for position and temperature look as you would expect.

Now run the Calibration-200×200.g (or Calibration-140×140.g) file.

NOTE: It will take a few minutes for the bed to heat up, then a further minute for the hot end to heat up, before printing starts. You can watch the temperatures increase on the graph.

During, and after, printing

It’s not uncommon that you will encounter some problems on your first print! This is the first proper test of the printer’s functions, and how well you have built it. The troubleshooting guide has solutions to most problems you will encounter. These may include (click on the link to take you to the relevant section):

  1. No extrusion. The firmware will send a message if no tool is selected (this can happen if there’s a temperature fault), or if the hot end has not got up to temperature. Check you can heat up the hot end and extrude manually, and that the correct ‘tool’ has been defined in config.g (see here for more information) and in the Gcode.
  2. Blocked nozzle or poor extrusion: if the extruder is trying to turn, but can’t, and/or nothing is coming out.
  3. First layer not sticking: if the first layer does not stick to the bed. Most likely, the nozzle is too high off the bed, but it can also be too low, and extrusion can be blocked.
  4. Wobbly vertical walls, axes sticking and steps in the layers; basically, not printing accurately.

It should print the objects above, which will take about an hour. At the end of printing, the heaters and motors will turn off. Let the parts cool down for 10 minutes, before removing them from the bed.

The three-legged calibration piece has a letter on the end of each leg; in the picture above, X runs left-right, Y runs front-back, and Z runs down-up.

You can now go back to the Calibration instructions and set the orthogonal axis compensation.

The G Code files for printing a snowman Christmas tree decoration, RepRap whistle and the traditional RepRap coathook are also on the SD card. You can print those in just the same way as above.

 

Converting CAD files for printing

File formats

Most CAD software can output files that can be used for 3D printing. There’s a useful list of free CAD systems here on the RepRap website. Professional software like SolidWorks and Autocad, as well as free options such as RS DesignSpark Mechanical, Sketchup, Blender, and OpenSCAD (as well as many others) can export stereolithographic (STL) files. They use the file extension ‘.stl’.

An STL file is a list of triangles completely covering every surface of a 3D object. This is not a very robust way of representing a solid, but it has become a universal standard.

Slicing software

Like most 3D printers, Ormerod 2 is actually controlled by G Codes – low-level instructions that say things like go-to-this-point, or print-filament-in-a-line-from-this-point-to-that. We need a program to convert STL files into G Codes. A very good program to do that is called Slic3r. It is open-source and free, and available here. There is also documentation on Slic3r available here, so that is not reproduced here.

Slic3r profiles

Slic3r needs to be set up for each type of 3D printer for which it translates STL files into G Codes. We have performed that set-up for you for our printers, and have created profiles that you can install.

Our profiles are stored as ‘config bundles’. These config bundles are to be used with Slic3r 1.2.9, which is the current version as of August 2015. Get the latest version of Slic3r and follow the installation instructions. You can replace the version of Slic3r supplied with our ‘software’ installation, with your downloaded version.

Then, download our config bundles (for all the printers we supply) by clicking HERE. This is a direct link to the profiles ZIP file. You can also get it (or individual config bundles), by visiting our profiles github repository. If you download an individual .ini file, make sure you download the RAW version! Or the file will not import into Slic3r.

To install the config bundle, first decompress the profiles-master.ZIP file you downloaded. Open Slic3r. If the ‘Configuration Wizard’ appears, cancel this. Click ‘File > load config bundle’ and choose the [printer].ini file, from the profiles folder you unzipped, appropriate to your machine.

Now, in Slic3r, there will be drop-down options for Print settings, Filament and Printer.

RRP-Slic3r126-setup

For ‘Print settings’, select your nozzle size, eg ‘0.5mm Nozzle’ for printer with a 0.5mm nozzle, which is our standard size.
For ‘Filament’, select your filament type. Profiles are supplied for PLA and ABS. If you’re printing with ABS, see our Printing ABS guide.
For ‘Printer’, select you printer setup, eg ‘Ormerod PLA 0.5mm Single Nozzle‘. If you have multiple nozzles, see the Multi-materials Printing instructions.

These settings should get you going, and produce good G code for your printer. For more information on changing the Slic3r settings, see the Slic3r manual.

Printing from the SD card

You may have noticed that, so far, all printing is done from the SD card. This is the preferred way of printing. It is possible to print directly from Pronterface (i.e. to load gcode files into Pronterface and press print), but the serial communication is slow. The printer will pause a lot during printing, and the printed part will not be of good quality, and so this is not recommended.

There are three ways to transfer files to the printer:

  1. In Pronterface, load the gcode file you want to print. It will appear in the centre window. DO NOT press ‘Print’! Click the ‘SD’ button, and click ‘SD upload’. You can then upload the gcode file to the SD card while it is still in the Duet. This is quite slow, and is suitable for small files only (1MB will take a couple of minutes).
  2. You can also upload files through the web interface under the Gcode Files tab.  This is a simple drag-and-drop operation.
  3. Finally, you can turn off the printer, remove the SD card from the Duet, insert it into the USB adapter, then into your computer. Copy the gcode file from your PC to the SD card. Always copy gcode to the gcodes folder of your SD card to print. This is where the firmware looks for files. Then eject the USB adapter. Wait for it to finish writing, then remove the SD card. Reinsert it into the Duet. Restart the printer. Your gcode file should be accessible from the Pronterface ‘SD’ menu and from the web interface.

Future firmware updates will improve the speed of serial communications, and give more options for uploading files to the SD card.

Print an Ormerod

Ormerod 2 is a RepRap – a Replicating Rapid Prototyper. So, to experiment, why not print out some of Ormerod 2’s own parts? These are available in the folder stl/individual parts in the Ormerod download. When Slic3r has generated a G Code file for you from an STL file, you can put it in the gcodes folder of Ormerod 2’s SD card and then print it. Either put the SD card in your computer to copy the file (remember not to take it out of Ormerod unless all power including the USB is off), or you can upload G Code files using Pronterface or the web interface. The Duet controller in Ormerod 2 expects file names to be in 8.3 format at the moment. This restriction will be removed on a future release.

And, now you have started, why not print out a full set of Ormerod 2 parts for a friend? Hardware-only kits for Ormerod are available, giving all the things you will need other than the printed parts to build another complete Ormerod 2.

Happy 3D printing!