Guide Comments
Reputation over time
It looks like this user hasn't gained any reputation yet.
Once they have, you'll be able to view a graph of their reputation gained over time.
Here's a preview of what the graph will look like:

Reputation Breakdown
No reputation gained yet.
360
Recent Notifications
Mark all as read
Show:
All
All
Unread
Hello,
I followed all the tuto but I am stopped in step 5 with this compilation message. Can you help me ? thank you very much
“pasting "DIO" and "-" does not give a valid preprocessing token.”
If I configure as follows:
#define TEMP_SENSOR_0 5
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_BED 1
#define TEMP_SENSOR_CHAMBER 0
I have this error :
==> #error "TEMP_SENSOR_1 is required with 2 or more HOTENDS."
If I configure as follows:
#define TEMP_SENSOR_0 5 // = AluHotend V6/V7+ E3DV6+ Hexagone 13=AllInOne 11=1730 20=PT100
#define TEMP_SENSOR_1 5
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_BED 1
#define TEMP_SENSOR_CHAMBER 0
I have this error :
==> pasting "DIO" and "-" does not give a valid preprocessing token