Fix an issue that Orca rebuilds every time. (#10033)

remove SLIC3R_BUILD_TIME as it cause rebuild everytime
This commit is contained in:
SoftFever
2025-06-30 23:05:53 +08:00
committed by GitHub
parent 3f7d5b85fd
commit 10687085ee
3 changed files with 0 additions and 11 deletions

View File

@@ -3,9 +3,6 @@ project(libslic3r)
include(PrecompiledHeader)
string(TIMESTAMP COMPILE_TIME %Y%m%d-%H%M%S)
set(SLIC3R_BUILD_TIME ${COMPILE_TIME})
if(NOT DEFINED ORCA_CHECK_GCODE_PLACEHOLDERS)
set(ORCA_CHECK_GCODE_PLACEHOLDERS "0")
endif()