Give up on REPRAP_HOST_COMPATIBILITY.
Was never really accepted and these days, hosts usually adjust to the firmware instead of the other way around.
This commit is contained in:
parent
9b018b7433
commit
ba05d6a0cd
|
|
@ -373,17 +373,6 @@ DEFINE_HEATER(bed, PB4, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -377,17 +377,6 @@ DEFINE_TEMP_SENSOR(bed, TT_INTERCOM, AIO1, 0)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -361,17 +361,6 @@ DEFINE_HEATER(extruder, PD6, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -372,17 +372,6 @@ DEFINE_HEATER(bed, DIO3, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -372,17 +372,6 @@ DEFINE_HEATER(bed, DIO3, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -370,17 +370,6 @@ DEFINE_HEATER(fan, PH6, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -372,17 +372,6 @@ DEFINE_HEATER(extruder, PB4, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -368,17 +368,6 @@ DEFINE_HEATER(bed, PD6, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -368,17 +368,6 @@ DEFINE_HEATER(bed, PD4, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -427,17 +427,6 @@ DEFINE_HEATER(fan, DIO8, 0)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def REPRAP_HOST_COMPATIBILITY
|
||||
RepRap Host changes it's communications protocol from time to time and intentionally avoids backwards compatibility. Set this to the date the source code of your Host was fetched from RepRap's repository, which is likely also the build date.
|
||||
See the discussion on the reprap-dev mailing list from 11 Oct. 2010.
|
||||
|
||||
Undefine it for best human readability, set it to an old date for compatibility with hosts before August 2010
|
||||
*/
|
||||
// #define REPRAP_HOST_COMPATIBILITY 19750101
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20100806
|
||||
// #define REPRAP_HOST_COMPATIBILITY 20110509
|
||||
// #define REPRAP_HOST_COMPATIBILITY <date of next RepRap Host compatibility break>
|
||||
|
||||
/** \def BAUD
|
||||
Baud rate for the serial RS232 protocol connection to the host. Usually
|
||||
115200, other common values are 19200, 38400 or 57600. Ignored when USB_SERIAL
|
||||
|
|
|
|||
|
|
@ -157,9 +157,7 @@ void next_move() {
|
|||
// mb_tail to the timer interrupt routine.
|
||||
mb_tail = t;
|
||||
if (current_movebuffer->waitfor_temp) {
|
||||
#ifndef REPRAP_HOST_COMPATIBILITY
|
||||
serial_writestr_P(PSTR("Waiting for target temp\n"));
|
||||
#endif
|
||||
current_movebuffer->live = 1;
|
||||
setTimer(HEATER_WAIT_TIMEOUT);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue