From 0eeb8c65480a5e0e8660f168f82de834063a93ef Mon Sep 17 00:00:00 2001 From: Hannes Brandstaetter-Mueller Date: Sun, 9 Sep 2018 11:50:52 +0200 Subject: [PATCH 1/2] fixed README --- Marlin/src/config/examples/delta/Anycubic/Kossel/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Marlin/src/config/examples/delta/Anycubic/Kossel/README.md b/Marlin/src/config/examples/delta/Anycubic/Kossel/README.md index 41f9e0b32918..f27d0ada64a7 100644 --- a/Marlin/src/config/examples/delta/Anycubic/Kossel/README.md +++ b/Marlin/src/config/examples/delta/Anycubic/Kossel/README.md @@ -18,7 +18,7 @@ Please do a manual paper test (moving the nozzle slowly down to Z0 and checking # Select the Configuration -Please select the correct subdirectory for your printer. +**Please select the correct values at the start of the Configuration.h file** The Kossel comes in 3 versions: @@ -28,8 +28,7 @@ The Kossel comes in 3 versions: Pulley and Linear use the same configuration, the Linear Plus is bigger and uses slightly different configurations. -Typically the probes for the Anycubic Delta Kossel printers come in two different versions. Specify your probe version at the top of the `Configuration.h` file for your machine. - +Typically the probes for the Anycubic Delta Kossel printers come in two different versions. * Version 1: Z Probe Offset of -19.0mm @@ -39,7 +38,7 @@ Typically the probes for the Anycubic Delta Kossel printers come in two differen ![Version 2 Probe](images/Version2Probe.jpg) -Additionally, there's a configuration version available for the Kossel (Linear or Pulley) without Z-Probe and without heated bed. 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: +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: * `Configuration > Advanced Settings > Initialize EEPROM` * `Motion > Move Axis > Soft Endstops` : `Off` From 45720143a35aa3e8405e618967b2e538e9b2e574 Mon Sep 17 00:00:00 2001 From: Hannes Brandstaetter-Mueller Date: Sun, 9 Sep 2018 13:50:55 +0200 Subject: [PATCH 2/2] Fix false positive warning in octoprint --- .../src/config/examples/delta/Anycubic/Kossel/Configuration.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h b/Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h index b03f091fd6e3..7848dd83b4b4 100644 --- a/Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h +++ b/Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h @@ -520,9 +520,7 @@ */ #define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders -#if ANYCUBIC_KOSSEL_ENABLE_BED > 0 - #define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed -#endif +#define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed //=========================================================================== //============================= Mechanical Settings =========================