mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Compare commits
11 Commits
v2.3.2-bet
...
feature/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e3ba8e2f3 | ||
|
|
29325e3561 | ||
|
|
0604aa5c76 | ||
|
|
bf59fe458f | ||
|
|
055f24ca7a | ||
|
|
06cee7ffe7 | ||
|
|
5ec4874b33 | ||
|
|
783f9926e3 | ||
|
|
2fae370e52 | ||
|
|
cef69307e7 | ||
|
|
769fc137c7 |
@@ -24,7 +24,7 @@
|
||||
"1.27"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
"10"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"20"
|
||||
"10"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
|
||||
@@ -7655,7 +7655,7 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
|
||||
opt_key = "wipe_tower_rib_width";
|
||||
} else if (opt_key == "prime_tower_fillet_wall") {
|
||||
opt_key = "wipe_tower_fillet_wall";
|
||||
} else if (opt_key == "extruder_clearance_max_radius") {
|
||||
} else if (opt_key == "extruder_clearance_dist_to_rod") {
|
||||
opt_key = "extruder_clearance_radius";
|
||||
} else if (opt_key == "machine_switch_extruder_time") {
|
||||
opt_key = "machine_tool_change_time";
|
||||
|
||||
@@ -7,7 +7,7 @@ set(SLIC3R_APP_KEY "OrcaSlicer")
|
||||
if(NOT DEFINED BBL_INTERNAL_TESTING)
|
||||
set(BBL_INTERNAL_TESTING "0")
|
||||
endif()
|
||||
set(SoftFever_VERSION "2.3.2-beta2")
|
||||
set(SoftFever_VERSION "2.3.2-dev")
|
||||
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
|
||||
SoftFever_VERSION_MATCH ${SoftFever_VERSION})
|
||||
set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})
|
||||
|
||||
Reference in New Issue
Block a user