|
@@ -0,0 +1,49 @@
|
|
1
|
+# Readme
|
|
2
|
+
|
|
3
|
+These configurations activate many of the new advanced features of the Marlin firmware:
|
|
4
|
+
|
|
5
|
+ * Auto Calibration
|
|
6
|
+ * Auto Bed Leveling
|
|
7
|
+ * Pause & Filament Change
|
|
8
|
+
|
|
9
|
+**Important**: Before doing anything else after updating the firmware, go to `Configuration > Advanced Settings > Initialize EEPROM` to get rid of old configurations.
|
|
10
|
+
|
|
11
|
+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
|
+
|
|
13
|
+You should also do a `Motion > Bed Leveling > Level bed` followed by `Store Settings` to ensure a perfect leveling.
|
|
14
|
+
|
|
15
|
+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
|
+
|
|
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
|
+# Select the Configuration
|
|
20
|
+
|
|
21
|
+**Please select the correct values at the start of the Configuration.h file**
|
|
22
|
+
|
|
23
|
+The Kossel comes in 3 versions:
|
|
24
|
+
|
|
25
|
+ * Pulley
|
|
26
|
+ * Linear
|
|
27
|
+ * Linear Plus
|
|
28
|
+
|
|
29
|
+Pulley and Linear use the same configuration, the Linear Plus is bigger and uses slightly different configurations.
|
|
30
|
+
|
|
31
|
+Typically the probes for the Anycubic Delta Kossel printers come in two different versions.
|
|
32
|
+
|
|
33
|
+ * Version 1: Z Probe Offset of -19.0mm
|
|
34
|
+
|
|
35
|
+ 
|
|
36
|
+
|
|
37
|
+ * Version 2: Z Probe Offset of -16.8mm
|
|
38
|
+
|
|
39
|
+ 
|
|
40
|
+
|
|
41
|
+If you select the `ANYCUBIC_PROBE_VERSION 0`: It's very important to follow the correct procedure to set it up after flashing the firmware, otherwise you might damage the printer by ramming the nozzle into the buildplate:
|
|
42
|
+
|
|
43
|
+* `Configuration > Advanced Settings > Initialize EEPROM`
|
|
44
|
+* `Motion > Move Axis > Soft Endstops` : `Off`
|
|
45
|
+* Auto Home and slowly move the nozzle down until it barely touches the bed. (Do a paper-test: A normal sheet of paper should just feel the drag of the nozzle) and note this number.
|
|
46
|
+* Subtract this number from the value in `Configuration > Delta Calibration > Delta Settings > Height`. (If it's negative, add it).
|
|
47
|
+* Save and try the paper test again to verify your height.
|
|
48
|
+* `Configuration > Store Settings`
|
|
49
|
+* Motion > Bed Leveling (using paper test)
|