1

Topic: How to edit Firmware for e3d v6 thermistor on SD4

As the title suggests, I'm in need of instruction on how to update the firmware of the SD4 to the new thermistor.

I know the following:

Reconfigure your firmware for the Semitec 104GT2 thermistor:
In Marlin this means using thermistor definition number 5:
#define TEMP_SENSOR_0 5
In Repetier Firmware use thermistor definition number 8:
#define EXT0_TEMPSENSOR_TYPE 8

For safety it is strongly recommended configure your firmware to limit the maximum heater power:
In Marlin this means using thermistor definition number 5:
#define PID_MAX 255
In Repetier Firmware use thermistor definition number 8:
#define EXT0_PID_MAX 255

But my question isn't what contents to edit, it's HOW to edit, what/where the firmware is accessed.

2 (edited by satman49 2014-12-29 02:48:37)

Re: How to edit Firmware for e3d v6 thermistor on SD4

Does the SD4 use Printrboard?If so take a look at this  http://wiki.solidoodle.com/update-firmware

SD3, E3D hotend,linear bearing on x/y axis',pillow block bearing on y conneting rod, ball bearngs on front y axis, fan on y stepper motor.

3

Re: How to edit Firmware for e3d v6 thermistor on SD4

No where on the board is this indicated in writing.  I can say this is the SD4 from October ordered directly from Solidoodle.  From the pictures I have seen on images.google.com, I would say yes, it is the PrintRBoard.

4 (edited by AZERATE 2014-12-29 03:01:22)

Re: How to edit Firmware for e3d v6 thermistor on SD4

Yes. The SD4 uses the Printrboard
This is a Printrboard
http://i.imgur.com/i0LxV8t.jpg

Printit Mason and Printit Horizon printers
Multiple SD2s- Bulldog XL, E3D v5/v6/Lite6, Volcano, Hobb Goblin, Titan, .9 motor, Lawsy carriages, direct Y drive, fishing line...the list goes on
Filawinder and Filastruder #1870.....worth every penny!

5

Re: How to edit Firmware for e3d v6 thermistor on SD4

A moderator can append [Solved] to the beginning of this topic.  Thanks everyone for your help!  Satman's post above did the trick.