SoftFever
520c4e7f32
update 1.3.1 changenotes
2022-10-22 14:37:56 +08:00
SoftFever
01453e6fd8
bump version to 1.3.1
2022-10-22 01:09:57 +08:00
SoftFever
138984b203
update mac build script
2022-10-22 01:07:32 +08:00
SoftFever
bbf0c40098
Omit BBL specific gcodes for other machines
2022-10-22 00:19:08 +08:00
SoftFever
fef5188a59
expose more parameters
2022-10-21 16:50:59 +08:00
SoftFever
aafe7c7954
update SF version
2022-10-21 16:50:34 +08:00
SoftFever
51efb72163
update SoftFever version number
2022-10-21 00:43:21 +08:00
SoftFever
a8c9280853
update Chinese translation
2022-10-21 00:43:03 +08:00
SoftFever
9601df285f
rename "z lift type" to "z hop type"
2022-10-21 00:42:41 +08:00
SoftFever
cc099946bd
hide circle bed shape
2022-10-21 00:42:11 +08:00
SoftFever
65086732fb
tweak ender 3 profile
2022-10-21 00:41:33 +08:00
SoftFever
0267e2f230
Merge branch 'master-remote' into feature/merge_remote_1.3
...
# Conflicts:
# bbl/i18n/zh_cn/BambuStudio_zh_CN.po
# resources/i18n/zh_cn/BambuStudio.mo
# resources/profiles/Voron.json
# resources/profiles/Voron/filament/Voron Generic ABS.json
# resources/profiles/Voron/filament/Voron Generic ASA.json
# resources/profiles/Voron/filament/Voron Generic PA-CF.json
# resources/profiles/Voron/filament/Voron Generic PA.json
# resources/profiles/Voron/filament/Voron Generic PC.json
# resources/profiles/Voron/filament/Voron Generic PETG.json
# resources/profiles/Voron/filament/Voron Generic PLA-CF.json
# resources/profiles/Voron/filament/Voron Generic PLA.json
# resources/profiles/Voron/filament/Voron Generic PVA.json
# resources/profiles/Voron/filament/Voron Generic TPU.json
# resources/profiles/Voron/filament/fdm_filament_abs.json
# resources/profiles/Voron/filament/fdm_filament_asa.json
# resources/profiles/Voron/filament/fdm_filament_common.json
# resources/profiles/Voron/filament/fdm_filament_pa.json
# resources/profiles/Voron/filament/fdm_filament_pc.json
# resources/profiles/Voron/filament/fdm_filament_pet.json
# resources/profiles/Voron/filament/fdm_filament_pla.json
# resources/profiles/Voron/filament/fdm_filament_pva.json
# resources/profiles/Voron/filament/fdm_filament_tpu.json
# resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron 0.1.json
# resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron 2.4 250.json
# resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron 2.4 300.json
# resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron 2.4 350.json
# resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron Trident 250.json
# resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron Trident 300.json
# resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron Trident 350.json
# resources/profiles/Voron/machine/fdm_klipper_common.json
# resources/profiles/Voron/process/0.08mm Extra Fine @Voron.json
# resources/profiles/Voron/process/0.12mm Fine @Voron.json
# resources/profiles/Voron/process/0.15mm Optimal @Voron.json
# resources/profiles/Voron/process/0.20mm Standard @Voron.json
# resources/profiles/Voron/process/0.24mm Draft @Voron.json
# resources/profiles/Voron/process/0.28mm Extra Draft @Voron.json
# resources/profiles/Voron/process/fdm_process_voron_common.json
# src/libslic3r/Preset.cpp
# src/libslic3r/PrintConfig.cpp
# src/libslic3r/PrintConfig.hpp
# src/libslic3r/PrintObject.cpp
# src/slic3r/GUI/BackgroundSlicingProcess.cpp
# src/slic3r/GUI/Field.cpp
# src/slic3r/GUI/GLToolbar.cpp
# src/slic3r/GUI/GLToolbar.hpp
# src/slic3r/GUI/MainFrame.cpp
# src/slic3r/GUI/MainFrame.hpp
# src/slic3r/GUI/NotificationManager.cpp
# src/slic3r/GUI/PhysicalPrinterDialog.cpp
# src/slic3r/GUI/PhysicalPrinterDialog.hpp
# src/slic3r/GUI/Plater.cpp
# src/slic3r/GUI/Plater.hpp
# src/slic3r/GUI/PrintHostDialogs.cpp
# src/slic3r/GUI/PrintHostDialogs.hpp
# src/slic3r/Utils/PrintHost.cpp
2022-10-20 23:12:00 +08:00
SoftFever
b60b83d2a5
move config info to the end of file
2022-10-20 21:30:42 +08:00
gerrit
566aa27a29
ci: update build version to 01.03.00.12
...
Change-Id: I900d47d2b015ed8b0ad15c35d98c595d29fe4fb7
2022-10-20 19:34:37 +08:00
yifan.wu
be0ddb13bd
FIX: fix print order issue of flush_into_support
...
Signed-off-by: yifan.wu <yifan.wu@bambulab.com >
Change-Id: Icc4cef72bed7e439b63a0f0fd02a85bbf890ea38
2022-10-20 19:34:37 +08:00
qing.zhang
b7b90f25eb
FIX: fix the empty layer after adding modifier
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: Iad6c149cb5f1a50a199fdf1dd50f4971898972e2
2022-10-20 19:34:37 +08:00
gerrit
efe0a4cb72
ci: update build version to 01.03.00.11
...
Change-Id: I83b92e67d38732119941389636ce243f7090d3b7
2022-10-20 19:34:37 +08:00
salt.wei
bc732c5ba9
ENH: revert "ENH: fix for modifier region issue"
...
The original patch can't fix empty layer issue
Revert.
This reverts commit 152a650fb80a84523e977b15f5f30d28837d80e9.
Change-Id: Ib6d47ac981fca24ca953b45068703bbcd231cf95
2022-10-20 19:34:37 +08:00
gerrit
c3a8989903
ci: update build version to 01.03.00.10
...
Change-Id: If2f671b01495d3c65ea29dca1c309ecc22bc860e
2022-10-20 19:34:37 +08:00
tao wang
b3e72b8ceb
FIX:block send to printer function
...
Change-Id: I04dff128e598b9679d39ece3f60f56ba09cbd72f
2022-10-20 19:34:37 +08:00
chunmao.guo
b884c4f7e0
FIX: replace print file default image
...
Change-Id: I58ff7c02b725c38b9c898fd1d4d4c92bf61c4c24
2022-10-20 19:34:37 +08:00
养乐多
a98b1fc97f
remove: "FIX:fixed some issues with sending prints"
...
This reverts commit d1036a86604da5d5f72bb9531618d959036caf42.
Change-Id: I17ad13d477ece20638c9c1a2f72aea7401d335ca
2022-10-20 19:34:37 +08:00
gerrit
96cc129ccf
ci: update build version to 01.03.00.09
...
Change-Id: I3834e0f8f85ffeec4b479564b516fe3d041c1970
2022-10-20 19:34:37 +08:00
tao wang
fbe4223ada
FIX:fixed some issues with sending prints
...
1. send to printer change to send to print sd card
2. update the default error message
3. display networking error messages on the page
Change-Id: I27b67091e9449bb9d469f9ded53148e0b1a74369
2022-10-20 19:34:37 +08:00
liz.li
65931ab617
FIX: fix send to printer dialog flicker
...
Change-Id: If5007501a2b0b268193b667503bd2bff8f3362ca
2022-10-20 19:34:37 +08:00
chunmao.guo
afc3468c43
FIX: add process id to save file name
...
Change-Id: I359d75ef4f7f63e6f5eb5138f18921faa09593fa
2022-10-20 19:34:37 +08:00
chunmao.guo
15c59ac6c0
FIX: use shellex to open file, avoid cmd window
...
Change-Id: I6ae868381003c85a319e9c3bad37b0bffc3dbdd7
2022-10-20 19:34:37 +08:00
yifan.wu
652c6ccafc
FIX: fix an flush_into_support bug for copied objects
...
Copied objects share extrusion paths but they should be treated
seperately.
Signed-off-by: yifan.wu <yifan.wu@bambulab.com >
Change-Id: I891c70d261a2fa5b198ec776694d74eeb8fd987f
2022-10-20 19:34:37 +08:00
zhimin.zeng
9ad805de98
FIX: Revert uniform scale modify
...
Revert "ENH: save uniform scale to an app_config item" Revert "ENH: do uniform scale if uniform_scale is true"
Change-Id: I069baecec143e77d796247f29cd5478b877971fb
(cherry picked from commit c7cf95cf5c365f314a53fead6612fac84a0a5f71)
2022-10-20 19:34:37 +08:00
zhimin.zeng
c9403ceb0b
FIX: remember the status of uniform scale
...
Change-Id: I60f36d6ac6e9be1be4b3e45bd3e7868dcd062e5d
(cherry picked from commit b1cde25a722a62720f7a877c985246078320149c)
2022-10-20 19:34:37 +08:00
salt.wei
6413ad6ecd
ENH: first layer nozzle temp doesn't work sometimes
...
This is a bug when printing multi filament
When the filament changing is finished before printing
first layer, the temperature should be resumed to be
initial layer nozzle temperature as well.
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I82231f8a47fac1995d8f1ba12c4f7797afce2891
2022-10-20 19:34:37 +08:00
yifan.wu
b7802e512d
FIX: fix an flush_into_object bug for copied objects
...
Copied objects share extrusion paths but they should be treated
seperately.
Thanks hisptoot for the fix.
Signed-off-by: yifan.wu <yifan.wu@bambulab.com >
Change-Id: I24d3050df7d284e92fc50a0213023a43ee8c529c
2022-10-20 19:34:37 +08:00
yifan.wu
beb9fba2f0
FIX: fix an exception happened in flush option in debug mode
...
Signed-off-by: yifan.wu <yifan.wu@bambulab.com >
Change-Id: I02847ac516f560863c126ee8bf7bfc9018c2d69e
2022-10-20 19:34:37 +08:00
zhimin.zeng
925427d480
FIX: assemble view does not handle model scaling
...
Change-Id: I4acce82e108128c4eee4e9fb5bcdeb6e74b6147e
(cherry picked from commit 8a9c5fbf11c26b112838c2790b9def9abcee7797)
2022-10-20 19:34:37 +08:00
Stone Li
959a8b4a73
FIX: update calibration status
...
Change-Id: I38a4340bf744b5aab29b95986ff0424250a179c5
2022-10-20 19:34:37 +08:00
Stone Li
cfd4406efe
ENH: hide select timelapse widget
...
Change-Id: I916644ff07f0578d80a1efac6f8cc075b56291c0
2022-10-20 19:34:37 +08:00
MusangKing
88146c2c48
ENH: add paint-on support on vertical faces
...
Add paint-on support on vertical faces of slender rods
Jira: Studio/STIDIO-970
Change-Id: If280b570a8076059b5583f385ba6517bf305723b
(cherry picked from commit 6832ee98ac146421c061fa90840c2751c3b3d875)
2022-10-20 19:34:37 +08:00
Stone Li
3e9832eabc
FIX: fix flushed filament
...
Change-Id: I57965d0679d94da483f4ea3b1ada3600e7aa340a
Signed-off-by: Stone Li <stone.li@bambulab.com >
2022-10-20 19:34:37 +08:00
tao wang
6cbcd56eb4
FIX:hide the printer status on the upgrade page
...
Change-Id: Ia462b047081243c5b5c32ce035dc37afa251a84c
2022-10-20 19:34:37 +08:00
chunmao.guo
5c0614a471
FIX: update po of slice texts
...
Change-Id: If1a47b1d378bd71961996e7329612693b333f5d7
2022-10-20 19:34:37 +08:00
gerrit
adb54e9a8e
ci: update build version to 01.03.00.08
...
Change-Id: Ie0fd9cad09c2f1305198c0eb0b05e6b91c620b72
2022-10-20 19:34:37 +08:00
lane.wei
7bee5779bb
ENH: disable wireframe currently
...
there are some issues need to be solved
Change-Id: I107db3d9411d2487c4c6fb65d54763896c3954b5
2022-10-20 19:34:37 +08:00
tao wang
e58e87fedf
NEW:update the chinese translation
...
Change-Id: I7c5ff743ed306fb4da137e2f053e5a6c94e962bb
2022-10-20 19:34:37 +08:00
lane.wei
dcf0d7ea80
Fix: fix the user directory not found issue
...
wrongly delete by update_user_presets_directory with empty username
Change-Id: I88521cddde5db5aeaccdbc62b09db74f5f596fbe
2022-10-20 19:34:37 +08:00
Stone Li
d7478547c4
ENH: refine confirm dialog when sending a print job
...
Change-Id: Id65afa8c5181a4b31e60a0b298bc945fbb77ade0
Signed-off-by: Stone Li <stone.li@bambulab.com >
2022-10-20 19:34:37 +08:00
salt.wei
88d599c49b
ENH: fix one typo
...
As title
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: Ief2cf0129f06ebf3bd1f9eb947ad17ad595cee79
2022-10-20 19:34:37 +08:00
tao wang
9df0fd8d38
NEW:download plugin failure can link to wiki page
...
Change-Id: Ib4590b5300e03c1bcf379cb2760a860a9426987e
2022-10-20 19:34:37 +08:00
lane.wei
80fd9b5d84
ENH: support sub-directories under system profiles
...
when copy directory, will copy the sub-directory recursively
Change-Id: Ib49cc38aaf889556b0b94f0e4d20451d3d4f03b2
2022-10-20 19:34:37 +08:00
Arthur
7d9aa528a0
FIX: tree support has empty layers for some models
...
Root cause:
support_floor_layers_above is not properly set,
so adjust_layer_height() fails to detect extremes,
and then deletes the middle layers.
Also reduce max_bridge_length to 10mm.
Jira: STUDIO-1084
Change-Id: I1e72a0600ec7e2b812705e45b47b76189152daac
2022-10-20 19:34:37 +08:00
lane.wei
d2a5f6ffb2
ENH: add logic to load default filaments of newly added model
...
1. fix the prefer_model issue
2. when a printer is visible and no filament is selected, just set its default materials to visible
3. add some log for shutdown debug
Change-Id: I599dbd9c8b180c944ff4086c7638267ff002f94a
2022-10-20 19:34:37 +08:00