Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2019-02-23 17:23:47 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-02-23 17:23:47 +0300
commit147cf48293f63abf4a9ba4129062a93a29ce33ec (patch)
tree9dc1171fefbd8fcca65b7e08fa44470dbf1a9a75 /src/Storage/FileInfoParser.h
parent9f17c4ebd2e1c24a8bf3fb095c214c256de42ca5 (diff)
Towards 2.03beta3
Implemented M505 Implemented baby stepping on all axes, but only Z babysteps get accelerated by pushing them through the move queue Increased max heaters per tool and extruders per tool to 8 in Duet NG build Bug fix: when a file to print was selected on the 12864 display, the wrong file could be started if there were filename entries star4ting with '.' Bug fix: disable limit checking on special moves, even on CNC and Laser machines Fix DuetNG configuration build errors when smart driver support is turned off
Diffstat (limited to 'src/Storage/FileInfoParser.h')
-rw-r--r--src/Storage/FileInfoParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Storage/FileInfoParser.h b/src/Storage/FileInfoParser.h
index cc95058f..4d8648df 100644
--- a/src/Storage/FileInfoParser.h
+++ b/src/Storage/FileInfoParser.h
@@ -60,7 +60,7 @@ public:
FileInfoParser();
// The following method needs to be called until it returns true - this may take a few runs
- bool GetFileInfo(const char *directory, const char *fileName, GCodeFileInfo& info, bool quitEarly);
+ bool GetFileInfo(const char *filePath, GCodeFileInfo& info, bool quitEarly);
static constexpr const char* SimulatedTimeString = "\n; Simulated print time"; // used by FileInfoParser and MassStorage