🚸 Update ProUI Plot graph (#26539)

This commit is contained in:
Andrew
2023-12-22 13:57:06 -05:00
committed by GitHub
parent ec7ab5a277
commit 56ac5d03ed
8 changed files with 199 additions and 92 deletions

View File

@@ -247,16 +247,16 @@ class Entry():
return rawdata
_iconNames = {
0 : 'ICON_LOGO',
1 : 'ICON_Print_0',
2 : 'ICON_Print_1',
3 : 'ICON_Prepare_0',
4 : 'ICON_Prepare_1',
5 : 'ICON_Control_0',
6 : 'ICON_Control_1',
7 : 'ICON_Leveling_0',
8 : 'ICON_Leveling_1',
9 : 'ICON_HotendTemp',
0 : 'ICON_LOGO',
1 : 'ICON_Print_0',
2 : 'ICON_Print_1',
3 : 'ICON_Prepare_0',
4 : 'ICON_Prepare_1',
5 : 'ICON_Control_0',
6 : 'ICON_Control_1',
7 : 'ICON_Leveling_0',
8 : 'ICON_Leveling_1',
9 : 'ICON_HotendTemp',
10 : 'ICON_BedTemp',
11 : 'ICON_Speed',
12 : 'ICON_Zoffset',
@@ -338,5 +338,20 @@ _iconNames = {
88 : 'ICON_Confirm_C',
89 : 'ICON_Confirm_E',
90 : 'ICON_Info_0',
91 : 'ICON_Info_1'
}
91 : 'ICON_Info_1',
93 : 'ICON_Printer_0',
#94 : 'ICON_Printer_1',
200 : 'ICON_Checkbox_F',
201 : 'ICON_Checkbox_T',
202 : 'ICON_Fade',
203 : 'ICON_Mesh',
204 : 'ICON_Tilt',
205 : 'ICON_Brightness',
206 : 'ICON_Probe',
249 : 'ICON_AxisD',
250 : 'ICON_AxisBR',
251 : 'ICON_AxisTR',
252 : 'ICON_AxisBL',
253 : 'ICON_AxisTL',
254 : 'ICON_AxisC'
}