Browse Source

Ender 3 V2 followup

Scott Lahteine 4 years ago
parent
commit
b5f5736c90
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      Marlin/src/lcd/dwin/dwin.cpp

+ 10
- 0
Marlin/src/lcd/dwin/dwin.cpp View File

@@ -1601,6 +1601,16 @@ void HMI_StartFrame(const bool with_update) {
1601 1601
   }
1602 1602
 }
1603 1603
 
1604
+#ifndef MACHINE_SIZE
1605
+  #define MACHINE_SIZE "220x220x250"
1606
+#endif
1607
+#ifndef CORP_WEBSITE_C
1608
+  #define CORP_WEBSITE_C "www.cxsw3d.com"
1609
+#endif
1610
+#ifndef CORP_WEBSITE_E
1611
+  #define CORP_WEBSITE_E "www.creality.com"
1612
+#endif
1613
+
1604 1614
 inline void Draw_Info_Menu() {
1605 1615
   Clear_Main_Window();
1606 1616
 

Loading…
Cancel
Save