From 45dc8a51f3e53335a4f3450226f60baefd512e40 Mon Sep 17 00:00:00 2001 From: jbrazio Date: Tue, 1 Mar 2016 02:10:01 +0000 Subject: [PATCH] Added readme file for bqh2 and disabled the SLOWDOWN config flag --- .../example_configurations/Hephestos_2/Configuration_adv.h | 2 +- Marlin/example_configurations/Hephestos_2/readme.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Marlin/example_configurations/Hephestos_2/readme.md diff --git a/Marlin/example_configurations/Hephestos_2/Configuration_adv.h b/Marlin/example_configurations/Hephestos_2/Configuration_adv.h index dab0a02e1..cf36580be 100644 --- a/Marlin/example_configurations/Hephestos_2/Configuration_adv.h +++ b/Marlin/example_configurations/Hephestos_2/Configuration_adv.h @@ -250,7 +250,7 @@ #define DEFAULT_MINSEGMENTTIME 20000 // If defined the movements slow down when the look ahead buffer is only half full -#define SLOWDOWN +//#define SLOWDOWN // Frequency limit // See nophead's blog for more info diff --git a/Marlin/example_configurations/Hephestos_2/readme.md b/Marlin/example_configurations/Hephestos_2/readme.md new file mode 100644 index 000000000..7b3fc58bd --- /dev/null +++ b/Marlin/example_configurations/Hephestos_2/readme.md @@ -0,0 +1,7 @@ +# Example Configuration for BQ [Hephestos 2](http://www.bq.com/uk/hephestos-2) +This configuration file is based on the original configuration file shipped with the heavily modifiied Marlin fork by BQ. The orignal firmware and configuration file can be found at [BQ Github repository](https://github.com/bq/Marlin). + +NOTE: The look and feel of the Hephestos 2 while navigating the LCD menu will change by using the original Marlin firmware. + +## Changelog +* 2016/03/01 - Initial release