mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Remove some debugging info.
This commit is contained in:
parent
3ba625da22
commit
3b81bf0e33
2 changed files with 3 additions and 8 deletions
|
@ -91,7 +91,6 @@ class FillWithDirection : public Fill
|
|||
public:
|
||||
virtual float _layer_angle(size_t idx) const {
|
||||
bool odd = idx & 1;
|
||||
printf("_layer_angle: %s\n", odd ? "odd" : "even");
|
||||
return (idx & 1) ? float(M_PI/2.) : 0;
|
||||
}
|
||||
virtual std::pair<float, Point> infill_direction(const Surface *surface) const ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue