Tool-change debug option

This commit is contained in:
Scott Lahteine
2020-07-14 17:58:37 -05:00
committed by Scott Lahteine
parent 3513ea7ae1
commit b40440cf38
5 changed files with 145 additions and 161 deletions

View File

@ -946,7 +946,7 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) {
millis_t delayed_move_time = 0; // used in mode 1
int16_t duplicate_extruder_temp_offset = 0; // used in mode 2
float x_home_pos(const int extruder) {
float x_home_pos(const uint8_t extruder) {
if (extruder == 0)
return base_home_pos(X_AXIS);
else