Prevent switching to serial port 1 on miniRambo and such
This commit is contained in:
parent
9b847715ac
commit
542677c080
|
|
@ -1060,7 +1060,9 @@ void setup()
|
||||||
no_response = true; //we need confirmation by recieving PRUSA thx
|
no_response = true; //we need confirmation by recieving PRUSA thx
|
||||||
important_status = 8;
|
important_status = 8;
|
||||||
prusa_statistics(8);
|
prusa_statistics(8);
|
||||||
|
#ifdef HAS_SECOND_SERIAL_PORT
|
||||||
selectedSerialPort = 1;
|
selectedSerialPort = 1;
|
||||||
|
#endif //HAS_SECOND_SERIAL_PORT
|
||||||
MYSERIAL.begin(BAUDRATE);
|
MYSERIAL.begin(BAUDRATE);
|
||||||
#ifdef TMC2130
|
#ifdef TMC2130
|
||||||
//increased extruder current (PFW363)
|
//increased extruder current (PFW363)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue