Kaynağa Gözat

Remove M48 credits also

Scott Lahteine 9 yıl önce
ebeveyn
işleme
25dc79f124
1 değiştirilmiş dosya ile 3 ekleme ve 5 silme
  1. 3
    5
      Marlin/Marlin_main.cpp

+ 3
- 5
Marlin/Marlin_main.cpp Dosyayı Görüntüle

@@ -2414,10 +2414,8 @@ inline void gcode_M42() {
2414 2414
       }
2415 2415
     }
2416 2416
 
2417
-    if (verbose_level > 0)   {
2418
-      SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test.   Version 2.00\n");
2419
-      SERIAL_PROTOCOLPGM("Full support at: http://3dprintboard.com/forum.php\n");
2420
-    }
2417
+    if (verbose_level > 0)
2418
+      SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test\n");
2421 2419
 
2422 2420
     if (code_seen('n')) {
2423 2421
       n_samples = code_value();
@@ -2431,7 +2429,7 @@ inline void gcode_M42() {
2431 2429
     Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
2432 2430
     Z_current = st_get_position_mm(Z_AXIS);
2433 2431
     Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
2434
-    ext_position   = st_get_position_mm(E_AXIS);
2432
+    ext_position = st_get_position_mm(E_AXIS);
2435 2433
 
2436 2434
     if (code_seen('E') || code_seen('e'))
2437 2435
       engage_probe_for_each_reading++;

Loading…
İptal
Kaydet