ANYCUBIC-3D / Vyper

Firmware of Anycubic 3D printer Vyper
GNU General Public License v3.0
106 stars 60 forks source link

Preheat Temp and Label cant be changed #23

Open Toddi3D opened 2 years ago

Toddi3D commented 2 years ago

Hello, i recompiled my own FW and whant to change this

// Preheat Constants

define PREHEAT_1_LABEL "PLA"

define PREHEAT_1_TEMP_HOTEND 180

define PREHEAT_1_TEMP_BED 70

define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255

define PREHEAT_2_LABEL "ABS"

define PREHEAT_2_TEMP_HOTEND 240

define PREHEAT_2_TEMP_BED 110

define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255

I whant preheat PLA to 195

And i whant change ABS to PETG

But all what i try it failes, every time the preheat for PLA is at 190. And ABS dont change to PETG.

What i can do ?

The main is to change the temp for preheat PLA

Many Thanks