Browse Source

Tab to Space

esenapaj 8 years ago
parent
commit
03b8f88092
2 changed files with 6 additions and 6 deletions
  1. 5
    5
      Marlin/language_pl.h
  2. 1
    1
      Marlin/servo.cpp

+ 5
- 5
Marlin/language_pl.h View File

@@ -187,10 +187,10 @@
187 187
 #define MSG_HEATING_COMPLETE                "Rozgrzano"
188 188
 #define MSG_BED_HEATING                     "Rozgrzewanie loza..."
189 189
 #define MSG_BED_DONE                        "Rozgrzano loze"
190
-#define MSG_DELTA_CALIBRATE               	"Kalibrowanie Delty"
191
-#define MSG_DELTA_CALIBRATE_X             	"Kalibruj X"
192
-#define MSG_DELTA_CALIBRATE_Y             	"Kalibruj Y"
193
-#define MSG_DELTA_CALIBRATE_Z             	"Kalibruj Z"
194
-#define MSG_DELTA_CALIBRATE_CENTER        	"Kalibruj środek"
190
+#define MSG_DELTA_CALIBRATE                 "Kalibrowanie Delty"
191
+#define MSG_DELTA_CALIBRATE_X               "Kalibruj X"
192
+#define MSG_DELTA_CALIBRATE_Y               "Kalibruj Y"
193
+#define MSG_DELTA_CALIBRATE_Z               "Kalibruj Z"
194
+#define MSG_DELTA_CALIBRATE_CENTER          "Kalibruj środek"
195 195
 
196 196
 #endif // LANGUAGE_PL_H

+ 1
- 1
Marlin/servo.cpp View File

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

Loading…
Cancel
Save