瀏覽代碼

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

Tab to Space
Scott Lahteine 9 年之前
父節點
當前提交
ba00615aa4
共有 2 個檔案被更改,包括 6 行新增6 行删除
  1. 5
    5
      Marlin/language_pl.h
  2. 1
    1
      Marlin/servo.cpp

+ 5
- 5
Marlin/language_pl.h 查看文件

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 查看文件

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…
取消
儲存