mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
GCodeTimeEstimator: refactoring of forward and reverse passes on blocks
This commit is contained in:
parent
011281df86
commit
3f57e20235
2 changed files with 49 additions and 61 deletions
|
@ -305,8 +305,8 @@ namespace Slic3r {
|
|||
void _forward_pass();
|
||||
void _reverse_pass();
|
||||
|
||||
void _planner_forward_pass_kernel(Block* prev, Block* curr);
|
||||
void _planner_reverse_pass_kernel(Block* curr, Block* next);
|
||||
void _planner_forward_pass_kernel(Block& prev, Block& curr);
|
||||
void _planner_reverse_pass_kernel(Block& curr, Block& next);
|
||||
|
||||
void _recalculate_trapezoids();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue