Hoo to set a PTC thermistore "PT1000" ?
Hello
I use Repetier firmware on Ramps v1.4
can someone help me configure a PT1000.
I know we need to use the table 50, 51 or 52.
But I do not know where the set?
My table is:
{180.0}
{450.600}
Thanks
I use Repetier firmware on Ramps v1.4
can someone help me configure a PT1000.
I know we need to use the table 50, 51 or 52.
But I do not know where the set?
My table is:
{180.0}
{450.600}
Thanks
Comments
thanks very much
I have configurer the file like this
#define EXT0_TEMPSENSOR_TYPE 50
#define NUM_TEMPS_USERTHERMISTOR0 2
#define USER_THERMISTORTABLE0 {{180*4,0},{410*4,600*8}}
but from the LCD screen or Repetier host, is impossible to start the heating of the extruder.
The arduino not start the heating of the resistore.
Only the Bed functionning.
Why ?
Regards
I use 0.91 Repetier firmware version
But only one thing not functionning correctly :
in the LCD screen (4x20) in Position/Fast X position/
The state of X,Y and Z switch not changed when I push on it.
The state change only I made a Home.
regards
Regards
void UIDisplay::refreshPage()
{
Endstops::update();
then it should update endstops once per second. Only not sure when I added this. dev version definitvely has it.
it functionning correctly
regards