Merge remote-tracking branch 'aegean-odyssey/ao_profile_resources_patch' into master

This commit is contained in:
David Kocik 2020-11-19 19:02:32 +01:00
commit 5f97b2512b
3 changed files with 25 additions and 21 deletions

View file

@ -324,6 +324,7 @@ void Bed3D::calc_gridlines(const ExPolygon& poly, const BoundingBox& bed_bbox)
printf("Unable to create bed grid lines\n");
}
std::tuple<Bed3D::EType, std::string, std::string> Bed3D::detect_type(const Pointfs& shape) const
{
auto bundle = wxGetApp().preset_bundle;