M109 bug fix

Missing break statement
master
WHPThomas 2013-05-13 01:26:03 +10:00
parent 3e06a9d84f
commit 1a0b856f74
1 changed files with 1 additions and 0 deletions

1
gpx.c
View File

@ -3039,6 +3039,7 @@ int main(int argc, char * argv[])
else {
fprintf(stderr, "(line %u) Syntax error: M109 is missing temperature, use Sn where n is 0-260" EOL, lineNumber);
}
break;
// M140 - Set Build Platform Temperature (skeinforge)
case 140: