Merge pull request #3137 from leptun/PFW-1239_fix_M23_subroutine_issue
Do not allow M23 to run subroutines
This commit is contained in:
commit
89386036e6
|
|
@ -5780,7 +5780,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;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue