mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
NEW: add confirm dialog after check conditions
confirm to check printer model and slice warnings Change-Id: I07a272fda1a5e2ebc0f4e106815fe07da5aaa4df Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
a84cf46699
commit
ee62ffcc7d
10 changed files with 124 additions and 6 deletions
|
@ -347,6 +347,7 @@ public:
|
|||
Print* fff_print() { return m_print; }
|
||||
//return the slice result
|
||||
GCodeProcessorResult* get_slice_result() { return m_gcode_result; }
|
||||
|
||||
std::string get_tmp_gcode_path();
|
||||
std::string get_temp_config_3mf_path();
|
||||
//this API should only be used for command line usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue