Page 1 of 1

#define HOTEND

Posted: Mon Jan 15, 2018 7:16 pm
by benjaminhill
I'm trying to upload the latest firmware (https://github.com/seemecnc/Firmware) to my Rostock Max 2. I've got the E3D All-metal v6 HotEnd upgrade. Which of the three firmware settings should I be using? The latest User Guide (http://download.seemecnc.com/rostockmax ... dition.pdf) doesn't mention this setting.

Code: Select all

// SeeMeCNC Bowden w/PEEK barrel = 1
// HE240 on ERIS w/accel probe   = 2
// HE280 w/accel probe           = 3
#define HOTEND 1


The default is #3. I assumed #1 because while an accelerometer probe sounds cool, I'm pretty sure I don't have that. #1.

Re: #define HOTEND

Posted: Mon Jan 15, 2018 7:28 pm
by Mac The Knife
Go with # 1,,,, and you will have to edit your configuration h file for the thermistor value of the E3d, and also the temperature limits.

Re: #define HOTEND

Posted: Sat Jan 27, 2018 8:04 pm
by benjaminhill
Will do, thank you!