Преглед на файлове

Fix M217 report label, general cleanup

Scott Lahteine преди 6 години
родител
ревизия
5e38d70697

+ 1
- 1
Marlin/src/gcode/config/M217.cpp Целия файл

@@ -30,7 +30,7 @@
30 30
 void M217_report(const bool eeprom=false) {
31 31
 
32 32
   #if ENABLED(TOOLCHANGE_FILAMENT_SWAP)
33
-    serialprintPGM(eeprom ? PSTR("  M217") : PSTR("Singlenozzle:"));
33
+    serialprintPGM(eeprom ? PSTR("  M217") : PSTR("Toolchange:"));
34 34
     SERIAL_ECHOPAIR(" S", LINEAR_UNIT(toolchange_settings.swap_length));
35 35
     SERIAL_ECHOPAIR(" P", LINEAR_UNIT(toolchange_settings.prime_speed));
36 36
     SERIAL_ECHOPAIR(" R", LINEAR_UNIT(toolchange_settings.retract_speed));

+ 4
- 4
config/examples/BQ/Hephestos_2/Configuration.h Целия файл

@@ -903,12 +903,12 @@
903 903
  * Example: `M851 Z-5` with a CLEARANCE of 4  =>  9mm from bed to nozzle.
904 904
  *     But: `M851 Z+1` with a CLEARANCE of 2  =>  2mm from bed to nozzle.
905 905
  */
906
-#define Z_CLEARANCE_DEPLOY_PROBE   0 // Z Clearance for Deploy/Stow
907
-#define Z_CLEARANCE_BETWEEN_PROBES 2 // Z Clearance between probe points
906
+#define Z_CLEARANCE_DEPLOY_PROBE    0 // Z Clearance for Deploy/Stow
907
+#define Z_CLEARANCE_BETWEEN_PROBES  2 // Z Clearance between probe points
908 908
 #define Z_CLEARANCE_MULTI_PROBE     5 // Z Clearance between multiple probes
909
-//#define Z_AFTER_PROBING          5 // Z position after probing is done
909
+//#define Z_AFTER_PROBING           5 // Z position after probing is done
910 910
 
911
-#define Z_PROBE_LOW_POINT         -2 // Farthest distance below the trigger-point to go before stopping
911
+#define Z_PROBE_LOW_POINT          -2 // Farthest distance below the trigger-point to go before stopping
912 912
 
913 913
 // For M851 give a range for adjusting the Z probe offset
914 914
 #define Z_PROBE_OFFSET_RANGE_MIN -20

+ 0
- 3
config/examples/delta/Geeetech/Rostock 301/Configuration.h Целия файл

@@ -1116,9 +1116,6 @@
1116 1116
 #define Y_MAX_POS DELTA_PRINTABLE_RADIUS
1117 1117
 #define Z_MAX_POS MANUAL_Z_HOME_POS
1118 1118
 
1119
-// Z raise distance for tool-change, as needed for some extruders
1120
-#define TOOLCHANGE_ZRAISE     2  // (mm)
1121
-
1122 1119
 /**
1123 1120
  * Software Endstops
1124 1121
  *

Loading…
Отказ
Запис