Reference op with variable name

This commit is contained in:
Scott Lahteine
2017-05-28 11:33:22 -05:00
parent 71367fd518
commit a3645ec921
8 changed files with 38 additions and 38 deletions

View File

@ -5881,7 +5881,7 @@ inline void gcode_M17() {
KEEPALIVE_STATE(IN_HANDLER);
}
static void resume_print(const float& load_length = 0, const float& initial_extrude_length = 0, int8_t max_beep_count = 0) {
static void resume_print(const float &load_length = 0, const float &initial_extrude_length = 0, int8_t max_beep_count = 0) {
bool nozzle_timed_out = false;
if (!move_away_flag) return;