Browse Source

Fix comments in Configuration_adv.h

pull/1/head
Scott Lahteine 8 years ago
parent
commit
e08915a723
  1. 5
      Marlin/Configuration_adv.h
  2. 5
      Marlin/example_configurations/Felix/Configuration_adv.h
  3. 5
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  4. 5
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  5. 5
      Marlin/example_configurations/K8200/Configuration_adv.h
  6. 5
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  7. 5
      Marlin/example_configurations/SCARA/Configuration_adv.h
  8. 5
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  9. 5
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  10. 5
      Marlin/example_configurations/delta/biv2.5/Configuration_adv.h
  11. 5
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  12. 5
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  13. 5
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  14. 5
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  15. 5
      Marlin/example_configurations/makibox/Configuration_adv.h
  16. 5
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

5
Marlin/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/Felix/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/Hephestos/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/Hephestos_2/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/K8200/Configuration_adv.h

@ -53,9 +53,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -86,7 +83,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/RigidBot/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/SCARA/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 3000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 3000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/TAZ4/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/WITBOX/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/delta/generic/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h

@ -52,9 +52,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -85,7 +82,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/makibox/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

5
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

@ -47,9 +47,6 @@
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
/** /**
* Thermal Protection parameters
*/
/**
* Thermal Protection protects your printer from damage and fire if a * Thermal Protection protects your printer from damage and fire if a
* thermistor falls out or temperature sensors fail in any way. * thermistor falls out or temperature sensors fail in any way.
* *
@ -80,7 +77,7 @@
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius #define WATCH_TEMP_INCREASE 4 // Degrees Celsius
#endif #endif
/** /**
* Thermal Protection parameters for the bed * Thermal Protection parameters for the bed
* are like the above for the hotends. * are like the above for the hotends.
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now. * WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.

Loading…
Cancel
Save