From 24e0e314217215b02959ab56b27f69d7320cc109 Mon Sep 17 00:00:00 2001 From: Marco Nieddu Date: Mon, 11 Feb 2019 13:03:44 +0100 Subject: [PATCH] Revert preheat temperature to davidramiro default --- Marlin/AnycubicTFT.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/AnycubicTFT.cpp b/Marlin/AnycubicTFT.cpp index c5f6201..d12382a 100644 --- a/Marlin/AnycubicTFT.cpp +++ b/Marlin/AnycubicTFT.cpp @@ -878,8 +878,8 @@ void AnycubicTFTClass::GetCommandFromTFT() if((!planner.movesplanned())&& (TFTstate!=ANYCUBIC_TFT_STATE_SDPAUSE) && (TFTstate!=ANYCUBIC_TFT_STATE_SDOUTAGE)) { if((current_position[Z_AXIS]<10)) enqueue_and_echo_commands_P(PSTR("G1 Z10")); // RAISE Z AXIS - thermalManager.setTargetBed(55); - thermalManager.setTargetHotend(195, 0); + thermalManager.setTargetBed(50); + thermalManager.setTargetHotend(200, 0); ANYCUBIC_SERIAL_SUCC_START; ANYCUBIC_SERIAL_ENTER(); }