mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fixed build when tech ENABLE_GCODE_VIEWER is disabled
This commit is contained in:
parent
7630be6cf1
commit
7653611ec1
3 changed files with 11 additions and 5 deletions
|
@ -157,9 +157,11 @@ private:
|
|||
void set_params(
|
||||
const std::vector<std::string>& load_configs,
|
||||
const DynamicPrintConfig& extra_config,
|
||||
const std::vector<std::string>& input_files,
|
||||
#if ENABLE_GCODE_VIEWER
|
||||
const std::vector<std::string>& input_files,
|
||||
bool start_as_gcodeviewer
|
||||
#else
|
||||
const std::vector<std::string>& input_files
|
||||
#endif // ENABLE_GCODE_VIEWER
|
||||
) {
|
||||
m_load_configs = load_configs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue