Rambo pin assigment

The RAMBo board is finally here, and here's a place to talk about it!
Post Reply
enggmaug
Printmaster!
Posts: 305
Joined: Wed Nov 13, 2013 3:54 am
Location: Antony, France

Rambo pin assigment

Post by enggmaug »

Hello,

When I compare the schematics tto the repetier firmware v0.91, I don't understand the pinning of Temp1.

I read :

Code: Select all

#define HEATER_BED_PIN 3
#define TEMP_BED_PIN   2

#define HEATER_0_PIN   9
#define TEMP_0_PIN     0

#define HEATER_1_PIN   7
#define TEMP_1_PIN     3

#define HEATER_2_PIN   -1
#define TEMP_2_PIN     -1
As TEMP_1 is on signal A1 on the schematics, shouldn't it be parametered to be on pin 1 instead of pin3 ?
Eric
Printmaster!
Posts: 726
Joined: Sat Aug 18, 2012 4:09 am
Location: Chula Vista, CA

Re: Rambo pin assigment

Post by Eric »

I agree that Analog Pin 3 is a weird setting, as it goes to the ext analog connenctor, not to any of the thermistor inputs. It would only make sense if you were adding your own circuitry for temperature measurement.

The pins.h from the generic version of v0.91.6 has:

#define HEATER_BED_PIN 3
#define TEMP_BED_PIN 2

#define HEATER_0_PIN 9
#define TEMP_0_PIN 0

#define HEATER_1_PIN 3
#define TEMP_1_PIN 2

#define HEATER_2_PIN 7
#define TEMP_2_PIN 1
enggmaug
Printmaster!
Posts: 305
Joined: Wed Nov 13, 2013 3:54 am
Location: Antony, France

Re: Rambo pin assigment

Post by enggmaug »

Thank you,

My repetier is 0.91 modified by SeeMeCNC for Rostock, I don't know which sub version.
Post Reply

Return to “RAMBo”