Fix bug: diveToFile breaks M23 (#13865)

This commit is contained in:
Robby Candra
2019-05-03 03:54:24 +07:00
committed by Scott Lahteine
parent e5438a9a03
commit c369477cb0
4 changed files with 42 additions and 11 deletions

View File

@ -29,6 +29,8 @@
/**
* M23: Open a file
*
* The path is relative to the root directory
*/
void GcodeSuite::M23() {
// Simplify3D includes the size, so zero out all spaces (#7227)