mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
* Revert "Tsmith35 per BS PR4631 (#6709)"
This reverts commit c8216accfd
.
This commit is contained in:
parent
d39947d204
commit
24ae14f1d8
3 changed files with 92 additions and 236 deletions
|
@ -303,7 +303,7 @@ class Print;
|
|||
static bool contains_reserved_tags(const std::string& gcode, unsigned int max_count, std::vector<std::string>& found_tag);
|
||||
|
||||
static int get_gcode_last_filament(const std::string &gcode_str);
|
||||
static bool get_last_pos_from_gcode(const std::string& gcode_str, int axis, double& pos);
|
||||
static bool get_last_z_from_gcode(const std::string& gcode_str, double& z);
|
||||
|
||||
static const float Wipe_Width;
|
||||
static const float Wipe_Height;
|
||||
|
@ -984,3 +984,5 @@ class Print;
|
|||
} /* namespace Slic3r */
|
||||
|
||||
#endif /* slic3r_GCodeProcessor_hpp_ */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue