Welcome! Log In Create A New Profile

Advanced

[Marlin 2.0] [Rumba +] [Diamond Hotend][Help]

Posted by jjwil 
[Marlin 2.0] [Rumba +] [Diamond Hotend][Help]
March 04, 2019 08:48AM
Hello,
sorry the translation is done via google
I have a motherboard type RUMBA +
Print head type DIAMOND HOTEND (3 colors).
So only one nozzle for 3 filaments.
MARLIN 2.0 Firmware

How can I correctly configure marlin to stop having this message during compilation?
 #error directive: "TEMP_SENSOR_1 should not be set with only 1 HOTEND." [/ code]

knowing that I have already tried these options:

#define EXTRUDERS 3
#define SINGLENOZZLE

#define TEMP_SENSOR_0 6
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_4 0
#define TEMP_SENSOR_BED 6
#define TEMP_SENSOR_CHAMBER 6

thank you
Re: [Marlin 2.0] [Rumba +] [Diamond Hotend][Help]
March 04, 2019 09:53AM
can't reproduce

new clone of marlin repo, switched branch to bugfix-2.0.x

set only these things

#define MOTHERBOARD BOARD_RUMBA
#define EXTRUDERS 3
#define SINGLENOZZLE

compiles without issues.

To me it looks like you probably didn't save the edited Configuration.h (you need to do this is Atom for eg)

Edited 1 time(s). Last edit at 03/04/2019 09:54AM by Dust.
Re: [Marlin 2.0] [Rumba +] [Diamond Hotend][Help]
March 04, 2019 02:23PM
ok thank you very much for the info
Sorry, only registered users may post in this forum.

Click here to login