mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
flow calibration first version
Port from SuperSlicer
This commit is contained in:
parent
53f3b8b009
commit
72f23ed5a8
40 changed files with 441 additions and 1 deletions
|
@ -227,6 +227,8 @@ public:
|
|||
|
||||
// SoftFever
|
||||
void calib_pa(bool bowden = false);
|
||||
void calib_flowrate(int pass);
|
||||
ModelObject* add_part(ModelObject* model_object, std::string input_file, Vec3d move, Vec3d scale);
|
||||
|
||||
//BBS: add only gcode mode
|
||||
bool only_gcode_mode() { return m_only_gcode; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue