slave_comms.cpp@b584642d4f58
slave_comms.cpp
Sat, 07 Nov 2015 13:24:46 +0100
- author
- mbayer
- date
- Sat, 07 Nov 2015 13:24:46 +0100
- changeset 1
- b584642d4f58
- parent 0
-
2c8ba1964db7
- permissions
- -rw-r--r--
several modifications to support laser enable - still needs cleanup
#include "Marlin.h"
#ifdef REPRAPPRO_MULTIMATERIALS
float txyz[EXTRUDERS];
char slaveBuffer[64];
long timeout;
void setup_slave()
{
MYSERIAL1.begin(250000);
SET_OUTPUT(SLAVE_CLOCK);
digitalWrite(SLAVE_CLOCK, 1);
}
#endif