Skip to content

Commit

Permalink
Finish comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 13, 2020
1 parent 013dff1 commit bfcf7dc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Marlin/src/module/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1939,11 +1939,13 @@ void Temperature::init() {

/**
* @brief Thermal Runaway state machine for a single heater
* @param current the current measured temperature
* @param target the current target temperature
* @param
*
* @param current current measured temperature
* @param target current target temperature
* @param heater_id extruder index
* @param period_seconds missed temperature allowed time
* @param hysteresis_degc allowed distance from target
*
* TODO: Embed the last 3 parameters during init, if not less optimal
*/
void Temperature::tr_state_machine_t::run(const float &current, const float &target, const heater_id_t heater_id, const uint16_t period_seconds, const uint16_t hysteresis_degc) {

Expand Down

0 comments on commit bfcf7dc

Please sign in to comment.