Switch Temp Sensor from 5 to 11 which should be the correct one.

This commit is contained in:
Knutwurst
2020-09-04 20:55:50 +02:00
parent 552aa7767d
commit d7ab58ea88
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: CI name: Build All Firmware Variants
on: on:
#pull_request: #pull_request:
@@ -20,7 +20,7 @@ on:
jobs: jobs:
build: build:
name: Build all Environments name: Build
if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S' if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S'
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -551,7 +551,7 @@
* 998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below. * 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. * 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_1 0
#define TEMP_SENSOR_2 0 #define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0 #define TEMP_SENSOR_3 0