Browse Source

Added readme file for bqh2 and disabled the SLOWDOWN config flag

jbrazio 8 years ago
parent
commit
45dc8a51f3

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

@@ -250,7 +250,7 @@
250 250
 #define DEFAULT_MINSEGMENTTIME        20000
251 251
 
252 252
 // If defined the movements slow down when the look ahead buffer is only half full
253
-#define SLOWDOWN
253
+//#define SLOWDOWN
254 254
 
255 255
 // Frequency limit
256 256
 // See nophead's blog for more info

+ 7
- 0
Marlin/example_configurations/Hephestos_2/readme.md View File

@@ -0,0 +1,7 @@
1
+# Example Configuration for BQ [Hephestos 2](http://www.bq.com/uk/hephestos-2)
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).
3
+
4
+NOTE: The look and feel of the Hephestos 2 while navigating the LCD menu will change by using the original Marlin firmware.
5
+
6
+## Changelog
7
+* 2016/03/01 - Initial release

Loading…
Cancel
Save