Bläddra i källkod

Fix Anycubic Kossel config (probe crash) (#11832)

Hannes Brandstätter-Müller 6 år sedan
förälder
incheckning
bc06406d7d

+ 2
- 2
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h Visa fil

@@ -1017,8 +1017,8 @@
1017 1017
  *     But: `M851 Z+1` with a CLEARANCE of 2  =>  2mm from bed to nozzle.
1018 1018
  */
1019 1019
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
1020
-#define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
1021
-#define Z_CLEARANCE_MULTI_PROBE     5 // Z Clearance between multiple probes
1020
+#define Z_CLEARANCE_BETWEEN_PROBES 25 // Z Clearance between probe points
1021
+#define Z_CLEARANCE_MULTI_PROBE    25 // Z Clearance between multiple probes
1022 1022
 #define Z_AFTER_PROBING            30 // Z position after probing is done
1023 1023
 
1024 1024
 #define Z_PROBE_LOW_POINT          -2 // Farthest distance below the trigger-point to go before stopping

+ 1
- 1
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration_adv.h Visa fil

@@ -237,7 +237,7 @@
237 237
  * Multiple extruders can be assigned to the same pin in which case
238 238
  * the fan will turn on when any selected extruder is above the threshold.
239 239
  */
240
-#define E0_AUTO_FAN_PIN ORIG_E0_AUTO_FAN_PIN
240
+//#define E0_AUTO_FAN_PIN -1
241 241
 #define E1_AUTO_FAN_PIN -1
242 242
 #define E2_AUTO_FAN_PIN -1
243 243
 #define E3_AUTO_FAN_PIN -1

+ 2
- 1
Marlin/src/config/examples/delta/Anycubic/Kossel/README.md Visa fil

@@ -8,13 +8,14 @@ These configurations activate many of the new advanced features of the Marlin fi
8 8
 
9 9
 **Important**: Before doing anything else after updating the firmware, go to `Configuration > Advanced Settings > Initialize EEPROM` to get rid of old configurations.
10 10
 
11
+Then you should execute `Configuration > Delta Calibration > Set Delta Height` and also run `Configuration > Delta Configuration > Probe Z-offset` to verify the Probe offset.
12
+
11 13
 After that you should connect the Z-Probe and start `Configuration > Delta Calibration > Auto Calibration`. When it's done don't forget to also do `Configuration > Delta Calibration > Store Settings` to make it permanent.
12 14
 
13 15
 You should also do a `Motion > Bed Leveling > Level bed` followed by `Store Settings` to ensure a perfect leveling.
14 16
 
15 17
 Please do a manual paper test (moving the nozzle slowly down to Z0 and checking with a piece of paper). If it's not perfect, use `Configuration > Advanced Settings > Probe Z Offset` to correct the difference and execute the calibration again.
16 18
 
17
-**Also Important**: if you value your Z-Probe do NOT execute `Configuration > Delta Configuration > Probe Z-offset` - This can destroy the Z-Probe, see issue [#11337](https://github.com/MarlinFirmware/Marlin/issues/11337).
18 19
 
19 20
 # Select the Configuration
20 21
 

Laddar…
Avbryt
Spara