Table of Contents

Voron 2.4 r2 (300mm³)

Lended to the lab by Jacob Lewis

Costs

See costs.

Materials

Please speak to Jacob before using any filament not on this list.

PLA

PETG

ABS

Please open the window and dangle the exhaust pipe outside for the duration of your print.

TPU/TPE

Please use the alternate bed kept to the left of the printer, although this bed cannot be run above 60 degrees or the PET coating will be damaged.

Other Materials

This printer has multiple nozzles, one of which is a 0.4mm ObXsidian nozzle, which can handle abrasive filament without damage. ONLY THIS NOZZLE MAY BE USED WITH ABRASIVE FILAMENTS. Abrasive filaments include:

Please do some research before using these materials, and use the spare PEI bed and/or exhaust pipe if needed.

Rules

Calibration

Before each print the printer will home, Quad gantry level and then home again. After that it will bed mesh level

Quad gantry leveling - The printer will sample 4 points across the bed allowing it to orient the flying gantry correctly. This may happen a few times until within tolerance.

If layer shifts are occuring the XY belts may be loose. First check by moving the toolhead to the middle of the bed, and trying to move the printhead in diagonal directions. If it does have >0.2mm play, then a belt is loose. Look at the belts on the front sides and see which moves when the toolhead gets shaken diagonally, if it moves, tighten the screw on the front of the gantry until there is no longer play. If this does not resolve the problem you are tightening the wrong screw.

Firmware

The printer is running klipper, along with Fluidd as the web interface.

Slicer Setup

There are 2 approved slicers:

PrusaSlicer:

You can find the latest version here.

The config file can be found here.

To import the presets use: “File → Import → Config Bundle”

Super Slicer (Depricated)

SuperSlicer

This is a fork of PrusaSlicer which has builtin presets for the Voron 2.4, setup is basically the same as the Prusa MK3. To setup a connection, go to Printer Settings and click the cog next to the preset at the top right. Use these settings:.

First, under the printer selection dropdown menu, click “Add/remove printers” → “Add/remove presets”, then tick the box under “Voron → Voron v2 Afterburner Family → Voron v2 300mm3 → 0.4mm nozzle”

first, under the printer selection dropdown menu, click “Add/remove printers” → “Add physical printer” Host Type: OctoPrint
Hostname: voron24.hacklab

You can import https://github.com/Jaso55555/MyVoronConfig/blob/main/SuperSlicer_config_bundle.ini under: File → Import Config Bundle

Once you have finished slicing, send the gcode to the web interface by clicking the send to printer button to the right of the Export GCode

Web Interface

You may access the web interface via voron24.hacklab/.

For now please do not start prints unless you are directly supervising the printer. Absolutely never start a print via a VPN. If the web interface is abused it will be put under username and password.

Prints may be found in the Jobs sidebar, and started from there.

To load/unload filament you can either use the web interface, heat the extruder and extrude/retract or use the screen (Filament tab), set the temperature and load/unload slow. DO NOT USE FAST LOAD/UNLOAD, the extruder can't keep up

If something has crashed, use Firmware Restart → Restart Klipper inside the system sidebar. If this does not work try a power cycle.

Common Printer Tasks

Changing Filament

It should be set to the highest temperature of the previous material and the desired one PLA: 200, PETG: 230, ABS: 240

Please make sure to keep the filament tight on the spool, otherwise it can cause knots. Every spool has some form of holes in it which you can thread the filament through to keep it from unwinding.

Keep doing this until the correct colour has been reached. Black filaments can stain the nozzle so this might need to be done a few times.

Changing Nozzle

The printer has been fitted with a Rapid-change revo extruder which allows quick and easy nozzle changes.
We have 0.15mm (Pink), 0.25mm (Yellow), 0.4mm (Red), 0.6mm (Blue) and 0.8mm (Green) nozzles. These are currently kept in a pink box above the voron. There is also a 0.4mm ObXsidian nozzle nozzle for abrasive filaments. Extra silicon socks and hotside springs are also kept in the box if one breaks. Please message Jacob if any of these run out of spares.

For example if you want the 0.25mm extruder, it should look like this:

  # CHANGING NOZZLE/HOTEND
  # Comment/uncomment the appropriate config to change the nozzle
  # [include revo-0.15.cfg] # Revo 0.15 (Pink)
  [include revo-0.25.cfg] # Revo 0.25 (Yellow)
  # [include revo-0.4.cfg]  # Revo 0.4 (Red)
  # [include revo-0.6.cfg]  # Revo 0.6 (Blue)
  # [include revo-0.8.cfg]  # Revo 0.8 (Green)