Merge pull request #3472 from 3d-gussner/PFW-1306_help_prusa3d_com
PFW-1306 help.prusa3d.com
This commit is contained in:
commit
f893d93d63
@ -1863,11 +1863,11 @@ void TestPullupCrash() {
|
|||||||
//! | 3.7.2.-2363 | c=16
|
//! | 3.7.2.-2363 | c=16
|
||||||
//! | prusa3d.com | MSG_PRUSA3D
|
//! | prusa3d.com | MSG_PRUSA3D
|
||||||
//! | forum.prusa3d.com | MSG_PRUSA3D_FORUM
|
//! | forum.prusa3d.com | MSG_PRUSA3D_FORUM
|
||||||
//! | howto.prusa3d.com | MSG_PRUSA3D_HOWTO
|
//! | help.prusa3d.com | MSG_PRUSA3D_HELP
|
||||||
//! | -------------- | STR_SEPARATOR
|
//! | -------------- | STR_SEPARATOR
|
||||||
//! | 1_75mm_MK3 | FILAMENT_SIZE
|
//! | 1_75mm_MK3 | FILAMENT_SIZE
|
||||||
//! | howto.prusa3d.com | ELECTRONICS
|
//! | help.prusa3d.com | ELECTRONICS
|
||||||
//! | howto.prusa3d.com | NOZZLE_TYPE
|
//! | help.prusa3d.com | NOZZLE_TYPE
|
||||||
//! | -------------- | STR_SEPARATOR
|
//! | -------------- | STR_SEPARATOR
|
||||||
//! | Date: | c=17
|
//! | Date: | c=17
|
||||||
//! | MMM DD YYYY | __DATE__
|
//! | MMM DD YYYY | __DATE__
|
||||||
@ -1971,7 +1971,7 @@ static void lcd_support_menu()
|
|||||||
|
|
||||||
MENU_ITEM_BACK_P(_n("prusa3d.com"));////MSG_PRUSA3D c=18
|
MENU_ITEM_BACK_P(_n("prusa3d.com"));////MSG_PRUSA3D c=18
|
||||||
MENU_ITEM_BACK_P(_n("forum.prusa3d.com"));////MSG_PRUSA3D_FORUM c=18
|
MENU_ITEM_BACK_P(_n("forum.prusa3d.com"));////MSG_PRUSA3D_FORUM c=18
|
||||||
MENU_ITEM_BACK_P(_n("howto.prusa3d.com"));////MSG_PRUSA3D_HOWTO c=18
|
MENU_ITEM_BACK_P(_n("help.prusa3d.com"));////MSG_PRUSA3D_HELP c=18
|
||||||
MENU_ITEM_BACK_P(STR_SEPARATOR);
|
MENU_ITEM_BACK_P(STR_SEPARATOR);
|
||||||
MENU_ITEM_BACK_P(PSTR(FILAMENT_SIZE));
|
MENU_ITEM_BACK_P(PSTR(FILAMENT_SIZE));
|
||||||
MENU_ITEM_BACK_P(PSTR(ELECTRONICS));
|
MENU_ITEM_BACK_P(PSTR(ELECTRONICS));
|
||||||
|
Loading…
Reference in New Issue
Block a user