Do not allow M23 to run subroutines

This commit is contained in:
Voinea Dragos 2021-04-29 10:59:21 +03:00
parent 999b93be35
commit 8610d0a850

View file

@ -5778,7 +5778,7 @@ if(eSoundMode!=e_SOUND_MODE_SILENT)
starpos = (strchr(strchr_pointer + 4,'*')); starpos = (strchr(strchr_pointer + 4,'*'));
if(starpos!=NULL) if(starpos!=NULL)
*(starpos)='\0'; *(starpos)='\0';
card.openFileReadFilteredGcode(strchr_pointer + 4); card.openFileReadFilteredGcode(strchr_pointer + 4, true);
break; break;
/*! /*!