You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scott Lahteine 7ec7bb31c4 Send a Busy signal to hosts during long processes, wait for input, etc
If Marlin is blocking the serial input or command queue for any length
of time (for example more than 2 seconds), it needs to send a message
to serial out to inform the host that it is busy. Marlin should only
send these messages out when busy, and preferably not when trying to
print formatted output.
9 years ago
..
Configuration.h Send a Busy signal to hosts during long processes, wait for input, etc 9 years ago
Configuration_adv.h follow-up the PR #3131 9 years ago
readme.md Added readme file for bqh2 and disabled the SLOWDOWN config flag 9 years ago

readme.md

Example Configuration for BQ 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.

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