Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ProUI Plot graph #26539

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
indent
  • Loading branch information
thinkyhead committed Dec 22, 2023
commit 7972cdd291ec952ca5701dce0e1f3006d7b2f88c
24 changes: 12 additions & 12 deletions buildroot/share/dwin/bin/DWIN_ICO.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,16 @@ def serialize(self):
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',
Expand Down Expand Up @@ -340,7 +340,7 @@ def serialize(self):
90 : 'ICON_Info_0',
91 : 'ICON_Info_1',
93 : 'ICON_Printer_0',
# 94 : 'ICON_Printer_1',
#94 : 'ICON_Printer_1',
200 : 'ICON_Checkbox_F',
201 : 'ICON_Checkbox_T',
202 : 'ICON_Fade',
Expand All @@ -354,4 +354,4 @@ def serialize(self):
252 : 'ICON_AxisBL',
253 : 'ICON_AxisTL',
254 : 'ICON_AxisC'
}
}