We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46e8c9 commit 6ee8832Copy full SHA for 6ee8832
src/slicer/orca.rs
@@ -107,7 +107,7 @@ fn find_orca_slicer() -> anyhow::Result<PathBuf> {
107
// Find the orcaslicer executable path on Windows.
108
#[cfg(target_os = "windows")]
109
fn find_orca_slicer() -> anyhow::Result<PathBuf> {
110
- let app_path = std::path::PathBuf::from("C:\\Program Files\\OrcaSlicer\\OrcaSlicer.exe");
+ let app_path = std::path::PathBuf::from("C:\\Program Files\\OrcaSlicer\\orca-slicer.exe");
111
if app_path.exists() {
112
Ok(app_path)
113
} else {
0 commit comments