Переглянути джерело

Merge pull request #1282 from vandarin/Development

Due to the fix for #1248, X and Y probe offsets must not be floats.
Bo Herrmannsen 10 роки тому
джерело
коміт
63da6900b0
1 змінених файлів з 1 додано та 0 видалено
  1. 1
    0
      Marlin/Configuration.h

+ 1
- 0
Marlin/Configuration.h Переглянути файл

@@ -392,6 +392,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
392 392
 
393 393
 
394 394
   // these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
395
+  // X and Y offsets must be integers
395 396
   #define X_PROBE_OFFSET_FROM_EXTRUDER -25
396 397
   #define Y_PROBE_OFFSET_FROM_EXTRUDER -29
397 398
   #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35

Завантаження…
Відмінити
Зберегти