mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 18:51:11 -06:00
Disable optimizations and debug check even in debug mode.
This commit is contained in:
parent
23a5edbd11
commit
f3bda8a57a
3 changed files with 182 additions and 118 deletions
|
|
@ -22,6 +22,16 @@ protected:
|
|||
coord_t _diagonal_distance;
|
||||
};
|
||||
|
||||
class FillGrid2 : public FillRectilinear2
|
||||
{
|
||||
public:
|
||||
virtual ~FillGrid2() {}
|
||||
|
||||
protected:
|
||||
// The grid fill will keep the angle constant between the layers, see the implementation of Slic3r::Fill::Base.
|
||||
virtual float _layer_angle(size_t idx) const { return 0.f; }
|
||||
};
|
||||
|
||||
}; // namespace Slic3r
|
||||
|
||||
#endif // slic3r_FillRectilinear2_hpp_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue