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
  * X and Y offset
957
  * X and Y offset
958
  *   Use a caliper or ruler to measure the distance from the tip of
958
  *   Use a caliper or ruler to measure the distance from the tip of
959
  *   the Nozzle to the center-point of the Probe in the X and Y axes.
959
  *   the Nozzle to the center-point of the Probe in the X and Y axes.
960
- * 
960
+ *
961
  * Z offset
961
  * Z offset
962
  * - For the Z offset use your best known value and adjust at runtime.
962
  * - For the Z offset use your best known value and adjust at runtime.
963
  * - Common probes trigger below the nozzle and have negative values for Z offset.
963
  * - Common probes trigger below the nozzle and have negative values for Z offset.
964
  * - Probes triggering above the nozzle height are uncommon but do exist. When using
964
  * - Probes triggering above the nozzle height are uncommon but do exist. When using
965
  *   probes such as this, carefully set Z_CLEARANCE_DEPLOY_PROBE and Z_CLEARANCE_BETWEEN_PROBES
965
  *   probes such as this, carefully set Z_CLEARANCE_DEPLOY_PROBE and Z_CLEARANCE_BETWEEN_PROBES
966
  *   to avoid collisions during probing.
966
  *   to avoid collisions during probing.
967
- * 
967
+ *
968
  * Tune and Adjust
968
  * Tune and Adjust
969
  * -  Probe Offsets can be tuned at runtime with 'M851', LCD menus, babystepping, etc.
969
  * -  Probe Offsets can be tuned at runtime with 'M851', LCD menus, babystepping, etc.
970
  * -  PROBE_OFFSET_WIZARD (configuration_adv.h) can be used for setting the Z offset.
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
 //
60
 //
61
 #ifndef HAS_PIN_27_BOARD
61
 #ifndef HAS_PIN_27_BOARD
62
   #define SERVO0_PIN                        PB0   // BLTouch OUT
62
   #define SERVO0_PIN                        PB0   // BLTouch OUT
63
-#else 
63
+#else
64
   #define SERVO0_PIN                        PC6
64
   #define SERVO0_PIN                        PC6
65
 #endif
65
 #endif
66
 
66
 

Loading…
Cancel
Save