Browse Source

Tab to Space

esenapaj 9 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
 #define MSG_HEATING_COMPLETE                "Rozgrzano"
187
 #define MSG_HEATING_COMPLETE                "Rozgrzano"
188
 #define MSG_BED_HEATING                     "Rozgrzewanie loza..."
188
 #define MSG_BED_HEATING                     "Rozgrzewanie loza..."
189
 #define MSG_BED_DONE                        "Rozgrzano loze"
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
 #endif // LANGUAGE_PL_H
196
 #endif // LANGUAGE_PL_H

+ 1
- 1
Marlin/servo.cpp View File

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

Loading…
Cancel
Save