Fix of a G-code comment. Fixes

Incorrect filament profile being used during purge - always set to PLA. #1691
This commit is contained in:
bubnikv 2019-01-29 18:28:52 +01:00
parent 7bfc60e805
commit 49bb90523a
2 changed files with 19 additions and 16 deletions

View file

@ -38,6 +38,7 @@ public:
// Parse material name into material_type.
static material_type parse_material(const char *name);
static std::string to_string(material_type material);
// x -- x coordinates of wipe tower in mm ( left bottom corner )
// y -- y coordinates of wipe tower in mm ( left bottom corner )