Kaynağa Gözat

Remove M48 credits also

Scott Lahteine 10 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
       }
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
     if (code_seen('n')) {
2420
     if (code_seen('n')) {
2423
       n_samples = code_value();
2421
       n_samples = code_value();
2431
     Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
2429
     Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
2432
     Z_current = st_get_position_mm(Z_AXIS);
2430
     Z_current = st_get_position_mm(Z_AXIS);
2433
     Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
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
     if (code_seen('E') || code_seen('e'))
2434
     if (code_seen('E') || code_seen('e'))
2437
       engage_probe_for_each_reading++;
2435
       engage_probe_for_each_reading++;

Loading…
İptal
Kaydet