2#include "core/tool.hpp"
9 using ToolBase::ToolBase;
13 std::set<InToolActionID> get_actions()
const override
15 using I = InToolActionID;
25 std::forward_list<Hole *> holes_placed;
27 void create_hole(
const Coordi &c);
A hole with diameter and position, that's it.
Definition hole.hpp:15