Browse Source

Please install the EditorConfig plugin

Scott Lahteine 3 years ago
parent
commit
69999f962a
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      Marlin/Configuration.h
  2. 1
    1
      Marlin/src/pins/stm32f1/pins_CREALITY_V4.h

+ 2
- 2
Marlin/Configuration.h View File

@@ -957,14 +957,14 @@
957 957
  * X and Y offset
958 958
  *   Use a caliper or ruler to measure the distance from the tip of
959 959
  *   the Nozzle to the center-point of the Probe in the X and Y axes.
960
- * 
960
+ *
961 961
  * Z offset
962 962
  * - For the Z offset use your best known value and adjust at runtime.
963 963
  * - Common probes trigger below the nozzle and have negative values for Z offset.
964 964
  * - Probes triggering above the nozzle height are uncommon but do exist. When using
965 965
  *   probes such as this, carefully set Z_CLEARANCE_DEPLOY_PROBE and Z_CLEARANCE_BETWEEN_PROBES
966 966
  *   to avoid collisions during probing.
967
- * 
967
+ *
968 968
  * Tune and Adjust
969 969
  * -  Probe Offsets can be tuned at runtime with 'M851', LCD menus, babystepping, etc.
970 970
  * -  PROBE_OFFSET_WIZARD (configuration_adv.h) can be used for setting the Z offset.

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CREALITY_V4.h View File

@@ -60,7 +60,7 @@
60 60
 //
61 61
 #ifndef HAS_PIN_27_BOARD
62 62
   #define SERVO0_PIN                        PB0   // BLTouch OUT
63
-#else 
63
+#else
64 64
   #define SERVO0_PIN                        PC6
65 65
 #endif
66 66
 

Loading…
Cancel
Save