Remove '/*' from M46 source

I forgot to remove the unintended comment start mark when merge.
It has been deleted.
This commit is contained in:
odaki 2020-01-16 21:38:39 +09:00
parent 24b748c4ac
commit b09761ed71
1 changed files with 1 additions and 2 deletions

View File

@ -5829,7 +5829,6 @@ 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.