Remove '/*' from M46 source
I forgot to remove the unintended comment start mark when merge. It has been deleted.
This commit is contained in:
parent
24b748c4ac
commit
b09761ed71
|
|
@ -5829,8 +5829,7 @@ if(eSoundMode!=e_SOUND_MODE_SILENT)
|
||||||
/*!
|
/*!
|
||||||
### M46 - Show the assigned IP address <a href="https://reprap.org/wiki/G-code#M46:_Show_the_assigned_IP_address">M46: Show the assigned IP address.</a>
|
### M46 - Show the assigned IP address <a href="https://reprap.org/wiki/G-code#M46:_Show_the_assigned_IP_address">M46: Show the assigned IP address.</a>
|
||||||
*/
|
*/
|
||||||
/*
|
case 46:
|
||||||
case 46:
|
|
||||||
{
|
{
|
||||||
// M46: Prusa3D: Show the assigned IP address.
|
// M46: Prusa3D: Show the assigned IP address.
|
||||||
if (card.ToshibaFlashAir_isEnabled()) {
|
if (card.ToshibaFlashAir_isEnabled()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue