Ported a couple more methods to XS

This commit is contained in:
Alessandro Ranellucci 2015-12-02 18:29:33 +01:00
parent ed75219215
commit 3a9cf91f83
8 changed files with 33 additions and 27 deletions

View file

@ -576,6 +576,8 @@ class PrintConfig : public GCodeConfig
return NULL;
};
double min_object_distance() const;
};
class HostConfig : public virtual StaticPrintConfig