change default wall loop to 3

Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
This commit is contained in:
SoftFever 2022-12-20 11:32:54 +08:00
parent 92360f75ed
commit 57b4f3cf68
15 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Anycubic",
"version": "01.02.00.05",
"version": "01.04.00.00",
"force_update": "0",
"description": "Anycubic configurations",
"machine_model_list": [

View file

@ -48,7 +48,7 @@
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",

View file

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.04.00.14",
"version": "01.04.00.15",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [

View file

@ -6,7 +6,7 @@
"inherits": "fdm_process_bbl_common",
"layer_height": "0.3",
"initial_layer_print_height": "0.3",
"wall_loops": "2",
"wall_loops": "3",
"bottom_shell_layers": "3",
"top_shell_layers": "3",
"bridge_flow": "1",

View file

@ -6,7 +6,7 @@
"inherits": "fdm_process_bbl_common",
"layer_height": "0.4",
"initial_layer_print_height": "0.4",
"wall_loops": "2",
"wall_loops": "3",
"bottom_shell_layers": "3",
"top_shell_layers": "3",
"bridge_flow": "1",

View file

@ -56,7 +56,7 @@
"only_one_wall_top": "1",
"inner_wall_line_width": "0.45",
"inner_wall_speed": "150",
"wall_loops": "2",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",

View file

@ -31,7 +31,7 @@
"detect_overhang_wall": "0",
"reduce_infill_retraction": "0",
"filename_format": "{input_filename_base}.gcode",
"wall_loops": "2",
"wall_loops": "3",
"inner_wall_line_width": "0.45",
"inner_wall_speed": "40",
"print_settings_id": "",

View file

@ -1,6 +1,6 @@
{
"name": "Creality",
"version": "01.04.00.00",
"version": "01.04.00.01",
"force_update": "0",
"description": "Creality configurations",
"machine_model_list": [

View file

@ -31,7 +31,7 @@
"detect_overhang_wall": "0",
"reduce_infill_retraction": "0",
"filename_format": "{input_filename_base}.gcode",
"wall_loops": "2",
"wall_loops": "3",
"inner_wall_line_width": "0.45",
"inner_wall_speed": "40",
"print_settings_id": "",

View file

@ -1,6 +1,6 @@
{
"name": "Prusa",
"version": "01.04.00.09",
"version": "01.04.00.10",
"force_update": "0",
"description": "Prusa configurations",
"machine_model_list": [

View file

@ -48,7 +48,7 @@
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",

View file

@ -1,6 +1,6 @@
{
"name": "Voron",
"version": "01.04.00.00",
"version": "01.04.00.01",
"force_update": "0",
"description": "Voron configurations",
"machine_model_list": [

View file

@ -31,7 +31,7 @@
"detect_overhang_wall": "0",
"reduce_infill_retraction": "0",
"filename_format": "{input_filename_base}.gcode",
"wall_loops": "2",
"wall_loops": "3",
"inner_wall_line_width": "0.45",
"inner_wall_speed": "40",
"print_settings_id": "",

View file

@ -51,7 +51,7 @@
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",

View file

@ -236,7 +236,7 @@ else ()
set(BIN_RESOURCES_DIR "${CMAKE_CURRENT_BINARY_DIR}/../resources")
endif ()
if (CMAKE_MACOSX_BUNDLE)
set(BIN_RESOURCES_DIR "${CMAKE_CURRENT_BINARY_DIR}/${BIN_CONF_DIR}/BambuStudio.app/Contents/Resources")
set(BIN_RESOURCES_DIR "${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>/BambuStudio.app/Contents/Resources")
set(MACOSX_BUNDLE_ICON_FILE Icon.icns)
set(MACOSX_BUNDLE_BUNDLE_NAME "Bambu Studio")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING ${SLIC3R_VERSION})