RepRapPro Huxley printing

From RepRap
Jump to: navigation, search

Introduction | Frame assembly | Y axis assembly | X axis assembly | Z axis assembly | Heated bed assembly | Extruder drive assembly | Hot end assembly | Wiring | Commissioning | Printing | Maintenance | Troubleshooting | Improvements

A notice about these instructions!

These instructions are open to editing by everyone and anyone.
For the official, and most up to date, instructions, see the RepRapPro wiki here


Huxley Kapton tape on the bed

You will probably find that your prints stick to Huxley's aluminium plate. If you cover it carefully in the Kapton tape supplied, your prints will be easier to remove from the bed. Get the lines of tape parallel with gaps as small as possible and absolutely no kinks or bubbles. Gaps are better than overlaps.

If your aluminium plate has a white surface, you can (should?) remove this plastic surface before applying the tape. I printed on this white surface and it worked fine. But, it was very hard to remove the print. Eventually the white surface began to peel on one corner, so I removed it.


Preparing the bed surface

Some people are lucky, and are able to print directly onto the aluminium (for Huxley) or glass (for Mendel) bed surface, and the PLA sticks. Try it first, it may work for you. However, most people are not so lucky, and the sticking degrades over time, or different PLA has different properties and won't stick. We provide a roll of Kapton tape with our kits, and PLA sticks very well to it. It can be applied to the bed surface in strips - try to keep the air bubbles out, and put the strips as close together as possible, but not overlapping. Only apply one layer. Kapton is durable: we use it in the production of kits, and will last at least a couple of months of 24/7 printing. Usually it peels up before the PLA won't stick to it.

Blue painter's tape can also be used. PLA doesn't stick as strongly to it, and the surface isn't as flat or durable as Kapton, but it is more widely available, and often in wider widths.

Cleaning

The bed surface needs to be completely free of all oil and grease (including finger marks), otherwise your prints won't stick to it. We have found that the best stuff for cleaning the bed is cheap, Acetone-based, nail polish remover. Check the ingredients before you buy - the expensive ones have lanolin or other greasy materials in, which would obviously be bad for this application. The cheap ones just have acetone ((CH3)2CO), a little water, and maybe a tiny amount of glycerine and a compound called bittrex (which is supposed to stop you drinking the stuff...); these work really well. Wipe the bed surface thoroughly with a clean tissue dampened (but not soaked) in nail varnish remover.

You shouldn't need to clean the bed after every print, but doing it regularly will mean fewer failed prints.

Other products that also work include Isopropyl Alcohol, White Methylated Spirits, White Vinegar. All of these are acidic, and dissolve oil and grease before evaporating. Don't use Windex/Windowlene or polish; they often have a non-stick component!

Settings

RepRapPro 3D printers are being sold as a complete printing solution, as such the RepRapPro host software comes with pre-tuned print settings for PLA and ABS filament. We encourage people to play with and put forward improvements to the print settings, but would advise starting with the provided print profiles and working from there.

Some basic settings you may need to know:

Standard nozzle size - 0.5mm (0.3mm available as an option)
PLA printing temperatures: Hot end 200C, Heatbed 57C
ABS printing temperatures: Hot end 240C, Heatbed 110C

For extra notes on ABS printing, see our ABS troubleshooting page here

Preparing a file to print

Your 3D model will need to be processed into a format which the printer understands. This is known as a GCode file (machine movement commands are GCodes, see this reference, and are common in the CNC world).

Required software

Windows

If you are using Windows and downloaded the pre-compiled version of our software from Github in this step in 'Commissioning', Slic3r will already be where it should be, and Pronterface configured to use it. Jump to the "Profiles" section below.

Note: The version of Slic3r that is bundled with Pronterface is 64-bit. If you are using Windows XP 32-bit, Windows Vista 32-bit or Windows 7 32-bit, you will need to download the 32-bit version of Slic3r from here.

Mac, Linux and Windows 'source' installations

Before you can process a 3D model, you will need to install a slicing tool and tell Pronterface where to find it. Slic3r is recommended to get you started printing with your RepRap machine. This is available here. Click on the version for your operating system, and download the relevant compressed archive. Extract it into your Software folder, the one that contains pronterface.py.

In Pronterface, click on Settings | Options and check that slicecommand and sliceoptscommand point to the location of your slicing tool. You may be able to use relative paths, that is with a '.' in front, but you may need to use the full path. This will depend on where you have put the 'Software' folder. For example, these may be:

Windows

slicecommand: ./Slic3r/slic3r.exe $s --output $o
sliceoptscommand: ./Slic3r/slic3r.exe

Mac

slicecommand: Applications/Software/Slic3r.app/Contents/MacOS/slic3r $s --output $o
sliceoptscommand: Applications/Software/Slic3r.app/Contents/MacOS/slic3r

Linux

slicecommand: home/[USERNAME]/Software/Slic3r/bin/slic3r $s --output $o
sliceoptscommand: home/[USERNAME]/Slic3r/bin/slic3r

If you put the Slic3r directory somewhere else, you will need to change the path for the above commands to point at it. You can usually see the path to the file by right clicking the Slic3r application and 'get info'.

Profiles

Now get our pre-configured profiles, from https://github.com/reprappro/profiles

Download and extract the zip into your Software folder (the one that contains pronterface.py), then point Pronterface's sliceconfig option to it using the Settings | Options menu:

sliceconfig: ./profiles-master/

Again, your path may be different. If you open Slic3r independently of Pronterface, it won't find these profiles. Instead, it creates a hidden folder in your 'home' folder called '.Slic3r' for profiles. You can move or copy the profiles into this folder if you wish. If you move them, change the sliceconfig path in Pronterface's Settings | Options to point at the '.Slic3r' folder.

Using Pronterface and Slic3r

You should select a suitable profile for your machine, by navigating to the Settings | Slicing Settings menu option in Pronterface.

This will open the Slic3r software as shown below. Select profiles from the drop-down boxes along the lower part of the screen. The default configuration is a Huxley with a 0.5mm nozzle, using PLA filament. Close the window once you have set the profiles.

Reprappro-huxley-pronterface Slic3rMenu Profiles.png

The 3D model will need to be in the STL file format. Pronterface can load either an STL 3D model or a pre-processed GCode file. Click on 'Load file' and select an STL file to process. You will see progress of this process in the log window, and it will create a GCode file in the same folder as the STL file. You can re-use the same GCode file whenever you want.

Once complete, the log will indicate how much filament will be used to print the model. You can then either print direct from USB (your .gcode file will have been automatically loaded) or copy the GCode file to the MicroSD card in the machine.

It is recommended to print from the MicroSD, for a number of reasons. When printing from USB, the print can be adversely affected by the host PC giving the printer a low priority over other running applications, slowing down the stream of commands. Also, the USB connection appears to be quite sensitive to AC noise on the power cable to the host PC.

To print from the SD card, copy the gcode file that you created in Pronterface to the card. This can be done through the printer interface with the SD card still in the machine, but it is much quicker to insert the card into the host PC and copy the file. When you reinsert the SD card into the Melzi, the board will reset communication with the host computer; this is normal behaviour. Simply reconnect to the printer by clicking 'Port' button in Pronterface, and select the new port that appears, then 'Connect'.

Starting a print

To begin a print, you need to select the file you wish to print. You can print an stl file (as above), or load a gcode file you created previously. If you are printing direct from USB, click the 'Load file' button to select the file, followed by the 'Print' button. If you have copied a gcode file to the SD card, select 'SD Print' from the 'SD' button, then select the file you want to print and click 'Okay'.

SD.png

Once the print starts, the machine will go through the following startup routine:

1. The printer moves all 3 motion axes in a negative direction to find X, Y, and Z zero.

2. The nozzle is heated to the relevant extrusion temperature.

3. Once extrusion temperature has been reached, the machine will print an outline before printing the component(s) to ensure the melt chamber behind the nozzle is primed.

When not required to move, the Z motors are de-activated. This can be a useful feature as it allows the Z height to be tweaked and the X axis to be levelled whilst the outline is being printed. Simply rotate the Z couplings by hand to get a good first layer (filament slightly squished). If you have moved the two couplings in unison to adjust the Z height, you will need to adjust the Z offset in the firmware before the next print, otherwise you will end up having to tweak the Z height manually at the start of each print.

Your first print

A good first thing to print is one of the vertices of your own machine:

Reprappro-huxley-first-vertex-print.jpg

The file for this is on the RepRapPro Github repository here (right mouse click and select "Save link as"): https://github.com/reprappro/Huxley/raw/master/Print-Huxley/Individual-STLs/frame-vertex.stl.

(The source OpenSCAD models are here if you want them: https://github.com/reprappro/Huxley/tree/master/Openscad.)

Save the .stl file, load it up and print it!


Tuning your printer

The print profiles are tuned based on an assumption as to how much plastic is fed into the extruder for a given number of steps of the extruder drive motor. A critical parameter affecting the quality of the prints is how accurately the slicer knows the volume of plastic it is feeding into the extruder. In practice, this will vary slightly between machines. This is due primarily to the actual filament diameter, and to variations in the effective diameter of the hobbed stud.

The filament diameter should be measured and the value entered under the slicer's Filament tab.

The E steps/mm setting can be adjusted without uploading new firmware, using M92 Ee, where e is the new E steps/mm value. By default the firmware has this set to 660. When this value is tuned, the top surface fill will have virtually no gaps between lines of filament, and no extra plastic at the ends of the lines. To check and adjust it do the following:

  1. With the machine off remove the tongue from the extruder drive;
  2. Wind filament through by turning the gear by hand; the end of the PTFE tube will come out of the drive;
  3. Wind through about 50mm of filament and cut it with sharp sidecutters about 5mm downstream of the drive;
  4. Carefully mark where the stub of filament is flush with the drive exit with a fine felt-tipped pen;
  5. Turn on the machine, send it an M302 command (allows for cold extrusion), and extrude 100mm of filament;
  6. Mark again with the felt-tipped pen;
  7. Extrude another 10mm and cut off your measured sample;
  8. If the sample is L mm long and your current steps/mm is e, then change e to be e*100/L; (using M92 Ee, where e is the new E steps/mm value)
  9. Run the test again to check you now get 100mm;
  10. To make the change permanent send an M500 command to store the values in EEPROM
  11. Heat the hot end up to temperature;
  12. Push a little filament through by hand from the 50mm you left sticking out, then pull the filament out to leave the path free;
  13. Reload the machine in the usual way.

If you are making this adjustment for a Tricolour Mendel, then also see Hint 3 here.

Reprappro-huxley-2011-09-032016.16.55.jpg

If the E steps/mm is set too low, a gap will separate the fill lines

Reprappro-huxley-2011-09-032016.25.54.jpg

A good test piece for this exercise is a 3mm high 30x30mm square.

Once you are happy with your E steps/mm value, you can edit your firmware as per these instructions. Please update your firmware even if you don't need to change this setting; new versions come out regularly for fixing bugs (like the bug where an unplugged/failed thermistor means the heater goes to full power)!


Print another RepRap

So can I print more RepRaps in my RepRap?

Yes!

Your RepRapPro printer has been designed to replicate - that's what the Rep stands for. Indeed, RepRaps are humanity's first self-replicating manufacturing machines.

Replicating the plastic parts for another RepRapPro is easy. You can then use them to make a new RepRap (maybe with your own experimental design changes). Or you could make the RepRap plastic parts for a friend. Or you could sell sets of RepRap plastic parts to other reprappers on eMakerShop or eBay.

RepRap's free GPL Licence means that you are completely at liberty to do all of these things.

Go to this wiki page to find out how to print one complete set of RepRapPro Mini Extruder plastic parts. A RepRapPro Tricolour Mendel requires three such extruders. RepRapPro Mono Mendel and Huxley both need only one.

Go to this wiki page to find out how to print a complete set of RepRapPro Huxley plastic parts.

Go to this wiki page to find out how to print a complete set of RepRapPro Mono / Tricolour plastic parts.

Profiles

Printing with different plastic may require modified print profiles. Have a look at this page for details, and if your plastic isn't listed, please add to the table once you have worked out the best settings.

Changing Filament

  1. Heat nozzle to operating temperature.
  2. Reverse filament until it comes out of the extruder drive (about 380mm). You can do this at 600mm/min.
  3. Command M84 to turn the motors off. Feed the new filament in by hand.
  4. Drive/feed the filament to just before the hot end.
  5. Command the filament at 200mm/min until it squirts out of the nozzle. You may need to hold the bowden tube straight for the filament to go down into the hot end easily.