mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
14 lines
235 B
C++
14 lines
235 B
C++
#ifndef slic3r_Layer_hpp_
|
|
#define slic3r_Layer_hpp_
|
|
|
|
#include <myinit.h>
|
|
|
|
namespace Slic3r {
|
|
|
|
typedef std::pair<coordf_t,coordf_t> t_layer_height_range;
|
|
typedef std::map<t_layer_height_range,coordf_t> t_layer_height_ranges;
|
|
|
|
}
|
|
|
|
#endif
|