- May 13, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 12, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- For better encapsulation add inlines for each prepare_move type - Move controllerFan vars inside the function as statics - Some formatting cleanup - Rename `ClearToSend` as `ok_to_send`
-
Scott Lahteine authored
-
Christian Bohn authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Wurstnase authored
-
Wurstnase authored
-
Scott Lahteine authored
-
Christian Bohn authored
-
- May 11, 2015
-
-
Christian Bohn authored
- create sled pin definition - G28 Works with sled
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Wurstnase authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Make thermal protection for all hotends and/or bed into simple switches - Now enable `WATCH_TEMP_PERIOD` when `THERMAL_PROTECTION_HOTENDS` is enabled - Move detailed thermal parameters to `Configuration_adv.h` - Add sanity checks to warn about old configurations - Change `WATCH_TEMP_PERIOD` to seconds instead of milliseconds
-
Scott Lahteine authored
-
- May 10, 2015
-
-
Wurstnase authored
this PR replaces some bools with one char. this will safe 3 bytes and should also be sometimes a little bit faster.
-
Laurent DELAGE authored
-
Scott Lahteine authored
-
- May 09, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 08, 2015
-
-
Wurstnase authored
ok N(linenumber) P(bufferremaining) the host can use this to send the data much faster. Some pseudo code: If (bufferremaining > 0) send command ## as long there is free buffer send command Also if (linenumber > lastsend - bufferremaining) send command ## as long last linenumber received is bigger than lastsend (host) - last bufferremaining received
-
brupje authored
-
brupje authored
-
Scott Lahteine authored
-
- May 07, 2015