Commit 839580d 1 parent 723ac82 commit 839580d Copy full SHA for 839580d
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -341,10 +341,16 @@ void RTSSHOW::RTS_Init()
341
341
HMI_ValueStruct.preheat_bed_temp [0 ] = ui.material_preset [0 ].bed_temp ;
342
342
HMI_ValueStruct.preheat_fan_speed [0 ] = ui.material_preset [0 ].fan_speed ;
343
343
344
+ RTS_SndData (HMI_ValueStruct.preheat_hotend_temp [0 ], PLA_HEAD_SET_DATA_VP);
345
+ RTS_SndData (HMI_ValueStruct.preheat_bed_temp [0 ], PLA_BED_SET_DATA_VP);
346
+
344
347
// ... ABS
345
348
HMI_ValueStruct.preheat_hotend_temp [1 ] = ui.material_preset [1 ].hotend_temp ;
346
349
HMI_ValueStruct.preheat_bed_temp [1 ] = ui.material_preset [1 ].bed_temp ;
347
350
HMI_ValueStruct.preheat_fan_speed [1 ] = ui.material_preset [1 ].fan_speed ;
351
+
352
+ RTS_SndData (HMI_ValueStruct.preheat_hotend_temp [1 ], ABS_HEAD_SET_DATA_VP);
353
+ RTS_SndData (HMI_ValueStruct.preheat_bed_temp [1 ], ABS_BED_SET_DATA_VP);
348
354
349
355
rtscheck.change_page (DWINTouchPage::MAIN_MENU);
350
356
You can’t perform that action at this time.
0 commit comments