mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
fix some small issues of machine_max_acceleration_travel
This commit is contained in:
parent
bfdaa1c51b
commit
eed0c28bd8
13 changed files with 34 additions and 25 deletions
|
@ -116,6 +116,8 @@ public:
|
|||
void set_is_first_layer(bool bval) { m_is_first_layer = bval; }
|
||||
GCodeFlavor get_gcode_flavor() const { return config.gcode_flavor; }
|
||||
|
||||
// Returns whether this flavor supports separate print and travel acceleration.
|
||||
static bool supports_separate_travel_acceleration(GCodeFlavor flavor);
|
||||
private:
|
||||
// Extruders are sorted by their ID, so that binary search is possible.
|
||||
std::vector<Extruder> m_extruders;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue