-
-
First things first: you're going to need a copy of Repetier.
-
If you are upgrading an existing 3D printer to use a V6 HotEnd, you should try to get a copy of your current firmware from your printer's manufacturer.
-
If you're building a new printer, or simply want to upgrade to the latest version of Repetier, download it at https://www.repetier.com/download-now/
-
-
-
Almost all printers use Arduino IDE to upload fresh firmware, so download it at https://www.arduino.cc/en/Main/Software
-
-
-
Unzip Repetier from the file you downloaded and put the resulting folder anywhere on your computer for safe keeping.
-
Inside the unzipped folder, navigate to
/Repetier-Firmware/Repetier
, and open theRepetier.ino
file. This should open every file in Repetier. -
Find the
Configuration.h
file -
Rather than manually editing the configuration file, you can also upload it to the online configurator.
-
-
-
Manual Editing:
-
In the
configuration.h
file, find the highlighted line and update it to:#define EXT0_TEMPSENSOR_TYPE 8
. -
If you are installing multiple hotends, or installing this Lite6 as a second hotend, adjust the setting for the proper extruder instead (
EXT1
,EXT2
, etc). -
Online Tool:
-
Navigate to the Tools tab, and scroll down to the Extruder Section.
-
Select
ATC Semitec 104-GT2
from the list of temperature sensors.
-
-
-
Change:
#define MIN_DEFECT_TEMPERATURE 5
To detect a detached thermistor -
Change:
#define MAXTEMP 285
To prevents your hotend from overheating. -
Change:
#define MAX_DEFECT_TEMPERATURE 290
To shut off your printer if overheated. -
Online Editing:
-
Change:
Maximum extruder temperature 285
to prevent your HotEnd from overheating. -
Change:
Minimum defect temperature 5
To detect if thermistor is detached. -
Change:
Maximum defect temperature 290
To shut off your printer if overheated.
-
-
-
Upload the new firmware to your electronics as you normally would. Typically this means plugging in your printer to your computer, selecting the correct COM port and board type, and pressing the upload button.
-
If you're unsure of how to update your printer's firmware, check with its manufacturer.
-
Head back to the V6 Assembly page to finish the last few steps before you start printing.
Head back to the V6 Assembly page to finish the last few steps before you start printing.
Cancel: I did not complete this guide.
One other person completed this guide.