1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed OSX build

This commit is contained in:
YuSanka
2019-06-10 15:49:41 +02:00
parent 8ba447e97f
commit 72046598a9
+2 -1
View File
@@ -20,7 +20,8 @@ namespace Slic3r {
enum class ModelVolumeType : int;
};
typedef std::pair<coordf_t, coordf_t> t_layer_height_range;
typedef double coordf_t;
typedef std::pair<coordf_t, coordf_t> t_layer_height_range;
#ifdef __WXMSW__
void msw_rescale_menu(wxMenu* menu);