From d7ab58ea886d4d5c087e4b0f62a12c5938d81779 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:55:50 +0200 Subject: [PATCH] Switch Temp Sensor from 5 to 11 which should be the correct one. --- .github/workflows/build-all.yml | 4 ++-- Marlin/Configuration.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index d6f2d250..7b0a37ce 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -1,4 +1,4 @@ -name: CI +name: Build All Firmware Variants on: #pull_request: @@ -20,7 +20,7 @@ on: jobs: build: - name: Build all Environments + name: Build if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S' runs-on: ubuntu-latest diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 436eba9a..fea8e83a 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -551,7 +551,7 @@ * 998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below. * 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below. */ -#define TEMP_SENSOR_0 5 +#define TEMP_SENSOR_0 11 // 5 is Anycubic default, but the documentation says 11 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_3 0