Browse Source

Merge pull request #4184 from esenapaj/Tab-to-Space

Tab to Space
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
ba00615aa4
  1. 10
      Marlin/language_pl.h
  2. 2
      Marlin/servo.cpp

10
Marlin/language_pl.h

@ -187,10 +187,10 @@
#define MSG_HEATING_COMPLETE "Rozgrzano"
#define MSG_BED_HEATING "Rozgrzewanie loza..."
#define MSG_BED_DONE "Rozgrzano loze"
#define MSG_DELTA_CALIBRATE "Kalibrowanie Delty"
#define MSG_DELTA_CALIBRATE_X "Kalibruj X"
#define MSG_DELTA_CALIBRATE_Y "Kalibruj Y"
#define MSG_DELTA_CALIBRATE_Z "Kalibruj Z"
#define MSG_DELTA_CALIBRATE_CENTER "Kalibruj środek"
#define MSG_DELTA_CALIBRATE "Kalibrowanie Delty"
#define MSG_DELTA_CALIBRATE_X "Kalibruj X"
#define MSG_DELTA_CALIBRATE_Y "Kalibruj Y"
#define MSG_DELTA_CALIBRATE_Z "Kalibruj Z"
#define MSG_DELTA_CALIBRATE_CENTER "Kalibruj środek"
#endif // LANGUAGE_PL_H

2
Marlin/servo.cpp

@ -223,7 +223,7 @@ static void finISR(timer16_Sequence_t timer) {
}
#else //!WIRING
// For arduino - in future: call here to a currently undefined function to reset the timer
UNUSED(timer);
UNUSED(timer);
#endif
}

Loading…
Cancel
Save