Compare commits

...

651 Commits

Author SHA1 Message Date
SoftFever
ec7a7ff1ff PA per filament 2022-11-05 14:49:37 +08:00
SoftFever
6fb941cf4c Merge branch 'master-remote' into SoftFever
# Conflicts:
#	resources/profiles/Creality.json
#	resources/profiles/Voron.json
#	version.inc
2022-11-05 11:26:59 +08:00
SoftFever
3c70c12720 add heating command.
Save new users from panic
2022-11-05 11:19:38 +08:00
SoftFever
0008668fa5 Change layer time to float 2022-11-05 00:33:07 +08:00
SoftFever
78b9fcb71b filter out tiny gaps 2022-11-04 16:44:43 +08:00
SoftFever
1a371a9417 fix a small UI glitch caused by printer viewer 2022-11-02 21:19:46 +08:00
SoftFever
47225a83a2 add doxygen 2022-11-01 21:14:40 +08:00
gerrit
c05d42cc1c ci: update build version to 01.03.00.22
Change-Id: I69d99b1b3306fd0d191a22b320705f846b82eb9d
2022-11-01 20:52:23 +08:00
qing.zhang
eae71a5184 ENH: remove the dulicate warning msg of temp
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I978f2de34e277c6747adc783cb91c341f159a67e
2022-11-01 20:52:23 +08:00
lane.wei
8df60acc61 FIX: fix the label switch incorrect issue when print_sequence change
1. only turn on label while switch from by_layer to by_object
2. don't crash when filament_colours mismatch between project_config and PresetBundle

Change-Id: Icac9d0d7f88e17fcad3b042ea19cda3ac23ae62c
2022-11-01 20:52:23 +08:00
lane.wei
082c695db1 ENH: version: increase version of profiles
Change-Id: I2dc0bbf8374f60f4e4c43806c9e16bd20d9d08f2
2022-11-01 20:52:23 +08:00
lane.wei
7086a3fb5a ENH: add some logs for appconfig::save exception
Change-Id: Ic65345af7debdb340fce5dd03fe09257d7c2c395
2022-11-01 20:52:23 +08:00
gerrit
28cf2d56e2 ci: update build version to 01.03.00.21
Change-Id: Iff25f6602a010247776103aa882d2fb1eefe4ec3
2022-11-01 20:52:23 +08:00
Arthur
8dd401d35f FIX: auto-arrange reads wrongs first_bed_temp
Also change words for extruder clearance parameters.

Change-Id: I736fd9049d184c140b33078d78f764b4fe172765
(cherry picked from commit e70c0c0ea133cffa5788efbfc9633332b196e8df)
2022-11-01 20:52:23 +08:00
gerrit
d3e7989119 ci: update build version to 01.03.00.20
Change-Id: I9245d64eb7ae836581fc2426921b4ecda63a064e
2022-11-01 20:52:23 +08:00
Arthur
703f93d8e2 FIX: reduce height_to_lid to 90mm
Towline may be even lower than the upper rod. Let's
take away 10mm tolerance.

Change-Id: I13972fc4ecb0671e1af4b2c6d102e319417e532f
(cherry picked from commit cedcb862556c8c9014a91ef2aad8f39fc118d925)
2022-11-01 20:52:23 +08:00
gerrit
85c0aeb19f ci: update build version to 01.03.00.19
Change-Id: Ieee2345c952011ef87915bb07134ccb3c36309ec
2022-11-01 20:52:23 +08:00
lane.wei
c79af29ad4 ENH: refine the label logic of seq_print
use the arrange_order computed by Print
turn on label by default when switch to sequent print

Change-Id: I7063bcc9494bbfc14a3cee85eaf30a9eb52c99d2
2022-11-01 20:52:23 +08:00
gerrit
301b85f5c0 ci: update build version to 01.03.00.18
Change-Id: Ic3ad3d2e1314e131178962961c6d8c75afb3ad4c
2022-11-01 20:52:23 +08:00
gerrit
387889cda0 ci: update build version to 01.03.00.17
Change-Id: I4a3695999070a72b9cf59f2273875d788ecb4cb8
2022-11-01 20:52:23 +08:00
Arthur
f16f5afec5 FIX: 2 auto-arrange bugss with per-object printing
1. use strict ordering to ensure the printing order is right
2. reduce height-to-lid to 100mm considering towline is lower than lid
and may collid with objects

TODO: printing brim may still collide, need to subtract inflated boundary of
others during brim generation

Change-Id: Icf0cba10c579d28fabd97764c1b3abec267ebd9b
(cherry picked from commit 46c6f5ff94488b2f4481bf1d34555f4a7c45e135)
2022-11-01 20:52:23 +08:00
gerrit
66f38fbb81 ci: update build version to 01.03.00.16
Change-Id: I44e01e64fcc762c9bc0082b446543f78bfb40279
2022-11-01 20:52:23 +08:00
gerrit
95496fc057 ci: update build version to 01.03.00.15
Change-Id: I2936f6922e0ee188575777483d7c12a92dcef024
2022-11-01 20:52:23 +08:00
liz.li
c065c3a2e6 FIX:AssembleViewData crash
Change-Id: I759a385621b8a83d89abcc7c1b38786e067dbb33
(cherry picked from commit c218e7dd77fad970f637412dc9c230b1241c1f67)
2022-11-01 20:52:23 +08:00
gerrit
ebf7a6c3c7 ci: update build version to 01.03.00.14
Change-Id: I2d9679a72adafd0e0b29cf1da27d98f034cd4abf
2022-11-01 20:52:23 +08:00
Arthur
c8c073a199 FIX: print ordering didn't consider object height
This may cause tall objects be printed before short ones. There are two
possible solutions:
1. do strict ordering only when y-overlap is large enough (the one
   chosen in this commit)
2. when considering vertical collision with rod, the actual expansion
   can be much smaller (because the rod is only slightly off extruder).
   But this solution requires an extra parameter. Let's hold it for a
   while.

Change-Id: Icc9a4796d49dad93cbcc20d4103e641a48886e5e
(cherry picked from commit 6a958b1fa9e58e4ca3be63b4918da77bcdc53314)
(cherry picked from commit ceff67789c27ea576afd663a2e5bae9a10241728)
2022-11-01 20:52:23 +08:00
tao wang
db233c6051 FIX:fixed cant not link to wiki on macos
Change-Id: I8c7fc943e9c6eb46c1f7a63dcd32f0a9a7f120d3
(cherry picked from commit 1fd7ef86e39c979e8b986c9f6d6db239949682cd)
2022-11-01 20:52:23 +08:00
gerrit
badd314724 ci: update build version to 01.03.00.13
Change-Id: Iedf30b5615da18c0b5e3a1e86e12cfd9d7de6af2
2022-11-01 20:52:23 +08:00
Arthur Tang
5544e9602c FIX: rewrite per-object printing order logic
1. Previous logic can't guarantee left-to-right printing order, so
   toolhead may crash on the right side. In the new algorithm printing
   order is guaranteed.
2. Clearance radius should be the max of 3 directions (left, bottom,
   up), not including right, otherwise collision may happen on bottom or
   up directions.
3. Add is_extrusion_cali_object property to handle extrusion brim
   overlap better.

Change-Id: I44868b9925d983f5cca0c31d35dfa28d895fadbf
2022-11-01 20:52:23 +08:00
qing.zhang
59dfcb98fc FIX: fix the empty layer after adding modifier
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Iad6c149cb5f1a50a199fdf1dd50f4971898972e2
(cherry picked from commit 6065729c6febb9f3a704dde12bda6ad34f62caec)
2022-11-01 20:52:23 +08:00
tao wang
39df4c8b49 FIX:fixed description messages not refreshing the scrollbar
Change-Id: Ie067784144031d4f9418b4af1b08420bf919d7f1
(cherry picked from commit 520703c1823bdf6ec802467b4bc035da8e797d8f)
2022-11-01 20:52:23 +08:00
tao wang
34e1939666 FIX:change the downloading plugin url of the wiki
Change-Id: I0eb1c42105e5e27e16b9888f8c415aa157cd6f03
(cherry picked from commit 6a35a3546722d16e6118539ab60b748aa9666097)
2022-11-01 20:52:23 +08:00
tao wang
57c877ab9a FIX:fixed incorrect display after adding files via add
Change-Id: Id812b40cb85a882a8c490ccdc2375e0d9b8e312d
2022-11-01 20:52:23 +08:00
SoftFever
cf8ff30c74 bump voron profile version 2022-10-30 21:32:40 +08:00
SoftFever
dc941163eb bump up version 1.32 2022-10-30 19:45:35 +08:00
SoftFever
fdb4196ad5 handle klipper set_velocity_limit 2022-10-30 00:50:15 +08:00
SoftFever
258f800b8b Merge branch 'SoftFever' into feature/compatible_comments 2022-10-28 17:44:50 +08:00
SoftFever
9a5a336483 show fan speed 2022-10-28 17:17:35 +08:00
SoftFever
a89a354c31 layer count issue fixed 2022-10-28 17:16:07 +08:00
SoftFever
644742133e fix crash when there are unicode string in the model path 2022-10-26 21:23:51 +08:00
SoftFever
96810ea994 handle url 2022-10-26 12:45:16 +08:00
SoftFever
bd672054cc fix aux fan issue for third party printers 2022-10-25 21:42:36 +08:00
SoftFever
ec28acf476 Special handling temperature for Klipper 2022-10-25 10:40:23 +08:00
SoftFever
bd38df6a6a un-hide fan speed/temp preview 2022-10-25 09:11:19 +08:00
SoftFever
48e5d3d3c1 hide bed type for 3rd party printer 2022-10-25 09:10:09 +08:00
SoftFever
dd77599dea small perimeter threshold 2022-10-24 22:35:40 +08:00
SoftFever
397e0f0a29 Merge branch 'SoftFever' into feature/small_perimeter 2022-10-24 14:53:58 +08:00
SoftFever
166832cd94 add back small perimeter support 2022-10-24 14:47:18 +08:00
SoftFever
e65ba104dd support changing thumbnail size 2022-10-23 23:00:46 +08:00
SoftFever
cd71a86d3f support klipper gcode flavor 2022-10-23 19:42:01 +08:00
SoftFever
ff760815ca Device view for third party printers 2022-10-23 16:37:34 +08:00
SoftFever
658d41dd69 Omit M981 for third party printers 2022-10-23 15:49:02 +08:00
SoftFever
c40607aef3 update 1.3.1 changenotes 2022-10-22 14:37:56 +08:00
SoftFever
1b6db78f9e bump version to 1.3.1 2022-10-22 01:09:57 +08:00
SoftFever
3d2ee60acd update mac build script 2022-10-22 01:07:32 +08:00
SoftFever
b7572b9004 Omit BBL specific gcodes for other machines 2022-10-22 00:19:08 +08:00
SoftFever
bab4f443e2 expose more parameters 2022-10-21 16:50:59 +08:00
SoftFever
6072053737 update SF version 2022-10-21 16:50:34 +08:00
SoftFever
7a2babcd05 update SoftFever version number 2022-10-21 00:43:21 +08:00
SoftFever
d41f0a0a40 update Chinese translation 2022-10-21 00:43:03 +08:00
SoftFever
b4faed3ecf rename "z lift type" to "z hop type" 2022-10-21 00:42:41 +08:00
SoftFever
ed0c742d2f hide circle bed shape 2022-10-21 00:42:11 +08:00
SoftFever
6ec4e15e6e tweak ender 3 profile 2022-10-21 00:41:33 +08:00
SoftFever
35455e6533 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
293f2af0dc move config info to the end of file 2022-10-20 21:30:42 +08:00
gerrit
c24680e09d ci: update build version to 01.03.00.12
Change-Id: I900d47d2b015ed8b0ad15c35d98c595d29fe4fb7
2022-10-20 19:34:37 +08:00
yifan.wu
aaa70fed23 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
e3d256ca5e 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
8bc8c373a8 ci: update build version to 01.03.00.11
Change-Id: I83b92e67d38732119941389636ce243f7090d3b7
2022-10-20 19:34:37 +08:00
salt.wei
cc853d9061 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
cef16d9e7b ci: update build version to 01.03.00.10
Change-Id: If2f671b01495d3c65ea29dca1c309ecc22bc860e
2022-10-20 19:34:37 +08:00
tao wang
529131138a FIX:block send to printer function
Change-Id: I04dff128e598b9679d39ece3f60f56ba09cbd72f
2022-10-20 19:34:37 +08:00
chunmao.guo
55d6bbbe21 FIX: replace print file default image
Change-Id: I58ff7c02b725c38b9c898fd1d4d4c92bf61c4c24
2022-10-20 19:34:37 +08:00
养乐多
9abe0ad9f6 remove: "FIX:fixed some issues with sending prints"
This reverts commit d1036a86604da5d5f72bb9531618d959036caf42.

Change-Id: I17ad13d477ece20638c9c1a2f72aea7401d335ca
2022-10-20 19:34:37 +08:00
gerrit
4a52147443 ci: update build version to 01.03.00.09
Change-Id: I3834e0f8f85ffeec4b479564b516fe3d041c1970
2022-10-20 19:34:37 +08:00
tao wang
77e45b8709 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
11651ac437 FIX: fix send to printer dialog flicker
Change-Id: If5007501a2b0b268193b667503bd2bff8f3362ca
2022-10-20 19:34:37 +08:00
chunmao.guo
f16d2f337e FIX: add process id to save file name
Change-Id: I359d75ef4f7f63e6f5eb5138f18921faa09593fa
2022-10-20 19:34:37 +08:00
chunmao.guo
48083f7c0c FIX: use shellex to open file, avoid cmd window
Change-Id: I6ae868381003c85a319e9c3bad37b0bffc3dbdd7
2022-10-20 19:34:37 +08:00
yifan.wu
946ba89cd7 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
92c6f85586 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
24778543e2 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
10d8b6c609 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
76b40c9636 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
65f57882b9 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
0a4269f053 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
23339c94ec FIX: update calibration status
Change-Id: I38a4340bf744b5aab29b95986ff0424250a179c5
2022-10-20 19:34:37 +08:00
Stone Li
095243eff3 ENH: hide select timelapse widget
Change-Id: I916644ff07f0578d80a1efac6f8cc075b56291c0
2022-10-20 19:34:37 +08:00
MusangKing
6f13d5cbf4 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
13377992f7 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
464957864c FIX:hide the printer status on the upgrade page
Change-Id: Ia462b047081243c5b5c32ce035dc37afa251a84c
2022-10-20 19:34:37 +08:00
chunmao.guo
6ba97a6b94 FIX: update po of slice texts
Change-Id: If1a47b1d378bd71961996e7329612693b333f5d7
2022-10-20 19:34:37 +08:00
gerrit
51ae905770 ci: update build version to 01.03.00.08
Change-Id: Ie0fd9cad09c2f1305198c0eb0b05e6b91c620b72
2022-10-20 19:34:37 +08:00
lane.wei
5627413b23 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
6844c694b5 NEW:update the chinese translation
Change-Id: I7c5ff743ed306fb4da137e2f053e5a6c94e962bb
2022-10-20 19:34:37 +08:00
lane.wei
0693f8c8c6 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
6635e57c36 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
b829419c54 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
97095e4319 NEW:download plugin failure can link to wiki page
Change-Id: Ib4590b5300e03c1bcf379cb2760a860a9426987e
2022-10-20 19:34:37 +08:00
lane.wei
a73c504ea3 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
3fecdd6e7d 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
631897c0a6 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
liz.li
16e7993a65 ENH:update mo of dailytip
Change-Id: I168159af60bbda827d24238f656aeaa192fd4299
2022-10-20 19:34:37 +08:00
Stone Li
f968374b46 ENH: some improvements and fixs
1. create user folder if not exists
2. add a tips for binding a printer
3. fix sdcard tips
4. modify icons
5. refine layout of task options

Change-Id: Ic0529cf1e8bdde0128052bc42454f6e6aaae87ca
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
Arthur
13b5e589cb ENH: reduce extruder_clearance_radius to 32
to improve per-object auto-arrange

Change-Id: I682c5405ef1aebdb3a9c32a0314e83bf9f116653
(cherry picked from commit 2c3d6b657694aa4826bb80526d160163bb673a33)
2022-10-20 19:34:37 +08:00
lane.wei
f3a5a50199 Fix: add the preset auto-copy logic at bootup
sometimes the installed profiles are deleted by the installer/uninstaller
add the auto-copy logic to make sure it is there after bootup

Change-Id: I2e7c9eb7576672377c0f08575d17c775282f4671
2022-10-20 19:34:37 +08:00
liz.li
97c6573a75 NEW:render layer_width and layer_height info over slider
Change-Id: I25e9d58ebd4343373aab146676c4e05aaa3652c7
2022-10-20 19:34:37 +08:00
liz.li
a795ae35e1 ENH:update po and of some text
Change-Id: If45808707878e4f84489017eeeb5a936f990a1ab
2022-10-20 19:34:37 +08:00
tao wang
0d8de21429 FIX:update the studio naming rules
1.use the name of the first project when importing multiple projects
2.name the current project with the part name

Change-Id: Ia1a863173b3682a18dcc5a4d5e2245a53e309135
2022-10-20 19:34:37 +08:00
chunmao.guo
9ba218ab37 FIX: update po mo of Media file & AMS sync
Change-Id: Ie2659d7d87c60edf37d54a5cc79f54e429ca9f9c
2022-10-20 19:34:37 +08:00
gerrit
79005d0e2e ci: update network module based on commit 07ca983
Change-Id: I096991aeac7f01c80d76767d274be9ebf414af84
2022-10-20 19:34:37 +08:00
gerrit
9c30225249 ci: update build version to 01.03.00.07
Change-Id: I935d4fcf179f5194a5c81a2ed8002c7b1ac8c40c
2022-10-20 19:34:37 +08:00
salt.wei
99974c7f59 ENH: add warning info when bed temperature is too high
Add bed temperature checker in gcode processer. And
save slice warning into GcodeProcessorResult.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Iee96e4ab165a3171a5a1e165450bfc360401647f
2022-10-20 19:34:37 +08:00
chunmao.guo
48aed7fbe5 FIX: combox can not pop if hide with entry keyevent
Change-Id: I0b86ebadd524eafb69ba810f7a1b899ecb25914c
2022-10-20 19:34:37 +08:00
chunmao.guo
84a4622fdf FIX: Media playing state & detect play end
Change-Id: I378da3f104120110b8032a355a22a89ebe69a0fb
2022-10-20 19:34:37 +08:00
chunmao.guo
746d5960ba FIX: auto scroll to visible focus child in params panel
Change-Id: Ib3f7b7528c7fd221a824719d2199b4c85451fe67
2022-10-20 19:34:37 +08:00
lane.wei
033830f73b Fix: fix the volume saving issue caused by left-hand logic
now we save volume's matrix seperately,
so we don't need to adjust the vertex order anymore while saving to 3mf

Change-Id: I71b865c44f0d99e2e88e34cd253fcfba583f345c
2022-10-20 19:34:37 +08:00
Stone Li
cf6e66e5ee ENH: update translations
Change-Id: I387dac803687ee345f42f9b003dd896a5800973d
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
Stone Li
d089b1aab2 ENH: update print button enable status
Change-Id: Ieb4a74a336ef9f4a552b104df88d4e73967b8a5d
2022-10-20 19:34:37 +08:00
Stone Li
82a1a38c30 NEW: add slice warning msg to slice_info
Change-Id: I145a14b7ab6f4aff2158ca0f86191e57b7efa643
2022-10-20 19:34:37 +08:00
tao wang
2ed702766b NEW:add printer tips can link to wiki
Change-Id: Id6fc6afbcdfcab9ac0747d9f7228f94aba6c871e
2022-10-20 19:34:37 +08:00
Stone Li
ee62ffcc7d NEW: add confirm dialog after check conditions
confirm to check printer model and slice warnings

Change-Id: I07a272fda1a5e2ebc0f4e106815fe07da5aaa4df
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
tao.jin
a84cf46699 ENH: refine UI of sending 3rd-party printer task
Change-Id: I47cd1682a495eb7aa6f230dfa41ee4f5c321fc72
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
tao wang
3992e25c93 FIX:disable the send button if not on same LAN
Change-Id: I730fc3b14ab048b4336c0164f775f870a9b171b8
2022-10-20 19:34:37 +08:00
yifan.wu
4928ef31b8 FIX: fix some error link in daily tips
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I2e4fee013eb9544e9ebc5e610508da049da52b10
2022-10-20 19:34:37 +08:00
tao.jin
a0e273fd06 FIX: print-error dialog: hide cancel button, fix msg display
Change-Id: I26fe098cedd16ee568060f12bb5aea855e9ae279
2022-10-20 19:34:37 +08:00
Stone Li
508f814bbc NEW: add ams retry and ams wiki guide
Change-Id: Ic589eeab1472a4625a5f1cbe98b56901c3e655ee
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
liz.li
066a4d70c9 NEW:add ams guide wiki
Change-Id: I825f9dbbf3aa0a32eb5272b941179025ef2d35e2
2022-10-20 19:34:37 +08:00
Stone Li
12d0e0b7ea NEW: select timelapse option when sending a print
Change-Id: I3a43d2ad038c397f45d1505d7eb7367746dd09ba
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit 7b26b69975746a6005fbc70728c1d16b1b120850)
2022-10-20 19:34:37 +08:00
gerrit
d885052341 ci: update build version to 01.03.00.06
Change-Id: I58f06d04601b78fc7bbd99e203815a8a8d09328a
2022-10-20 19:34:37 +08:00
lane.wei
227e1f4dc3 ENH: shader: add logic to avoid error when opengl version less than 3.0
use a seperate shader for function which needs opengl 3.0 supports

Change-Id: Iff30a90211aa10ae9c4a1e36afeb331d252fb814
2022-10-20 19:34:37 +08:00
Stone Li
c9c98dcee8 FIX: fix ams mapping tips do not displayed
Change-Id: I108a2d313472ec2c8909c1e521fa1f1f6f6254f8
2022-10-20 19:34:37 +08:00
tao wang
a4cda21926 FIX:fixed some issues with send to printer
Change-Id: Ic14f1285d234cd00895a343ae22aef90be415072
(cherry picked from commit 9bfb2ddb01878ffa983e9174cb46041fc8330aa8)
2022-10-20 19:34:37 +08:00
liz.li
8029b62daa NEW:modify dailytips
Change-Id: I3adc91b6bc2a2288a034678ad2df9b963f3adcf9
(cherry picked from commit fad2d0edf5d87ba7044b257747dcfb9b1090776f)
2022-10-20 19:34:37 +08:00
Arthur
74a76e026a ENH: improve extrusion calibration region in auto-arrange
1. do not consider extrusion calibration region if no micro lidar on the
   printer
2. do not inflate extrusion calibration region by brim width, just let
   them overlap

Change-Id: I62228d85e8a55d40e22a6ae7f5f065f281936429
(cherry picked from commit 4c456e1f3e675a2ea1358d2983f85a95e58eb49c)
2022-10-20 19:34:37 +08:00
yifan.wu
368badd225 ENH: delete objects/parts by back key on macOS
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I4fb5a940955a3f165fe61b7499509c5c72c53460
2022-10-20 19:34:37 +08:00
yifan.wu
f3c65f8597 ENH: refine gizmo paint tools
1. support to adjust cursor size and section view by key + mouse wheel
2. display shortcut tips according to the selected tool type
3. change the left mouse behavior to object movement for color painting tool

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I13d2a83d562d6ccd8d915158e263a90ad3c02db0
2022-10-20 19:34:37 +08:00
liz.li
d38c5b07fa FIX:disable an item in dailytip temporarily
Change-Id: I4f60243336d1b6a247733674f75f721dce7444b6
2022-10-20 19:34:37 +08:00
Arthur
d402e302f3 FIX: hybrid support is too slow
Change-Id: I5c0d0432a0ce4010de044816780fbfbd9aabe30c
(cherry picked from commit 6be3b9cd71ac5708ba03fe6678966c31b73c90eb)
2022-10-20 19:34:37 +08:00
Arthur
8614d24932 FIX: nozzle_volume should not be array
Change-Id: Ib6de4bda64fb0a8620caf56c18f9fd6ac86f0171
2022-10-20 19:34:37 +08:00
lane.wei
b4d66394e7 NEW: add the wireframe rendering mode for debug
currently we can turn on/off it by 'ctrl+shift+enter'

Change-Id: Ic9e5460e8955376e8e2c1a3701e12a1f0b4216ad
2022-10-20 19:34:37 +08:00
salt.wei
c423577e1d ENH: fix for modifier region issue
empty region after adding the modifier cube
this fix for STUDIO-1025

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I5ed35b54f8ee9d2fdc387d1b4391021e4e82aaad
2022-10-20 19:34:37 +08:00
chunmao.guo
76d021ceaf FIX: optimize media file panel
1. disable select when no file
2. disable batch edit button when no selection
3. hide batch edit when no file
4. delete/play/open_folder for downloaded file
5. hide type panel

Change-Id: Ida00da366a8f59b2c5028ddcf87e197c20a21e44
2022-10-20 19:34:37 +08:00
lane.wei
c2c7a6786d FIX: fix the vendor disappear issue after de-select the printers in newbie_guide
after the vendor profile is deselected
the system files are deleted from userdata dir
we should always load the other vendor's profiles from resource instead of userdata dir

Change-Id: I29220d30d203ea318092430c02cfa662caf0f388
2022-10-20 19:34:37 +08:00
lane.wei
0aef20dd23 ENH: refine the printer select logic after newbie_guide
1. when printer are newly added, switch to the first printer newly added
2. when printer not added, filaments are added, switch to the first filament newly added
3. when the current filament/print are not compatible with the printer preset newly added and selected
switch to the first visible one which is compatible with the printer preset

Change-Id: I542eda9ac6133d19690ce03ae349b8629ea233f9
2022-10-20 19:34:37 +08:00
lane.wei
5cee2208d7 ENH: do not throw exception when data directory creating failed in some cases
if the directory already created by other instance
do not throw exception

Change-Id: I3ebde1ab62fa85ea946b6aeafc87aa7468327ce6
2022-10-20 19:34:37 +08:00
gerrit
40b01327a2 ci: update build version to 01.03.00.05
Change-Id: I496f7e07660917e7ed674b3e87a89670fc9dc3ad
2022-10-20 19:34:37 +08:00
salt.wei
aca131cfc0 ENH: change picture size of ender3
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I2b7c2b4e7d35dd8d19473e13918cc27bf9d75649
2022-10-20 19:34:37 +08:00
tao wang
4918c4d643 FIX:fixed some issues about text
1.part cooling cross the border
2.the text on the upper-right menu is not clear

Change-Id: I41e07053d7a4b9d3dc574d380a1af7808362d276
2022-10-20 19:34:37 +08:00
salt.wei
4172ad8a8e ENH: some po change for new settings
Some po change for new setting option

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I804355868ff2507b038d3c163ba5c4ce30901f7f
2022-10-20 19:34:37 +08:00
Stone Li
90f19d27f0 ENH: render default bed when use third-party printer
Change-Id: Ia6ffa5913159e71f89b00b9311be56608d6721d9
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
Stone Li
35d2e91d68 NEW: support to display internal Version
Change-Id: If074529312fe3f5e32f061280b8c8914fdcaf7e0
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
Stone Li
4d70fd0eee NEW: add Internal Version text in splashscreen
Change-Id: I1ef69fcf74ba1ffa3d610e4c85b3230b162431a2
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
salt.wei
6c8015ca28 ENH: avoid crossing wall when travel
Provide related two options to avoid crossing wall
when travel.

This is handling for github issue #106

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I127adbb70f33c3954a08f3087e64c4e75212c7f0
2022-10-20 19:34:37 +08:00
Stone Li
f155f5a498 FIX: fix crash when closing the app
Change-Id: I292b75ea026f1f187b4b8c13b3d19f0e087bab78
2022-10-20 19:34:37 +08:00
salt.wei
78ff2f4daa ENH: allow higher z speed
This is change requirement from printer developer
for github issue #393

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ief306d89dba70d8515050cbd842edc4e1d22822e
2022-10-20 19:34:37 +08:00
zorro.zhang
428f5ed6a9 ENH: Only Default Choose Bambu 0.4 Nozzel
Change-Id: I4fe32929e50cc9f45fda620399c7ea3e49cf998f
(cherry picked from commit 0df73d322859145ff65ccbbaa08205881209a9f2)
2022-10-20 19:34:37 +08:00
xiang.zeng
9cf95696a4 NEW: enable lightning infill pattern for model and tree support
Change-Id: I6e2cbfdd30f8d222f88301ed0c8cc89e21cfdc24
(cherry picked from commit ddfee7c069cfc42685be509d48b8c609e1dc0cfc)
2022-10-20 19:34:37 +08:00
Stone Li
f331d5998e ENH: add media file and upgrade panel to public
Change-Id: I9fdc16fcc584bf72f85a02668a42c05af0065efc
2022-10-20 19:34:37 +08:00
gerrit
0bc182436d ci: update build version to 01.03.00.04
Change-Id: Iace9f5d7b178fd0d08aa715ee0c908e86d363c05
2022-10-20 19:34:37 +08:00
zhimin.zeng
34fb5c84d9 FIX: the position of the assembly view is wrong after adding text
Change-Id: I1fa465b9155a0718ca7122d4591023de963152c6
(cherry picked from commit cd95bfaea18b9f77f9b3deb1bf27ee1188201f69)
2022-10-20 19:34:37 +08:00
zhimin.zeng
f996eedf49 FIX: allow smooth timelapse without wipe tower
Change-Id: I60d487faa96641dbf88f5502d2fa9ccb83e622c6
(cherry picked from commit 0286a7add9c698a2efd6d40910d72a83f06edba5)
2022-10-20 19:34:37 +08:00
salt.wei
a3dcc40f23 ENH: fix compiling issue in debug mode
As title.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I1fa86effc355ee350726fc81eef89f8a43bce89a
2022-10-20 19:34:37 +08:00
liz.li
ca4db188ea FIX:cannot input 'L' in custom gcode dialog
Change-Id: Ib30420fdb57816d4e8e3a6cd7b327c09737f3b86
(cherry picked from commit 71278d55c410bb36210d7aaa8e938ae5bfddbbcf)
2022-10-20 19:34:37 +08:00
salt.wei
bea9a0854e ENH: fix compiling issue for github branch
Lighting infill has not been enabled on this branch.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ic3c8d1f57fd36e73eaec190a43bf9f5868667d9b
2022-10-20 19:34:37 +08:00
salt.wei
b8d9a2fdf3 ENH: add custom gcode back
Add custom gcode back, which can be inserted in
gcode viewer layer slider.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I270cc438bedf11b30f07f8f9bad6ae5436d5a2dd
2022-10-20 19:34:37 +08:00
tao wang
b0de324ea8 FIX:updateversiondialog be compatible with full text and web display
Change-Id: I8b8b7fc1acd090c85bda286f09effe3dad1c3a4a
2022-10-20 19:34:37 +08:00
salt.wei
0f1a001fd6 ENH: sync some code change from prusa
Sync some code change and fix from Prusa.
Thanks Prusa.

This also can fix github issue #317

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: If6993e0149733ccf85ed85f82553caa03df7ac60
2022-10-20 19:34:37 +08:00
tao.jin
afd5e241e6 FIX: fix TempInput Widget display error on mac
Change-Id: I6a5d14ece9b22453e2c22b1a279db6ff15d1f7c6
2022-10-20 19:34:37 +08:00
tao wang
45b9406b63 FIX:fixed some issues with object/part table
1.can stretch the window vertically
2.the lock icon is not in the correct position

Change-Id: Ibb4d4d9d1238c8613526a3c59b6379b18dfa694f
2022-10-20 19:34:37 +08:00
qing.zhang
f3744b8169 NEW: add link to infill pattern
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I4a06d1443fc82efeff0ba3e94179914692b284c6
(cherry picked from commit 9e239305474d849343774a0af51876f4f82bcf99)
2022-10-20 19:34:37 +08:00
Stone Li
91d5ba2870 NEW: support send gcode to third-party printer
Thanks SoftForever for your works to support
sending a gcode file to third-party printer

Change-Id: I3cba43c8bd878f1f1c2fd5fae202ed4d922e8727
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
salt.wei
52cdf4930d ENH: modify start gcode of voron
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I1bd10f930cbe7572b9419dd5930fc0ba4f2f6a52
2022-10-20 19:34:37 +08:00
gerrit
b66e085afc ci: update build version to 01.03.00.03
Change-Id: If317a5adfff1dd96f3421381a8b6e9d39e249aa8
2022-10-20 19:34:37 +08:00
gerrit
b7f1df7fe9 ci: update build version to 01.03.00.02
Change-Id: Ibf7c2ee58f925126aa930bb3879b22e69fd8478c
2022-10-20 19:34:37 +08:00
chunmao.guo
37723752cd ENH: optimize media file user interface
Change-Id: Ic16133fd366fcbf41dd0c9535907786754186857
2022-10-20 19:34:37 +08:00
gerrit
aa2129280d ci: update build version to 01.03.00.01
Change-Id: I206e4a15696e6c72ba52962654567d678f00c4ec
2022-10-20 19:34:37 +08:00
salt.wei
4ef50375cb ENH: resume addition cooling fan after filament change
During filament changing, additional cooling fan may
be closed to reduce strings. Force to resume after
changing filament.

This logic is same with part cooling fan.
So no side effect.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I207c8692dbe5b0450ed0a3d11c4c9b70eda0e28c
2022-10-20 19:34:37 +08:00
tao wang
2daf0ab5df FIX:fixed cant not display full text in preferences page
Change-Id: I9e62d8916924336f534c6e4393c78c3b10fc259c
2022-10-20 19:34:37 +08:00
zhimin.zeng
a2d65c0c6a FIX: do not use interface support filament for default support
Change-Id: Ieb9da1df74b17e81a0fdb4d0b7e9bead54d8bb96
(cherry picked from commit b54caf82b1bc6d2097188c75c57e2f4e6b7792fc)
2022-10-20 19:34:37 +08:00
salt.wei
d47d82bf43 ENH: add preset for ender3 printer
As title.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I2d9b1aaeadfe945a6a90f34cdb10a1f240a50ae4
(cherry picked from commit a223ab23605c3ef96ae878b9c4d2199520b4f201)
2022-10-20 19:34:37 +08:00
salt.wei
cd82f70002 ENH: add preset of voron
As title. Thanks SoftFever.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I752413251b7699f8d1d26c44d71d912e1ef09c7b
(cherry picked from commit 606a69173e10d0a45e1f1987c36e45c3c89a7f09)
2022-10-20 19:34:37 +08:00
tao wang
29e19cb32e NEW:added sending gcode file to sdcard
Change-Id: I60654676a3001c59b8202581576fbfcd5f8388eb
(cherry picked from commit 930b8e034aaa55743aa02fc6e3961fdc388ce53c)
2022-10-20 19:34:37 +08:00
gerrit
631dd00038 ENH: update network module based on commit 9f48f1f
Change-Id: If0215a649eb4480f0139640f40968b3e87f48017
2022-10-20 19:34:37 +08:00
chunmao.guo
0dd3589a21 ENH: re-register BambuSource with bat script
Change-Id: I67f014bc8de55597134a9974557e622082daaf97
2022-10-20 19:34:37 +08:00
tao wang
b5979375b4 NEW:add the download path edit in the preferences
Change-Id: I8dfd3373a25bdd9d70360b61605d92f20052d478
2022-10-20 19:34:37 +08:00
lane.wei
79480405a0 ENH: update version to 1.3.0
Change-Id: Icceb853d6ea948dd8e23ef875d6e5e13d20537c6
2022-10-20 19:34:37 +08:00
Stone Li
497be311db NEW: add get_my_message interface
Change-Id: If904d6b5692a12bdbca7732002d5bf4e83a85932
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
Stone Li
de5f9dfb12 NEW: add ams mapping info when sending a job
Change-Id: Ic225c34762be7293155befd87b61f9b5056cb937
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
gerrit
54046b750b ci: update network module based on commit 2687434
Change-Id: I653f7e05ea11155fb906610d1549827e38f2de8b
(cherry picked from commit 4672e15697dd012a915f5e7bb17b378cff4249b6)
2022-10-20 19:34:37 +08:00
salt.wei
54377760b9 ENH: use different margin for top/bottom and bottom bridge
Too large margin for bridge will cause overflow for
shell model. But too small margin for top/bottom will
cause infill area discontinuous.

Using different margin for top/bottom and bridge to
make a balance.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I9ba8388b85b978ae39caf2df04f96c704b5d2e05
2022-10-20 19:34:37 +08:00
chunmao.guo
17076cc1bd FIX: hyperlink style and size of status label in media panel
Change-Id: I06431002ef7c86f6992c4c3cc48932503e2aab00
2022-10-20 19:34:37 +08:00
tao wang
0239cf34a1 FIX:update ams mapping result colours when it's changed
Change-Id: If30c05e1262262ed398c094c657a355516ff36ab
2022-10-20 19:34:37 +08:00
chunmao.guo
66c5d39e28 FIX: update bambu source api
Change-Id: I1689733af6cd8778f017a732dd36ad91bff80ea8
(cherry picked from commit 40bc2c251e00d6d95289fdd9def11f9e1bd9202f)
2022-10-20 19:34:37 +08:00
Stone Li
00284f52b8 FIX: hide use ams when no printer
Change-Id: I8bc32145102fbb06ec93b56d4f49754aab10c03c
2022-10-20 19:34:37 +08:00
chunmao.guo
e87860e033 FIX: live_view: check camera exist and show ttcode request error
Change-Id: I036006ec4efddf0a5801a6b1d304c9e81555a284
2022-10-20 19:34:37 +08:00
salt.wei
ccd7b7fd7b ENH: modify default value to support 3rd-party printer
As title.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Id8be38a23e4fe4c19eb255ffb7cabf1befeae85b
2022-10-20 19:34:37 +08:00
salt.wei
a0524cd25d ENH: set some settings to be readonly when printer vendor is Bambu Lab
It's meaningless to edit some settings, for example, machine limits
of Bambu Lab printer.

Set these settings to be read-only for Bambu Lab printer.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I61a21cfa2a2f574f690725125e226f4f258aa92f
2022-10-20 19:34:37 +08:00
tao wang
622f3da8df FIX:fixed isses with the devices dialog
Change-Id: I5e4822786fb2105893798b44622d080a593e41bb
2022-10-20 19:34:37 +08:00
tao wang
0761cbd1cb FIX:fixed clicking on first item has no effect in search dialog
Change-Id: Ifdbbf06a8b5c780155e394003470f6fa39a2b4c2
2022-10-20 19:34:37 +08:00
Arthur
efec8fef2f ENH: move extruder clearance settings to machine setting
Change-Id: Id6d550548f8fb8639349450a4b12c6eef4f441cd
(cherry picked from commit bd4420e4af9626772c90d553bf1f3bb7fd2e20c4)
2022-10-20 19:34:37 +08:00
liz.li
143c0f3750 NEW:add section view at assemble_view
Change-Id: I05b77e96e0d382b34ef80f622c71deca1eeb93b8
2022-10-20 19:34:37 +08:00
salt.wei
c02dd81c61 ENH: emit printing acceleration before start gcode
As title. Make calibration to use printing acceleration,
although no-using has no influence on calibration.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I98cb791c1e0fba6b77360b60567c29511cff75b8
2022-10-20 19:34:37 +08:00
tao.jin
d97db7e617 ENH: change extruder icon colour when loading filament
Change-Id: Ifd1e9c868702352790de9ddf25f256d504875785
2022-10-20 19:34:37 +08:00
chunmao.guo
633d14e711 FIX: crash when delete media file in PrinterFileSystem
Change-Id: I9783bbfc9c9979b6da662b917b6f5cf4db04aa69
2022-10-20 19:34:37 +08:00
tao wang
e325214cb6 FIX:fixed crash when creat projecy in full screen mode on mac
Change-Id: I029bf52e805d699a5d6de4e3a049954b09e58255
2022-10-20 19:34:37 +08:00
salt.wei
fd0f22b771 ENH: don't calculate overhang degree if disable overhang slow down
When the model has no overhang, user may disable overhang
slowing down.
In this case, it's unnecessary to calculate overhang
degree which make slicing slow when model is complex.

This is improvement for github issue #331.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I2eaeca3ee4068f76709fe97535bbf05c0d27c062
2022-10-20 19:34:37 +08:00
liz.li
81da77d1e0 NEW:DailyTips
Change-Id: I510e96652c9a0c9fe422546b09b2d035d9e46a23
2022-10-20 19:34:37 +08:00
tao.jin
c9499b7401 FIX: repair of print error message dialog
Change-Id: I5e551274074dbbd8d32b798b129486cc5d2c9ead
2022-10-20 19:34:37 +08:00
chunmao.guo
3d7d2badf7 FIX: handle mouseCaptureLost in common ctrls
Change-Id: Ifde2406911a628fa61acf41c0e7a5120612d73bf
2022-10-20 19:34:37 +08:00
tao wang
e2d10baea0 FIX:renaming will display the current file name
Change-Id: I0893d2b3e0c34822f311aaac2ec41911b66b4383
2022-10-20 19:34:37 +08:00
chunmao.guo
c243893aae FIX: update ams list in SelectMachineDialog
Change-Id: Ice625ab10197ba1e49d70243ee020c5eeae60053
2022-10-20 19:34:37 +08:00
Stone Li
3651066a77 FIX: do not upload auxilary file when send a printing job
Change-Id: I030cb93cf9b34036bf4f9164a2bd691b23328a9b
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-20 19:34:37 +08:00
SoftFever
be75bfaacb z lift type 2022-10-19 17:02:19 +08:00
SoftFever
d0fab5a5bd Merge branch 'SoftFever' into feature/more_parameters 2022-10-18 18:06:39 +08:00
SoftFever
eebb69d3ae more moonraker support 2022-10-18 18:06:28 +08:00
SoftFever
b8fb80c17f bring back ISO view! 2022-10-18 00:18:06 +08:00
SoftFever
e131938cac wip 2022-10-16 16:39:45 +08:00
SoftFever
24723679cd default acceleration value to 10000 2022-10-16 11:12:43 +08:00
SoftFever
834d43af1d Merge branch 'master-remote' into SoftFever 2022-10-14 20:40:22 +08:00
SoftFever
e69a6d6ebd bridge angle 2022-10-14 17:58:23 +08:00
SoftFever
5b674cfe9e Update README.md 2022-10-13 23:29:54 +08:00
SoftFever
d0c9bb0398 file format customization 2022-10-13 22:34:00 +08:00
SoftFever
1ef2b509e5 label objects by default 2022-10-13 22:33:59 +08:00
SoftFever
01d5dcdc09 Remove M900 S0 code. 2022-10-13 22:33:59 +08:00
SoftFever
38a4e3213e Update README.md 2022-10-13 16:30:24 +08:00
SoftFever
473b57314d set default pressure advance to 0.02 2022-10-12 23:15:08 +08:00
SoftFever
02ab24f459 update 3rd party printer profiles 2022-10-12 21:32:59 +08:00
SoftFever
b1145f368f fix a bug that pressure advance value is not stored. 2022-10-11 16:39:06 +08:00
SoftFever
457c7ec556 fix mac osx build script when ninja is installed 2022-10-09 21:55:54 +08:00
DeftDawg
cb2e89d93e - Update AppImage AppRun:
- Force LC_ALL=C locale; BBS segfaults without this on Holo-ISO
  - Try to create config dir each time; BBS will segfault with a boost logging error, if this doesn't exist
2022-10-09 10:38:37 +08:00
DeftDawg
207d4f6bbb - Podman Containerfile improvements:
- Add dependencies to base packages so BuildLinux doesn't need to install anything
  - Switch to Ubuntu 20.04, so glibc is older more widely available (22.04 glibc ABI was too new for Holo-iso)
  - Add debconf config to force non-interactive setup
2022-10-09 10:38:37 +08:00
DeftDawg
221a7c8e42 - BuildLinux Improvements:
- Add BBL_RELEASE_TO_PUBLIC for non-debug builds
  - Increase cmake jobs
2022-10-09 10:38:37 +08:00
lane.wei
c6f0c41213 Fix the random crash at the startup on Macos&&Linux
don't do the post_init when adding script handler of webview

Change-Id: I2c766c46bb67347286765dee539657b5efd7f64a
2022-10-09 10:37:45 +08:00
Stone Li
3dbdc40360 ENH: add tips when no sdcard
add has_ipcam status in DeviceManager

Change-Id: Ie51608218c9bf9513201ccffebfd12802d320680
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-10-09 10:37:45 +08:00
qing.zhang
a2c847be11 ENH: modify start_gcode of machine
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I43b73e1355a401e22393ea990b337c8ea8a64057
2022-10-09 10:37:45 +08:00
qing.zhang
b3e9fbce67 NEW: add preset of X1 0.2mm nozzle
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ic04fd53ea640c67449a455fd34fd714e76eac946
2022-10-09 10:37:45 +08:00
Stone Li
ab261089d5 FIX: fix crash in get_firmware_info
Change-Id: I26807cfc9f66f13c3b44efb24570f23817c8b829
2022-10-09 10:37:45 +08:00
lane.wei
c855cdaf54 ENH: refine the text description of collision
Change-Id: Id78537de719cd5081c097694948a81ee735205f9
2022-10-09 10:37:45 +08:00
lane.wei
6323a1c35c Fix the bed type incorrect issue after reopen studio for new project
Change-Id: Ia1a07cb2cde6864552e6dd084949c1cb83c8cab0
2022-10-09 10:37:45 +08:00
Arthur
c9e8ef3f93 FIX: fix two tree support bugs
1. hybrid(auto) on_buildplate_only option not working correctly because
parent is not set.
2. tree(auto) on_buildplate_only not working correctly because unsupported
branch isn't deleted completely. I add child to track the dangling nodes
and then delete nodes with no child.

Change-Id: I24c69a7cf400d2961b22a720a6069cf95db6c1a5
(cherry picked from commit bce77c16128d35c668b175e7135b9fe9acd71d13)
2022-10-09 10:37:45 +08:00
zhimin.zeng
c37f489f35 FIX: sync associate file after installation
Change-Id: Ib68f292b81b3d57ee44fb1548a50d04faea5dfb1
2022-10-09 10:37:45 +08:00
zhimin.zeng
d7a8219a8f FIX: modify reorder extruders time
Change-Id: Ib72faf039dee6a08770617c4c2f341079d7e02e9
(cherry picked from commit 5e9d479bd7d7ef54bcafe7181dcdd8c03adaae51)
2022-10-09 10:37:45 +08:00
tao.jin
c2b2c75bf2 ENH: refine firmware upgrade interaction: ams version, translation
Change-Id: Ifc42421a4dedf8d8ef427d491cf8afc7b0e0665e
2022-10-09 10:37:45 +08:00
chunmao.guo
bb02d0f0ae FIX: close GuideFrame on exit to fix crash on MacOS
Change-Id: Ia9c6103961ce13c3f88f898ed449a3f8f299858d
2022-10-09 10:37:45 +08:00
tao.jin
dfa475210f ENH: add hint dialog for print error message
Change-Id: Ie17bf3a342e7d79f1e5a6f7a1638af6beec2f4a1
2022-10-09 10:37:45 +08:00
tao.jin
3ad719cd50 ENH: jump to monitor->device-status after sending print task
Change-Id: Id94e1d153c1462941460914dc5bac54f6fa85133
2022-10-09 10:37:45 +08:00
tao.jin
41508fc5ad ENH: refine the model repair dialog, adding scroll bar
Change-Id: I73f06036baba210c11283fc92d2d5204af946a14
2022-10-09 10:37:45 +08:00
SoftFever
111f26a5ce add ChangeNotes for 1.2.5 release 2022-10-07 18:33:07 +08:00
SoftFever
764b7d62a0 Merge mainstream changes 2022-10-04 13:51:34 +08:00
SoftFever
65062d33eb tweak some messages 2022-10-04 12:12:37 +08:00
SoftFever
bf7479ca35 Add following options:
1. Travel acceleration control
2. X Y jerk control for different parts
3. Manually Linear Advance control
2022-10-03 11:26:48 +08:00
salt.wei
63a33c8d1a ENH: revert the bridge change
Find some problem for the change of bridge, revert.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ib195a9b4425fa54408bcd3842bbafc41a3c79409
2022-09-30 17:37:38 +08:00
chunmao.guo
05bee8d8f4 FIX: run script async with linux webkit
Change-Id: Ia86ff30680baf3045da99909614f3d32a7fe526b
2022-09-30 17:37:38 +08:00
SoftFever
5db7c30463 Revert "Add support for FLSun V400(WIP)"
This reverts commit 58871a08e0.
2022-09-30 16:18:32 +08:00
SoftFever
96be1ffdbf macos build script 2022-09-30 16:18:24 +08:00
SoftFever
7874704aa8 update build_release.sh 2022-09-30 16:18:24 +08:00
SoftFever
5200e03257 Fix an issue that bed temperature for other layers is not set properly 2022-09-29 11:46:21 +08:00
lane.wei
ef73232311 Fix a crash on Linux when first shown of Plater
Change-Id: Ia8cab01ed022b6d48dd41820adbd4901236df561
2022-09-29 11:16:43 +08:00
lane.wei
636319fb4c set the data dir of linux to correct path
Change-Id: Id11cde4518507fa6f2a6eefbccc4638ae7e4053d
2022-09-29 11:16:43 +08:00
lane.wei
8caa6347bb Fix a preview issue when the plate has some error after another plate sliced
Change-Id: I66a5824b0b62afb854fa2649b72942c4beeccaca
2022-09-29 11:16:43 +08:00
yifan.wu
b6a077b128 FIX: top shell filament does not hide the internal filament
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I143b49075992bb9556f248886ab5f1a442db8deb
2022-09-29 11:16:43 +08:00
tao wang
75711de9e1 FIX:fix sending print without extruder info from tab prepare
Change-Id: I34ce80b805ca98e20c0667b11732afb0c9269f47
2022-09-29 11:16:43 +08:00
yifan.wu
3f5e88b9a1 FIX: abnormal color line in multi-color slicing
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ie9c7242f2c320a1ece24df4690b74b599e32f7c6
2022-09-29 11:16:43 +08:00
lane.wei
dc9ff8b826 Fix: fix the crash issue when switch language under Debug mode
Change-Id: Ie6f978099c9b12f69d340ff39552eebafc10ba38
2022-09-29 11:16:43 +08:00
tao wang
4e4472c5b6 FIX:fixed a crash caused by mobile devices when switching languages
Change-Id: I7f28bf6bd917b16a798eea9b661987205ab3e1c8
2022-09-29 11:16:43 +08:00
zhimin.zeng
cb569fdb55 FIX: fix the extrude speed
Change-Id: I11d91c3bc422664d5a851966297a6b874fc1815a
2022-09-29 11:16:43 +08:00
qing.zhang
21e035ffbb ENH: modify the preset of some filaments
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ia660304b830af36dfddec793e164660811c29c08
2022-09-29 11:16:43 +08:00
Tao Wang
6633ef4acf FIX:fixed the blocking module of linux
Change-Id: I06b357f9592631a729208514a3239f944a98cc96
2022-09-29 11:16:43 +08:00
chunmao.guo
851b6d6304 FIX: remove compare preset button in Tab
Change-Id: I268327bd2ea791de46d2972f08d528883d63da87
2022-09-29 11:16:43 +08:00
Stone Li
14aa9df496 FIX: fix chinese display error in imgui
Change-Id: I03f463725a4688354cf82d96505e5187912df3a4
(cherry picked from commit e040d640a65c228229ec1f547d1b5a93d667989d)
2022-09-29 11:16:43 +08:00
tao.jin
5179b745e1 NEW: limit log files within 30 by deleting old files
Change-Id: I1bb5c827c7fb01d97b84a4a1bf3f905bb8e90448
(cherry picked from commit 065ef224357352851cbba2c0dcac131ea9acae82)
2022-09-29 11:16:43 +08:00
tao.jin
6f01c4841d ENH: zh-CN translation of recent commits
Change-Id: I83b9cf087f59a0137f7f00a3649df5d410cc2576
2022-09-29 11:16:43 +08:00
chunmao.guo
35bb20b2cf FIX: use thread stack to keep shared ref of PrinterFileSystem
Change-Id: I86dce263f43eb65074d4fec777cb08885505b7cf
(cherry picked from commit 1dbc32b2335c33831ac94a787c8e7ec7d898ccba)
2022-09-29 11:16:43 +08:00
lane.wei
e228e72db1 Fix serveral issues on Linux environments
1. fix the crash issue in ComboBox
2. fix the network agent directory not correct issue
3. fix the first 3d tab switch failed issue
4. fix the filemenu not correct issue

Change-Id: I6a99218c0f7edbd57114ca1d9ff8c5c020d26d94
(cherry picked from commit b5e1b06af42aea9d1413be29dd58150b2ac8d470)
2022-09-29 11:16:43 +08:00
zhimin.zeng
b468b0da0e FIX: wipe tower lose step in the printing process
Change-Id: I17b72dd2fb7332a39859a5c3727b34d14ff827d8
(cherry picked from commit dbdd71f0b89e3d4d188e4937cdb1db1510b5f208)
2022-09-29 11:16:43 +08:00
zhimin.zeng
92a59a60b4 FIX: Incorrect color of a layer after slicing
Change-Id: I8b53d4cdf23d8f3389b1063ec84572ede3706ca2
(cherry picked from commit 608150a1b823e5c728540dc62df9a03571acfe9a)
2022-09-29 11:16:43 +08:00
zhimin.zeng
e2d65994f9 FIX: disable wipe tower still prompting too close to the tower
Change-Id: Ie6a3be2fb6021bc6f5e18cd061667e02d7b36f0b
(cherry picked from commit b83337f56b61d3b80679ec2714594012550e6f4b)
2022-09-29 11:16:43 +08:00
Stone Li
32ac28738e ENH: do ams mapping in printing and upgrading
Change-Id: I592d37ce581077c317642cbdf250a369bc992d09
2022-09-29 11:16:43 +08:00
chunmao.guo
ad471bf3db FIX: missing border in static box on Linux
Change-Id: I2105608cf74c5bc40caf383d3086ff852beaa07d
2022-09-29 11:16:43 +08:00
chunmao.guo
70de37d1ae ENH: help video play failure
Change-Id: I5f847547877a82d626bffb78488e5f3d20cc56d0
2022-09-29 11:16:43 +08:00
chunmao.guo
6dc68c4c9e FIX: optimize style of media file panel
Change-Id: I2e5319538adae84b9b0348874d7b468b0dbc2db1
2022-09-29 11:16:43 +08:00
chunmao.guo
b21b4aec95 FIX: device video/tunnel functions, add local video tunnel
Change-Id: I9da97406544c233d5ba6903857db6ad6f7f851e1
2022-09-29 11:16:43 +08:00
salt.wei
80575cd269 ENH: some change for external bridge
1 move thick bridge from support to quality page

2 Fix the issue that some times the external bridge angle
is not the best, and the bridge line is not the shortest one.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ie26570fb289898f6b62960f9333e79aa92c08ae4
2022-09-29 11:16:43 +08:00
chunmao.guo
d41e0db18f ENH: icon for param group
Change-Id: I435830615747aa850ed82621349f5fedfc29d860
2022-09-29 11:16:43 +08:00
chunmao.guo
c5024af7e2 FIX: move preset dirty suffix to prefix
Change-Id: I52d4d6e3dea28d071eb7bf2f3b5e77b5e1b8c8bb
2022-09-29 11:16:43 +08:00
Stone Li
99fcecf193 ENH: fixed gcode of ams switch
Change-Id: Iad3845e5797a699dacc1a505db8f12e3fbb1b64e
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-29 11:16:43 +08:00
Stone Li
ca3ba7604a ENH: do uniform scale if uniform_scale is true
Change-Id: Iac208416110492fccb7b8a326c807641311dabd8
2022-09-29 11:16:43 +08:00
Stone Li
2996affc55 ENH: save uniform scale to an app_config item
Change-Id: Ib4a42597308382ea195d73776790e9cd4a122b76
2022-09-29 11:16:43 +08:00
miaoxin
c6d6784070 FIX: large unarrangable objects may overlap with bed boundary
large unarrangable objects may overlap with bed boundary in auto-arranging

Change-Id: Ie98aa96fb26cc819d1bb38ad0fc316f99423393c
(cherry picked from commit 3caf447a62e4dec5f56807c9f86a351db8fff5a7)
2022-09-29 11:16:43 +08:00
Arthur
abddb1edc3 NEW: add support_critical_regions_only for tree support
When this option enabled, only generate supports for sharp tail, cantilever,
thin pillar (not well supported). So holes are safe from unnessary supports.

Currently only works for tree supports, will need to copied to normal
supports if it works fine.

Change-Id: I5eb86484a5b503149e3bfdee8ce73f76a0a849e4
2022-09-29 11:16:43 +08:00
salt.wei
5152a90545 ENH: add some pattern back for user case
For github issue #328

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Iafbb141173f4ebe8352c5247f5de00ee671077e5
2022-09-29 11:16:43 +08:00
zhimin.zeng
0072e5ec37 FIX: prompt when opening 3mf
Change-Id: Ife452f5b16bdcf3f8eb105aeb58ffccdccb9177f
(cherry picked from commit c1e984d0feadef778fd09e61063ac1dacbbf9a64)
2022-09-29 11:16:43 +08:00
zhimin.zeng
0d25141a90 FIX: prompt when cancel loading 3mf
Change-Id: Id4a472a4d4ece3202fd8374e2154533c44e41635
(cherry picked from commit 3953223bb46dac8a39a54859b5e7579e8c6c318e)
2022-09-29 11:16:43 +08:00
Stone Li
66a2f49008 FIX: fix HMS display blank string
Change-Id: I36fe5879a5db76fba65095ce409b3f0060689de6
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-29 11:16:43 +08:00
Arthur
fae9036f01 FIX: tree support floating branches
Change-Id: Id28324e7676b28a315b03055d941b9876b2b3b5b
(cherry picked from commit 8b5d3fae4a476b91caf854cc75d5de36ff984790)
2022-09-29 11:16:43 +08:00
zhimin.zeng
2ee113b9da FIX: Remember the bed typ of the previous project
Change-Id: Id3b0e4ec7f8b4fcb2396f6f9f22789736e48eb8a
(cherry picked from commit 2ea818594b6da0ee323b5e255c36b45ff4247324)
2022-09-29 11:16:43 +08:00
zhimin.zeng
1ed06855a9 FIX: When rescaling an object, "Uniform scale" is checked again
Change-Id: I850c63abe77e45380f49cbd96cfd6e500252d89c
(cherry picked from commit a2bbbd7051427d54aefd28a9bd6fcf3269eb304c)
2022-09-29 11:16:43 +08:00
liz.li
07dd4c3672 FIX:mousewheel bug in preview slider
Change-Id: I9366a9c36250519259c132380e0a69697b6ee18c
2022-09-29 11:16:43 +08:00
tao wang
ecc76d0f33 FIX:Use url links to display Releasenote
Change-Id: Ib57931d71702d1356b10bd4c665017b3331189aa
2022-09-29 11:16:43 +08:00
chunmao.guo
42e08b5414 FIX: less param line option vertical gap
Change-Id: I5b63a078c54a6bd744321a5a57f2452b01c0dd0a
2022-09-29 11:16:43 +08:00
lane.wei
516a960f71 refine the plate's sliced_result logic
1. when the plate is locked, the sliced result is kept after auto-arrange;
2. when only arrange a plate, other plates' results are not affected

Change-Id: I7566e11e9eec0c2b196a2e78d9dc306ea325e9ff
2022-09-29 11:16:43 +08:00
tao.jin
8386b48554 ENH: add confirm dialog for cancel-print button
Change-Id: I0a97c7a3122b1b5dd0b306212292e8c51b9acd9b
2022-09-29 11:16:43 +08:00
tao wang
1b4486cc5d FIX:Change the menu options from Reduce Triangles to Simplify Model
Change-Id: I68d44b8c055456ae237925896573316c2a24b264
2022-09-29 11:16:43 +08:00
zorro.zhang
b8413d3a6c ENH: Homepage-contextmenu UI same with prepare-ui
Change-Id: I8745ce516f2d1dd945826ec6e1f14aba6ec793bb
2022-09-29 11:16:43 +08:00
Arthur
92f1236128 FIX: height not synced when inputing cut movement
Change-Id: I0640f9a21e1d700806ade79e4e1637338aef963a
(cherry picked from commit 8bacb887da19a9bed6451d2aaa1ebc149c20359d)
2022-09-29 11:16:43 +08:00
tao wang
c47f892ec8 FIX:release note support for richtext and markdown
Change-Id: Ie00dc94d88005c123acd20f05f43c5473b6dfa46
2022-09-29 11:16:43 +08:00
chunmao.guo
673b6418c1 ENH: sync with ams filament
Change-Id: Ifa8b9487c934a18ad1003f380bbb53fa9288e387
2022-09-29 11:16:43 +08:00
tao.jin
83a9c259f7 ENH: add hint dialogs for firmware upgrade
Change-Id: Iff34e4543d50074db05280fec8178029c4531e00
(cherry picked from commit 6f98eda25c722ecb6e0b6f4926972031c00bc366)
2022-09-29 11:16:43 +08:00
zhimin.zeng
37d6efdbef FIX: thumbnails not showing after simplifying model
Change-Id: Ie599b3067cf3f3dbf48a38f5f434678a7d56dbda
2022-09-29 11:16:43 +08:00
salt.wei
6a8d42359a ENH: don't load empty mesh when loading step
This is fix for crash issue for some specific step
file, which generate empty mesh.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I910e3d2da670b623570665265a12361492bd706b
2022-09-29 11:16:43 +08:00
salt.wei
1d1e12901b ENH: max e speed is 30mm/s
As title. Sync with printer limitation

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I5f9f594d5f6f33b0035f8200bf8b46b43e5955c5
2022-09-29 11:16:43 +08:00
zhimin.zeng
87718e6725 FIX: prompt when opening 3mf
Change-Id: I645bb675ea060ca3827a597b13a86cd56425735f
(cherry picked from commit 743d0bf1757a886784a41cc35c4f13381d27699d)
2022-09-29 11:16:43 +08:00
zhimin.zeng
46a0e67be7 FIX: sort extruders for minimal flush volume
Change-Id: Idf96e10ae5a8809a689c80e38611a14dbb108f0a
(cherry picked from commit cbfa3f17807313b7120e19e5f30836fb49d36b55)
2022-09-29 11:16:43 +08:00
zhimin.zeng
9f74ea5763 FIX: wipe tower does not extruder fill in smooth mode timelapse
Change-Id: Ia6957cfe41ed3624baa4c12b6df90462fc436475
(cherry picked from commit 39ecccc94bea2a43a74ac852f121c5dbc739dc67)
2022-09-29 11:16:43 +08:00
chunmao.guo
530c2287c8 FIX: restore config value of Bools type
Change-Id: I6ea8b44d71176fe75238e0207addceb8ddd1e73f
2022-09-29 11:16:43 +08:00
lane.wei
d2eb526ea3 Fix the slice button status incorrect issue after auto-arrange
when a plate is locked, the slice result is also affected by auto-arrange

Change-Id: I83b3400d07fd55c42422b358d4b9ed7a179bd3a7
2022-09-29 11:16:43 +08:00
liz.li
613b433bfa ENH:refine GUI of speed/flow text display
Change-Id: Ia077a56a14af059d94d9581518ac39a45fa56527
2022-09-29 11:16:43 +08:00
Arthur
3d55647895 ENH: increase auto-arranging spacing to 5mm
Change-Id: Iebf4d31f2f869f11ddb6d9e903dfd446082802d1
2022-09-29 11:16:43 +08:00
lane.wei
cb3c9503d0 Fix the Bed texture gone missing issue on AMD systems
patch picked from PrusaSlicer, thanks to Prusa3D

Windows specific: Use mipmaps generated through OpenGL for AMD graphics cards with drivers newer than 22.6.1.

Since AMD driver version 22.7.1,
there is probably some bug in the driver that causes the issue with the missing texture of the bed.
It seems that this issue only triggers when mipmaps are generated manually (combined with a texture compression)
and when mipmaps are generated through OpenGL glGenerateMipmap is working.

This workaround detects the AMD driver version and generates mipmaps through OpenGL for driver versions newer than 22.6.1.

Change-Id: I679dd61efec8f4baf97e5bf4868cb93db5184dcf
2022-09-29 11:16:43 +08:00
tao wang
bf927f5adc FIX:add the sd card removal function
Change-Id: I98592a5d3d4abcfd3a67b8c12fa4cf07e79b0e4b
2022-09-29 11:16:43 +08:00
tao wang
b9b3f7b4c1 FIX:only show the material used in the actual printing
Change-Id: I44edd5ffb54376da91077e2e3d990851af050949
2022-09-29 11:16:43 +08:00
liz.li
07d234825e NEW:show flush of every filament on gcodeviewer
1.show flush of every filament
2.modify first-layer text display
3.show time in seconds when time cost < 1h
4.forbid add-filament when print by-object

Change-Id: Ib8a94b9f620797e367bfc9e8a33abd5d7ab648ec
2022-09-29 11:16:43 +08:00
salt.wei
ec347aba3a ENH: po change to add some translation
As title

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I25acd3ff199ac04f5f86f21859dec441c90e6925
2022-09-29 11:16:43 +08:00
salt.wei
fac58ccefa ENH: reduce infill margin for small nozzle
Small nozzle has higher print accuracy. Reduce
infill margin to improve bridge overlap quality.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I5321c2fe1fe5c3d6422c5f11e8c9f0b82b9ba5bd
2022-09-29 11:16:43 +08:00
salt.wei
6d8887e858 ENH: handle github issue 254 and 286
1 add back Aligned Rectilinear infill pattern

2 allow wall loop to be 0

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Id2873b9107b7b269466a8db1768dfead9ebdad0d
2022-09-29 11:16:43 +08:00
salt.wei
db9ade2257 ENH: enable arachne for concentric pattern
Enable arachne for concentric pattern by
referring to PrusaSlicer

Also remove useless pattern we added.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ie2574f7fc4751ebdf1caab4de52013f3101e104f
2022-09-29 11:16:43 +08:00
liz.li
df321f8cd9 NEW:show speed and flow in gcodeviewer
Change-Id: I107f8be06820bc7859aee5654f264397331726b6
2022-09-29 11:16:43 +08:00
tao.jin
31ba41ec3e NEW: move selected model to the center of selected plate
Change-Id: I7af49e98e83f5eef690f7d30d10a2cc240046466
2022-09-29 11:16:43 +08:00
chunmao.guo
62da568e0b FIX: check int value invalid in Choise Field
Change-Id: I75cbe55b36dd75480903b6991f234c02ad8de5cc
2022-09-29 11:16:43 +08:00
Stone Li
09e1c0a1af FIX: do not display use_ams checkbox when no ams
Change-Id: I5be4843b22e019111264922f1721787e2dd5111b
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-29 11:16:43 +08:00
salt.wei
3e0f26c296 ENH: remove old typo
Delete some useless and wrong code

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: If103e5ced2c930340e6291a63e2226ecf577f19e
2022-09-29 11:16:43 +08:00
Arthur
9edc90704a ENH: unify multi-object copy with single copy
Also adapt empty cell stride with object size plus 1mm.

Change-Id: I47ac98bede196d636ebb3da549c16e393756de0a
2022-09-29 11:16:43 +08:00
SoftFever
58871a08e0 Add support for FLSun V400(WIP) 2022-09-25 13:41:43 +08:00
SoftFever
c18e11bb8e update gcode macros for klipper 2022-09-25 12:22:17 +08:00
SoftFever
fee7c05c5b update readme 2022-09-24 13:18:30 +08:00
SoftFever
8fda310433 update install folder name 2022-09-24 12:04:06 +08:00
SoftFever
0a09c7da07 Fix an issue that bed temperature for other layers are not set properly 2022-09-24 11:32:57 +08:00
SoftFever
e978388d00 add Chinese translations 2022-09-24 00:18:29 +08:00
SoftFever
fc96fa3bc0 Allow users to set acceleration for outer/inner walls 2022-09-22 23:46:01 +08:00
SoftFever
6ec5e920e2 allow users to adjust bottom infill flowrate 2022-09-19 16:57:26 +08:00
SoftFever
bd174798c3 add screenshots for release v1.2 2022-09-17 23:07:07 +08:00
SoftFever
c848b8ad25 update third-party profile versions 2022-09-17 17:56:24 +08:00
lane.wei
b71917b28c add extra-cmake-modules required in buildlinux.sh
for linux building
patch picked from deftdawg, thanks deftdawg

Change-Id: I0049131fccffb3e018834f9613b10c57dcfd13e5
2022-09-17 09:08:04 +08:00
DeftDawg
f5a4862da5 Add Linux related build scripts
including following changes:
- Linux build scripts from SuperSlicer project;
- Update BuildLinux dev dependencies, remove unused bits;
- Update BuildLinuxImage to use nproc for cpus;
- CMake: render BuildLinuxImage and build_appimage templates;
- Fix "DSO missing" linking problems;
- Add Podman Containerfile for building;
- Update BuildLinux.sh to work better in container build;
- fixes to create AppImage inside container;
- add env to build environment;
- Update build instructions in Containerfile;

Change-Id: I73e30ab488cda8c1b0886cd34858e125596f282b
(cherry picked from commit 83fc26670ca592c91c7af1d4033a04b587cfd4cd)
2022-09-15 16:03:53 +08:00
salt.wei
014152f078 ENH: wrong == in brim code
Typo, Should be fixed.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I576b15df9bc738ef2c4440356afc06c9132bd9eb
2022-09-15 16:03:53 +08:00
salt.wei
d4854c0df7 ENH: fix empty infill layers
This is fix for github issue #216 that
sometimes the infill layer is empty.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ie3be08b75506e48f5ae9dd6aae2ae729ba666e01
2022-09-15 16:03:53 +08:00
lane.wei
1b07874ea3 add release notes files for current version
Change-Id: I4153ed48f1242832e02bc73feb8022185924ab78
2022-09-14 17:39:11 +08:00
lane.wei
d9d88b8022 change the main thread name to bambustu_main
the max length of linux's thread name could only be 16 bytes
bambustudio_main can not be set by pthread_setname_np

Change-Id: Idab83896c81787b32f6a4dde869b101da1d69e5c
2022-09-14 17:39:11 +08:00
zhimin.zeng
e05f28d0fb FIX: modify the translation
Change-Id: I8f894012660ec9877fb3af9f87be370d78859c76
2022-09-14 17:39:11 +08:00
zhimin.zeng
084ea583fb FIX: support to import color in standard 3mf
Change-Id: I631e3f62c4d996924efafdfe9352d1585ad4d130
(cherry picked from commit ec08a5194b45a98973eb53ab0022a0799238134c)
2022-09-14 17:39:11 +08:00
zhimin.zeng
56fddf988a ENH: add reload from disk and replace with stl
Change-Id: I23088c023141c2f8b76ee6d2de663fb4b311f1f5
(cherry picked from commit d4e4b5eb6ef01ea3a3d097809b229c438ee18169)
2022-09-14 17:39:11 +08:00
zhimin.zeng
2e9174500d FIX: add tips for timelapse
add tips when both print by object and smooth mode are selected

Change-Id: I13f4cc14f2ff7c33c23dcd1708fdb784aef5afa3
(cherry picked from commit a0bfe48df21d4eecf105d41387838f14b22fff3c)
2022-09-14 17:39:11 +08:00
qing.zhang
4ad4151a07 ENH: modify the warning msg of virification temperature
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I77157ed65aedc9c114c40c2e1e72d323cf4a46b8
2022-09-14 17:39:11 +08:00
qing.zhang
c778207bc2 ENH: modify the start_code & virification temperature of PETG & TPU
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ic2a6490d73b59b91a954d55827b84a0f0714d575
2022-09-14 17:39:11 +08:00
SoftFever
de874acc99 Merge branch 'master-remote' into SoftFever
# Conflicts:
#	src/slic3r/GUI/MediaPlayCtrl.cpp
2022-09-13 23:04:58 +08:00
SoftFever
e98796b42f all user to change machine limits 2022-09-13 23:03:58 +08:00
qing.zhang
8d4270c917 ENH: modify the end_gcode of machine
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ieb819c299c33dad1bc0509fb56ccb54c9474ed1a
2022-09-13 19:42:32 +08:00
yifan.wu
f846276740 ENH: update 3d text cover
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ieef62398bcd88cbfcb1fc82775d0bbcc1f61aaf5
2022-09-13 19:42:32 +08:00
gerrit
959643e70b ci: update build version to 01.02.00.09
Change-Id: I2fb701d79af9c25d43c9fe19a5ac8caf28ea6687
2022-09-13 19:42:32 +08:00
lane.wei
1c1e5f8ef8 Set the deploy target version to 10.15 of deps
Change-Id: I50c0ff6f306aaa039fa76ae601331fedb541b13a
2022-09-13 19:42:32 +08:00
Stone Li
9adf67f095 FIX: add more utf8 chars to support language hu
Change-Id: I65c9ed7cac13f28e077f42f2ae214a5d56d28bd0
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-13 19:42:32 +08:00
gerrit
cb9ed1a950 ci: update build version to 01.02.00.08
Change-Id: I499d4d8825987cc37f5e37782207262017b47ab9
2022-09-13 19:42:32 +08:00
chunmao.guo
4d6ec7cd34 FIX: only auto play live video on had started playing
Change-Id: Ic54bcb00ea312f08b4ec43123a031a0cffde5850
2022-09-13 19:42:32 +08:00
lane.wei
4138a989af refine the version update logic
1. always copy the system profiles if found version mismatch
2. use AA.BB as the version check rule of presets

Change-Id: I4895f1d765dadcbb906ac6bc2be6b32e48b4f9f2
2022-09-13 19:42:32 +08:00
gerrit
15baa9ed82 ci: update build version to 01.02.00.06
Change-Id: I622a63c95bd85f2a24dfa3a93d30b0205ddd1cc7
2022-09-13 19:42:32 +08:00
yifan.wu
dd1511084e FIX: fix an adapative layer height not work issue
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
2022-09-13 19:42:32 +08:00
lane.wei
7f1d87f20a fix the multiple stl no hint issue
Change-Id: I368060285890ccd3e440cdb04e7672d038e2a1d7
2022-09-13 19:42:32 +08:00
gerrit
5469534a6d ci: update build version to 01.02.00.05
Change-Id: I69d28c31732a478671eff0594592ba42d5df8d51
2022-09-13 19:42:32 +08:00
yifan.wu
1f38d12862 FIX: fix a prime tower issue in timelapse smooth mode
Fix the issue that the first 2 layers of prime tower are not generated
when timelapse is set to smooth mode. This issue only happens in single
filament printing.

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
2022-09-13 19:42:32 +08:00
Arthur Tang
cd315d0888 FIX: empty reference image of first layer
This is caused by the new layer 0 of custom extrusions.

Change-Id: Ie1fe5aac65f908b90a7505db6ae3deb279247007
2022-09-13 19:42:32 +08:00
SoftFever
bc545cf90e Allow user to adjust top solid infill flowrate 2022-09-12 00:22:38 +08:00
SoftFever
a189784c16 fix Voron filament profile loading issue 2022-09-11 13:03:04 +08:00
SoftFever
473a3a7c34 add relwithdebinfo build script 2022-09-10 11:40:44 +08:00
SoftFever
61de853138 Revert "Revert "ENH: filament just show bundle machine""
This reverts commit bf416a975c.
2022-09-10 00:44:55 +08:00
SoftFever
bb74438f7c Merge remote-tracking branch 'remote/master' into SoftFever
# Conflicts:
#	src/libslic3r/Preset.cpp
2022-09-09 21:54:57 +08:00
zorro.zhang
15ccd3661e ENH: self-adaption UserGuide Icon arrange
Change-Id: I6b04d7b54bd73ae0c7864cc6e1661b44c6d6c059
2022-09-09 19:59:27 +08:00
gerrit
6a319bcb56 ci: update network module based on commit dde61e3
Change-Id: I126ec79f3a79de4af46c647eac13c0187eac7109
(cherry picked from commit b8a22b969098f0a6e0512decb6e69ce290791bd4)
2022-09-09 19:59:27 +08:00
chunmao.guo
4448409722 FIX: timelapse wiki url
Change-Id: I7d82c7ef1585cc5bd907f36bc7592449131efe6f
2022-09-09 19:59:27 +08:00
gerrit
b1a8cb759d ci: update build version to 01.02.00.04
Change-Id: If58f8b93a2cf9078d7ad21bab188616fd2f2b2ec
2022-09-09 19:59:27 +08:00
yifan.wu
cd175eeba9 ENH: add Chinese text for user manual
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ie0b95d53e3c50fa8a9462c79ea0ae713540db254
2022-09-09 19:59:27 +08:00
zhimin.zeng
86ac58db68 FIX: modify the translation
Change-Id: If20d4acaa730b7802c4faa2e97abf60cd75624d5
2022-09-09 19:59:27 +08:00
Stone Li
d20656b869 FIX: do not clear access code when connection lost
Change-Id: I540f26def8946b85c7cf9d2bff78c57287c911d8
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-09 19:59:27 +08:00
qing.zhang
70030768a1 FIX: fix the error of process preset of 0.2 X1
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ifd5ea58610d216cff2de1783ed6cfa422f8c400c
2022-09-09 19:59:27 +08:00
zhimin.zeng
96e827ca7f FIX: the tree support use interface materials
Change-Id: I6c61c427095bf8157a2e29a8bb81a1754b6fd980
(cherry picked from commit 4b6d5c25599ca8c97184fd977a3bac2f278f8896)
2022-09-09 19:59:27 +08:00
zhimin.zeng
4c063a8a32 FIX: modify the text
Change-Id: If9d6d629288f9016b5d8abfaff5ee44c99d90e30
2022-09-09 19:59:27 +08:00
qing.zhang
589e30e095 FIX: fix the config error of 0.2 X1 machine perset
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I1af609263ba708314561b5d2e4f12d5d7c7fdd69
2022-09-09 19:59:27 +08:00
zorro.zhang
c818ca165f ENH: Fix Default Material Logic
Change-Id: Iac40c7717e55ca7c2502cfd1012e33e1e6d88695
2022-09-09 19:59:27 +08:00
Stone Li
44a7490dfb ENH: update translations
Change-Id: I01f6d85efb41b682a1e0e27d6da8213ffb338df9
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-09 19:59:27 +08:00
SoftFever
25fed256ae Revert "Revert "profile tweaks""
This reverts commit 7d9d73a93a.
2022-09-09 11:23:33 +08:00
yifan.wu
5cc3a7a4f8 ENH: increase profile version
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ie7fefccd1678bb3914f6f2f4c3cea371dd997736
(cherry picked from commit 4497f31004beab546606fb4627d60ee9bd11357e)
2022-09-08 21:49:36 +08:00
lane.wei
5b7cf54cf5 fix some building issues under linux
Change-Id: I787024a74e15ef3904dcffe233e4387bdfc139b3
2022-09-08 21:49:36 +08:00
chunmao.guo
5f1138f022 FIX: media play error url
Change-Id: I7ade71a951fda4e5b2d6c632248d0868846f4e7f
2022-09-08 21:49:36 +08:00
salt.wei
a0d4185909 ENH: remove ignore of slice_closing_radius
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I96aa0a07e5e278f0e22f5c2acc5303050ff0cd2c
2022-09-08 21:49:36 +08:00
zhimin.zeng
05625a5e43 ENH: add traditional timelapse without wipe tower
Change-Id: I77792fb1a7af2ee95242c6f2501371dc0745287f
(cherry picked from commit f6d434cc8b6c8d11d16bbabf9600c2f2b63868db)
2022-09-08 21:49:36 +08:00
Stone Li
4987f19147 FIX: clean ams mapping result when reading info is timeout
Change-Id: I2dbe6dd4edd26f0464c94aa3237ac371ec4a562c
2022-09-08 21:49:36 +08:00
tao wang
c278291808 FIX:fixed sort character display error
Change-Id: I5f4a9318f26f11f8294dcb1d4e17862546ef9825
2022-09-08 21:49:36 +08:00
yifan.wu
4cbba82cee ENH: refine text & icon for Recent's context menu
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I194afa16ad9b2c928548e7011a40718f9a53be8c
2022-09-08 21:49:36 +08:00
salt.wei
9e2f227aef ENH: fix wrong extruder offset when loading from gcode
All extruder offset should be extruder_offset[0] when
it is single extruder multi material.

Add handling when load config from gcode.

This is fix for github issue #213

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ia881b2bfbbdffa98e3c3db7b35201dc86b520b29
2022-09-08 21:49:36 +08:00
Arthur
e7c977f86b ENH: move first layer inspection before 2nd layer
So an object with a single layer won't do first layer inspection.

Change-Id: I43d8d41b64215b13573c517e6350f7feff5f2e33
2022-09-08 21:49:36 +08:00
gerrit
ed27cd95b5 ci: update build version to 01.02.00.02
Change-Id: I60b8d27bf414e839127548bd0054ca7e26ba5805
2022-09-08 21:49:36 +08:00
chunmao.guo
b2b2bc2a9c FIX: not keep restarting video on local error
Change-Id: I2f79208326f92931bec108a4609088788ceca998
2022-09-08 21:49:36 +08:00
liz.li
288913cc4b NEW:add shortcut introduction
Change-Id: I6d85b5bcc20f2e5d5cfc78c4cfe8520565f25ff2
2022-09-08 21:49:36 +08:00
chunmao.guo
605253f61b FIX: open new BambuStudio at fixed path
Change-Id: I4ebadf9d27c38243a3cb462c6723e61864169d9c
2022-09-08 21:49:36 +08:00
liz.li
04d3917993 FIX: imgui font texture failed
Change-Id: I5ba0ad1c568024ab15e3c1559015e192709376a2
2022-09-08 21:49:36 +08:00
zhimin.zeng
a3071f9e48 FIX: grabber moving distance is too small
When dragging in 3D scene, the grabber's moving distance is less than the mouse's moving distance

Change-Id: I7b766a73b7e862fb6304531c75502b09702eb128
(cherry picked from commit 82ebcd38e50c63bcfe5863dd4ff87b93df5a771e)
2022-09-08 21:49:36 +08:00
tao.jin
fbd6af069d ENH: support to skip current version in upgrading dialog
Change-Id: Iedcf595b146017fa26827900b446fd8782938341
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
salt.wei
4e1caa428d ENH: wipe_distance should not to be 0 or negative value
As title, fix github issue #220

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: If63c839da1341ac2e16bbfa287c4e32564284d59
2022-09-08 21:49:36 +08:00
liz.li
e6f0c5abec FIX:speed ctrl in device
1.the speed ctrl shouldn't open popup when the printer is in idle status.
2.add tooltip

Change-Id: I3b0b4c58ef1c1961835ee2e06b2e7f3cccb53428
2022-09-08 21:49:36 +08:00
qing.zhang
b025de8746 NEW: add preset of 0.2 nozzle X1
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ib5639a4f503f7c27023dd43d1a7e3929b51bdd77
2022-09-08 21:49:36 +08:00
salt.wei
b957878ba0 ENH: change po file for new setting
As title

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Id339808069f4662456fab3df3361cf563350c7f2
2022-09-08 21:49:36 +08:00
Stone Li
d05a28caba FIX: fix compile error when gettext_po_to_mo
Change-Id: I7f041cac18ba087937df4291e81ff83d0ef12cac
2022-09-08 21:49:36 +08:00
salt.wei
72221d2760 ENH: add slice_closing_radius back
For github issue #182

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I38c69bed03b6d70cb21d58b5f724b4dc3a8992a4
2022-09-08 21:49:36 +08:00
Stone Li
1a3a01a39f ENH: update translation and sync with localazy
Change-Id: Icbf0a5642e16ad18eb8a9552810e39de5ec3b471
2022-09-08 21:49:36 +08:00
Stone Li
e2653289f4 ENH: refine translations, sync with localazy
Change-Id: I33d462b6e407f1cce91e1e0901a91249a8866ee7
(cherry picked from commit c1a392b62ebcb36d52bbd1d05c8f073f8e751de8)
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
gerrit
e2ac60eb49 ci: update build version to 01.02.00.01
Change-Id: I4dc798a56421ce513fc9bb5dad1a47042551daf9
2022-09-08 21:49:36 +08:00
yifan.wu
7b2d839642 ENH: update user manual covers
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I24eb5f391ebf2b350afafa4062e11852a7a3c669
2022-09-08 21:49:36 +08:00
Stone Li
55e12ef8b7 ENH: refine ams user settings display
Change-Id: Ie205824cf6f60f6acd8b07a2b89c1220eebdfb83
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
liz.li
664672b742 FIX:Gcodeviewer:arc type render bug on first layer
Change-Id: Id047e9c6ef39fa95af800bc1b218c14bc6efb7ab
2022-09-08 21:49:36 +08:00
zhimin.zeng
a4e89ab1f5 FIX: model moves when adding negative volume
Change-Id: I49fdfa8324751874203bde42a692c3babc901623
(cherry picked from commit 550286d7314cc20da5ea590e3dd19772daceda16)
2022-09-08 21:49:36 +08:00
zhimin.zeng
e5c3127517 FIX: keep only one repeated opt_key
keep only one repeated opt_key when old software open new 3mf file

Change-Id: I4f35d2f15e0cb9e5fa4a7523cfcba7b601afd795
(cherry picked from commit a25c42f31437b4562b8fe71a836a421c014c6cf9)
2022-09-08 21:49:36 +08:00
tao wang
264aad9b4b FIX:add new effect of disabling print operations
Change-Id: I19cd39205785fc2d4321016746a2dc19cff98c5b
2022-09-08 21:49:36 +08:00
lane.wei
5f7e945473 NEW: add com.bambulab.bambu-studio as CFBundleIdentifier
Change-Id: Iaff1bb8791a2d62fa1ace8ad716e449cd4c1096d
2022-09-08 21:49:36 +08:00
chunmao.guo
a64fc3918a FIX: scroll direction of DropDown
Change-Id: Id5abf74e099586810ac9a5ec2b43e6050381a3c3
2022-09-08 21:49:36 +08:00
chunmao.guo
63448d9126 FIX: modify ui styles in media file panel
Change-Id: I064858975fc39618339cf4fe0e577fa3d2e5085f
2022-09-08 21:49:36 +08:00
chunmao.guo
dd0ccfb6e9 FIX: StaticBox background color
Change-Id: Ifbb0bc4ac3e0a69675f16dc3234b4190fff698fb
2022-09-08 21:49:36 +08:00
chunmao.guo
b03a16054b FIX: add authors to param links
Change-Id: Ibcbd1d58e6201e1a668f350891eb1beda9fe4d12
2022-09-08 21:49:36 +08:00
chunmao.guo
0471c7d427 ENH: open new process on MacOS
Change-Id: I0bc4069f9ff14ac86d9edf800134f04a26a650f2
2022-09-08 21:49:36 +08:00
tao wang
77e4599c4a FIX:add few extra function for objecttable
1.supports filament sort
2.printable supports batch selection

Change-Id: I231b8add4f43550f4854796cfd804f86251604e7
2022-09-08 21:49:36 +08:00
Arthur
b8846f675f ENH: do not change relative pos for multi object copy
Change-Id: Id54e119ebb72ca90989c13b221b9be72e4ac2f86
2022-09-08 21:49:36 +08:00
Tao Wang
0ed1d2ed34 FIX:fixed crashed when starting Studio on secondary display
Change-Id: I0392607479a25b5e2b2704f5569d6b8b94ba7e3d
2022-09-08 21:49:36 +08:00
liz.li
3fb942077c FIX:AMSMaterialSetting dialog
1.Set dialog readonly when printing
2.replace comboBox with text when set readonly

Change-Id: Ic9d9570f3984088550b70628f4acb33c83108dde
2022-09-08 21:49:36 +08:00
Stone Li
0a1f3df697 FIX: fix display error in UpgradePanel
set to default value when monitor status is DISCONNECTED or NO_PRINTER

Change-Id: I48b9f44e9744794cfaaed32c316b7f3866cf76fd
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
Stone Li
93b26be024 ENH: update ams mapping result after changing use_ams checkbox
popup axis tips after axis action

Change-Id: Iadae7e645d4718dc80264f5d1f98b16edcfb9cbb
2022-09-08 21:49:36 +08:00
salt.wei
ee16e75a9c ENH: move overhang fan speed to advanced group
Show these two settings in advanced mode

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ic7ef16ef3a9940d81839cce15de05bf6e32d9315
2022-09-08 21:49:36 +08:00
liz.li
65cbccb219 NEW:add custom-gcode before first layer
Change-Id: I168e3038cb7d6850a5d6c568f348fed8000a915a
2022-09-08 21:49:36 +08:00
qing.zhang
53be2ee554 FIX: fix the topmost iron issue
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I79a034f188aaa1ef4528b944c725008f926b7b1f
2022-09-08 21:49:36 +08:00
tao wang
fbb9dfc41a FIX:amsmappingpop dialog adjustments on macos
Change-Id: Ideeb1b8536efeaf0fedefa0acf91c386a2c76b96
2022-09-08 21:49:36 +08:00
tao wang
f5c7919424 FIX:update new icon of print operation
Change-Id: I0ae3402710c37875d5443f4ea70e0d8da8572c44
2022-09-08 21:49:36 +08:00
tao wang
43e69fee35 FIX:refine objecttable layout and interaction
Change-Id: If7639decffc994bfbbef3461fd02de0c06758b89
2022-09-08 21:49:36 +08:00
tao wang
83b427b7e2 FIX:synchronize the add and import actions
Change-Id: I3fbd52d5d554001af4bea27bbf6bb6feee6e230d
2022-09-08 21:49:36 +08:00
liz.li
0d432bf89f FIX:adjust text of home dialog
Change-Id: I4e6412ae2828d2918f44d6442a7fd2efc21970cf
2022-09-08 21:49:36 +08:00
yifan.wu
a744f7d60c ENH: support to show object labels in 3D scene
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: If2267b13ab15d2c18175dc54cfda605f8f062cf8
2022-09-08 21:49:36 +08:00
zhimin.zeng
612204b443 FIX: STUDIO-787 & STUDIO-786 lion face model problem
1. memory explosion when enable timelapse.
2. Models with only one color become multicolor after slicing.

Change-Id: Iab3ace70c08d03ab612158d52ff67eef8d5bc718
2022-09-08 21:49:36 +08:00
zhimin.zeng
db83a1c193 FIX: STUDIO-795 crash in painting mode with Ctrl+A
Change-Id: I10e49eb704b4b2bf6b4059242b2cb6374ec91ded
(cherry picked from commit 44089d5a783121d1c8c0c98b53f5d78d868567af)
2022-09-08 21:49:36 +08:00
zhimin.zeng
a66aa0a259 FIX: add text link to bed type
Change-Id: Ic051bc37f87ec355865c3ce5fb857ad0a38c1d32
(cherry picked from commit 5573fdca645ba3721df25ae538c76b2f0abb2149)
2022-09-08 21:49:36 +08:00
zhimin.zeng
ac0b383858 FIX: add 16 colors
Change-Id: I5e24e8ea95f85a9ffdef4c3871ea4b30e9711d23
2022-09-08 21:49:36 +08:00
Stone Li
8f28474ed2 FIX: hide checkbox/label/tips of use_ams
Change-Id: Ifce452f0776bbe02bf2446e952b1ac0b474a6d72
2022-09-08 21:49:36 +08:00
Stone Li
6792b42992 ENH: hide media file and upgrade panel
Change-Id: If953e2261fbc031382f42cc47e5c8beecb626f85
2022-09-08 21:49:36 +08:00
zorro.zhang
aae2a0484a ENH: Adjust Homepage UI
1, User Guide Image, Top add round corner
2, Change Guide description text color
3, New UI of Mouse Right Button Menu

Change-Id: I82cf82a97e35f16478020fabada17b5637cff625
(cherry picked from commit a3a56392788a9eabc9bb0cc20ecb48050869476b)
2022-09-08 21:49:36 +08:00
zorro.zhang
2f59e77ca9 ENH: Adjust Homepage UI
Change-Id: I6d2556241d7a3eb68f4e73ef905c12d07a8ad77f
(cherry picked from commit 8ebcf2de6991d4aaad1f49571493fd9d99fdd9cc)
2022-09-08 21:49:36 +08:00
zorro.zhang
63d7d05f68 ENH: new default recentfile image
Change-Id: Ibb46b5a754e42f40b4d3ea773ca551208e0aef46
(cherry picked from commit b3a66ec1a387426842b8c43f38986ef8ada59d6f)
2022-09-08 21:49:36 +08:00
Stone Li
2dc2d8252d NEW: support software limit of axis control
Change-Id: I0d241aeddeed112b21ed576ce793c3e9f061c923
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
SoftFever
bf416a975c Revert "ENH: filament just show bundle machine"
This reverts commit 2ac9267e42.
2022-09-05 21:59:19 +08:00
SoftFever
27398d1717 connect to production server 2022-09-04 19:54:31 +08:00
SoftFever
4fd174175c Merge remote-tracking branch 'remote/master' into SoftFever 2022-09-03 00:17:59 +08:00
SoftFever
0a7313fd9d minor profile fix 2022-09-03 00:17:36 +08:00
SoftFever
7d9d73a93a Revert "profile tweaks"
This reverts commit 939dca5780.
2022-09-03 00:07:53 +08:00
liz.li
8e1fd89430 FIX:add multi-color goes wrong in multi-plate case
1.new: forbidden add multicolor from preview slider if a plate uses multiple filaments in prepare
2.fix: cannot change color from preview slider if a plate uses different color with another plate.

Change-Id: I28dee0e158fab121dc888590c4cc7554900504be
2022-09-02 13:16:54 +08:00
chunmao.guo
2d33f3ce90 FIX: update text of configs import/export
Change-Id: I883a8995086f8b9f10589650d2157f9bc687d803
2022-09-02 13:16:54 +08:00
chunmao.guo
0a7f696101 FIX: crash on MediaFilePanel when download in empty list
Change-Id: I13f33005a8730498aea28b32da2818ceca055aac
2022-09-02 13:16:54 +08:00
Stone Li
7184960dce FIX: fix crash when select a printer in lan mode
Change-Id: I93f604c900a56e938b16bd377031c331ecc20f43
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
Stone Li
89c83fb8a6 FIX: fix crash when to press cancel button
it would crash when avatar of user is loading.
cancel web request before closing dialog.

Change-Id: Ib41c5d8e7b5663d15c7d7f544335b48f47c25fea
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
Stone Li
3aa3df00fc FIX: fix slice info display error
Change-Id: Ifccc8027fbd9f7a659523e170d33d01b10ecd9d9
2022-09-02 13:16:54 +08:00
Stone Li
a688265bfd ENH: refine ams logic
update ams settings
add rfid reading bits

Change-Id: If46d2a3bf896e1279514aba94e5facdaee12014d
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
Stone Li
0ed5b956ae NEW: add ams option when sending a printing job
Change-Id: If75b9da926c1d9a9e59f3e16b3d491a6e0bdb2e6
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
gerrit
09e0e4fcca ci: update network module based on commit 3cf3634
Change-Id: I7028f6fccd7fd8811394b4e23f1dab034a9285d6
(cherry picked from commit 285a74eb4511423e2028e2b6813abd264bd10bc4)
2022-09-02 13:16:54 +08:00
Stone Li
b7974185fa FIX: join bind_job when close BindDialog
Change-Id: Ide24f4d116d65063ebc414230abe12ef94d9dd23
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
chunmao.guo
30a97cc6dc ENH: params web link to wifi pages
Change-Id: Id79c65a973840cdc23cdf1b1c353d29da2216750
2022-09-02 13:16:54 +08:00
tao.jin
fd8caee3db NEW:Add search printer for debug
Change-Id: I3d8db835331e1ce4699f02a3571b3978544b8e77
2022-09-02 13:16:54 +08:00
chunmao.guo
4601022aaa FIX: stop video when not visible
Change-Id: Ibc5204084efec5381a7ede9face0519276592aa8
2022-09-02 13:16:54 +08:00
lane.wei
08c9385383 version: update the version to 1.2
Change-Id: I3eab73700c6a07086bcde5357f28ed2660024260
2022-09-02 13:16:54 +08:00
Stone Li
d42c8f58df FIX: fix display error when only ams2 exists
Change-Id: I6993b6681b403094d8ed242fbd3869ad19f834b9
2022-09-02 13:16:54 +08:00
tao wang
5cedfe2216 Fix: Only call wxEndBusyCursor when is busy
Change-Id: I8a6085aca652df4892bf5182e34d01c423a17bd6
2022-09-02 13:16:54 +08:00
qing.zhang
dbe414c38c ENH: revise the filament preset.
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ia9a82b87746ac7a70100ffd5f2383422069e0a81
2022-09-02 13:16:54 +08:00
chunmao.guo
6b580d285c FIX: some bugs with media files
Change-Id: Ia5e0710a2979ae338902042e520ba9210e3a557d
2022-09-02 13:16:54 +08:00
tao wang
8eb9d6a863 FIX:disable rename except picture type
Change-Id: I69ec39d2e3066102f7116bb17af8e26120af237d
2022-09-02 13:16:54 +08:00
tao wang
1c7b183035 FIX:add protection when slice information is not available
Change-Id: Iaf654c8a14252f6647a64ded97d4ded3e79d7057
2022-09-02 13:16:54 +08:00
Stone Li
bb1be58815 FIX: check bind status in update timer
Change-Id: I2079e1ef96cdffa0a9776b72942fd45ec88be10b
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
lane.wei
79944bd0fc fix a typo issue submitted previously
Change-Id: Ia31522fb3133f90468e6ba034daa8feca6d9c69d
2022-09-02 13:16:54 +08:00
wintergua
73f4c848de FIX: some brim might be ignored by mistake
In current studio, a brim area will be ignored if it does not be connected to any object island.
After patching, a brim area will be ignored if it does not connected to any object island and other brim areas.

Change-Id: I1aef5cd1af12cf76746f7614807aa03956d625ad
2022-09-02 13:16:54 +08:00
Stone Li
801b15966a ENH: modify to new upgrade protocol
Change-Id: I8d431ec3c5e9c81e7a7438c6b1db9febf01d4706
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
Stone Li
d54461413f ENH: add calibration and unload filament
define new command for calibration and unload filament

Change-Id: I834680740b4052d5719193a40945ca2704a3d858
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit c742fb5feb26938152858c44056d809fe18ce742)
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
lane.wei
b5a21e6520 add logic to remove the plugins folder when the version changed
Change-Id: Idb0ac34376c4eed81bf37da7afe670d9d9a42457
2022-09-02 13:16:54 +08:00
lane.wei
562b52c6b9 fix the assert issue under debug mode
Change-Id: I02b5e4e3229f695d89ac6f04aadeb831810dd3ff
2022-09-02 13:16:54 +08:00
lane.wei
73b84a5e77 update the networking version
Change-Id: I51d599324a8c354b4d7b465c78bbac1af835da06
2022-09-02 13:16:54 +08:00
yifan.wu
0b323649d3 ENH: order support toolpaths to reduce extra travels
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ifae5807ff094eede1eaf7494430fdd174572a021
(cherry picked from commit dfb3fc991a6f4a6e7dcdcce902f26ffa789f57fb)
2022-09-02 13:16:54 +08:00
chunmao.guo
cd1daa66a0 FIX: languge text of Media file panel & import/export configs
Change-Id: I4519fd34329e045f2ef76933d4d7169a68a5c957
2022-09-02 13:16:54 +08:00
Stone Li
b1e934c71b NEW: add printer config file
Change-Id: I2683338ede7ff48c3ee5936c422574d6a588635d
2022-09-02 13:16:54 +08:00
xiangdong.yang
83010a0d85 ENH: Optimize the overall Gizmo layout
Change-Id: Ic773fa45d163d598f4510d981c11d4f9f5858495
2022-09-02 13:16:54 +08:00
yifan.wu
1569909cc3 ENH: refine the guide pages
1. remove editable status of pages
2. refine the user manual text

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I39ca064e15f5c7c58e491b1929eb69e4a6692a08
2022-09-02 13:16:54 +08:00
lane.wei
3b9801f147 NEW: add config file to store functional compatibility
Change-Id: I9831cef9d57642fe7709eef87e74a64e21857e18
2022-09-02 13:16:54 +08:00
tao wang
b510e94e06 FIX:add code protection when updating print basic info
Change-Id: If64c24e394276c3c127bb12039353ae478481192
2022-09-02 13:16:54 +08:00
tao wang
e11c354999 FIX:fixed machine list crash when after logout account
Change-Id: Ic71fe459032de97943c28f92319a56a47f6430ac
2022-09-02 13:16:54 +08:00
Stone Li
63bd77caf9 ENH: save hms file to hms folder
Change-Id: I20ff7317c689eefc684c44e6509a45f5911de7fe
2022-09-02 13:16:54 +08:00
tao wang
ba286fedbd FIX:fixed camera button cant not adaptation
Change-Id: I208d7ca31e77e6cb7a0674e9794fd4eefecca840
2022-09-02 13:16:54 +08:00
zhimin.zeng
11c24053dd FIX: remove user preset folder when logout
Change-Id: I64f0e46de7a91264c3c50188bbad2ac1409bcc0d
2022-09-02 13:16:54 +08:00
Stone Li
346480005a NEW: add comments for print job
Change-Id: Ie7a65a76d535dc210268842704fdaf4a7475135a
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
chunmao.guo
de712b08f1 FIX: crash on MacOS when system logout, not really Close mainframe
Change-Id: I0e7cc73c1b4bbc663105034e82dcd7a51998e244
2022-09-02 13:16:54 +08:00
zhimin.zeng
8319ef604c FIX: report an error when slice in painting
Change-Id: I55ba3687e3988ae96d33833c03efd66ea3f607d8
2022-09-02 13:16:54 +08:00
zhimin.zeng
06af15f60c FIX: disable the dual graphics card option
Change-Id: I76967e5e87abc1c55920bcf31b196c3ab588bd58
2022-09-02 13:16:54 +08:00
tao wang
a8d91531b3 FIX:Turn on the Release switch of HMS
Change-Id: I67fe615aec0e18cc8fd0a1e6992b6dc38a03fc88
2022-09-02 13:16:54 +08:00
tao wang
db435bc704 FIX:fixed wxwidget assert(amsmappingpop)
Change-Id: Ie97e6c0bdea9af713eb7088311dfc3df97d74239
2022-09-02 13:16:54 +08:00
yifan.wu
02f35c1617 ENH: add contents to user guide
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I46e943ce40049a80715ba67c4e73a3587991fe82
2022-09-02 13:16:54 +08:00
arthur
35d6e048ff FIX: auto-arrange fails in several cases
Jira: STUDIO-644, STUDIO-661

Change-Id: I3cd1fcd4e1fabf9a401c9fd536e8f55592775fbd
2022-09-02 12:52:18 +08:00
arthur
1e0301dbde FIX: fix slicing error of more than 1 empty first layers
Jira: STUDIO-656
Change-Id: I582e432ac14b823656780147ec585ae7a7499517
2022-09-02 12:52:18 +08:00
arthur
7e01006db7 FIX: cocentric interface in tree support may be floating
1. fix floating cocentric interface
2. fix missing 1st roof layer with 0.12 & 0.08 layer height

Change-Id: I6cdbe99dabb711c650900d35aead7f7aa0fdb8f7
2022-09-02 12:52:18 +08:00
lane.wei
ee84510736 Version: Update version to 01.01.02.00
Change-Id: If5a1addf08ae16c5b8d524682a5100b4b390ce41
2022-09-02 12:52:18 +08:00
chunmao.guo
56a61bfcf5 FIX: record dialog stack and EndModal on system session end
Change-Id: Ie0a7de7cf467f5b9e88881d3894dbb7a0790d500
2022-09-02 12:52:18 +08:00
Stone Li
0f8ad6d5e6 ENH: add log in request_user_unbind for debuging
Change-Id: I9540080713ac848302b788797005b28a5938f547
2022-09-02 12:52:18 +08:00
tao wang
4c619aeaa0 FIX:print slice infon will be obtained from the cloud
Change-Id: I7e05787baf1bb1cbca5ff956e371e67bc3f8c7d7
2022-09-02 12:52:18 +08:00
tao wang
a5774c1902 FIX:fixed send printjob page can not show full page size
Change-Id: I1d9120c4eabf69e9510f9f64d378eab3adf6b7a9
2022-09-02 12:52:18 +08:00
chunmao.guo
0fa82b5e18 ENH: expor core spec 3mf
Change-Id: I97ccd87f29668833881b9327b251c2ca110ecd31
2022-09-02 12:52:18 +08:00
lane.wei
29267b58d3 Fix the export_3mf failed issue caused by filename
Change-Id: I54709b9f92af34c9459f2befb68759ee6d03d85b
2022-09-02 12:52:18 +08:00
Stone Li
c7b698f4f1 ENH: modify default view to current plate view
Change-Id: I32cecfe20e01011089928e24058c4ff89aca074a
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
chunmao.guo
71d81ad78b FIX: save backup mesh with temp file safely
Change-Id: I39ed281e271add443c41cb177d203f0b0decf2b6
2022-09-02 12:52:18 +08:00
chunmao.guo
2ecdf43ca1 FIX: media play state conflict when switch device
Change-Id: I95680159a50b2085cb6de5b7cd612d6b444a6446
2022-09-02 12:52:18 +08:00
Stone Li
3c8d9be77e FIX: fix crash when exiting studio
Change-Id: I91f6cde208e044aae20b40e4b79159f6cd46356c
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
salt.wei
d9ad79e922 ENH: add back random seam
As title. Random is useless in some cases.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I169edb005574c43fae5aafbdbe4b6e901b8d0c74
2022-09-02 12:52:18 +08:00
chunmao.guo
e016f522fd FIX: clear ams filament list on user logout
Change-Id: I27417caa3dbcf7bb46bcb1b0182033ffb3b8825f
2022-09-02 12:52:18 +08:00
xiangdong.yang
1337498efa FIX:fix the device interface button adaptation problem
Change-Id: Ide49dce78dd83cdb87e13dc93fb128e554d36871
2022-09-02 12:52:18 +08:00
chunmao.guo
ed1870b3a5 FIX: wxTE_PROCESS_ENTER flag for wxTextCtrl
Change-Id: I23b43997f080ed173676c2582148b8db6e83b701
2022-09-02 12:52:18 +08:00
xiangdong.yang
966242b8dd FIX:Coloring interface optimization
Change-Id: I43f7f6e119374a5b2ec6a23ae7e0a6b11942b08f
2022-09-02 12:52:18 +08:00
chunmao.guo
115995e46d ENH: export current preset configs
Change-Id: I75642f9786ed14e4e6e2048f4a70e7bb49bff03f
(cherry picked from commit 31886319c0a3f1adea301e01a9f49834c1c92670)
2022-09-02 12:52:18 +08:00
zorro.zhang
f44a0b88d9 NEW: homepage and UserManual
Change-Id: Iecdb4d0151a0cf76614548aee69e525ad7e1fe68
(cherry picked from commit 4c7403683b334e42d8676a933012e2133cd1ce7f)
2022-09-02 12:52:18 +08:00
tao wang
3b021d4443 FIX:replace new camera icons
Change-Id: Ibd8b178260733a4b95198687d90d111b542462e1
2022-09-02 12:52:18 +08:00
liz.li
b51b562be8 FIX:refine objecttable
1.fix multi-line text are cut off
2.romove resize of object_table
3.fix object_table_setting without scrollbar
4.improve UI of filament column

Change-Id: I5eb989e86545c411013e31f31580a1e0a71472e2
2022-09-02 12:52:18 +08:00
tao wang
a3fbcf2963 FIX:add multilingual translation
Change-Id: I2227bd55a48c7ce136f97893bd797a161459007e
2022-09-02 12:52:18 +08:00
liz.li
121dccc59c ENH:close dialog by pressing esc key
Change-Id: Ib883e7119699e06f63c61dd083ad761ba58bc19c
2022-09-02 12:52:18 +08:00
xiangdong.yang
03f62ed9ae FIX:fix GizmoText failed to change font
Change-Id: I2b6ea7effead4d4667b4a797392396784be9180d
2022-09-02 12:52:18 +08:00
xiangdong.yang
05dddcfd3c ENH:Optimized the overall Gizmo layout and Print Error font style
Change-Id: Icc26fdcec667dfd7018132d39af0bb450e4caff5
2022-09-02 12:52:18 +08:00
liz.li
5cd7873a3c FIX: Auxiliary conflict
Change-Id: I3026445e215b689aed325133caa386cb2f48bfdc
2022-09-02 12:52:18 +08:00
lane.wei
fef0a4944c FIX: fix the position not correct issue after copy
Change-Id: Id7505230f8a46785310b8c49d19705b2de5164af
2022-09-02 12:52:18 +08:00
zhimin.zeng
a85dc1ef67 FIX: Crash when undo multiple times
Change-Id: Ie2e06d294e7e31ce050e8f63308e45c076130af6
(cherry picked from commit ca4b9db007f7e839da768424484c098988cbc3f0)
2022-09-02 12:52:18 +08:00
liz.li
36ca76c2a4 ENH: Auxiliary GUI
Change-Id: Iaefd8bb6a2a560f4f2ec8235b21231763d8562fe
2022-09-02 12:52:18 +08:00
tao.jin
16bbcf6f97 NEW:change menu_add_part.svg
Change-Id: I5305777efc27d6c0f3761aad68b633ee29ed6e5c
2022-09-02 12:52:18 +08:00
tao.jin
2ba2c2fec4 NEW:Change flush icon
Change-Id: I46240870a04c1cbb4a4e7f1cd842eb3aa19f567b
2022-09-02 12:52:18 +08:00
xiangdong.yang
277391f6ba ENH:add GizmoText menu translation
Change-Id: I3315f9a719ff353bb72c93d436009f0c327e2a6d
2022-09-02 12:52:18 +08:00
xiangdong.yang
7bb227df2c FIX:fix Gizmo Text displays the location layout
Change-Id: I0696725660d3640486750259f7643d1809989db0
2022-09-02 12:52:18 +08:00
zhimin.zeng
5aaa785655 FIX: Slicing process crashes when enable timelapse
Change-Id: Idc3068b73809ee28fe685266fcd2355555e9f02a
2022-09-02 12:52:18 +08:00
yifan.wu
df6fb3eeb4 ENH: remove current filament logic in context menu
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ie7933eeccb8ee4f3390c8e5999b32bb45319c89f
(cherry picked from commit 1426178dd40e95d8d7313335a0ecf264bfeeb7b9)
2022-09-02 12:52:18 +08:00
lane.wei
0898817053 ENH: rotate: refine the behavior of assemble rotation
use the logic of rotate_local_with_target

Change-Id: I181372b6784c5d025bc3748377f6130f15a80d85
2022-09-02 12:52:18 +08:00
tao wang
ffb1f706d8 NEW:update the new print progress layout
Change-Id: I4390c9ef5de3d050178bebe5d1dc60213a400280
2022-09-02 12:52:18 +08:00
zhimin.zeng
007659aeec FIX: hide the "Don't show again" checkbox of ProjectDropDialog
Change-Id: I83ed917cab71e10eda6a14a4f78ebc56ee894600
(cherry picked from commit 64179562b116f5b16fc223d5d307e5c2f795e6c1)
2022-09-02 12:52:18 +08:00
zhimin.zeng
34a9dc91d1 FIX: modify for language translation
Change-Id: I4a4123acef77fa992884cdf3420ac38bc13d8f7b
2022-09-02 12:52:18 +08:00
lane.wei
29d195c18e ENH: refine the boundary check logic
take object as unit instead of volume

Change-Id: Ie8220b183349aac86193021f6a41a5a836231dce
2022-09-02 12:52:18 +08:00
zhimin.zeng
6631f9eada FIX: Color information lost when importing BBS 3mf file
Change-Id: Iebfdead470e1951e145a5745460c531c9a1b2a27
(cherry picked from commit 4c98437bb90c057dfadf1b8f9d07f2d287ff06d0)
2022-09-02 12:52:18 +08:00
zhimin.zeng
0ab13a6abb ENH: Add Textured PEI Plate
Change-Id: I08178e86a8ccb23844cca00bc9d265df7507f910
(cherry picked from commit 8f101963ecab1352e2721ead83928b327d6c0dbd)
2022-09-02 12:52:18 +08:00
zhimin.zeng
acb05dcf19 FIX: enhance interaction of timelapse
Change-Id: Iac13a485d0f5a458a435137619caddce39ad61fb
2022-09-02 12:52:18 +08:00
tao wang
4f4223a2b4 FIX:fixed Multiple AMS display error
Change-Id: I94f67080b086d60cf16aa50fdb46a58da9e8e12f
2022-09-02 12:52:18 +08:00
xiangdong.yang
ea4651e70e NEW:add Gizmo text menu
Change-Id: Ie5a5793e4d852188af60b40dfd6a9072727cf3d0
2022-09-02 12:52:18 +08:00
chunmao.guo
cf1ed35011 FIX: auto play live video
Change-Id: I32b14814bd0010fe47340709caed9ac7fa3edfd7
2022-09-02 12:52:18 +08:00
tao wang
aff7afc8de FIX:change checkbox to wxcheckbox in objecttable page
Change-Id: I31ab4255a92d0c32e3d7252b08d0535ab71ab9d4
2022-09-02 12:52:18 +08:00
lane.wei
5a2b0e845e ENH: rendering: refine the rendering logic of GLVolume
1. set the unprintable volume to black even if it is mmu painted
2. add the bounding check logic when the object is partly inside of current plate

Change-Id: I69ce25eb85a71398ed8fb1d275136c5d943796d6
2022-09-02 12:52:18 +08:00
yifan.wu
3911344495 FIX: fix modifier extruder not correct issue
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I90e639ec1bb27efb8b10f4609d3c5fcb9eebdde8
2022-09-02 12:52:18 +08:00
养乐多
95c285b5c1 remove: Revert "ENH: support default filament for volumes"
This reverts commit 8f1b7d6e8b603e32bc1fa5d52fd0ab6dd8ddcb29.

Change-Id: I73ac458be7d2d5d1f9c0a976e936f3f97c90f57d
2022-09-02 12:52:18 +08:00
tao wang
1c3375bb07 FIX:add ams hub upgrade module
Change-Id: Iba636f5a13ab3350aa61b22548535aa7ad334cc0
2022-09-02 12:52:18 +08:00
lane.wei
fdd9582e3e add the logic to reduce slicing time between shared-mesh objects
also reduce the storage size

Change-Id: I61d6e0997979ec0ce701cc580fa6640a21b6260f
2022-09-02 12:52:18 +08:00
chunmao.guo
9245b4f36a FIX: utf8 convert error in WebGuideDialog
Change-Id: Ie575117615b2a3dc3b11bc9c91e773ec104f7a61
2022-09-02 12:52:18 +08:00
liz.li
460374d6b2 ENH:rescale thumbnail_3mf cover
Change-Id: I1e0192a66f36898f925adc033457d6f42d3ca999
2022-09-02 12:52:18 +08:00
tao.jin
9c55893954 NEW:Add progress bar for large file loading (3mf,stl,step)
Change-Id: Ic54ca21e8193b15bbda08c22ea2fc4c93b440741
2022-09-02 12:52:18 +08:00
qing.zhang
c6fc915164 NEW: add preset of 0.6 & 0.8 X1C
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ica13fe3284eb7165822d6f4f0f03da23625835eb
2022-09-02 12:52:18 +08:00
qing.zhang
d290fc8095 FIX: fix exist invalid setting id
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: If4e498a5b65f999634900ab6f0580c6edaab5acd
2022-09-02 12:52:18 +08:00
qing.zhang
18d0ac259e ENH: add filament configure of 0.2 nozzle
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I23cc9979cefe6bf5198526007eb57a9ec785426e
2022-09-02 12:52:18 +08:00
xiangdong.yang
dbe354995e ENH:Optimized Gizmo toolbar layout
Change-Id: I9e323c310abd2afcf0f9586ba261f714dd718f38
2022-09-02 12:52:18 +08:00
salt.wei
5bea8a76fc ENH: cherry pick some fix about seam from PrusaSlicer
Synced from PrusaSlicer. Thanks

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I043088d9795f5352d4e0b5060402b70897fd7592
2022-09-02 12:52:18 +08:00
salt.wei
36528738fe ENH: force retraction and wiping when leave external wall
This can reduce dragging and reduce seams

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I60e3c11493ca9ef00a8fd22c437f67cddac32724
2022-09-02 12:52:18 +08:00
lane.wei
83a9459837 Fix a typo error in preset
Change-Id: Idb3f872d226c9ff841751915eae608ded25676c7
2022-09-02 12:52:18 +08:00
Stone Li
038a04175a FIX: fix saving wrong encoding to 3mf
Change-Id: Icebf770b3dde06216e427744de9377e3f0adda29
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
zhimin.zeng
5194e68ae4 FIX: wipe tower are not generated after painting
Change-Id: I895641496b40429fdb1a08174ea7f30832ba24d0
(cherry picked from commit 1b7852e78acb7e89942315008de2842bf806a1c7)
2022-09-02 12:52:18 +08:00
Stone Li
edacd17fab FIX: fix crash when close downloadingProgressDialog
Change-Id: Ie35bb83223d70d3d343f795bc449998a4df15500
2022-09-02 12:52:18 +08:00
xiangdong.yang
0e6f857819 NEW:add 3Dconnexion devices shortcut text
Change-Id: I1174b150c6c45a6465dba91f717359cee04c155d
2022-09-02 12:52:18 +08:00
yifan.wu
79814a7662 ENH: support default filament for volumes
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I51cfb0e3a40578f94c6d20e85c12cda2b6bb2e74
2022-09-02 12:52:18 +08:00
Arthur
4ef43af2dd ENH: popup different warning message for unsupported sharp tails
1. unsupported sharp tails and large overhang have different messages
2. do not popup warning for total area (only warning for one single
   large overhang)

Change-Id: I153e559915a92c6676468539cf619dafe915f997
(cherry picked from commit 67b593150f8de847d9b1999bf0d7a549eb1ef154)
2022-09-02 12:52:18 +08:00
zhimin.zeng
54012ba11b FIX: the text shape is affected by instance transformation
Change-Id: If2222a24056bbc1636b5da586e6cc1950d8cdb5a
(cherry picked from commit 996d013c2e7f1bdbdc4afbac540f99a20b063cca)
2022-09-02 12:52:18 +08:00
salt.wei
d73142c2f9 ENH: new seam strategy from prusa2.5
As title. Thanks @Prusa

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I2fa177e27ac53211952ea9b6c62e98182b8f05ce
2022-09-02 12:52:18 +08:00
qing.zhang
ce082f6e2a ENH: modified the machine_start_code and machine_end_code
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ic2fe491491b6e3e46870773e68aa3823ab37640a
2022-09-02 12:52:18 +08:00
tao wang
0ea824d167 FIX:fixed the ams item cannot be adjusted layout
Change-Id: I8e187bb6f50883d7a607c045cf643eab4ba71ea2
2022-09-02 12:52:18 +08:00
tao wang
a97da8a9ba FIX:menu bar text not translated in MacOS
Change-Id: I334a1e859e0c4455190202c95e3132cfad976ed4
2022-09-02 12:52:18 +08:00
yifan.wu
4f44ca4117 FIX: fix color painting bugs
1. fix a crash when loading a 3mf painting with color idx larger than 15
2. fix the facets not display issue if painted with color 15

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Idb53b6bb2d3665412815222ab9a1d47948afed56
2022-09-02 12:52:18 +08:00
tao wang
ad311a66d6 FIX:update objecttable layout
Change-Id: I759283fab3dff03671282b4fcff9d6caf6de51db
2022-09-02 12:52:18 +08:00
xiangdong.yang
65393b8f73 NEW:add 3Dconnexion dialog
Change-Id: I0dd1160decb11e5040399bb9c27f571a03b1d082
2022-09-02 12:52:18 +08:00
salt.wei
440bcc8090 ENH: speed up the progress of loading step
Make the shape triangulation to be parallel

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I0fe68359111b498458d431492841c54d13d7a7df
2022-09-02 12:52:18 +08:00
qing.zhang
6883c89ed5 ENH: add 0.02 tolerance to nozzle.
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I2680289b4a944c01698aa57adb5270100f6a8c25
2022-09-02 12:52:18 +08:00
qing.zhang
ef46654cca NEW: show cost of filament in GUI
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: If28f6e969728fb5edd9cb35d6bc6d0a6c155d96e
(cherry picked from commit a4b8e620794f611c2f94f639cec49ec7c8fe8926)
2022-09-02 12:52:18 +08:00
Arthur
663df48a95 FIX: cut_to_parts+keep_lower crashes
Change-Id: I65eb51952a2062e6726e12e6cdb42f09f7816bc3
(cherry picked from commit cf9873717c756ddfe7e584ccb74f29763f529883)
2022-09-02 12:52:18 +08:00
xiangdong.yang
03d29b3989 FIX:change modifier icon
Change-Id: If0a1425d020f6da575a95b8ba58bc85f497635c9
2022-09-02 12:52:18 +08:00
tao wang
459fe36235 FIX:fixed amsdata not sync after changed ams
Change-Id: If1c087c42258897fec7df5d44ff039bb0eec3b25
2022-09-02 12:52:18 +08:00
liz.li
5444f69fc2 FIX:typos in mac shortcut
Change-Id: I928f95582db8927ac563ee7003d57d6d3e12d7cd
2022-09-02 12:52:18 +08:00
Stone Li
639bb98396 ENH: refine filename when exporting gcode.3mf
Change-Id: Icace408c89f9d9da4695723ea8757ab023f85849
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
Stone Li
2866e33304 ENH: refine new version protocol in upgrading
Change-Id: I8c14dce6a20ca93cf42ff55b4610c397cdbf97e3
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
yifan.wu
531794d131 FIX: plate is exceptionally selected when openning scale tool
Change-Id: If2cfd62ddb7252aeb51ebf81c8c50f1b7ef52fa1
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
2022-09-02 12:52:18 +08:00
yifan.wu
b55d9672b9 FIX: fix crash issues when deleting filament during color painting
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
(cherry picked from commit 5c8405309b4a9f00fe004b0510283385464763cc)

Change-Id: I32150ac2707601ba74eec1cf2163b06764378664
2022-09-02 12:52:18 +08:00
yifan.wu
8937d10071 NEW: add type change menu for part
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
(cherry picked from commit abf39d652142137c93ad1e4d8d173501a627645d)

Change-Id: I7ba2fb488c0e2d1891b750ed92d62c1323ef1b22
2022-09-02 12:52:18 +08:00
yifan.wu
b068389d4c NEW: add text gizmo tool
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I77fdf64340f580e6baa3260101fa1c6db7a4ab2d
(cherry picked from commit 2147c55134b4d9d1018d7e9f4f8d1a4d50c065f6)
2022-09-02 12:52:18 +08:00
SoftFever
939dca5780 profile tweaks 2022-08-30 21:20:12 +08:00
SoftFever
769bc14a8a Merge remote-tracking branch 'remote/master' into SoftFever
# Conflicts:
#	src/libslic3r/PerimeterGenerator.cpp
2022-08-28 12:03:49 +08:00
Stone Li
65ba9cafb3 ENH: add more test cases in NetworkTestDialog
Change-Id: I54f5a52d2bb993f3536c4ab75cb54190eafe49a5
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit b28b0d97ab51b0f2f9a6f37622e5cd93e8d8d8f6)
2022-08-26 09:25:59 +08:00
lane.wei
a12f6ed133 ENH: refine the black color appearance when preview
Change-Id: I691cae54dea6b196695cfe721299f75ce5c1e4c7
2022-08-26 09:25:59 +08:00
qing.zhang
cc9463c017 FIX: fix the error location of G2 cmd in GCode
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I51b728916570f94167af4c535b86a45b1df22c56
2022-08-26 09:25:59 +08:00
zhimin.zeng
f745c5fea2 ENH: Optimize and design the time-lapse wiper tower
Multiplex existing wipe tower and revert old time-lapse wipe tower code

Change-Id: Ia1cba9808647ea900f691b2c5d5887077be12d89
(cherry picked from commit 61f41df572d11b7cc738c34f2624fd123cd9a6df)
2022-08-26 09:25:59 +08:00
xiangdong.yang
a26c573b1b FIX:fix Gizmo tooltop disply
Change-Id: I1bc5f3d1dea44eb182c5d37e5ecb31e1c34bab82
2022-08-26 09:25:59 +08:00
yifan.wu
13b711602c ENH: add freetype for occt
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I3adcf4b27deb0953e059c3e7fa9b9d49e447c57b
(cherry picked from commit 400cff06210c62e4019ff6f7174216d2faeaa8e2)
2022-08-26 09:25:59 +08:00
salt.wei
d6a6fad04e ENH: topmost layer can be controlled by only_one_wall_top
For github issue #124

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ieb4a2c0cdb185d1cc565a20754327eeb1c599237
2022-08-26 09:25:59 +08:00
Stone Li
63809c63da NEW: add NetworkTestDialog
test www.bing.com
test bambulab host
test http service
test storage upload and upgrade
test storage downloading

Change-Id: Ia2aca1d3fdff5dd4e930df138e8c6a1b5aad2585
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-26 09:25:59 +08:00
lane.wei
9c00469d7f Fix the memory leak between different slicing cases
Change-Id: I43f043e360101ef7e9aa2cc3b0bf7070cf851680
2022-08-26 09:25:59 +08:00
zorro.zhang
2ac9267e42 ENH: filament just show bundle machine
Change-Id: If0a35037dc4b08df7cd3aaf88662638a334196e3
(cherry picked from commit 5ebd67880a679c3013fe10b63b509761eab30670)
2022-08-26 09:25:59 +08:00
liz.li
6e1e56be18 NEW: refine HMS Panel
link to hms wiki page

Change-Id: I1b1c5b2021f9f68320235ce17580ae80ea9b82a3
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-26 09:25:59 +08:00
Stone Li
6a065401d1 FIX: fix crash in SelectMachine
reset MachineObject Value to nullptr

Change-Id: I06e9f9346780a28b175f41db8b2cd98d20c9c8e3
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-26 09:25:59 +08:00
Arthur
d95e85851c FIX: auto-arrange fails for multi-color objects
The cost for switching extruders was too big.

Change-Id: Ic9de6b6aabb7e69db79a0201f0dbb9d039097df9
2022-08-26 09:25:59 +08:00
Arthur
06f878f13b FIX: auto-arrange may fail for sequentially printing tall objects
1. fix sequential printing tall objects. Now the print order is not determined by auto-arrange,
so wee need to add a new rule: lower objects should not exceed height_to_rod.
2. sequential printing is better centered.

Change-Id: Ic320722654f0335d2589060fa14c71a5aaa3f571
2022-08-26 09:25:59 +08:00
qing.zhang
62e6287ab5 FIX: fix fail load Bambu PC @BBL 0.6 nozzle
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I591d38e6b7ae9bb7a0097af2fbbdc6860ed7864d
(cherry picked from commit 40e040c5e26235c16de09ac11dd8803f247f96b8)
2022-08-26 09:25:59 +08:00
qing.zhang
ddb1163c79 FIX: delete redudant configure file of Bambu PC material
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I897000a306700dd3f7b17563e25ef4dce0df1d49
(cherry picked from commit b74b33d0cd5b47ea192da8f78db40e4202ea5174)
2022-08-26 09:25:59 +08:00
salt.wei
40531c8ad9 ENH: fix crash when add G2_G3 in start gcode
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I7d7133122b0d7e478fd2b0fa8849be09cb0c8353
(cherry picked from commit 2095960596e85ef970016701afd201c9bd36b262)
2022-08-26 09:25:59 +08:00
salt.wei
aab8a12801 ENH: add arachne engine for narrow internal solid infill
ConcentricGapFill pattern was used for internal narrow
solid infill. Use arachne engine instead to remove
gap fill inside the pattern and improve the extrusion path

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I758d7c72eb71cc37026b7cebf746cc345014c3f5
(cherry picked from commit 0b6bacd21a091afc13d7b36a69e5b10f155bc6f8)
2022-08-26 09:25:59 +08:00
qing.zhang
cbefb77de3 ENH:add parameters of filaments
Change-Id: I7a07dbd91d68896c1efc8642ee61646cbaf7622f
(cherry picked from commit f52c53bc2d1aa74584eae310d9617a32f3a03972)
2022-08-26 09:25:59 +08:00
chunmao.guo
22c71f7884 FIX: tempinput popup focus event
Change-Id: I6973d9f23267265ec91ab04a3b7d53e3bf20c3d4
2022-08-26 09:25:59 +08:00
chunmao.guo
c0b0249194 FIX: jump to 3deditor page on click object link
Change-Id: I8d45120b5645b7589c42342c2eb70cc7855d7b63
2022-08-26 09:25:59 +08:00
liz.li
59dcd623b3 FIX:the position of Notification is too low in preview
Change-Id: I881ee24722711517fe61ce7bc1be3ad6400d0938
2022-08-26 09:25:59 +08:00
chunmao.guo
10998629f6 FIX: force skip Focus events from wxTextCtrl
Change-Id: Ib583fc16dccce69a5506aed29d40587bec9b2373
2022-08-26 09:25:59 +08:00
chunmao.guo
af54a34567 FIX: wxDisplay crash on wxNOT_FOUND
Change-Id: If7b936d361873e20fb71b7fc35c9d270cd39a763
2022-08-26 09:25:59 +08:00
chunmao.guo
d4ddd8f470 ENH: check BambuSource registered
Change-Id: Ia98e1630115811e061bc320fbb25b74b8f933dfb
2022-08-26 09:25:59 +08:00
lane.wei
0669ed118d fix the plugin status not correct shown issue
When BambuSource is missed, we need to set the compatible status to false also

Change-Id: Ie0204035aec81b01b438d65747863999f983f4f1
2022-08-26 09:25:59 +08:00
xiangdong.yang
237d4c65d1 FIX:fix release note dialog infomation display
Change-Id: Id177f95b3f9cfd0dd3b86e71c80a0048a47a8ac5
2022-08-26 09:25:59 +08:00
xiangdong.yang
aa59c93eb5 ENH:Bold font for preview title
Change-Id: I75c9b1ad0b1b7b07650b2038dbbc101b5a4fb4d7
2022-08-26 09:25:59 +08:00
xiangdong.yang
afc1395828 FIX:fix preview Flushed filament add padding
Change-Id: I869f64a56df74e1e096e434676b5f6de39ebcca8
2022-08-26 09:25:59 +08:00
chunmao.guo
8b1ec73b71 FIX: TempInput use attach_child of StateHandler
Change-Id: Id49052e484389e8f88eb021cc25d2127f56369f7
2022-08-26 09:25:59 +08:00
Stone Li
816dae015b FIX: fix display error in release note
Change-Id: I71edf47b4b48ce5ae310b8633fe351318f8f24ef
2022-08-26 09:25:59 +08:00
Stone Li
73e4078348 NEW: add HMS to query hms info
display hms msg in HMS tab of Monitor

Change-Id: I4df1c63b104463ba62cdf7eb079a540a4176f8c5
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit f4635d18f3383e70177536dfbe5edf2e1370b746)
2022-08-26 09:25:59 +08:00
chunmao.guo
efd20d0a84 FIX: direct jump to enable 'Windows Media Player'
Change-Id: If5eeb82162293cd20583f65aae1fa75f70aac25d
2022-08-26 09:25:59 +08:00
liz.li
618aebfb79 FIX:adjust rounding of some buttons
Change-Id: I8d1ed2b3d352689ea99fe00f26e405cc63151073
2022-08-26 09:25:59 +08:00
liz.li
802036fcd8 ENH:uniform border width of buttons in monitor control
Change-Id: Ifc84992d7d0c161991a031a7d1a7329f4b87687f
2022-08-26 09:25:59 +08:00
xiangdong.yang
60e96c2940 FIX:fix Preview interface layout improved
Change-Id: Ia12f9938b7fb0d9adc1bdf709f406ec1b0e644d9
2022-08-26 09:25:59 +08:00
xiangdong.yang
3c10cc9fd4 FIX:fix about dialog text format
Change-Id: I0d76eda1f5b57a480df0ca6f344acc724fbe8f82
2022-08-26 09:25:59 +08:00
gerrit
cc1a6ee635 support linux build for wxWidgets
Change-Id: I7d4e84c4e82371c6e688b607ac0658c6319d1216
(cherry picked from commit 6ff1613c3997628ea932d4956f874c2356da0056)
2022-08-26 09:25:59 +08:00
xiangdong.yang
3765c6aed4 ENH:Add color for XYZ
Change-Id: I4aa5c5edb35c934906bcd5f848e23e5250023f3a
2022-08-26 09:25:59 +08:00
gerrit
1f51d775fc update network module version
Change-Id: I560fcfaeb9cfe8cc51dc1da5321260969108c822
2022-08-26 09:25:59 +08:00
chunmao.guo
66c89c62e2 FIX: wxWidgets asserts
Change-Id: I583edbde501c2bfe8adfa8fdb525479a379a4cb8
2022-08-26 09:25:59 +08:00
chunmao.guo
a7bd14003b FIX: button handle navigation key event
Change-Id: I60e367a32e5b76744e81180ee5dd6c3b30fd722f
2022-08-26 09:25:59 +08:00
chunmao.guo
ee43edb7e6 FIX: TabCtrl: size of indicator
Change-Id: Ie8269115485bce6cff3478cfd535831806a94e39
2022-08-26 09:25:59 +08:00
chunmao.guo
61d2d47854 FIX: crash of PrinterFileSystem on program exiting
Change-Id: I68afa6768d4e594e7402c5aa8a3c78e363d17173
2022-08-26 09:25:59 +08:00
zhimin.zeng
bfca09c7b2 FIX: can not save file when ams filament changed
Change-Id: Ie7c567f819211cfa34c7bfeebbb415d5b880c4a8
(cherry picked from commit 1f7458b7e0ff23f664e834455dfcc4cb3773f960)
2022-08-26 09:25:59 +08:00
zhimin.zeng
6a96bc17c6 FIX: STUDIO-640
saved file will also prompt to save when open a 3mf file as project

Change-Id: Iccf3421d5e55d6a7063bf16345e48674711f37e9
2022-08-26 09:25:59 +08:00
chunmao.guo
7be639019e FIX: destory timers & check webview consist
Change-Id: If95a973e1b3c6bf0da3611c30e0e44e191c9b06a
2022-08-26 09:25:59 +08:00
liz.li
cd3a721f86 ENH:add shortcut in macos
Change-Id: I2c2145caab987fcb8073c4e7891769142dab840a
2022-08-26 09:25:59 +08:00
chunmao.guo
85ffeb291d ENH: TabCtrl: support arrow key events
Change-Id: I16423d542246925e2469541b1d634d6c4373af69
2022-08-26 09:25:59 +08:00
chunmao.guo
43cd7c8315 FIX: background color of title labels in sidebar
Change-Id: If71fdca36518129cdfdd1cdf939fb62592ec56c1
2022-08-26 09:25:59 +08:00
chunmao.guo
21d13646d8 FIX: font of object list
Change-Id: Ifb198a8b6af89ee9a089d88d98d495821b5fce7e
2022-08-26 09:25:59 +08:00
chunmao.guo
b96ca57fde ENH: StateHandler as wxEvtHandler and attach child
Change-Id: I1183b97983907f297888d81809be60e3016ae305
2022-08-26 09:25:59 +08:00
liz.li
2c99301fe6 FIX:Notification border rounding on macos
Change-Id: Ic4ca4ae93ad981fe5b07f55d7451559ab99f22f2
2022-08-26 09:25:59 +08:00
lane.wei
2f849a86b8 refine the black color's rendering behavior
let the black color not hard to see at the 3d page

Change-Id: Id739a589c2f28781e646fb59e50ed270eb2f0e91
2022-08-26 09:25:59 +08:00
729 changed files with 52368 additions and 10482 deletions

230
BuildLinux.sh Executable file
View File

@@ -0,0 +1,230 @@
#!/bin/bash
set -e # exit on first error
export ROOT=`pwd`
export NCORES=`nproc --all`
export CMAKE_BUILD_PARALLEL_LEVEL=${NCORES}
FOUND_GTK2=$(dpkg -l libgtk* | grep gtk2)
FOUND_GTK3=$(dpkg -l libgtk* | grep gtk-3)
unset name
while getopts ":dsiuhgb" opt; do
case ${opt} in
u )
UPDATE_LIB="1"
;;
i )
BUILD_IMAGE="1"
;;
d )
BUILD_DEPS="1"
;;
s )
BUILD_BAMBU_STUDIO="1"
;;
b )
BUILD_DEBUG="1"
;;
g )
FOUND_GTK3=""
;;
h ) echo "Usage: ./BuildLinux.sh [-i][-u][-d][-s][-b][-g]"
echo " -i: Generate appimage (optional)"
echo " -g: force gtk2 build"
echo " -b: build in debug mode"
echo " -d: build deps (optional)"
echo " -s: build bambu-studio (optional)"
echo " -u: only update clock & dependency packets (optional and need sudo)"
echo "For a first use, you want to 'sudo ./BuildLinux.sh -u'"
echo " and then './BuildLinux.sh -dsi'"
exit 0
;;
esac
done
if [ $OPTIND -eq 1 ]
then
echo "Usage: ./BuildLinux.sh [-i][-u][-d][-s][-b][-g]"
echo " -i: Generate appimage (optional)"
echo " -g: force gtk2 build"
echo " -b: build in debug mode"
echo " -d: build deps (optional)"
echo " -s: build bambu-studio (optional)"
echo " -u: only update clock & dependency packets (optional and need sudo)"
echo "For a first use, you want to 'sudo ./BuildLinux.sh -u'"
echo " and then './BuildLinux.sh -dsi'"
exit 0
fi
# mkdir build
if [ ! -d "build" ]
then
mkdir build
fi
# Addtional Dev packages for BambuStudio
export REQUIRED_DEV_PACKAGES="libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules"
# libwebkit2gtk-4.1-dev ??
export DEV_PACKAGES_COUNT=$(echo ${REQUIRED_DEV_PACKAGES} | wc -w)
if [ $(dpkg --get-selections | grep -E "$(echo ${REQUIRED_DEV_PACKAGES} | tr ' ' '|')" | wc -l) -lt ${DEV_PACKAGES_COUNT} ]; then
sudo apt install -y ${REQUIRED_DEV_PACKAGES} git cmake wget file
fi
#FIXME: require root for -u option
if [[ -n "$UPDATE_LIB" ]]
then
echo -n -e "Updating linux ...\n"
# hwclock -s # DeftDawg: Why does SuperSlicer want to do this?
apt update
if [[ -z "$FOUND_GTK3" ]]
then
echo -e "\nInstalling: libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake git\n"
apt install -y libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake git
else
echo -e "\nFind libgtk-3, installing: libgtk-3-dev libglew-dev libudev-dev libdbus-1-dev cmake git\n"
apt install -y libgtk-3-dev libglew-dev libudev-dev libdbus-1-dev cmake git
fi
# for ubuntu 22.04:
ubu_version="$(cat /etc/issue)"
if [[ $ubu_version == "Ubuntu 22.04"* ]]
then
apt install -y curl libssl-dev libcurl4-openssl-dev m4
fi
if [[ -n "$BUILD_DEBUG" ]]
then
echo -e "\nInstalling: libssl-dev libcurl4-openssl-dev\n"
apt install -y libssl-dev libcurl4-openssl-dev
fi
echo -e "done\n"
exit 0
fi
FOUND_GTK2_DEV=$(dpkg -l libgtk* | grep gtk2.0-dev || echo '')
FOUND_GTK3_DEV=$(dpkg -l libgtk* | grep gtk-3-dev || echo '')
echo "FOUND_GTK2=$FOUND_GTK2)"
if [[ -z "$FOUND_GTK2_DEV" ]]
then
if [[ -z "$FOUND_GTK3_DEV" ]]
then
echo "Error, you must install the dependencies before."
echo "Use option -u with sudo"
exit 0
fi
fi
echo "[1/9] Updating submodules..."
{
# update submodule profiles
pushd resources/profiles
git submodule update --init
popd
}
echo "[2/9] Changing date in version..."
{
# change date in version
sed -i "s/+UNKNOWN/_$(date '+%F')/" version.inc
}
echo "done"
# mkdir in deps
if [ ! -d "deps/build" ]
then
mkdir deps/build
fi
if [[ -n "$BUILD_DEPS" ]]
then
echo "[3/9] Configuring dependencies..."
BUILD_ARGS=""
if [[ -n "$FOUND_GTK3_DEV" ]]
then
BUILD_ARGS="-DDEP_WX_GTK3=ON"
fi
if [[ -n "$BUILD_DEBUG" ]]
then
# have to build deps with debug & release or the cmake won't find evrything it needs
mkdir deps/build/release
pushd deps/build/release
cmake ../.. -DDESTDIR="../destdir" $BUILD_ARGS
make -j$NCORES
popd
BUILD_ARGS="${BUILD_ARGS} -DCMAKE_BUILD_TYPE=Debug"
fi
# cmake deps
pushd deps/build
cmake .. $BUILD_ARGS
echo "done"
# make deps
echo "[4/9] Building dependencies..."
make -j$NCORES
echo "done"
# rename wxscintilla # TODO: DeftDawg: Does BambuStudio need this?
# echo "[5/9] Renaming wxscintilla library..."
# pushd destdir/usr/local/lib
# if [[ -z "$FOUND_GTK3_DEV" ]]
# then
# cp libwxscintilla-3.1.a libwx_gtk2u_scintilla-3.1.a
# else
# cp libwxscintilla-3.1.a libwx_gtk3u_scintilla-3.1.a
# fi
# popd
# echo "done"
# FIXME: only clean deps if compiling succeeds; otherwise reruns waste tonnes of time!
# clean deps
# echo "[6/9] Cleaning dependencies..."
# rm -rf dep_*
popd
echo "done"
fi
if [[ -n "$BUILD_BAMBU_STUDIO" ]]
then
echo "[7/9] Configuring Slic3r..."
BUILD_ARGS=""
if [[ -n "$FOUND_GTK3_DEV" ]]
then
BUILD_ARGS="-DSLIC3R_GTK=3"
fi
if [[ -n "$BUILD_DEBUG" ]]
then
BUILD_ARGS="${BUILD_ARGS} -DCMAKE_BUILD_TYPE=Debug"
else
BUILD_ARGS="${BUILD_ARGS} -DBBL_RELEASE_TO_PUBLIC=1"
fi
# cmake
pushd build
cmake .. -DCMAKE_PREFIX_PATH="$PWD/../deps/build/destdir/usr/local" -DSLIC3R_STATIC=1 ${BUILD_ARGS}
echo "done"
# make Slic3r
echo "[8/9] Building Slic3r..."
make -j$NCORES BambuStudio # Slic3r
# make .mo
# make gettext_po_to_mo # FIXME: DeftDawg: complains about msgfmt not existing even in SuperSlicer, did this ever work?
popd
echo "done"
fi
if [[ -e $ROOT/build/src/BuildLinuxImage.sh ]]; then
# Give proper permissions to script
chmod 755 $ROOT/build/src/BuildLinuxImage.sh
echo "[9/9] Generating Linux app..."
pushd build
if [[ -n "$BUILD_IMAGE" ]]
then
$ROOT/build/src/BuildLinuxImage.sh -i
else
$ROOT/build/src/BuildLinuxImage.sh
fi
popd
echo "done"
fi

View File

@@ -507,6 +507,7 @@ add_custom_target(gettext_make_pot
COMMAND xgettext --keyword=L --keyword=_L --keyword=_u8L --keyword=L_CONTEXT:1,2c --keyword=_L_PLURAL:1,2 --add-comments=TRN --from-code=UTF-8 --no-location --debug --boost
-f "${BBL_L18N_DIR}/list.txt"
-o "${BBL_L18N_DIR}/BambuStudio.pot"
COMMAND hintsToPot ${SLIC3R_RESOURCES_DIR} ${BBL_L18N_DIR}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
COMMENT "Generate pot file from strings in the source tree"
)
@@ -613,6 +614,7 @@ function(bambustudio_copy_dlls target config postfix output_dlls)
${CMAKE_PREFIX_PATH}/bin/occt/TKXCAF.dll
${CMAKE_PREFIX_PATH}/bin/occt/TKXDESTEP.dll
${CMAKE_PREFIX_PATH}/bin/occt/TKXSBase.dll
${CMAKE_PREFIX_PATH}/bin/freetype.dll
DESTINATION ${_out_dir})
set(${output_dlls}
@@ -647,6 +649,8 @@ function(bambustudio_copy_dlls target config postfix output_dlls)
${_out_dir}/TKXDESTEP.dll
${_out_dir}/TKXSBase.dll
${_out_dir}/freetype.dll
PARENT_SCOPE
)
@@ -657,6 +661,8 @@ endfunction()
add_subdirectory(src)
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT BambuStudio_app_gui)
add_dependencies(gettext_make_pot hintsToPot)
# Perl bindings, currently only used for the unit / integration tests of libslic3r.
# Also runs the unit / integration tests.
#FIXME Port the tests into C++ to finally get rid of the Perl!
@@ -672,6 +678,11 @@ if(SLIC3R_BUILD_TESTS)
add_subdirectory(tests)
endif()
if (NOT WIN32 AND NOT APPLE)
set(SLIC3R_APP_CMD "bambu-studio")
configure_file(${LIBDIR}/platform/unix/build_appimage.sh.in ${CMAKE_CURRENT_BINARY_DIR}/build_appimage.sh @ONLY)
endif()
option(BUILD_BBS_TEST_TOOLS "Build bbs test tools" OFF)
if(BUILD_BBS_TEST_TOOLS)
add_subdirectory(bbs_test_tools)

65
Containerfile Normal file
View File

@@ -0,0 +1,65 @@
# Build Bambu Slicer in a container
#
# Build an AppImage:
# rm -rf build; sudo podman build . -t bambu-studio && sudo podman run --rm localhost/bambu-studio /bin/bash -c 'tar -c $(find build | grep ubu64.AppImage | head -1)' | tar -xv
#
# Troubleshooting the build container:
# sudo podman run -it --name bambu-studio localhost/bambu-studio /bin/bash
#
# Debugging the resulting AppImage:
# 1) Install `gdb`
# 2) In a terminal in the same directory as the AppImage, start it with following:
# echo -e "run\nbt\nquit" | gdb ./BambuStudio_ubu64.AppImage
# 3) Find related issue using backtrace output for clues and add backtrace to it on github
FROM docker.io/ubuntu:20.04
LABEL maintainer "DeftDawg <DeftDawg@gmail.com>"
# Disable interactive package configuration
RUN apt-get update && \
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
# Add a deb-src
RUN echo deb-src http://archive.ubuntu.com/ubuntu \
$(cat /etc/*release | grep VERSION_CODENAME | cut -d= -f2) main universe>> /etc/apt/sources.list
RUN apt-get update && apt-get install -y \
git \
build-essential \
autoconf pkgconf m4 \
cmake extra-cmake-modules \
libglu1-mesa-dev libglu1-mesa-dev \
libwayland-dev libxkbcommon-dev wayland-protocols \
eglexternalplatform-dev libglew-dev \
libgtk-3-dev \
libdbus-1-dev \
libcairo2-dev \
libgtk-3-dev libwebkit2gtk-4.0-dev \
libsoup2.4-dev \
libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-base1.0-dev libgstreamerd-3-dev \
libmspack-dev \
libosmesa6-dev \
libssl-dev libcurl4-openssl-dev libsecret-1-dev \
libudev-dev \
curl \
wget \
file \
sudo
COPY ../BambuStudio BambuStudio
WORKDIR BambuStudio
# These can run together, but we run them seperate for podman caching
# Update System dependencies
RUN ./BuildLinux.sh -u
# Build dependencies in ./deps
RUN ./BuildLinux.sh -d
# Build slic3r
RUN ./BuildLinux.sh -s
# Build AppImage
ENV container podman
RUN ./BuildLinux.sh -i

112
README.md
View File

@@ -1,31 +1,61 @@
# Bambu Studio - SoftFever
A modified version of Bambu Studio.
It has following changes:
A modified version of Bambu Studio with many handy features.
It's fully compatible with Bambulab X1/X1-C printers.
It also supports Voron and Prusa MK3S printers.
You can download it here: https://github.com/SoftFever/BambuStudio-SoftFever/releases
- ## Support third-party printers:
- Voron 2.4
- Voron Trident
- Voron 0.1
- Prusa MK3S
- ## Export to to .gcode file.
![image](./SoftFever_doc/export_gcode.png)
## BambuStudio SoftFever change notes:
- ## Send gcode file to printer
1. Setup connection
<img src="./SoftFever_doc/print_host.png" width="1024">
2. Send to print
<img src="./SoftFever_doc/send_to_print.png" width="1024">
- ## Support single wall mode on first layer
![image](./SoftFever_doc/single_wall_first_layer.png)
- ## Support Chamber temperature. This setting can be use in machine start G-Gcode
![image](./SoftFever_doc/chamber_temperature.png)
<img src="./SoftFever_doc/chamber_temperature_custom_gcode.png" width="686">
- ## Thumbview is supported
### [V1.3.1 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.3.1-sf):
1. Support change bed size and nozzle diameter
2. Allow users to specify the bridge infill direction
3. bridge_infill_direction1
4. bridge_infill_direction2
5. Change to ISO view angle for preview image
6. Add an option to change Z Hop action: NormalLift/SpiralLift
7. Optimise g-code generation for both Bambu printers and 3rd party printers
8. Support Klipper Exclude Objects
9. Better support for Moonraker's metadata.
### [V1.2.5.3 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.2.5.3-sf):
1. Label objects to support Klipper Exclude Objects feature
2. Allow users to change output file name format
3. Fix a bug that pressure advance value was not saved in the profile
4. Optimize non-Bambu printer profiles
5. Remove M900 S0 which is not necessary.
### [V1.2.5 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.2.5-sf):
1. Add options to adjust jerk for different line types
2. Add an option to adjust acceleration for travel. Higher acceleration for travel and lower acceleration for the outer wall makes it possible to print faster and nicer.
3. Add an option to manually override the Pressure Advance / Linear Advance for each filament.
### [V1.2.4 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.2.4-sf):
1. Allow users to adjust accelerations for inner/outer walls separately.
2. Allow users to adjust the bottom surface flow-rate
3. Fix an issue that bed temperature for other layers is not set properly. This bug exists in the upstream as well. My PR here(bambulab#319)
### [V1.2 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.2-sf):
1. Allow user to change machine limits
2. Allow users to adjust the top surface flow-rate.
3. Unlock some cool hidden features in BambuStudio.
4. Fix an issue that the software connected to Bambulab's staging server by default. (Only Bambulab machines were affected)
### [V1.1 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.1):
1. Support third-party printers:
- Voron 2.4
- Voron Trident
- Voron 0.1
- Prusa MK3S
2. Export to to .gcode file.
3. Send gcode file to printer
4. Support single wall mode on first layer
5. Support Chamber temperature. This setting can be use in machine start G-Gcode
6. Support thumbview for third-party printers
Demo video: https://youtu.be/vSNE9iGj2II
# NOTE:
## NOTE:
## - If you have troubles to run the build, you might need to install following runtimes:
- [MicrosoftEdgeWebView2RuntimeInstallerX64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe)
- [vcredist2019_x64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/vcredist2019_x64.exe)
@@ -37,11 +67,39 @@ You can enable gcode_arcs(G2/G3) support by adding following section into you pr
[gcode_arcs]
resolution: 0.1
[gcode_macro m201]
gcode:
{% if 'X' in params or 'Y' in params %}
{% set accel = (params.X|default(params.Y)|float,
params.Y|default(params.X)|float)|min %}
SET_VELOCITY_LIMIT ACCEL={accel} ACCEL_TO_DECEL={accel * 0.5}
{% else %}
SET_VELOCITY_LIMIT
{% endif %}
[gcode_macro m203]
gcode:
{% if 'X' in params or 'Y' in params %}
{% set speed = (params.X|default(params.Y)|float,
params.Y|default(params.X)|float)|min %}
SET_VELOCITY_LIMIT VELOCITY={speed}
{% else %}
SET_VELOCITY_LIMIT
{% endif %}
[gcode_macro M205]
gcode:
{% set x_jerk = params.X|default(5)|float %}
{% set y_jerk = params.Y|default(5)|float %}
SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY={x_jerk}
{% if 'X' in params or 'Y' in params %}
{% set corner_speed = (params.X|default(params.Y)|float,
params.Y|default(params.X)|float)|min %}
SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY={corner_speed}
{% else %}
SET_VELOCITY_LIMIT
{% endif %}
[gcode_macro M900]
gcode:
SET_PRESSURE_ADVANCE ADVANCE={params.K}
```
@@ -51,11 +109,6 @@ It's also recommended to add followinging dummy macros to make Klipper happy
[gcode_macro G17]
gcode:
[gcode_macro M981]
gcode:
[gcode_macro M1003]
gcode:
```
- For Prusa MK3S:
@@ -63,6 +116,7 @@ ARC movement are supported by default.
# Gallery
![image](./SoftFever_doc/accelerations.png)
![image](./SoftFever_doc/printers1.png)
![image](./SoftFever_doc/printers2.png)
![image](./SoftFever_doc/printers3.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -12,6 +12,8 @@ src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp
src/slic3r/GUI/Gizmos/GLGizmoFaceDetector.cpp
src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp
src/slic3r/GUI/Gizmos/GLGizmoSeam.hpp
src/slic3r/GUI/Gizmos/GLGizmoText.cpp
src/slic3r/GUI/Gizmos/GLGizmoText.hpp
src/slic3r/GUI/GUI.cpp
src/slic3r/GUI/GUI_App.cpp
src/slic3r/GUI/GUI_Init.cpp
@@ -23,6 +25,8 @@ src/slic3r/GUI/GUI_ObjectTable.hpp
src/slic3r/GUI/GUI_ObjectTableSettings.cpp
src/slic3r/GUI/GUI_ObjectTableSettings.hpp
src/slic3r/GUI/GUI_Preview.cpp
src/slic3r/GUI/HintNotification.cpp
src/slic3r/GUI/IMSlider.cpp
src/slic3r/GUI/Widgets/SideTools.cpp
src/slic3r/GUI/Widgets/AMSControl.cpp
src/slic3r/GUI/ImGuiWrapper.cpp
@@ -41,6 +45,7 @@ src/slic3r/GUI/AMSMappingPopup.cpp
src/slic3r/GUI/AMSSetting.cpp
src/slic3r/GUI/BBLTopbar.cpp
src/slic3r/GUI/DownloadProgressDialog.cpp
src/slic3r/GUI/RecenterDialog.cpp
src/slic3r/GUI/BackgroundSlicingProcess.cpp
src/slic3r/GUI/BedShapeDialog.cpp
src/slic3r/GUI/BedShapeDialog.hpp
@@ -53,9 +58,13 @@ src/slic3r/GUI/GLCanvas3D.cpp
src/slic3r/GUI/Calibration.cpp
src/slic3r/GUI/CameraPopup.cpp
src/slic3r/GUI/ConnectPrinter.cpp
src/slic3r/GUI/ConfirmHintDialog.cpp
src/slic3r/GUI/HMSPanel.cpp
src/slic3r/GUI/MainFrame.cpp
src/slic3r/GUI/MediaPlayCtrl.cpp
src/slic3r/GUI/MediaFilePanel.cpp
src/slic3r/GUI/ImageGrid.cpp
src/slic3r/GUI/Printer/PrinterFileSystem.cpp
src/slic3r/GUI/Mouse3DController.cpp
src/slic3r/GUI/StatusPanel.cpp
src/slic3r/GUI/Monitor.cpp
@@ -79,6 +88,7 @@ src/slic3r/GUI/Search.cpp
src/slic3r/GUI/Selection.cpp
src/slic3r/GUI/SelectMachine.cpp
src/slic3r/GUI/SendSystemInfoDialog.cpp
src/slic3r/GUI/SendToPrinter.cpp
src/slic3r/GUI/BindDialog.cpp
src/slic3r/GUI/Tab.cpp
src/slic3r/GUI/Tab.hpp
@@ -91,6 +101,9 @@ src/slic3r/GUI/WebUserLoginDialog.cpp
src/slic3r/GUI/WebGuideDialog.cpp
src/slic3r/GUI/KBShortcutsDialog.hpp
src/slic3r/GUI/KBShortcutsDialog.cpp
src/slic3r/GUI/ReleaseNote.cpp
src/slic3r/GUI/ReleaseNote.hpp
src/slic3r/GUI/UpgradePanel.cpp
src/slic3r/Utils/FixModelByWin10.cpp
src/slic3r/Utils/PresetUpdater.cpp
src/slic3r/Utils/Http.cpp

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,6 @@ cmake --build . --config Release --target ALL_BUILD -- -m
cd %WP%
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -DBBL_RELEASE_TO_PUBLIC=0 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./BambuStudio-SoftFever" -DCMAKE_BUILD_TYPE=Release -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"
cmake .. -G "Visual Studio 16 2019" -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./BambuStudio-SoftFever" -DCMAKE_BUILD_TYPE=Release -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"
cmake --build . --config Release --target ALL_BUILD -- -m
cmake --build . --target install --config Release

View File

@@ -1,15 +0,0 @@
#!/bin/sh
WD=$(pwd)
cd deps
mkdir build
cd build
DEPS=$PWD/BambuStudio_dep
cmake ../ -DDESTDIR="$DEPS" -DOPENSSL_ARCH="darwin64-arm64-cc"
# make -j
cd $WD
mkdir build
cd build
cmake .. -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="$DEPS/usr/local" -DCMAKE_INSTALL_PREFIX="$PWD/BambuStudio_SoftFever" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MACOSX_RPATH=ON -DCMAKE_INSTALL_RPATH="$DEPS/usr/local" -DCMAKE_MACOSX_BUNDLE=on
cmake --build . --target install --config Release -j

20
build_release_macos.sh Executable file
View File

@@ -0,0 +1,20 @@
#!/bin/sh
WD=$(pwd)
cd deps
mkdir -p build
cd build
DEPS=$PWD/BambuStudio_dep
mkdir -p $DEPS
cmake ../ -DDESTDIR="$DEPS" -DOPENSSL_ARCH="darwin64-$(uname -m)-cc" -DCMAKE_BUILD_TYPE=Release
make -j10
cd $WD
mkdir -p build
cd build
cmake .. -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="$DEPS/usr/local" -DCMAKE_INSTALL_PREFIX="$PWD/BambuStudio-SoftFever" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MACOSX_RPATH=ON -DCMAKE_INSTALL_RPATH="$DEPS/usr/local" -DCMAKE_MACOSX_BUNDLE=ON
cmake --build . --config Release --target all -j10
cmake --build . --target install --config Release -j10
cd BambuStudio-SoftFever
cp -r bin/BambuStudio.app/Contents/MacOS BambuStudio.app/Contents
cp -r bin/BambuStudio.app/Contents/Info.plist BambuStudio.app/Contents/

14
build_relwithdebinfo.bat Normal file
View File

@@ -0,0 +1,14 @@
set WP=%CD%
cd deps
mkdir build
cd build
set DEPS=%CD%/BambuStudio_dep
cmake ../ -G "Visual Studio 16 2019" -DDESTDIR="%CD%/BambuStudio_dep" -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --target ALL_BUILD -- -m
cd %WP%
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./BambuStudio-SoftFever" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"
cmake --build . --config RelWithDebInfo --target ALL_BUILD -- -m
@REM cmake --build . --target install --config RelWithDebInfo

View File

@@ -42,5 +42,10 @@ set(VERSION_OK FALSE)
endif ()
endif ()
endif ()
# Check for GDK Wayland support
include(CheckSymbolExists)
set(CMAKE_REQUIRED_INCLUDES ${GTK3_INCLUDE_DIRS})
check_symbol_exists(GDK_WINDOWING_WAYLAND "gdk/gdk.h" wxHAVE_GDK_WAYLAND)
check_symbol_exists(GDK_WINDOWING_X11 "gdk/gdk.h" wxHAVE_GDK_X11)
include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTK3 DEFAULT_MSG GTK3_INCLUDE_DIRS GTK3_LIBRARIES VERSION_OK)

View File

@@ -11,7 +11,7 @@
<key>CFBundleIconFile</key>
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
<key>CFBundleIdentifier</key>
<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
<string>com.bambulab.bambu-studio</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>

3
deps/CMakeLists.txt vendored
View File

@@ -117,6 +117,7 @@ if (MSVC)
endif ()
elseif (APPLE)
message("OS X SDK Path: ${CMAKE_OSX_SYSROOT}")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version" FORCE)
if (CMAKE_OSX_DEPLOYMENT_TARGET)
set(DEP_OSX_TARGET "${CMAKE_OSX_DEPLOYMENT_TARGET}")
message("OS X Deployment Target: ${DEP_OSX_TARGET}")
@@ -191,6 +192,7 @@ include(JPEG/JPEG.cmake)
include(TIFF/TIFF.cmake)
include(wxWidgets/wxWidgets.cmake)
include(OCCT/OCCT.cmake)
include(FREETYPE/FREETYPE.cmake)
set(_dep_list
dep_Boost
@@ -219,6 +221,7 @@ else()
endif()
list(APPEND _dep_list "dep_OCCT")
list(APPEND _dep_list "dep_FREETYPE")
add_custom_target(deps ALL DEPENDS ${_dep_list})

29
deps/FREETYPE/FREETYPE.cmake vendored Normal file
View File

@@ -0,0 +1,29 @@
if(WIN32)
set(library_build_shared "1")
else()
set(library_build_shared "0")
endif()
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(_ft_disable_zlib "-D FT_DISABLE_ZLIB=FALSE")
else()
set(_ft_disable_zlib "-D FT_DISABLE_ZLIB=TRUE")
endif()
bambustudio_add_cmake_project(FREETYPE
URL https://mirror.ossplanet.net/nongnu/freetype/freetype-2.12.1.tar.gz
URL_HASH SHA256=efe71fd4b8246f1b0b1b9bfca13cfff1c9ad85930340c27df469733bbb620938
#DEPENDS ${ZLIB_PKG}
#"${_patch_step}"
CMAKE_ARGS
-D BUILD_SHARED_LIBS=${library_build_shared}
${_ft_disable_zlib}
-D FT_DISABLE_BZIP2=TRUE
-D FT_DISABLE_PNG=TRUE
-D FT_DISABLE_HARFBUZZ=TRUE
-D FT_DISABLE_BROTLI=TRUE
)
if(MSVC)
add_debug_dep(dep_FREETYPE)
endif()

11
deps/GLFW/GLFW.cmake vendored
View File

@@ -6,6 +6,12 @@ else()
set(_build_static ON)
endif()
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=ON")
else()
set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=FF")
endif()
bambustudio_add_cmake_project(GLFW
URL https://github.com/glfw/glfw/archive/refs/tags/3.3.7.zip
URL_HASH SHA256=e02d956935e5b9fb4abf90e2c2e07c9a0526d7eacae8ee5353484c69a2a76cd0
@@ -14,9 +20,10 @@ bambustudio_add_cmake_project(GLFW
-DBUILD_SHARED_LIBS=${_build_shared}
-DGLFW_BUILD_DOCS=OFF
-DGLFW_BUILD_EXAMPLES=OFF
-DGLFW_BUILD_TESTS=OFF
-DGLFW_BUILD_TESTS=OFF
${_glfw_use_wayland}
)
if (MSVC)
add_debug_dep(dep_GLFW)
endif ()
endif ()

22
deps/OCCT/OCCT.cmake vendored
View File

@@ -10,19 +10,21 @@ bambustudio_add_cmake_project(OCCT
#PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
PATCH_COMMAND git apply --directory deps/build/dep_OCCT-prefix/src/dep_OCCT --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
#DEPENDS dep_Boost
#DEPENDS dep_FREETYPE
CMAKE_ARGS
-DBUILD_LIBRARY_TYPE=${library_build_type}
-DUSE_TK=OFF
-DUSE_TBB=OFF
-DUSE_FREETYPE=OFF
-DUSE_FFMPEG=OFF
-DUSE_VTK=OFF
-DUSE_FREETYPE=OFF
-DBUILD_MODULE_ApplicationFramework=OFF
#-DBUILD_MODULE_DataExchange=OFF
#-DUSE_FREETYPE=OFF
-DUSE_FFMPEG=OFF
-DUSE_VTK=OFF
-DBUILD_MODULE_ApplicationFramework=OFF
#-DBUILD_MODULE_DataExchange=OFF
-DBUILD_MODULE_Draw=OFF
-DBUILD_MODULE_FoundationClasses=OFF
-DBUILD_MODULE_ModelingAlgorithms=OFF
-DBUILD_MODULE_ModelingData=OFF
-DBUILD_MODULE_Visualization=OFF
-DBUILD_MODULE_FoundationClasses=OFF
-DBUILD_MODULE_ModelingAlgorithms=OFF
-DBUILD_MODULE_ModelingData=OFF
-DBUILD_MODULE_Visualization=OFF
)
add_dependencies(dep_OCCT dep_FREETYPE)

View File

@@ -1,3 +1,19 @@
diff --git a/build/cmake/init.cmake b/build/cmake/init.cmake
index 0bc4f934b9..479431a69c 100644
--- a/build/cmake/init.cmake
+++ b/build/cmake/init.cmake
@@ -413,7 +413,11 @@ if(wxUSE_GUI)
else()
find_package(OpenGL)
if(WXGTK3 AND OpenGL_EGL_FOUND AND wxUSE_GLCANVAS_EGL)
+ if(UNIX AND NOT APPLE)
+ set(OPENGL_LIBRARIES OpenGL EGL)
+ else()
set(OPENGL_LIBRARIES OpenGL::OpenGL OpenGL::EGL)
+ endif()
find_package(WAYLANDEGL)
if(WAYLANDEGL_FOUND AND wxHAVE_GDK_WAYLAND)
list(APPEND OPENGL_LIBRARIES ${WAYLANDEGL_LIBRARIES})
diff --git a/include/wx/fontutil.h b/include/wx/fontutil.h
index 09ad8c8ef3..3c0c2d8f7e 100644
--- a/include/wx/fontutil.h

18
doc/release_notes_cn.md Normal file
View File

@@ -0,0 +1,18 @@
**新功能**
1. 3D文字工具
2. 对象和拷贝间的数据共享
3. 参数表格
4. 用户指南
5. 支持Arachne特性
**改进**
1. 支持导出通用的3mf格式兼容其他切片软件
2. 优化混合支撑和树状支撑的生成速度
3. 支持不停靠工具头的延迟摄影
4. 支持纹理PEI热床
5. 支持导入和导出预设
6. 支持随机位置的接缝设置
7. 支持匈牙利语
8. 一些关键问题修复
详细信息请查看https://github.com/bambulab/BambuStudio/releases

18
doc/release_notes_en.md Normal file
View File

@@ -0,0 +1,18 @@
**New Features**
1. 3D text tool
2. Shared data between an object and its copies
3. Parameter table
4. User manual
5. Arachne feature
**Improvements**
1. Added support for exporting generic 3mf that is compatible with other slicers
2. Optimized the performance of hybrid and tree support
3. Added traditional timelapse mode
4. Added support for Textured PEI plate
5. Added support for export/import preset
6. Added random seam position
7. Added Magyar translations
8. Fixed some known bugs
For details, please check https://github.com/bambulab/BambuStudio/releases

20
resources/config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"printers": [
{
"display_name": "Bambu Lab X1",
"func": {
"FUNC_LOCAL_TUNNEL": false
},
"model_id": "BL-P002",
"printer_type": "3DPrinter-X1"
},
{
"display_name": "Bambu Lab X1 Carbon",
"func": {
"FUNC_LOCAL_TUNNEL": false
},
"model_id": "BL-P001",
"printer_type": "3DPrinter-X1-Carbon"
}
]
}

160
resources/data/hints.ini Normal file
View File

@@ -0,0 +1,160 @@
# THIS DOCUMENT CONTAINS DATA FOR HINTS NOTIFICATIONS
#
# Each notification is divided by
# [hint:*name of notification*]
#
# Each notification MUST have text var in format:
# text = Headline of hint\nBody of hint.
# Headline is divided by new line (\n) from body.
# Headline is automaticaly printed as Bold.
# Body can contain bold marks: <b>text to be bold</b> (currently rendered as different color, not bold due to font limitations)
# Body can contain hypertext: <a>hypertext text</a>
# Hypertext must be max one per notification and must be closed by </a>
#
# Notification can have documentation link
#
# If notification contains hypertext, it needs to be specified by hypertext_type var.
# each type needs to be supported with one or more additional vars.
# These types are possible:
#
# Settings highlight (like search feature)
# hypertext_type = settings
# hypertext_settings_opt = name_of_settings (hover over settings value and copy last line of hover text)
# hypertext_settings_type = 1 (1 - 5 according to settings tab - to be channged to name of tabs instead of numbers)
# hypertext_settings_category = Infill (name of panel - written on left in settings)
#
# Plater top toolbar highlight
# hypertext_type = plater
# hypertext_plater_item = nameofbutton (internal name of GLToolbar items)
#
# Plater gizmos (left) toolbar highlight
# hypertext_type = gizmo
# hypertext_gizmo_item = name (name of svg icon of gizmo in resources without .svg suffix)
#
# Open preferences (might add item to highlight)
# hypertext_type = preferences
# hypertext_preferences_page = name of the prefernces tab
# hypertext_preferences_item = show_collapse_button (name of variable saved in prusaslicer.ini connected to the setting in preferences)
#
# Open gallery (no aditional var)
# hypertext_type = gallery
#
#Open top menubar item
#hypertext_menubar_menu_name = (Name in english visible as menu name: File, )
#hypertext_menubar_item_name = (Name of item in english, if there are three dots at the end of name, put name without three dots)
#
#
# Each notification can have disabled and enabled modes and techs - divided by ; and space
# enabled_tags = ...
# disabled_tags = ...
# supported tags are: simple; advanced; expert; FFF; MMU; SLA; Windows; Linux; OSX;
# and all filament types: PLA; PET; ABS; ASA; FLEX; HIPS; EDGE; NGEN; NYLON; PVA; PC; PP; PEI; PEEK; PEKK; POM; PSU; PVDF; SCAFF;
# Tags are case sensitive.
# FFF is affirmative for both one or more extruder printers.
# Algorithm shows hint only if ALL enabled tags are affirmative. (so never do enabled_tags = FFF; SLA;)
# Algorithm shows hint only if not in all disabled tags.
# if there are both disabled and preferred, only preferred that are not in disabled are valid.
#
#
# Notifications shows in random order, already shown notifications are saved at cache/hints.cereal (as binary - human non-readable)
# You can affect random ordering by seting weigh
# weight = 5
# Weight must be larger or equal to 1. Default weight is 1.
# Weight defines probability as weight : sum_of_all_weights.
[hint:3D Scene Operations]
text = 3D Scene Operations\nDid you know how to control view and object/part selection with mouse and touchpanel in the 3D scene?
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/3d-scene-operations
[hint:Cut Tool]
text = Cut Tool\nDid you know that you can cut a model at any angle and position with the cutting tool?
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/cut-tool
[hint:Fix Model]
text = Fix Model\nDid you know that you can fix a corrupted 3D model to avoid a lot of slicing problems?
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/fix-model
[hint:Timelapse]
text = Timelapse\nDid you know that you can generate a timelapse video during each print?
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/Timelapse
[hint:Auto-Arrange]
text = Auto-Arrange\nDid you know that you can auto-arrange all objects in your project?
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/auto-arranging
[hint:Auto-Orient]
text = Auto-Orient\nDid you know that you can rotate objects to an optimal orientation for printing by a simple click?
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/auto-orientation
[hint:Lay on Face]
text = Lay on Face\nDid you know that you can quickly orient a model so that one of its faces sits on the print bed? Select the \"Place on face\" function or press the <b>F</b> key.
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/lay-on-face
[hint:Object List]
text = Object List\nDid you know that you can view all objects/parts in a list and change settings for each object/part?
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/object-list
#[hint:Search Functionality]
#text = Search Functionality\nDid you know that you use the Search tool to quickly find a specific Bambu Studio setting? Or use the familiar shortcut <b>Ctrl+F</b>.
[hint:Simplify Model]
text = Simplify Model\nDid you know that you can reduce the number of triangles in a mesh using the Simplify mesh feature? Right-click the model and select Simplify model. Read more in the documentation.
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/simplify-model
[hint:Slicing Parameter Table]
text = Slicing Parameter Table\nDid you know that you can view all objects/parts on a table and change settings for each object/part?
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/parameter-table
[hint:Split to Objects/Parts]
text = Split to Objects/Parts\nDid you know that you can split a big object into small ones for easy colorizing or printing?
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/split-to-objects-parts
[hint:Subtract a Part]
text = Subtract a Part\nDid you know that you can subtract one mesh from another using the Negative part modifier? That way you can, for example, create easily resizable holes directly in Bambu Studio. Read more in the documentation.
documentation_link = https://wiki.bambulab.com/en/software/bambu-studio/subtract-a-part
[hint:STEP]
text = STEP\nDid you know that you can improve your print quality by slicing a STEP file instead of an STL?\nBambu Studio supports slicing STEP files, providing smoother results than a lower resolution STL. Give it a try!
documentation_link= https://wiki.bambulab.com/en/software/bambu-studio/step
[hint:Z seam location]
text = Z seam location\nDid you know that you can customize the location of the Z seam, and even paint it on your print, to have it in a less visible location? This improves the overall look of your model. Check it out!
documentation_link= https://wiki.bambulab.com/en/software/bambu-studio/Seam
[hint:Fine-tuning for flow rate]
text = Fine-tuning for flow rate\nDid you know that flow rate can be fine-tuned for even better-looking prints? Depending on the material, you can improve the overall finish of the printed model by doing some fine-tuning.
documentation_link= https://wiki.bambulab.com/en/x1/manual/manual-flow-rate-tuning
[hint:Split your prints into plates]
text = Split your prints into plates\nDid you know that you can split a model that has a lot of parts into individual plates ready to print? This will simplify the process of keeping track of all the parts.
documentation_link= https://wiki.bambulab.com/en/software/bambu-studio/plates_management
[hint:Speed up your print with Adaptive Layer Height]
text = Speed up your print with Adaptive Layer Height\nDid you know that you can print a model even faster, by using the Adaptive Layer Height option? Check it out!
documentation_link= https://wiki.bambulab.com/en/software/bambu-studio/adaptive-layer-height
[hint:Support painting]
text = Support painting\nDid you know that you can paint the location of your supports? This feature makes it easy to place the support material only on the sections of the model that actually need it.
documentation_link= https://wiki.bambulab.com/en/software/bambu-studio/support-painting
[hint:Different types of supports]
text = Different types of supports\nDid you know that you can choose from multiple types of supports? Tree supports work great for organic models, while saving filament and improving print speed. Check them out!
documentation_link= https://wiki.bambulab.com/en/software/bambu-studio/support
[hint:Printing Silk Filament]
text = Printing Silk Filament\nDid you know that Silk filament needs special consideration to print it successfully? Higher temperature and lower speed are always recommended for the best results.
documentation_link= https://wiki.bambulab.com/en/x1/manual/printing-with-silk-filaments
[hint:Brim for better adhesion]
text = Brim for better adhesion\nDid you know that when printing models have a small contact interface with the printing surface, it's recommended to use a brim?
documentation_link= https://wiki.bambulab.com/en/software/bambu-studio/auto-brim
[hint:Set parameters for multiple objects]
text = Set parameters for multiple objects\nDid you know that you can set slicing parameters for all selected objects at one time?
documentation_link= https://wiki.bambulab.com/en/software/bambu-studio/set-parameters-for-selected-objects
#[hint:]
#text =
#hypertext =
#follow_text =

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.60031 3.36816C1.60031 2.53974 2.27188 1.86816 3.10031 1.86816H14.7634C15.5918 1.86816 16.2634 2.53974 16.2634 3.36816V10.0047H1.60031V3.36816ZM3.10031 2.86816C2.82417 2.86816 2.60031 3.09202 2.60031 3.36816V9.00474H15.2634V3.36816C15.2634 3.09202 15.0395 2.86816 14.7634 2.86816H3.10031Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.252106 10.5047C0.252106 9.6763 0.923678 9.00473 1.75211 9.00473H15.9972C16.8256 9.00473 17.4972 9.6763 17.4972 10.5047V15.6229C17.4972 16.4514 16.8256 17.1229 15.9972 17.1229H1.7521C0.923676 17.1229 0.252106 16.4514 0.252106 15.6229V10.5047ZM1.75211 10.0047C1.47596 10.0047 1.25211 10.2286 1.25211 10.5047V15.6229C1.25211 15.8991 1.47596 16.1229 1.7521 16.1229H15.9972C16.2733 16.1229 16.4972 15.8991 16.4972 15.6229V10.5047C16.4972 10.2286 16.2734 10.0047 15.9972 10.0047H1.75211Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.15292 3.96497H6.79239V10.0046H3.15292V3.96497ZM4.15292 4.96497V9.00458H5.79239V4.96497H4.15292Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.79236 3.96484H9.43183V10.0045H5.79236V3.96484ZM6.79236 4.96484V9.00446H8.43183V4.96484H6.79236Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.43182 3.96484H12.0713V10.0045H8.43182V3.96484ZM9.43182 4.96484V9.00446H11.0713V4.96484H9.43182Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0713 3.9649H14.7107V10.0045H11.0713V3.9649ZM12.0713 4.9649V9.00452H13.7107V4.9649H12.0713Z" fill="#262E30"/>
<path d="M19.7747 13.0638C19.7747 16.4492 17.0303 19.1936 13.6449 19.1936C10.2595 19.1936 7.51514 16.4492 7.51514 13.0638C7.51514 9.67844 10.2595 6.93405 13.6449 6.93405C17.0303 6.93405 19.7747 9.67844 19.7747 13.0638Z" fill="#F5F5F5"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6449 18.1936C16.478 18.1936 18.7747 15.8969 18.7747 13.0638C18.7747 10.2307 16.478 7.93405 13.6449 7.93405C10.8118 7.93405 8.51514 10.2307 8.51514 13.0638C8.51514 15.8969 10.8118 18.1936 13.6449 18.1936ZM13.6449 19.1936C17.0303 19.1936 19.7747 16.4492 19.7747 13.0638C19.7747 9.67844 17.0303 6.93405 13.6449 6.93405C10.2595 6.93405 7.51514 9.67844 7.51514 13.0638C7.51514 16.4492 10.2595 19.1936 13.6449 19.1936Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.455 10.2222C14.6503 10.0269 14.9669 10.0269 15.1621 10.2222L16.6376 11.6976C16.7806 11.8406 16.8234 12.0557 16.746 12.2425C16.6686 12.4294 16.4863 12.5512 16.284 12.5512H11.0631C10.787 12.5512 10.5631 12.3273 10.5631 12.0512C10.5631 11.775 10.787 11.5512 11.0631 11.5512H15.0769L14.455 10.9293C14.2598 10.734 14.2598 10.4174 14.455 10.2222Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8347 15.9055C12.6395 16.1007 12.3229 16.1007 12.1276 15.9055L10.6522 14.43C10.5092 14.287 10.4664 14.0719 10.5438 13.8851C10.6212 13.6983 10.8035 13.5764 11.0057 13.5764L16.2266 13.5764C16.5028 13.5764 16.7266 13.8003 16.7266 14.0764C16.7266 14.3526 16.5028 14.5764 16.2266 14.5764L12.2128 14.5764L12.8347 15.1984C13.03 15.3936 13.03 15.7102 12.8347 15.9055Z" fill="#262E30"/>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 40 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 40 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 153 KiB

View File

@@ -0,0 +1,4 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="8.5" r="7.5" stroke="#CECECE"/>
<path d="M8.43066 10.5674H6.90625C6.91081 10.1436 6.94727 9.78809 7.01562 9.50098C7.08398 9.20931 7.19792 8.94499 7.35742 8.70801C7.52148 8.47103 7.73796 8.22038 8.00684 7.95605C8.21647 7.75553 8.4056 7.56641 8.57422 7.38867C8.74284 7.20638 8.87728 7.01497 8.97754 6.81445C9.0778 6.60938 9.12793 6.37467 9.12793 6.11035C9.12793 5.82324 9.08008 5.57943 8.98438 5.37891C8.88867 5.17839 8.7474 5.02572 8.56055 4.9209C8.37826 4.81608 8.15039 4.76367 7.87695 4.76367C7.64909 4.76367 7.4349 4.80924 7.23438 4.90039C7.03385 4.98698 6.87207 5.1237 6.74902 5.31055C6.62598 5.49284 6.5599 5.73438 6.55078 6.03516H4.90332C4.91243 5.46094 5.04915 4.97786 5.31348 4.58594C5.5778 4.19401 5.93327 3.90007 6.37988 3.7041C6.8265 3.50814 7.32552 3.41016 7.87695 3.41016C8.48763 3.41016 9.00944 3.51497 9.44238 3.72461C9.87533 3.92969 10.2057 4.23047 10.4336 4.62695C10.666 5.01888 10.7822 5.49284 10.7822 6.04883C10.7822 6.44987 10.7025 6.81445 10.543 7.14258C10.3835 7.46615 10.1761 7.76921 9.9209 8.05176C9.66569 8.32975 9.38997 8.60775 9.09375 8.88574C8.83854 9.11816 8.66536 9.37109 8.57422 9.64453C8.48307 9.91341 8.43522 10.221 8.43066 10.5674ZM6.76953 12.7002C6.76953 12.4541 6.85384 12.2467 7.02246 12.0781C7.19108 11.9049 7.42122 11.8184 7.71289 11.8184C8.00456 11.8184 8.2347 11.9049 8.40332 12.0781C8.57194 12.2467 8.65625 12.4541 8.65625 12.7002C8.65625 12.9463 8.57194 13.1559 8.40332 13.3291C8.2347 13.4977 8.00456 13.582 7.71289 13.582C7.42122 13.582 7.19108 13.4977 7.02246 13.3291C6.85384 13.1559 6.76953 12.9463 6.76953 12.7002Z" fill="#00AE42"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,3 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 12L8.50024 7.6247C8.79242 7.25948 8.79204 6.74005 8.49986 6.37483C7.23348 4.79185 6.38744 3.73431 5 2" stroke="#909090" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 260 B

View File

@@ -0,0 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.422 11.116L8.24 3.374H9.486L9.304 11.116H8.422ZM8.87 14.154C8.65533 14.154 8.46867 14.0747 8.31 13.916C8.16067 13.7573 8.086 13.5707 8.086 13.356C8.086 13.132 8.16067 12.9407 8.31 12.782C8.46867 12.6233 8.65533 12.544 8.87 12.544C9.094 12.544 9.28067 12.6233 9.43 12.782C9.58867 12.9407 9.668 13.132 9.668 13.356C9.668 13.5707 9.58867 13.7573 9.43 13.916C9.28067 14.0747 9.094 14.154 8.87 14.154Z" fill="#352F2D"/>
<path d="M9 15.5C5.41015 15.5 2.5 12.5899 2.5 9C2.5 5.41015 5.41015 2.5 9 2.5C12.5899 2.5 15.5 5.41015 15.5 9C15.5 12.5899 12.5899 15.5 9 15.5ZM9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z" fill="#D01B1B"/>
</svg>

After

Width:  |  Height:  |  Size: 800 B

View File

@@ -0,0 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.94694 4L16.0264 16.2619H1.86752L8.94694 4ZM9.81297 2.5C9.42807 1.83333 8.46581 1.83333 8.08091 2.5L0.135466 16.2619C-0.249434 16.9286 0.231692 17.7619 1.00149 17.7619H16.8924C17.6622 17.7619 18.1433 16.9286 17.7584 16.2619L9.81297 2.5Z" fill="#FF6F00"/>
<path d="M8.54394 13.1747L8.36194 5.43271H9.60794L9.42594 13.1747H8.54394ZM8.99194 16.2127C8.77727 16.2127 8.5906 16.1334 8.43194 15.9747C8.2826 15.816 8.20794 15.6294 8.20794 15.4147C8.20794 15.1907 8.2826 14.9994 8.43194 14.8407C8.5906 14.682 8.77727 14.6027 8.99194 14.6027C9.21594 14.6027 9.4026 14.682 9.55194 14.8407C9.7106 14.9994 9.78994 15.1907 9.78994 15.4147C9.78994 15.6294 9.7106 15.816 9.55194 15.9747C9.4026 16.1334 9.21594 16.2127 8.99194 16.2127Z" fill="#352F2D"/>
</svg>

After

Width:  |  Height:  |  Size: 851 B

View File

@@ -0,0 +1,5 @@
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.44686 0.760658C9.44688 0.760632 9.44705 0.761358 9.44734 0.762916L9.44686 0.760658ZM9.45702 1.30902V16.0838L4.34788 12.5881C4.34553 12.5865 4.34262 12.5844 4.33918 12.582C4.30441 12.5576 4.21551 12.4952 4.10842 12.4621C4.00133 12.429 3.89274 12.4303 3.85027 12.4308C3.84606 12.4308 3.84251 12.4308 3.83966 12.4308H1.00002V5.46331H3.82577C3.8289 5.46331 3.83283 5.46336 3.83747 5.46342C3.88445 5.46403 4.00502 5.46559 4.12235 5.42522C4.23969 5.38484 4.33377 5.30941 4.37042 5.28003C4.37405 5.27712 4.37711 5.27466 4.37958 5.27274L9.45702 1.30902ZM9.44803 16.588C9.44801 16.588 9.44814 16.5873 9.44846 16.5859L9.44803 16.588ZM9.39368 0.114326C9.51273 0.0465355 9.77431 -0.0762185 10.064 0.0651441C10.3537 0.206507 10.4179 0.488235 10.4377 0.623795C10.4572 0.756805 10.4571 0.923 10.457 1.07685C10.457 1.08598 10.457 1.09506 10.457 1.1041V16.2734C10.457 16.2821 10.457 16.2908 10.457 16.2996C10.4571 16.4426 10.4572 16.6005 10.4383 16.7283C10.4183 16.8637 10.355 17.1285 10.0836 17.2717C9.81219 17.4149 9.55782 17.3175 9.4348 17.2576C9.31872 17.201 9.18841 17.1118 9.07049 17.031C9.06321 17.026 9.05598 17.0211 9.0488 17.0161L3.80873 13.4308H0.900021C0.894467 13.4308 0.888767 13.4308 0.882937 13.4309C0.804643 13.4309 0.702846 13.431 0.613943 13.4191C0.504036 13.4043 0.342721 13.3635 0.205047 13.2258C0.0673729 13.0881 0.026579 12.9268 0.0118024 12.8169C-0.000150123 12.728 -5.89874e-05 12.6262 1.10481e-05 12.5479C1.62933e-05 12.5421 2.14193e-05 12.5364 2.14193e-05 12.5308V5.36331C2.14193e-05 5.35775 1.62933e-05 5.35205 1.10481e-05 5.34622C-5.89874e-05 5.26793 -0.000150123 5.16613 0.0118023 5.07723C0.0265789 4.96732 0.0673727 4.80601 0.205047 4.66833C0.34272 4.53066 0.504036 4.48987 0.613943 4.47509C0.702844 4.46314 0.804638 4.46323 0.882931 4.4633C0.888763 4.4633 0.894465 4.46331 0.900021 4.46331H3.79136L9.0032 0.394668C9.01032 0.389111 9.01748 0.383519 9.02467 0.3779C9.1459 0.283171 9.27686 0.180843 9.39368 0.114326Z" fill="#00AE42"/>
<path d="M15.2496 13.7943C15.4847 14.0294 15.868 14.0308 16.0833 13.7776C16.586 13.1865 16.9941 12.5196 17.2919 11.8004C17.6667 10.8956 17.8596 9.92583 17.8596 8.94645C17.8596 7.96707 17.6667 6.99728 17.2919 6.09245C16.9941 5.37334 16.586 4.70645 16.0833 4.11535C15.868 3.86206 15.4847 3.86353 15.2496 4.09863C15.0145 4.33373 15.0171 4.71321 15.2285 4.96982C15.6214 5.44677 15.9422 5.98022 16.1796 6.55321C16.4939 7.31196 16.6556 8.12518 16.6556 8.94645C16.6556 9.76772 16.4939 10.5809 16.1796 11.3397C15.9422 11.9127 15.6214 12.4461 15.2285 12.9231C15.0171 13.1797 15.0145 13.5592 15.2496 13.7943Z" fill="#00AE42"/>
<path d="M13.0987 11.6438C13.3356 11.8807 13.7235 11.8828 13.9258 11.6158C14.1529 11.3159 14.3413 10.9876 14.4859 10.6386C14.708 10.1022 14.8224 9.5274 14.8224 8.94688C14.8224 8.36637 14.708 7.79153 14.4859 7.25521C14.3413 6.90616 14.1529 6.57787 13.9258 6.27801C13.7235 6.01096 13.3356 6.0131 13.0987 6.24998C12.8618 6.48685 12.8676 6.86849 13.0557 7.14567C13.1778 7.3255 13.2815 7.51769 13.3651 7.71945C13.5263 8.10859 13.6092 8.52568 13.6092 8.94688C13.6092 9.36809 13.5263 9.78517 13.3651 10.1743C13.2815 10.3761 13.1778 10.5683 13.0557 10.7481C12.8676 11.0253 12.8618 11.4069 13.0987 11.6438Z" fill="#00AE42"/>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,4 @@
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.0166 4.74366C5.22248 4.14249 5.57248 3.67719 6.0666 3.34778C6.56895 3.01013 7.14543 2.84131 7.79601 2.84131C8.2819 2.84131 8.71013 2.93601 9.08072 3.12543C9.45131 3.3066 9.73954 3.5619 9.94543 3.89131C10.1513 4.21248 10.2542 4.57484 10.2542 4.97837C10.2542 5.39013 10.1554 5.73601 9.95778 6.01602C9.76837 6.28778 9.48013 6.59249 9.09307 6.93013C8.82131 7.18543 8.60307 7.40366 8.43837 7.58484C8.27366 7.76602 8.13366 7.98425 8.01837 8.23954C7.91131 8.4866 7.85778 8.77484 7.85778 9.10425C7.85778 9.33484 7.8866 9.56954 7.94425 9.80837H7.0919C6.98484 9.43778 6.93131 9.09602 6.93131 8.78307C6.93131 8.44543 6.98484 8.14896 7.0919 7.89366C7.20719 7.63013 7.34307 7.4119 7.49954 7.23896C7.65601 7.05778 7.86601 6.84366 8.12954 6.5966C8.45072 6.30837 8.68954 6.05719 8.84601 5.84307C9.00248 5.62072 9.08072 5.36131 9.08072 5.06484C9.08072 4.69425 8.95307 4.39778 8.69778 4.17543C8.44248 3.95307 8.10895 3.8419 7.69719 3.8419C6.85719 3.8419 6.24778 4.30719 5.86895 5.23778L5.0166 4.74366ZM7.62307 12.489C7.43366 12.489 7.26895 12.419 7.12895 12.279C6.99719 12.139 6.93131 11.9742 6.93131 11.7848C6.93131 11.5872 6.99719 11.4184 7.12895 11.2784C7.26895 11.1384 7.43366 11.0684 7.62307 11.0684C7.82072 11.0684 7.98543 11.1384 8.11719 11.2784C8.25719 11.4184 8.32719 11.5872 8.32719 11.7848C8.32719 11.9742 8.25719 12.139 8.11719 12.279C7.98543 12.419 7.82072 12.489 7.62307 12.489Z" fill="#FF6F00"/>
<circle cx="7.5" cy="7.5" r="7" stroke="#FF6F00"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,11 +1,18 @@
<svg width="272" height="181" viewBox="0 0 272 181" fill="none" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="148.5" cy="171" rx="54.5" ry="10" fill="#DEDEDE"/>
<path d="M118 62L196.5 34V112L118 140V62Z" fill="#C3C3C3"/>
<rect x="42" y="62.5" width="76" height="77" fill="#AEACAC"/>
<path d="M116 36.5L41 63H121.5L196.5 35L116 36.5Z" fill="#E4E4E4"/>
<path d="M84.4247 78.4554L33.1782 74.4793C30.2816 74.2546 28.1192 77.0953 29.1071 79.8275L57.0758 157.178C58.0147 159.775 61.24 160.662 63.3747 158.91L97.9325 130.555C97.9775 130.518 98.0185 130.486 98.0635 130.45C98.8161 129.836 106 123.505 106 105.5C106 88.3036 88.7977 80.118 85.5318 78.7188C85.18 78.5681 84.8063 78.485 84.4247 78.4554Z" fill="#8D8B8B"/>
<path d="M82.1864 103.688C90.8229 127.171 82.7743 151.036 65.1697 157.511C47.5652 163.986 25.9713 151.022 17.3347 127.539C8.69823 104.057 16.7468 80.191 34.3514 73.7163C51.9559 67.2416 73.5499 80.2054 82.1864 103.688Z" fill="#C4C4C4" stroke="#D8D8D8" stroke-width="3"/>
<ellipse cx="65.7356" cy="108.611" rx="14.2976" ry="18.3001" transform="rotate(-20.1927 65.7356 108.611)" fill="#AEACAC"/>
<path d="M222.098 14.75H221.848V15V17.5854V17.8354H222.098H236.77L220.803 38.4069L220.75 38.4746V38.5602V41V41.25H221H242H242.25V41V38.4146V38.1646H242H225.388L241.319 17.6294L241.372 17.5618V17.4762V15V14.75H241.122H222.098Z" fill="#B8B8B8" stroke="#B8B8B8" stroke-width="0.5"/>
<path d="M259.627 0.75H259.377V1V2.4916V2.7416H259.627H267.796L258.802 14.4401L258.75 14.5074V14.5924V16V16.25H259H271H271.25V16V14.5084V14.2584H271H261.723L270.696 2.5809L270.748 2.51353V2.42857V1V0.75H270.498H259.627Z" fill="#B8B8B8" stroke="#B8B8B8" stroke-width="0.5"/>
<svg width="240" height="160" viewBox="0 0 240 160" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_6645_29335)">
<ellipse cx="131.03" cy="150.882" rx="48.0882" ry="8.82353" fill="#DEDEDE"/>
<path d="M104.117 54.7059L173.382 30V98.8235L104.117 123.529V54.7059Z" fill="#C3C3C3"/>
<rect x="37.0586" y="55.1484" width="67.0588" height="67.9412" fill="#AEACAC"/>
<path d="M102.352 32.2063L36.1758 55.5887H107.205L173.382 30.8828L102.352 32.2063Z" fill="#E4E4E4"/>
<path d="M74.493 69.2261L29.2756 65.7179C26.7198 65.5196 24.8118 68.0261 25.6834 70.4368L50.3617 138.688C51.1902 140.979 54.036 141.761 55.9195 140.216L86.4118 115.197C86.4514 115.164 86.4876 115.136 86.5273 115.103C87.1914 114.562 93.5301 108.976 93.5301 93.089C93.5301 77.9158 78.3516 70.6931 75.4699 69.4586C75.1595 69.3256 74.8297 69.2522 74.493 69.2261Z" fill="#8D8B8B"/>
<path d="M72.5174 91.4895C80.1378 112.209 73.0361 133.267 57.5027 138.98C41.9693 144.693 22.9158 133.255 15.2954 112.535C7.67491 91.8149 14.7766 70.7569 30.3101 65.0439C45.8435 59.331 64.897 70.7696 72.5174 91.4895Z" fill="#C4C4C4" stroke="#D8D8D8" stroke-width="2.64706"/>
<ellipse cx="58.0016" cy="95.8333" rx="12.6155" ry="16.1471" transform="rotate(-20.1927 58.0016 95.8333)" fill="#AEACAC"/>
<path d="M195.968 13.0157H195.748V13.2363V15.5176V15.7382H195.968H208.915L194.826 33.8895L194.779 33.9492V34.0248V36.1775V36.3981H195H213.529H213.75V36.1775V33.8962V33.6756H213.529H198.872L212.929 15.5564L212.975 15.4967V15.4212V13.2363V13.0157H212.755H195.968Z" fill="#B8B8B8" stroke="#B8B8B8" stroke-width="0.441176"/>
<path d="M229.083 0.662224H228.862V0.882812V2.19893V2.41952H229.083H236.29L228.354 12.7417L228.309 12.8011V12.8761V14.1181V14.3387H228.529H239.118H239.338V14.1181V12.802V12.5814H239.118H230.932L238.85 2.27772L238.895 2.21828V2.14332V0.882812V0.662224H238.675H229.083Z" fill="#B8B8B8" stroke="#B8B8B8" stroke-width="0.441176"/>
</g>
<defs>
<clipPath id="clip0_6645_29335">
<rect width="240" height="159.706" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -1,11 +1,11 @@
<svg width="86" height="104" viewBox="0 0 86 104" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="32" y="52" width="22.6316" height="22.6316" fill="url(#paint0_linear_6645_29777)"/>
<path d="M43 18C51.5046 18 59.8182 20.5219 66.8895 25.2468C73.9608 29.9717 79.4723 36.6874 82.7268 44.5446C85.9814 52.4018 86.8329 61.0477 85.1738 69.3889C83.5146 77.7301 79.4193 85.3919 73.4056 91.4056C67.3919 97.4193 59.7301 101.515 51.3889 103.174C43.0477 104.833 34.4018 103.981 26.5446 100.727C18.6874 97.4723 11.9717 91.9608 7.24681 84.8895C2.52191 77.8182 -2.02833e-07 69.5046 0 61H6.50061C6.50061 68.2189 8.64126 75.2757 12.6519 81.278C16.6625 87.2803 22.3629 91.9585 29.0323 94.721C35.7017 97.4836 43.0405 98.2064 50.1207 96.7981C57.2009 95.3897 63.7044 91.9135 68.809 86.809C73.9135 81.7044 77.3897 75.2009 78.7981 68.1207C80.2064 61.0405 79.4836 53.7017 76.721 47.0323C73.9585 40.3629 69.2803 34.6625 63.278 30.6519C57.2757 26.6413 50.2189 24.5006 43 24.5006V18Z" fill="#D9D9D9"/>
<path d="M23.0587 23.5848C22.0187 22.7842 22.0187 21.2158 23.0587 20.4152L42.53 5.42619C43.8452 4.41379 45.75 5.35132 45.75 7.011L45.75 36.989C45.75 38.6487 43.8452 39.5862 42.53 38.5738L23.0587 23.5848Z" fill="#D9D9D9"/>
<svg width="240" height="160" viewBox="0 0 240 160" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="109" y="80.1484" width="22.6316" height="22.6316" fill="url(#paint0_linear_8097_31792)"/>
<path d="M120 46.1484C128.505 46.1484 136.818 48.6703 143.89 53.3952C150.961 58.1201 156.472 64.8358 159.727 72.6931C162.981 80.5503 163.833 89.1961 162.174 97.5373C160.515 105.879 156.419 113.54 150.406 119.554C144.392 125.568 136.73 129.663 128.389 131.322C120.048 132.981 111.402 132.13 103.545 128.875C95.6874 125.621 88.9717 120.109 84.2468 113.038C79.5219 105.967 77 97.653 77 89.1484H83.5006C83.5006 96.3673 85.6413 103.424 89.6519 109.426C93.6625 115.429 99.3629 120.107 106.032 122.869C112.702 125.632 120.04 126.355 127.121 124.947C134.201 123.538 140.704 120.062 145.809 114.957C150.913 109.853 154.39 103.349 155.798 96.2691C157.206 89.1889 156.484 81.8501 153.721 75.1807C150.958 68.5113 146.28 62.8109 140.278 58.8003C134.276 54.7897 127.219 52.649 120 52.649V46.1484Z" fill="#CCCCCC"/>
<path d="M100.059 51.7332C99.0187 50.9326 99.0187 49.3642 100.059 48.5636L119.53 33.5746C120.845 32.5622 122.75 33.4998 122.75 35.1594L122.75 65.1374C122.75 66.7971 120.845 67.7346 119.53 66.7222L100.059 51.7332Z" fill="#CCCCCC"/>
<defs>
<linearGradient id="paint0_linear_6645_29777" x1="43.3158" y1="52" x2="43.3158" y2="74.6316" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9D9D9"/>
<stop offset="1" stop-color="#E8E8E8"/>
<linearGradient id="paint0_linear_8097_31792" x1="120.316" y1="80.1484" x2="120.316" y2="102.78" gradientUnits="userSpaceOnUse">
<stop stop-color="#CDCDCD"/>
<stop offset="1" stop-color="#BCBCBC"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -1,4 +1,4 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13 1.78571H7C6.7 1.78571 6.5 1.52857 6.5 1.14286C6.5 0.757143 6.7 0.5 7 0.5H13C13.3 0.5 13.5 0.757143 13.5 1.14286C13.5 1.52857 13.3 1.78571 13 1.78571Z" fill="#00AE42"/>
<path d="M10 6.05238C9.7 6.05238 9.5 6.26191 9.5 6.57619V8.77616V9.82384C9.5 10.1381 9.3 10.3476 9 10.3476H1.6C1.3 10.3476 1.1 10.1381 1.1 9.82384V2.17619C1.1 2.07143 1.1 1.86191 1.3 1.75715C1.4 1.65238 1.5 1.54762 1.7 1.54762H4.9C5.2 1.54762 5.4 1.33809 5.4 1.02381C5.4 0.709524 5 0.5 4.8 0.5H2.7H1.6C1.1 0.5 0.8 0.709524 0.4 1.02381C0.2 1.33809 0 1.75715 0 2.17619V9.82384C0 10.7667 0.8 11.5 1.6 11.5H8.9C9.8 11.5 10.5 10.7667 10.5 9.82384V8.77616V6.57619C10.5 6.26191 10.3 6.05238 10 6.05238Z" fill="#808080"/>
<path d="M13 3.75019H7C6.7 3.75019 6.5 3.49305 6.5 3.10734C6.5 2.72162 6.7 2.46448 7 2.46448H13C13.3 2.46448 13.5 2.72162 13.5 3.10734C13.5 3.49305 13.3 3.75019 13 3.75019Z" fill="#00AE42"/>
<path d="M10 8.01686C9.7 8.01686 9.5 8.22639 9.5 8.54067V10.7406V11.7883C9.5 12.1026 9.3 12.3121 9 12.3121H1.6C1.3 12.3121 1.1 12.1026 1.1 11.7883V4.14067C1.1 4.03591 1.1 3.82639 1.3 3.72163C1.4 3.61686 1.5 3.5121 1.7 3.5121H4.9C5.2 3.5121 5.4 3.30257 5.4 2.98829C5.4 2.674 5 2.46448 4.8 2.46448H2.7H1.6C1.1 2.46448 0.8 2.674 0.4 2.98829C0.2 3.30257 0 3.72163 0 4.14067V11.7883C0 12.7312 0.8 13.4645 1.6 13.4645H8.9C9.8 13.4645 10.5 12.7312 10.5 11.7883V10.7406V8.54067C10.5 8.22639 10.3 8.01686 10 8.01686Z" fill="#808080"/>
</svg>

Before

Width:  |  Height:  |  Size: 798 B

After

Width:  |  Height:  |  Size: 820 B

View File

@@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="16" height="16" fill="#C4C4C4" fill-opacity="0.01"/>
</svg>

After

Width:  |  Height:  |  Size: 169 B

View File

@@ -1,12 +1,22 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 7.51163C6.6 7.51163 6.2 7.40698 5.9 7.19767L1.5 4.16279C0.9 3.74419 0.5 2.90698 0.5 2.06977V1.02326C0.5 0.709302 0.7 0.5 1 0.5C1.3 0.5 1.5 0.709302 1.5 1.02326V2.06977C1.5 2.48837 1.8 3.01163 2.1 3.22093L6.5 6.25581C6.8 6.46512 7.3 6.46512 7.6 6.25581L11.9 3.22093C12.2 3.01163 12.5 2.38372 12.5 2.06977V1.02326C12.5 0.709302 12.7 0.5 13 0.5C13.3 0.5 13.5 0.709302 13.5 1.02326V2.06977C13.5 2.80233 13.1 3.74419 12.4 4.16279L8.1 7.19767C7.8 7.40698 7.4 7.51163 7 7.51163Z" fill="#808080"/>
<path d="M10 7.72093C9.90002 7.72093 9.80002 7.61628 9.70002 7.51163C9.60002 7.30233 9.60002 7.09303 9.80002 6.98838L12.8 4.89535C12.9 4.7907 13.1 4.7907 13.2 4.89535C13.3 5 13.4 5.10465 13.4 5.20931V7.30233C13.4 7.51163 13.2 7.72093 13 7.72093C12.8 7.72093 12.6 7.51163 12.6 7.30233V5.94186L10.2 7.61628C10.1 7.61628 10.1 7.72093 10 7.72093Z" fill="#00AE42"/>
<path d="M13 14H9.99998C9.79998 14 9.59998 13.7907 9.59998 13.5814C9.59998 13.3721 9.79998 13.1628 9.99998 13.1628H12.6V12.5349C12.6 12.3256 12.8 12.1163 13 12.1163C13.2 12.1163 13.4 12.3256 13.4 12.5349V13.5814C13.4 13.7907 13.2 14 13 14Z" fill="#00AE42"/>
<path d="M7.99998 14H5.99998C5.79998 14 5.59998 13.7907 5.59998 13.5814C5.59998 13.3721 5.79998 13.1628 5.99998 13.1628H7.99998C8.19998 13.1628 8.39998 13.3721 8.39998 13.5814C8.39998 13.7907 8.19998 14 7.99998 14Z" fill="#00AE42"/>
<path d="M13 10.8605C12.8 10.8605 12.6 10.6512 12.6 10.4419V9.39535C12.6 9.18605 12.8 8.97675 13 8.97675C13.2 8.97675 13.4 9.18605 13.4 9.39535V10.4419C13.4 10.6512 13.2 10.8605 13 10.8605Z" fill="#00AE42"/>
<path d="M6.99999 9.81394C6.89999 9.81394 6.79999 9.70928 6.69999 9.60463C6.59999 9.39533 6.69999 9.18603 6.79999 9.08138L8.39999 8.03487C8.59999 7.93021 8.79999 7.93022 8.89999 8.13952C8.99999 8.34882 8.99999 8.55812 8.79999 8.66277L7.19999 9.70928C7.09999 9.81394 7.09999 9.81394 6.99999 9.81394Z" fill="#00AE42"/>
<path d="M3.99998 7.72093C3.89998 7.72093 3.89998 7.72093 3.79998 7.61628L1.39998 5.94186V7.30233C1.39998 7.51163 1.19998 7.72093 0.999976 7.72093C0.799976 7.72093 0.599976 7.51163 0.599976 7.30233V5.20931C0.599976 5.10465 0.699976 4.89535 0.799976 4.89535C0.899976 4.7907 1.09998 4.7907 1.19998 4.89535L4.19998 6.98838C4.39998 7.09303 4.39998 7.30233 4.29998 7.51163C4.19998 7.61628 4.09998 7.72093 3.99998 7.72093Z" fill="#00AE42"/>
<path d="M3.99998 14H0.999976C0.799976 14 0.599976 13.7907 0.599976 13.5814V12.5349C0.599976 12.3256 0.799976 12.1163 0.999976 12.1163C1.19998 12.1163 1.39998 12.3256 1.39998 12.5349V13.1628H3.99998C4.19998 13.1628 4.39998 13.3721 4.39998 13.5814C4.39998 13.7907 4.19998 14 3.99998 14Z" fill="#00AE42"/>
<path d="M0.999976 10.8605C0.799976 10.8605 0.599976 10.6512 0.599976 10.4419V9.39535C0.599976 9.18605 0.799976 8.97675 0.999976 8.97675C1.19998 8.97675 1.39998 9.18605 1.39998 9.39535V10.4419C1.39998 10.6512 1.19998 10.8605 0.999976 10.8605Z" fill="#00AE42"/>
<path d="M6.99999 9.81394C6.89999 9.81394 6.89999 9.81394 6.79999 9.70928L5.19999 8.66277C4.99999 8.55812 4.99999 8.34882 5.09999 8.13952C5.19999 7.93022 5.39999 7.93021 5.59999 8.03487L7.19999 9.08138C7.39999 9.18603 7.39999 9.39533 7.29999 9.60463C7.19999 9.70928 7.09999 9.81394 6.99999 9.81394Z" fill="#00AE42"/>
<path d="M6.0007 7.46736C5.661 7.46736 5.3213 7.37849 5.06653 7.20073L1.32987 4.62339C0.820326 4.26789 0.48063 3.5569 0.48063 2.84591V1.95717C0.48063 1.69054 0.650478 1.5128 0.905251 1.5128C1.16002 1.5128 1.32987 1.69054 1.32987 1.95717V2.84591C1.32987 3.2014 1.58464 3.64577 1.83942 3.82352L5.57608 6.40086C5.83085 6.57862 6.25547 6.57862 6.51024 6.40086L10.162 3.82352C10.4167 3.64577 10.6715 3.11253 10.6715 2.84591V1.95717C10.6715 1.69054 10.8414 1.5128 11.0961 1.5128C11.3509 1.5128 11.5208 1.69054 11.5208 1.95717V2.84591C11.5208 3.46803 11.1811 4.26789 10.5866 4.62339L6.93486 7.20073C6.68009 7.37849 6.34039 7.46736 6.0007 7.46736Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.93486 7.20073C6.68009 7.37849 6.34039 7.46736 6.0007 7.46736C5.661 7.46736 5.3213 7.37849 5.06653 7.20073L1.32987 4.62339C0.820326 4.26789 0.48063 3.5569 0.48063 2.84591V1.95717C0.48063 1.69054 0.650478 1.5128 0.905251 1.5128C1.16002 1.5128 1.32987 1.69054 1.32987 1.95717V2.84591C1.32987 3.2014 1.58464 3.64577 1.83942 3.82352L5.57608 6.40086C5.83085 6.57862 6.25547 6.57862 6.51024 6.40086L10.162 3.82352C10.4167 3.64577 10.6715 3.11253 10.6715 2.84591V1.95717C10.6715 1.69054 10.8414 1.5128 11.0961 1.5128C11.3509 1.5128 11.5208 1.69054 11.5208 1.95717V2.84591C11.5208 3.46803 11.1811 4.26789 10.5866 4.62339L6.93486 7.20073ZM10.6736 4.7568L7.02664 7.33076C6.73954 7.53107 6.36538 7.62652 6.0007 7.62652C5.63614 7.62652 5.26282 7.53163 4.97576 7.33147C4.97566 7.3314 4.97586 7.33154 4.97576 7.33147L1.2395 4.7544C0.680636 4.3645 0.321472 3.60024 0.321472 2.84591V1.95717C0.321472 1.7898 0.37529 1.63706 0.482331 1.52504C0.589994 1.41237 0.73946 1.35364 0.905251 1.35364C1.07104 1.35364 1.22051 1.41237 1.32817 1.52504C1.43521 1.63706 1.48903 1.7898 1.48903 1.95717V2.84591C1.48903 2.98923 1.54169 3.16303 1.62929 3.32602C1.71697 3.48914 1.82935 3.62231 1.93015 3.69276C1.93026 3.69284 1.93004 3.69268 1.93015 3.69276L5.66644 6.26985C5.7615 6.33618 5.89829 6.37502 6.04316 6.37502C6.18786 6.37502 6.3238 6.33675 6.41885 6.27056C6.41896 6.27049 6.41874 6.27064 6.41885 6.27056L10.0702 3.69349C10.1654 3.62709 10.2789 3.47681 10.3703 3.2962C10.4618 3.11518 10.5124 2.94198 10.5124 2.84591V1.95717C10.5124 1.7898 10.5662 1.63706 10.6732 1.52504C10.7809 1.41237 10.9303 1.35364 11.0961 1.35364C11.2619 1.35364 11.4114 1.41237 11.5191 1.52504C11.6261 1.63706 11.6799 1.7898 11.6799 1.95717V2.84591C11.6799 3.18368 11.5883 3.56317 11.4193 3.90515C11.2512 4.24515 11.001 4.55922 10.6736 4.7568Z" fill="#808080"/>
<path d="M8.54843 8.0363C8.46352 8.0363 8.3786 7.94743 8.29367 7.85855C8.20875 7.68081 8.20875 7.50306 8.3786 7.41419L10.9263 5.6367C11.0112 5.54783 11.1811 5.54783 11.266 5.6367C11.3509 5.72557 11.4358 5.81445 11.4358 5.90333V7.68081C11.4358 7.85855 11.266 8.0363 11.0962 8.0363C10.9263 8.0363 10.7565 7.85855 10.7565 7.68081V6.52544L8.71828 7.94743C8.63335 7.94743 8.63335 8.0363 8.54843 8.0363Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.16103 7.95012L8.15007 7.92717C8.10023 7.82285 8.06653 7.70146 8.0829 7.58152C8.10013 7.45532 8.17108 7.34682 8.29505 7.27842L10.8242 5.51388C10.9016 5.44094 11.004 5.41089 11.0962 5.41089C11.1935 5.41089 11.3024 5.44446 11.3811 5.52675L11.3847 5.53056C11.4246 5.57226 11.4737 5.62362 11.5121 5.6773C11.5509 5.73134 11.595 5.8092 11.595 5.90333V7.68081C11.595 7.81894 11.5304 7.9455 11.4448 8.03516C11.3595 8.12437 11.2355 8.19546 11.0962 8.19546C10.9569 8.19546 10.8328 8.12437 10.7475 8.03516C10.6619 7.9455 10.5973 7.81894 10.5973 7.68081V6.83055L8.76831 8.10658H8.74389C8.73302 8.11796 8.71156 8.13957 8.68349 8.1572C8.64575 8.1809 8.60063 8.19546 8.54843 8.19546C8.45171 8.19546 8.37385 8.14603 8.32279 8.10595C8.27127 8.06551 8.22211 8.01405 8.18237 7.97245L8.16103 7.95012ZM10.7565 6.52544V7.68081C10.7565 7.85855 10.9263 8.0363 11.0962 8.0363C11.266 8.0363 11.4358 7.85855 11.4358 7.68081V5.90333C11.4358 5.81445 11.3509 5.72557 11.266 5.6367C11.1811 5.54783 11.0112 5.54783 10.9263 5.6367L8.3786 7.41419C8.20875 7.50306 8.20875 7.68081 8.29367 7.85855C8.3786 7.94743 8.46352 8.0363 8.54843 8.0363C8.59089 8.0363 8.61212 8.01408 8.63335 7.99186C8.65459 7.96964 8.67582 7.94743 8.71828 7.94743L10.7565 6.52544Z" fill="#00AE42"/>
<path d="M11.0962 13.3703H8.54845C8.3786 13.3703 8.20875 13.1925 8.20875 13.0148C8.20875 12.8371 8.3786 12.6593 8.54845 12.6593H10.7565V12.1261C10.7565 11.9483 10.9263 11.7706 11.0962 11.7706C11.266 11.7706 11.4359 11.9483 11.4359 12.1261V13.0148C11.4359 13.1925 11.266 13.3703 11.0962 13.3703Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0962 13.5294H8.54845C8.40915 13.5294 8.28508 13.4584 8.19984 13.3692C8.11415 13.2795 8.04959 13.1529 8.04959 13.0148C8.04959 12.8767 8.11415 12.7501 8.19984 12.6604C8.28508 12.5712 8.40915 12.5001 8.54845 12.5001H10.5973V12.1261C10.5973 11.9879 10.6619 11.8614 10.7476 11.7717C10.8328 11.6825 10.9569 11.6114 11.0962 11.6114C11.2355 11.6114 11.3596 11.6825 11.4448 11.7717C11.5305 11.8614 11.595 11.9879 11.595 12.1261V13.0148C11.595 13.1529 11.5305 13.2795 11.4448 13.3692C11.3596 13.4584 11.2355 13.5294 11.0962 13.5294ZM10.7565 12.1261C10.7565 11.9483 10.9263 11.7706 11.0962 11.7706C11.266 11.7706 11.4359 11.9483 11.4359 12.1261V13.0148C11.4359 13.1925 11.266 13.3703 11.0962 13.3703H8.54845C8.3786 13.3703 8.20875 13.1925 8.20875 13.0148C8.20875 12.8371 8.3786 12.6593 8.54845 12.6593H10.7565V12.1261Z" fill="#00AE42"/>
<path d="M6.84993 13.3706H5.15145C4.9816 13.3706 4.81175 13.1929 4.81175 13.0151C4.81175 12.8374 4.9816 12.6596 5.15145 12.6596H6.84993C7.01977 12.6596 7.18962 12.8374 7.18962 13.0151C7.18962 13.1929 7.01977 13.3706 6.84993 13.3706Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.84993 13.5298H5.15144C5.01215 13.5298 4.88808 13.4587 4.80283 13.3695C4.71715 13.2798 4.65259 13.1532 4.65259 13.0151C4.65259 12.877 4.71715 12.7504 4.80283 12.6608C4.88808 12.5715 5.01215 12.5005 5.15144 12.5005H6.84993C6.98923 12.5005 7.11329 12.5715 7.19854 12.6608C7.28422 12.7504 7.34878 12.877 7.34878 13.0151C7.34878 13.1532 7.28422 13.2798 7.19854 13.3695C7.11329 13.4587 6.98923 13.5298 6.84993 13.5298ZM5.15145 13.3706H6.84993C7.01977 13.3706 7.18962 13.1929 7.18962 13.0151C7.18962 12.8374 7.01977 12.6596 6.84993 12.6596H5.15145C4.9816 12.6596 4.81175 12.8374 4.81175 13.0151C4.81175 13.1929 4.9816 13.3706 5.15145 13.3706Z" fill="#00AE42"/>
<path d="M11.0961 10.7032C10.9263 10.7032 10.7564 10.5254 10.7564 10.3477V9.45893C10.7564 9.28118 10.9263 9.10344 11.0961 9.10344C11.2659 9.10344 11.4358 9.28118 11.4358 9.45893V10.3477C11.4358 10.5254 11.2659 10.7032 11.0961 10.7032Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7475 10.7021C10.6618 10.6124 10.5972 10.4858 10.5972 10.3477V9.45893C10.5972 9.3208 10.6618 9.19424 10.7475 9.10457C10.8327 9.01536 10.9568 8.94428 11.0961 8.94428C11.2354 8.94428 11.3595 9.01536 11.4447 9.10457C11.5304 9.19424 11.595 9.3208 11.595 9.45893V10.3477C11.595 10.4858 11.5304 10.6124 11.4447 10.7021C11.3595 10.7913 11.2354 10.8624 11.0961 10.8624C10.9568 10.8624 10.8327 10.7913 10.7475 10.7021ZM10.7564 10.3477C10.7564 10.5254 10.9263 10.7032 11.0961 10.7032C11.2659 10.7032 11.4358 10.5254 11.4358 10.3477V9.45893C11.4358 9.28118 11.2659 9.10344 11.0961 9.10344C10.9263 9.10344 10.7564 9.28118 10.7564 9.45893V10.3477Z" fill="#00AE42"/>
<path d="M6.00072 9.81679C5.91579 9.81679 5.83087 9.7279 5.74595 9.63903C5.66102 9.46129 5.74595 9.28354 5.83087 9.19467L7.18965 8.30593C7.3595 8.21705 7.52935 8.21705 7.61427 8.3948C7.6992 8.57255 7.6992 8.75029 7.52935 8.83917L6.17057 9.7279C6.08564 9.81679 6.08564 9.81679 6.00072 9.81679Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.6133 9.7306L5.60234 9.70765C5.47785 9.4471 5.6059 9.19972 5.7158 9.08471L5.72844 9.07148L7.10901 8.1685L7.11586 8.16491C7.21649 8.11225 7.33673 8.07494 7.45735 8.09297C7.58898 8.11265 7.69492 8.1944 7.75788 8.32619C7.80772 8.4305 7.84142 8.5519 7.82505 8.67184C7.80771 8.79881 7.736 8.90787 7.61061 8.9762L6.27298 9.8511C6.2575 9.86726 6.24269 9.88251 6.22927 9.89514C6.21199 9.91142 6.18901 9.93122 6.15944 9.94669C6.10173 9.97689 6.04189 9.97631 6.00911 9.976C6.00607 9.97597 6.00327 9.97594 6.00072 9.97594C5.90399 9.97594 5.82613 9.92652 5.77506 9.88643C5.72354 9.84599 5.67439 9.79454 5.63465 9.75294C5.63338 9.75161 5.63213 9.7503 5.63088 9.74899L5.6133 9.7306ZM6.17057 9.7279L7.52935 8.83917C7.6992 8.75029 7.6992 8.57255 7.61427 8.3948C7.52935 8.21705 7.3595 8.21705 7.18965 8.30593L5.83087 9.19467C5.74595 9.28354 5.66102 9.46129 5.74595 9.63903C5.83087 9.7279 5.91579 9.81679 6.00072 9.81679C6.03643 9.81679 6.05713 9.81679 6.07543 9.81018C6.10066 9.80107 6.12135 9.77941 6.17057 9.7279Z" fill="#00AE42"/>
<path d="M3.45295 8.0363C3.36803 8.0363 3.36803 8.0363 3.2831 7.94743L1.24493 6.52544V7.68081C1.24493 7.85855 1.07508 8.0363 0.905226 8.0363C0.735378 8.0363 0.56553 7.85855 0.56553 7.68081V5.90333C0.56553 5.81445 0.650454 5.6367 0.735378 5.6367C0.820302 5.54783 0.990154 5.54783 1.07508 5.6367L3.6228 7.41419C3.79265 7.50306 3.79265 7.68081 3.70772 7.85855C3.6228 7.94743 3.53788 8.0363 3.45295 8.0363Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.84037 7.95012L3.81903 7.97245C3.77929 8.01405 3.73014 8.06551 3.6786 8.10595C3.62754 8.14604 3.54968 8.19546 3.45295 8.19546C3.4504 8.19546 3.4476 8.19548 3.44456 8.19551C3.41178 8.19583 3.35194 8.1964 3.29424 8.16621C3.26466 8.15073 3.24169 8.13094 3.2244 8.11467C3.2105 8.10157 3.19511 8.08568 3.17902 8.06888L1.40408 6.83055V7.68081C1.40408 7.81894 1.33952 7.9455 1.25384 8.03516C1.16859 8.12437 1.04453 8.19546 0.905226 8.19546C0.765927 8.19546 0.64186 8.12437 0.556616 8.03516C0.470932 7.9455 0.406372 7.81894 0.406372 7.68081V5.90333C0.406372 5.82151 0.440593 5.72719 0.480533 5.65752C0.501687 5.62062 0.529982 5.58072 0.566088 5.54797C0.588262 5.52786 0.620409 5.50422 0.661304 5.49009C0.734391 5.43434 0.82383 5.41089 0.905228 5.41089C0.997376 5.41089 1.09983 5.44094 1.1772 5.51388L3.70635 7.27842C3.83032 7.34682 3.90127 7.45532 3.9185 7.58152C3.93487 7.70146 3.90117 7.82285 3.85133 7.92717L3.84037 7.95012ZM3.6228 7.41419L1.07508 5.6367C0.990154 5.54783 0.820302 5.54783 0.735378 5.6367C0.650454 5.6367 0.56553 5.81445 0.56553 5.90333V7.68081C0.56553 7.85855 0.735378 8.0363 0.905226 8.0363C1.07508 8.0363 1.24493 7.85855 1.24493 7.68081V6.52544L3.2831 7.94743C3.33231 7.99892 3.35301 8.02058 3.37823 8.02969C3.39654 8.0363 3.41724 8.0363 3.45295 8.0363C3.53788 8.0363 3.6228 7.94743 3.70772 7.85855C3.79265 7.68081 3.79265 7.50306 3.6228 7.41419Z" fill="#00AE42"/>
<path d="M3.45295 13.3703H0.905226C0.735378 13.3703 0.56553 13.1925 0.56553 13.0148V12.1261C0.56553 11.9483 0.735378 11.7706 0.905226 11.7706C1.07508 11.7706 1.24493 11.9483 1.24493 12.1261V12.6593H3.45295C3.6228 12.6593 3.79265 12.8371 3.79265 13.0148C3.79265 13.1925 3.6228 13.3703 3.45295 13.3703Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.45295 13.5294H0.905226C0.765927 13.5294 0.64186 13.4584 0.556616 13.3692C0.470932 13.2795 0.406372 13.1529 0.406372 13.0148V12.1261C0.406372 11.9879 0.470932 11.8614 0.556616 11.7717C0.64186 11.6825 0.765927 11.6114 0.905226 11.6114C1.04453 11.6114 1.16859 11.6825 1.25384 11.7717C1.33952 11.8614 1.40408 11.9879 1.40408 12.1261V12.5001H3.45295C3.59225 12.5001 3.71632 12.5712 3.80156 12.6604C3.88725 12.7501 3.95181 12.8767 3.95181 13.0148C3.95181 13.1529 3.88725 13.2795 3.80156 13.3692C3.71632 13.4584 3.59225 13.5294 3.45295 13.5294ZM3.45295 12.6593C3.6228 12.6593 3.79265 12.8371 3.79265 13.0148C3.79265 13.1925 3.6228 13.3703 3.45295 13.3703H0.905226C0.735378 13.3703 0.56553 13.1925 0.56553 13.0148V12.1261C0.56553 11.9483 0.735378 11.7706 0.905226 11.7706C1.07508 11.7706 1.24493 11.9483 1.24493 12.1261V12.6593H3.45295Z" fill="#00AE42"/>
<path d="M0.905226 10.7032C0.735378 10.7032 0.56553 10.5254 0.56553 10.3477V9.45893C0.56553 9.28118 0.735378 9.10344 0.905226 9.10344C1.07508 9.10344 1.24493 9.28118 1.24493 9.45893V10.3477C1.24493 10.5254 1.07508 10.7032 0.905226 10.7032Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.556616 10.7021C0.470932 10.6124 0.406372 10.4858 0.406372 10.3477V9.45893C0.406372 9.3208 0.470932 9.19424 0.556616 9.10457C0.64186 9.01536 0.765927 8.94428 0.905226 8.94428C1.04453 8.94428 1.16859 9.01536 1.25384 9.10457C1.33952 9.19424 1.40408 9.3208 1.40408 9.45893V10.3477C1.40408 10.4858 1.33952 10.6124 1.25384 10.7021C1.16859 10.7913 1.04453 10.8624 0.905226 10.8624C0.765927 10.8624 0.64186 10.7913 0.556616 10.7021ZM0.56553 10.3477C0.56553 10.5254 0.735378 10.7032 0.905226 10.7032C1.07508 10.7032 1.24493 10.5254 1.24493 10.3477V9.45893C1.24493 9.28118 1.07508 9.10344 0.905226 9.10344C0.735378 9.10344 0.56553 9.28118 0.56553 9.45893V10.3477Z" fill="#00AE42"/>
<path d="M6.00072 9.81679C5.91579 9.81679 5.91576 9.81679 5.83084 9.7279L4.47205 8.83917C4.30221 8.75029 4.30221 8.57255 4.38713 8.3948C4.47205 8.21705 4.6419 8.21705 4.81175 8.30593L6.17054 9.19467C6.34038 9.28354 6.34038 9.46129 6.25546 9.63903C6.17054 9.7279 6.08564 9.81679 6.00072 9.81679Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.8924 8.1685L6.25179 9.05764C6.37718 9.12596 6.4489 9.23502 6.46623 9.362C6.48261 9.48194 6.44891 9.60333 6.39907 9.70765L6.3881 9.7306L6.36675 9.75294C6.32701 9.79454 6.27787 9.84599 6.22634 9.88643C6.17528 9.92652 6.09745 9.97594 6.00072 9.97594C5.99817 9.97594 5.99533 9.97597 5.9923 9.976C5.95952 9.97631 5.89967 9.97689 5.84197 9.94669C5.81239 9.93122 5.78942 9.91142 5.77214 9.89514C5.75872 9.88251 5.74391 9.86726 5.72843 9.8511L4.3908 8.9762C4.26541 8.90787 4.19369 8.79881 4.17636 8.67184C4.15998 8.5519 4.19368 8.4305 4.24352 8.32619C4.30649 8.1944 4.41243 8.11265 4.54406 8.09297C4.66468 8.07494 4.78491 8.11225 4.88555 8.16491L4.8924 8.1685ZM4.47205 8.83917L5.83084 9.7279C5.88005 9.77941 5.90074 9.80107 5.92597 9.81018C5.94428 9.81679 5.965 9.81679 6.00072 9.81679C6.08564 9.81679 6.17054 9.7279 6.25546 9.63903C6.34038 9.46129 6.34038 9.28354 6.17054 9.19467L4.81175 8.30593C4.6419 8.21705 4.47205 8.21705 4.38713 8.3948C4.30221 8.57255 4.30221 8.75029 4.47205 8.83917Z" fill="#00AE42"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,4 +1,4 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.25 7.45769C6.83462 7.45769 6.41923 7.35385 6.10769 7.14615L1.53846 4.13462C0.915385 3.71923 0.5 2.88846 0.5 2.05769V1.01923C0.5 0.707692 0.707692 0.5 1.01923 0.5C1.33077 0.5 1.53846 0.707692 1.53846 1.01923V2.05769C1.53846 2.47308 1.85 2.99231 2.16154 3.2L6.73077 6.21154C7.04231 6.41923 7.56154 6.41923 7.87308 6.21154L12.3385 3.2C12.65 2.99231 12.9615 2.36923 12.9615 2.05769V1.01923C12.9615 0.707692 13.1692 0.5 13.4808 0.5C13.7923 0.5 14 0.707692 14 1.01923V2.05769C14 2.78462 13.5846 3.71923 12.8577 4.13462L8.39231 7.14615C8.08077 7.35385 7.66538 7.45769 7.25 7.45769Z" fill="#808080"/>
<path d="M12.4423 14H2.05769C1.22692 14 0.5 13.2731 0.5 12.4423V6.21155C0.5 5.79616 0.707692 5.38078 1.01923 5.17309C1.33077 4.96539 1.74615 5.06924 2.16154 5.27693L6.73077 8.28847C7.04231 8.49616 7.56154 8.49616 7.87308 8.28847L12.3385 5.27693C12.7538 5.06924 13.1692 4.96539 13.4808 5.17309C13.7923 5.38078 14 5.69232 14 6.21155V12.4423C14 13.2731 13.2731 14 12.4423 14ZM1.53846 6.1077C1.53846 6.21155 1.53846 6.21155 1.53846 6.1077V12.4423C1.53846 12.7539 1.74615 12.9615 2.05769 12.9615H12.4423C12.7538 12.9615 12.9615 12.7539 12.9615 12.4423V6.21155C12.9615 6.21155 12.9615 6.21155 12.9615 6.1077C12.9615 6.1077 12.9615 6.1077 12.8577 6.1077L8.39231 9.22308C7.76923 9.63847 6.73077 9.63847 6.10769 9.22308L1.53846 6.1077C1.53846 6.1077 1.53846 6.21155 1.53846 6.1077Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.425 3.04002C10.425 3.28482 10.1803 3.77443 9.93551 3.93763L6.42666 6.30404C6.18186 6.46724 5.77386 6.46724 5.52906 6.30404L1.93864 3.93763C1.7044 3.78147 1.47017 3.40119 1.45038 3.08272C1.47 3.40127 1.70433 3.7818 1.93866 3.93802L5.52908 6.30443C5.77388 6.46763 6.18188 6.46763 6.42669 6.30443L9.93553 3.93802C10.1803 3.77482 10.4251 3.28521 10.4251 3.04041V2.22441C10.4251 1.97961 10.5883 1.81641 10.8331 1.81641C11.0664 1.81641 11.2256 1.96466 11.24 2.19051C11.2258 1.96444 11.0665 1.81602 10.8331 1.81602C10.5883 1.81602 10.425 1.97922 10.425 2.22402V3.04002ZM1.44803 2.19117C1.43404 1.96473 1.27472 1.81602 1.04103 1.81602C0.796233 1.81602 0.633032 1.97922 0.633032 2.22402V3.04002C0.633032 3.08216 0.634392 3.1243 0.637069 3.16635C0.634409 3.12443 0.633057 3.08242 0.633057 3.04041V2.22441C0.633057 1.97961 0.796257 1.81641 1.04106 1.81641C1.27461 1.81641 1.43388 1.96495 1.44803 2.19117ZM9.85229 3.81282L6.34313 6.17945C6.25087 6.24083 6.11864 6.27644 5.97786 6.27644C5.83691 6.27644 5.70454 6.24075 5.61226 6.17923L2.02184 3.81282C1.92462 3.7479 1.8166 3.62551 1.73277 3.47649C1.64885 3.32728 1.59904 3.16925 1.59904 3.04002V2.22402C1.59904 2.06753 1.54622 1.92547 1.4429 1.82215C1.33958 1.71883 1.19752 1.66602 1.04103 1.66602C0.884546 1.66602 0.742484 1.71883 0.639167 1.82215C0.535849 1.92547 0.483032 2.06753 0.483032 2.22402V3.04002C0.483032 3.73652 0.829398 4.43921 1.36583 4.79684L4.95624 7.16324C5.23112 7.34636 5.58857 7.43324 5.93706 7.43324C6.28571 7.43324 6.64294 7.34654 6.91787 7.16325L10.4229 4.79943C11.047 4.43967 11.3911 3.65177 11.3911 3.04002V2.22402C11.3911 2.06753 11.3383 1.92547 11.235 1.82215C11.1316 1.71884 10.9896 1.66602 10.8331 1.66602C10.6766 1.66602 10.5345 1.71883 10.4312 1.82214C10.3279 1.92546 10.275 2.06753 10.275 2.22402V3.04002C10.275 3.12572 10.2274 3.28316 10.1395 3.44925C10.0521 3.61435 9.94403 3.75166 9.85229 3.81282Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.42671 8.37145C6.18191 8.53465 5.77391 8.53465 5.52911 8.37145L1.93869 6.00503C1.61228 5.84184 1.28588 5.76023 1.04108 5.92344C0.800203 6.08402 0.638331 6.40262 0.633206 6.72376C0.638798 6.40311 0.800544 6.08524 1.04106 5.9249C1.28586 5.76169 1.61226 5.8433 1.93866 6.00649L5.52908 8.37291C5.77388 8.53611 6.18188 8.53611 6.42669 8.37291L9.93553 6.00649C10.2619 5.8433 10.5883 5.76169 10.8331 5.9249C11.0779 6.0881 11.2411 6.3329 11.2411 6.7409V11.6369C11.2411 11.643 11.2411 11.6492 11.241 11.6553C11.2411 11.6487 11.2411 11.6421 11.2411 11.6354V6.73944C11.2411 6.33144 11.0779 6.08664 10.8332 5.92344C10.5883 5.76023 10.2619 5.84184 9.93556 6.00503L6.42671 8.37145ZM9.89083 5.91559L6.37103 8.28838C6.26873 8.3565 6.12617 8.39385 5.97791 8.39385C5.82954 8.39385 5.68689 8.35645 5.58458 8.28824L1.99372 5.92154L1.98341 5.91559C1.65608 5.75193 1.28092 5.64336 0.985613 5.84023C0.709591 6.02425 0.533081 6.38391 0.533081 6.73944V11.6354C0.533081 12.3435 1.14905 12.9595 1.85709 12.9595H10.0171C10.7252 12.9595 11.3411 12.3435 11.3411 11.6354V6.73944C11.3411 6.52178 11.2975 6.34175 11.217 6.19223C11.1364 6.04266 11.022 5.92917 10.8886 5.84024C10.5933 5.64337 10.2181 5.75193 9.89083 5.91559ZM1.44908 6.65932V11.6354C1.44908 11.8803 1.61228 12.0434 1.85709 12.0434H10.0171C10.2588 12.0434 10.4209 11.8844 10.425 11.6448C10.4216 11.8852 10.2592 12.0449 10.0171 12.0449H1.85706C1.61226 12.0449 1.44906 11.8818 1.44906 11.6369V6.6593L1.44908 6.65932ZM6.8902 9.18907L10.3251 6.79263V11.6354C10.3251 11.7352 10.2923 11.8104 10.2422 11.8605C10.1921 11.9107 10.1168 11.9434 10.0171 11.9434H1.85709C1.7574 11.9434 1.6821 11.9106 1.63199 11.8605C1.58187 11.8104 1.54908 11.7352 1.54908 11.6354V6.84705L4.98316 9.18847L4.98403 9.18905C5.24892 9.36564 5.59587 9.45065 5.93711 9.45065C6.27834 9.45065 6.62531 9.36566 6.8902 9.18907Z" fill="#00AE42"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,3 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.313 14.8577C25.8116 14.7499 25.9047 14.3886 25.5223 14.0519L15.1727 5.00017C14.7886 4.6651 14.161 4.66346 13.7769 4.99853L3.39301 14.0519C3.0089 14.387 3.10207 14.7482 3.60059 14.8561L4.84606 15.1242C5.34458 15.232 5.75156 15.7371 5.75156 16.247V24.6744C5.75156 25.1844 6.16836 25.6012 6.67831 25.6012H11.062C11.572 25.6012 11.9887 25.1844 11.9887 24.6744V20.6307C11.9887 20.1208 12.4055 19.704 12.9155 19.704H15.8723C16.3822 19.704 16.799 20.1208 16.799 20.6307V24.6744C16.799 25.1844 17.2158 25.6012 17.7258 25.6012H22.2369C22.7469 25.6012 23.1637 25.1844 23.1637 24.6744V16.247C23.1637 15.7371 23.5707 15.232 24.0692 15.1258L25.313 14.8577Z" fill="#00AE42" fill-opacity="0.2" stroke="#00AE42" stroke-width="0.718299" stroke-miterlimit="10" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 884 B

View File

@@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 1.80039C14 2.13176 13.7314 2.40039 13.4 2.40039H2.6C2.26863 2.40039 2 2.13176 2 1.80039C2 1.46902 2.26863 1.20039 2.6 1.20039H13.4C13.7314 1.20039 14 1.46902 14 1.80039Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2422 11.0067L8.42386 14.825C8.18954 15.0594 7.80965 15.0594 7.57534 14.825L3.75696 11.0067C3.52265 10.7724 3.52265 10.3925 3.75696 10.1581C3.99128 9.92383 4.37117 9.92383 4.60549 10.1581L7.3996 12.9523V5.40078C7.3996 5.06941 7.66823 4.80078 7.9996 4.80078C8.33097 4.80078 8.5996 5.06941 8.5996 5.40078V12.9523L11.3937 10.1581C11.628 9.92383 12.0079 9.92383 12.2422 10.1581C12.4765 10.3925 12.4765 10.7724 12.2422 11.0067Z" fill="#ACACAC"/>
</svg>

After

Width:  |  Height:  |  Size: 797 B

View File

@@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 14.1996C2 13.8682 2.26863 13.5996 2.6 13.5996H13.4C13.7314 13.5996 14 13.8682 14 14.1996C14 14.531 13.7314 14.7996 13.4 14.7996H2.6C2.26863 14.7996 2 14.531 2 14.1996Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75777 4.99333L7.57614 1.17495C7.81046 0.940639 8.19036 0.940639 8.42467 1.17495L12.243 4.99333C12.4774 5.22765 12.4774 5.60754 12.243 5.84186C12.0087 6.07617 11.6288 6.07617 11.3945 5.84186L8.60041 3.04775V10.5992C8.60041 10.9306 8.33178 11.1992 8.00041 11.1992C7.66904 11.1992 7.40041 10.9306 7.40041 10.5992V3.04775L4.6063 5.84186C4.37198 6.07617 3.99208 6.07617 3.75777 5.84186C3.52345 5.60754 3.52345 5.22765 3.75777 4.99333Z" fill="#ACACAC"/>
</svg>

After

Width:  |  Height:  |  Size: 801 B

View File

@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.1426 17.6231C12.7258 18.2138 11.8497 18.2138 11.4329 17.6231L4.54229 7.85815C4.05321 7.16507 4.54889 6.20863 5.39716 6.20863L19.1784 6.20864C20.0267 6.20864 20.5223 7.16507 20.0333 7.85815L13.1426 17.6231Z" fill="#ACACAC"/>
</svg>

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,28 @@
<svg width="28" height="70" viewBox="0 0 28 70" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.4305 1.49971V38.4918H9.92413V1.49971M9.92413 1.49887C9.92542 0.67099 11.8291 0 14.1773 0L9.92413 1.49887ZM14.1773 0C16.5255 0 18.4292 0.67099 18.4305 1.49887L14.1773 0Z" fill="url(#paint0_linear_8143_31825)" fill-opacity="0.2"/>
<line x1="18.6913" y1="1.32383" x2="18.6913" y2="38.3703" stroke="url(#paint1_linear_8143_31825)" stroke-width="0.523139" stroke-linecap="round"/>
<line x1="9.83127" y1="1.32383" x2="9.83127" y2="38.3703" stroke="url(#paint2_linear_8143_31825)" stroke-width="0.523139" stroke-linecap="round"/>
<path d="M11.6962 14.887L13.8367 16.7217C14.0326 16.8897 14.3217 16.8897 14.5176 16.7217L16.6582 14.887" stroke="#00AE42" stroke-opacity="0.3" stroke-width="1.04628" stroke-linecap="round"/>
<path d="M11.6962 25.1636L13.8367 26.9983C14.0326 27.1663 14.3217 27.1663 14.5176 26.9983L16.6582 25.1636" stroke="#00AE42" stroke-opacity="0.8" stroke-width="1.04628" stroke-linecap="round"/>
<path d="M11.7663 32.6333L13.8396 34.1412C14.0231 34.2746 14.2716 34.2746 14.455 34.1412L16.5283 32.6333" stroke="#00AE42" stroke-width="1.04628" stroke-linecap="round"/>
<path d="M7.79767 62.6204H19.9192L19.0534 66.0837H8.66349L7.79767 62.6204Z" fill="#ACACAC"/>
<rect y="38.2791" width="28" height="25.1646" rx="2.61569" fill="#D3D3D3"/>
<circle cx="14.0008" cy="50.5056" r="6.91139" fill="#AEAEAE"/>
<circle cx="13.9372" cy="50.4983" r="6.49367" fill="#E3E3E3"/>
<circle cx="13.9779" cy="50.5003" r="4.76203" fill="#00AE42"/>
<rect x="13.1147" y="66.0845" width="1.73165" height="3.03038" fill="#939191"/>
<defs>
<linearGradient id="paint0_linear_8143_31825" x1="14.1773" y1="0" x2="14.1773" y2="38.4918" gradientUnits="userSpaceOnUse">
<stop stop-color="#00AE42" stop-opacity="0"/>
<stop offset="1" stop-color="#00AE42"/>
</linearGradient>
<linearGradient id="paint1_linear_8143_31825" x1="18.4297" y1="37.1869" x2="18.4297" y2="1.06226" gradientUnits="userSpaceOnUse">
<stop stop-color="#00AE42"/>
<stop offset="1" stop-color="#00AE42" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint2_linear_8143_31825" x1="9.56971" y1="37.1869" x2="9.5697" y2="1.06226" gradientUnits="userSpaceOnUse">
<stop stop-color="#00AE42"/>
<stop offset="1" stop-color="#00AE42" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.4329 5.21146C11.8497 4.62074 12.7258 4.62074 13.1426 5.21146L20.0333 14.9764C20.5223 15.6695 20.0267 16.6259 19.1784 16.6259H5.39715C4.54888 16.6259 4.05321 15.6695 4.54228 14.9764L11.4329 5.21146Z" fill="#ACACAC"/>
</svg>

After

Width:  |  Height:  |  Size: 332 B

View File

@@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"><title>notification_eject_sd</title><path d="M702.38,400c0,166.31-135.31,300.87-302.38,300.87S97.62,566.31,97.62,400,232.93,99.13,400,99.13,702.38,233.69,702.38,400Z" fill="#eee"/><path d="M240.49,533.8a16.78,16.78,0,0,1,16.63-16.63H552a16.64,16.64,0,0,1,0,33.27H257.12A16.78,16.78,0,0,1,240.49,533.8Z" fill="#ff6f00" fill-rule="evenodd"/><path d="M530,434.77,405.29,220.08l-124,214.69ZM434.77,203.45c-12.85-21.92-45.35-21.92-58.2,0L251.83,418.14c-12.85,21.93,3,49.9,28.73,49.9H529.27c25.7,0,42.33-28,28.72-49.9Z" fill="#ff6f00" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 651 B

View File

@@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"><title>notification_eject_sd_hover</title><path d="M780.4,400c0,209.22-170.23,378.5-380.4,378.5S19.6,609.22,19.6,400,189.83,21.5,400,21.5,780.4,190.78,780.4,400Z" fill="#eee"/><path d="M199.34,568.33a21.11,21.11,0,0,1,20.92-20.92H591.15a20.92,20.92,0,0,1,0,41.84H220.26A21.11,21.11,0,0,1,199.34,568.33Z" fill="#ff6f00" fill-rule="evenodd"/><path d="M563.57,443.75,406.66,173.66l-156,270.09Zm-119.82-291c-16.17-27.58-57.06-27.58-73.23,0L213.6,422.82c-16.16,27.58,3.81,62.77,36.14,62.77H562.62c32.34,0,53.26-35.19,36.14-62.77Z" fill="#ff6f00" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 663 B

View File

@@ -0,0 +1,14 @@
<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35888)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.893 1.03032C4.82203 1.03032 2.3332 3.51853 2.3332 6.58823C2.3332 6.80914 2.15412 6.98823 1.9332 6.98823C1.71229 6.98823 1.5332 6.80914 1.5332 6.58823C1.5332 3.07647 4.38044 0.230316 7.893 0.230316C8.62072 0.230316 9.32068 0.352635 9.97293 0.578158C10.1817 0.650349 10.2924 0.878126 10.2203 1.08691C10.1481 1.2957 9.92028 1.40643 9.7115 1.33424C9.14223 1.1374 8.53056 1.03032 7.893 1.03032ZM12.2054 2.45632C12.3747 2.31438 12.627 2.33653 12.7689 2.5058C13.6949 3.61007 14.2528 5.03448 14.2528 6.58823C14.2528 6.80914 14.0737 6.98823 13.8528 6.98823C13.6319 6.98823 13.4528 6.80914 13.4528 6.58823C13.4528 5.22938 12.9656 3.98544 12.1559 3.01984C12.014 2.85057 12.0361 2.59827 12.2054 2.45632Z" fill="#262E30"/>
<path d="M6.90856 8.14372C6.74482 8.03825 6.42004 7.60309 6.52554 7.4394L9.36699 3.0928L11.0386 1.75207C11.0572 1.73098 11.0901 1.75207 11.0799 1.77739L10.6769 3.84534L7.81017 8.22991C7.70466 8.39445 7.07231 8.24919 6.90856 8.14372Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2605 2.0869L11.3043 2.05176C11.29 2.06488 11.2754 2.07657 11.2605 2.0869ZM10.4921 2.70325L9.667 3.36498L6.92835 7.55434C6.93569 7.56834 6.94479 7.5844 6.95593 7.60234C6.98744 7.65306 7.02616 7.70416 7.06356 7.74615C7.09777 7.78456 7.1195 7.8026 7.12442 7.80668C7.12455 7.80679 7.12432 7.80659 7.12442 7.80668C7.12485 7.80685 7.12603 7.80751 7.12728 7.80807C7.1361 7.81204 7.16577 7.82538 7.22157 7.84257C7.28718 7.8628 7.36545 7.88116 7.44094 7.89255C7.48208 7.89876 7.51726 7.90211 7.54577 7.90346L10.2994 3.69198L10.4921 2.70325ZM11.4689 1.8732C11.5707 1.48625 11.0884 1.15079 10.7702 1.45463L9.06709 2.82062L6.1908 7.22054L6.18939 7.2227C6.06867 7.41 6.10474 7.6107 6.13249 7.71066C6.16465 7.82652 6.22126 7.93575 6.27636 8.02446C6.38026 8.19172 6.54007 8.38213 6.69202 8.48C6.77997 8.53666 6.89251 8.57829 6.98592 8.60708C7.08823 8.63862 7.20534 8.66606 7.32159 8.6836C7.43425 8.7006 7.56528 8.71128 7.68872 8.6986C7.78001 8.68923 8.01173 8.6546 8.14566 8.44783L11.0546 3.99871L11.4689 1.8732Z" fill="#262E30"/>
<path d="M5.34576 9.16394C4.83644 9.16394 4.43515 9.24883 4.14191 9.43403C3.79465 9.63467 3.57857 9.95879 3.49368 10.3987L4.3657 10.4681C4.412 10.2597 4.52776 10.1054 4.69753 10.0051C4.84415 9.91249 5.03708 9.8739 5.28402 9.8739C5.85507 9.8739 6.1406 10.1286 6.1406 10.6533V10.8077L5.26859 10.8308C4.6821 10.8462 4.2268 10.9697 3.90268 11.2012C3.5477 11.4404 3.37793 11.7877 3.37793 12.2353C3.37793 12.5671 3.5014 12.8372 3.74834 13.0533C3.98757 13.2616 4.31168 13.3697 4.7284 13.3697C5.07566 13.3697 5.37662 13.3079 5.63128 13.1922C5.85507 13.0842 6.048 12.9375 6.20234 12.7369V13.2616H7.02034V10.715C7.02034 10.2289 6.89686 9.85847 6.64992 9.60381C6.37211 9.31056 5.93224 9.16394 5.34576 9.16394ZM6.1406 11.4404V11.6411C6.1406 11.9498 6.01713 12.2044 5.78562 12.4051C5.55411 12.598 5.26859 12.6983 4.92904 12.6983C4.73612 12.6983 4.58178 12.6443 4.4583 12.5517C4.33483 12.4591 4.28081 12.3433 4.28081 12.2044C4.28081 11.726 4.62808 11.479 5.33032 11.4636L6.1406 11.4404Z" fill="#262E30"/>
<path d="M9.46095 9.31828V10.9003H7.87125V11.6257H9.46095V13.2153H10.1863V11.6257H11.7683V10.9003H10.1863V9.31828H9.46095Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35888">
<rect width="14" height="14" fill="white" transform="translate(0.893066 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,5 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.2915 10.3175C4.22371 10.3175 4.15906 10.304 4.10011 10.2795C3.97789 10.2288 3.88013 10.1311 3.82944 10.0089C3.805 9.9499 3.7915 9.88525 3.7915 9.81746V1.72507C3.7915 1.65727 3.805 1.59263 3.82944 1.53367C3.88013 1.41145 3.97789 1.31369 4.10011 1.26301C4.15906 1.23856 4.22371 1.22507 4.2915 1.22507H12.3839C12.4517 1.22507 12.5163 1.23856 12.5753 1.26301C12.6975 1.31369 12.7953 1.41145 12.846 1.53367C12.8704 1.59263 12.8839 1.65727 12.8839 1.72507V9.81746C12.8839 9.88525 12.8704 9.9499 12.846 10.0089C12.7953 10.1311 12.6975 10.2288 12.5753 10.2795C12.5163 10.304 12.4517 10.3175 12.3839 10.3175H4.2915ZM11.8839 9.31746V2.22507H4.7915V9.31746H11.8839Z" fill="#262E30"/>
<path d="M1.11621 4.18256C1.11621 3.90641 1.34007 3.68256 1.61621 3.68256H9.7086C9.98474 3.68256 10.2086 3.90641 10.2086 4.18256V12.2749C10.2086 12.5511 9.98474 12.7749 9.7086 12.7749H1.61621C1.34007 12.7749 1.11621 12.5511 1.11621 12.2749V4.18256Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.11621 4.68256V11.7749H9.2086V4.68256H2.11621ZM1.61621 3.68256C1.34007 3.68256 1.11621 3.90641 1.11621 4.18256V12.2749C1.11621 12.5511 1.34007 12.7749 1.61621 12.7749H9.7086C9.98474 12.7749 10.2086 12.5511 10.2086 12.2749V4.18256C10.2086 3.90641 9.98474 3.68256 9.7086 3.68256H1.61621Z" fill="#262E30"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,13 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35915)">
<path d="M5.77728 8.19568C6.83651 8.19568 7.69519 7.35094 7.69519 6.3089C7.69519 5.26686 6.83651 4.42212 5.77728 4.42212C4.71805 4.42212 3.85938 5.26686 3.85938 6.3089C3.85938 7.35094 4.71805 8.19568 5.77728 8.19568Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.77738 4.82213C4.93287 4.82213 4.25947 5.49392 4.25947 6.3089C4.25947 7.12388 4.93287 7.79568 5.77738 7.79568C6.62189 7.79568 7.29529 7.12388 7.29529 6.3089C7.29529 5.49392 6.62189 4.82213 5.77738 4.82213ZM3.45947 6.3089C3.45947 5.0398 4.50343 4.02213 5.77738 4.02213C7.05133 4.02213 8.09529 5.0398 8.09529 6.3089C8.09529 7.578 7.05133 8.59568 5.77738 8.59568C4.50343 8.59568 3.45947 7.578 3.45947 6.3089Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.34726 7.20476C9.34726 6.81816 9.66067 6.50476 10.0473 6.50476H10.93C11.3166 6.50476 11.63 6.81816 11.63 7.20476V7.52538C11.7784 7.59328 11.9194 7.67388 12.0518 7.7659L12.349 7.59704C12.6818 7.40797 13.1048 7.52128 13.2985 7.8514L13.7358 8.59659C13.9334 8.93323 13.8174 9.3664 13.4782 9.55936L13.1944 9.72075C13.2012 9.79821 13.2047 9.87647 13.2047 9.95528C13.2047 10.0341 13.2012 10.1123 13.1944 10.1898L13.4782 10.3512C13.8174 10.5442 13.9334 10.9773 13.7358 11.314L13.2985 12.0592C13.1048 12.3893 12.6818 12.5026 12.349 12.3135L12.0518 12.1447C11.9195 12.2367 11.7784 12.3175 11.63 12.3854V12.7058C11.63 13.0924 11.3166 13.4058 10.93 13.4058H10.0473C9.66067 13.4058 9.34726 13.0924 9.34726 12.7058V12.3852C9.19888 12.3173 9.05782 12.2367 8.92545 12.1447L8.62821 12.3135C8.2954 12.5026 7.87244 12.3893 7.67872 12.0592L7.24142 11.314C7.04387 10.9773 7.1598 10.5442 7.49909 10.3512L7.78287 10.1898C7.77602 10.1123 7.77257 10.0341 7.77257 9.95528C7.77257 9.876 7.77622 9.79786 7.78316 9.72091L7.49909 9.55936C7.1598 9.3664 7.04387 8.93323 7.24142 8.59659L7.67872 7.8514C7.87244 7.52128 8.2954 7.40797 8.62821 7.59704L8.92542 7.76588C9.05775 7.67384 9.19889 7.59308 9.34726 7.52519V7.20476ZM10.1473 7.30476V7.58049C10.1473 7.88921 9.94978 8.13387 9.7062 8.24096C9.58323 8.29502 9.46689 8.36162 9.35905 8.43901C9.14617 8.59177 8.8413 8.63818 8.5776 8.48837L8.31878 8.34134L7.98269 8.91406L8.22713 9.05307C8.4957 9.20581 8.61076 9.49883 8.58274 9.764C8.57606 9.82717 8.57257 9.8909 8.57257 9.95528C8.57257 10.0199 8.57587 10.0836 8.58232 10.146C8.60961 10.41 8.49603 10.7046 8.22578 10.8582L7.98269 10.9965L8.31878 11.5692L8.5776 11.4222C8.84132 11.2724 9.14615 11.3188 9.35898 11.4715C9.46676 11.5488 9.58311 11.6153 9.7066 11.6696C9.95035 11.7767 10.1473 12.0215 10.1473 12.3297V12.6058H10.83V12.3301C10.83 12.0213 11.0275 11.7767 11.271 11.6696C11.394 11.6155 11.5104 11.5489 11.6182 11.4715C11.8311 11.3188 12.1359 11.2724 12.3996 11.4222L12.6585 11.5692L12.9946 10.9965L12.7515 10.8582C12.4812 10.7046 12.3676 10.41 12.3949 10.146C12.4014 10.0836 12.4047 10.0199 12.4047 9.95528C12.4047 9.89062 12.4014 9.82695 12.3949 9.76456C12.3676 9.50059 12.4812 9.206 12.7515 9.05231L12.9946 8.91406L12.6585 8.34134L12.3996 8.48837C12.1359 8.63819 11.8311 8.59173 11.6183 8.43908C11.5105 8.36179 11.3941 8.29526 11.2706 8.24097C11.0269 8.13383 10.83 7.88909 10.83 7.58088V7.30476H10.1473Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.08658 1.29424C4.08658 0.907638 4.39998 0.594238 4.78658 0.594238H6.76792C7.15452 0.594238 7.46792 0.907638 7.46792 1.29424V2.27167C7.83207 2.4199 8.17182 2.61426 8.47955 2.84762L9.35474 2.35073C9.6875 2.16181 10.1103 2.27509 10.304 2.60508L11.2913 4.2869C11.4891 4.6237 11.3729 5.05715 11.0333 5.25L9.93023 5.87637L9.53521 5.18071L10.5501 4.60442L9.66401 3.09509L8.82163 3.57335C8.56031 3.72171 8.24892 3.68121 8.03067 3.51156C7.75791 3.29954 7.45333 3.12514 7.12497 2.9961C6.86325 2.89325 6.66792 2.63945 6.66792 2.33375V1.39424H4.88658V2.33291C4.88658 2.63861 4.69125 2.89241 4.42952 2.99526C4.10117 3.1243 3.79658 3.2987 3.52382 3.51072C3.30557 3.68037 2.99418 3.72087 2.73286 3.57251L1.89058 3.09431L1.00518 4.60353L1.83107 5.07251C2.09812 5.22415 2.2218 5.52088 2.18114 5.79961C2.15694 5.96551 2.14428 6.13503 2.14428 6.30772C2.14428 6.4804 2.15694 6.64993 2.18114 6.81582C2.2218 7.09456 2.09812 7.39129 1.83107 7.54292L1.00528 8.01184L1.89134 9.52118L2.73371 9.04292C2.99503 8.89456 3.30642 8.93506 3.52468 9.10471C3.79743 9.31673 4.10202 9.49113 4.43038 9.62017C4.6921 9.72302 4.88743 9.97682 4.88743 10.2825V11.2212H6.33721V12.0212H4.78743C4.40083 12.0212 4.08743 11.7078 4.08743 11.3212V10.3446C3.72327 10.1964 3.38353 10.002 3.0758 9.76865L2.2006 10.2655C1.86785 10.4545 1.44505 10.3412 1.25133 10.0112L0.264013 8.32937C0.0662951 7.99257 0.182419 7.55912 0.522029 7.36627L1.38207 6.87791C1.35723 6.69139 1.34428 6.50113 1.34428 6.30772C1.34428 6.1143 1.35723 5.92404 1.38207 5.73752L0.521952 5.24911C0.18241 5.05631 0.0662543 4.62298 0.263834 4.2862L1.25045 2.60446C1.44412 2.27435 1.867 2.16097 2.19983 2.34993L3.07494 2.84678C3.38268 2.61343 3.72242 2.41907 4.08658 2.27083V1.29424Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35915">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,17 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8076_36037)">
<path d="M2.24412 13.1096C2.04241 13.298 1.72616 13.2873 1.53763 13.0857C1.34902 12.884 1.35963 12.5676 1.56133 12.379L1.90281 12.7442C1.56334 12.3811 1.56123 12.3791 1.56133 12.379L1.56236 12.3781L1.56362 12.3769L1.56687 12.3739L1.5762 12.3654C1.58368 12.3587 1.59365 12.3499 1.60601 12.3393C1.6307 12.3182 1.66509 12.2897 1.70826 12.2563C1.79421 12.19 1.91709 12.1028 2.06947 12.0155C2.36843 11.8444 2.81313 11.6547 3.33192 11.6547C4.00299 11.6547 4.42661 11.9579 4.72845 12.1872C5.04844 12.4304 5.16459 12.5159 5.35099 12.5159C5.54958 12.5159 5.69369 12.4177 6.04501 12.1743C6.36914 11.9498 6.81791 11.6547 7.48421 11.6547C8.12764 11.6547 8.59883 11.9324 8.95519 12.1423L8.97576 12.1545C9.35264 12.3764 9.60463 12.5159 9.94235 12.5159C10.294 12.5159 10.4829 12.4094 10.7618 12.2489L10.7635 12.248C11.0685 12.0724 11.4573 11.8487 12.0975 11.8487C12.3736 11.8487 12.5975 12.0725 12.5975 12.3487C12.5975 12.6248 12.3736 12.8487 12.0975 12.8487C11.7315 12.8487 11.535 12.9577 11.2605 13.1157L11.2472 13.1233C10.9483 13.2954 10.5653 13.5159 9.94235 13.5159C9.31561 13.5159 8.85135 13.2421 8.50061 13.0352L8.46836 13.0162C8.09583 12.7968 7.83562 12.6547 7.48421 12.6547C7.14323 12.6547 6.91191 12.7903 6.6145 12.9963C6.5919 13.012 6.56826 13.0287 6.54358 13.0461C6.27314 13.2368 5.87739 13.5159 5.35099 13.5159C4.81173 13.5159 4.43507 13.2244 4.18612 13.0317C4.16425 13.0147 4.14336 12.9986 4.12344 12.9834C3.85859 12.7822 3.65919 12.6547 3.33192 12.6547C3.05203 12.6547 2.78219 12.7598 2.56628 12.8834C2.46122 12.9435 2.37658 13.0037 2.31937 13.0479C2.29096 13.0698 2.26986 13.0874 2.25695 13.0984L2.24412 13.1096Z" fill="#262E30"/>
<path d="M6.8125 1.85522C7.08864 1.85522 7.3125 2.07908 7.3125 2.35522L7.3125 7.0257C7.68692 7.21031 7.94451 7.59584 7.94451 8.04153C7.94451 8.66667 7.43773 9.17345 6.81259 9.17345C6.18744 9.17345 5.68066 8.66667 5.68066 8.04153C5.68066 7.59591 5.93817 7.21043 6.3125 7.02579L6.3125 2.35522C6.3125 2.07908 6.53636 1.85522 6.8125 1.85522Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.84158 1.94196C4.84158 0.860716 5.7181 -0.0158081 6.79934 -0.0158081C7.88059 -0.0158082 8.75711 0.860714 8.75711 1.94196L8.75711 5.50491C9.53902 6.09429 10.0462 7.03149 10.0462 8.0885C10.0462 9.87433 8.59848 11.322 6.81265 11.322C5.02681 11.322 3.5791 9.87433 3.5791 8.0885C3.5791 7.04351 4.07485 6.1156 4.84158 5.52517V1.94196ZM5.84158 6.07652L5.84158 1.94196C5.84158 1.413 6.27038 0.984192 6.79934 0.984192C7.3283 0.984192 7.75711 1.413 7.75711 1.94196L7.75711 6.06387C8.51859 6.4197 9.04619 7.19249 9.04619 8.0885C9.04619 9.32205 8.0462 10.322 6.81265 10.322C5.57909 10.322 4.5791 9.32205 4.5791 8.0885C4.5791 7.20296 5.09444 6.43779 5.84158 6.07652Z" fill="#262E30"/>
<path d="M9.53906 1.85522C9.53906 1.57908 9.76292 1.35522 10.0391 1.35522H10.7999C11.076 1.35522 11.2999 1.57908 11.2999 1.85522C11.2999 2.13137 11.076 2.35522 10.7999 2.35522H10.0391C9.76292 2.35522 9.53906 2.13137 9.53906 1.85522Z" fill="#262E30"/>
<path d="M10.0391 3.28052C9.76292 3.28052 9.53906 3.50438 9.53906 3.78052C9.53906 4.05666 9.76292 4.28052 10.0391 4.28052H10.7999C11.076 4.28052 11.2999 4.05666 11.2999 3.78052C11.2999 3.50438 11.076 3.28052 10.7999 3.28052H10.0391Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.24412 10.8463C2.04241 11.0347 1.72616 11.024 1.53763 10.8224C1.34902 10.6207 1.35963 10.3043 1.56133 10.1157M2.24297 10.8474C2.24292 10.8474 2.24295 10.8474 2.24297 10.8474L2.24412 10.8463L2.24297 10.8474ZM2.24412 10.8463L2.24297 10.8474L2.24412 10.8463Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.24412 10.8463L2.25695 10.8351C2.26986 10.8241 2.29096 10.8065 2.31937 10.7846C2.37658 10.7404 2.46122 10.6802 2.56628 10.6201C2.78219 10.4965 3.05203 10.3914 3.33192 10.3914C3.60806 10.3914 3.83192 10.1676 3.83192 9.89142C3.83192 9.61528 3.60806 9.39142 3.33192 9.39142C2.81313 9.39142 2.36843 9.58109 2.06947 9.75224C1.91709 9.83947 1.79421 9.92667 1.70826 9.99303C1.66509 10.0264 1.6307 10.0548 1.60601 10.076C1.59365 10.0866 1.58368 10.0954 1.5762 10.1021L1.56687 10.1106L1.56362 10.1136L1.56236 10.1147L1.56133 10.1157M1.90283 10.4809L1.56133 10.1157C1.56123 10.1158 1.56334 10.1178 1.90283 10.4809Z" fill="#262E30"/>
<path d="M9.94235 11.2526C10.5653 11.2526 10.9483 11.0321 11.2472 10.86L11.2605 10.8524C11.535 10.6944 11.7315 10.5854 12.0975 10.5854C12.3736 10.5854 12.5975 10.3615 12.5975 10.0854C12.5975 9.80924 12.3736 9.58538 12.0975 9.58538C11.4573 9.58538 11.0685 9.80911 10.7635 9.98465L10.7618 9.98563C10.4829 10.1461 10.294 10.2526 9.94235 10.2526C9.6662 10.2526 9.44235 10.4765 9.44235 10.7526C9.44235 11.0288 9.6662 11.2526 9.94235 11.2526Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8076_36037">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,14 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8076_36065)">
<path d="M8.12829 6.30695C8.51218 5.88759 8.75544 5.33583 8.77951 4.72326C8.81752 3.74643 8.2873 2.8792 7.48404 2.43956C7.41563 2.40219 7.34468 2.36798 7.27246 2.33631C7.12803 2.27993 6.97283 2.24635 6.80939 2.24002C6.02071 2.20898 5.35619 2.82345 5.32578 3.61213C5.30804 4.07394 5.51139 4.49267 5.8408 4.76697C5.86677 4.78534 5.89148 4.80497 5.91618 4.82525C6.16831 5.03493 6.34632 5.3295 6.40776 5.66271C6.56677 5.61266 6.73654 5.58859 6.91265 5.59556C7.42957 5.61709 7.87553 5.89773 8.12829 6.30695Z" fill="#ACACAC" stroke="#262E30" stroke-width="0.8" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M5.35959 7.03209C5.36656 6.85725 5.4033 6.69128 5.46412 6.53735C4.93453 6.44042 4.3701 6.51327 3.85634 6.78314C2.99101 7.23861 2.50513 8.13118 2.52604 9.04656C2.52794 9.12448 2.53364 9.20303 2.54251 9.28158C2.56595 9.43425 2.61473 9.58628 2.69074 9.73072C3.05816 10.4288 3.92286 10.6974 4.62095 10.3294C5.02955 10.114 5.29118 9.72881 5.36339 9.30565C5.36656 9.27398 5.37099 9.2423 5.3767 9.21126C5.43941 8.84765 5.64149 8.51127 5.9576 8.28765C5.57814 8.00322 5.33995 7.54268 5.35959 7.03209Z" fill="#ACACAC" stroke="#262E30" stroke-width="0.8" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M10.8071 7.51018C10.4162 7.26376 9.9519 7.23019 9.54901 7.37905C9.51987 7.39172 9.49073 7.40376 9.46096 7.41516C9.09987 7.54819 8.68938 7.53489 8.32703 7.35308C8.2149 7.99036 7.70242 8.48194 7.06641 8.57253C7.23555 9.12176 7.59346 9.61587 8.11798 9.94655C8.94531 10.4679 9.96141 10.4426 10.7438 9.96682C10.8103 9.92627 10.8755 9.88193 10.9389 9.83505C11.0599 9.73813 11.1669 9.6203 11.2537 9.48221C11.675 8.81388 11.4748 7.93145 10.8071 7.51018Z" fill="#ACACAC" stroke="#262E30" stroke-width="0.8" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M6.8434 7.67629C7.13903 7.67629 7.37869 7.43664 7.37869 7.141C7.37869 6.84537 7.13903 6.60571 6.8434 6.60571C6.54776 6.60571 6.30811 6.84537 6.30811 7.141C6.30811 7.43664 6.54776 7.67629 6.8434 7.67629Z" stroke="#262E30" stroke-width="0.8" stroke-miterlimit="10" stroke-linecap="round"/>
<circle cx="7.00014" cy="7.00002" r="6.06303" stroke="#262E30" stroke-width="0.8"/>
</g>
<defs>
<clipPath id="clip0_8076_36065">
<rect width="14" height="14" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,13 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35946)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.03992 1.91067C5.03992 1.08225 5.71149 0.410675 6.53992 0.410675H7.45998C8.28841 0.410675 8.95998 1.08225 8.95998 1.91068V3.3317C8.95998 3.60784 9.18383 3.8317 9.45998 3.8317H11.7151C12.5435 3.8317 13.2151 4.50327 13.2151 5.3317V6.41862C13.2151 7.24704 12.5435 7.91862 11.7151 7.91862H2.28516C1.45673 7.91862 0.785156 7.24705 0.785156 6.41862V5.3317C0.785156 4.50328 1.45673 3.8317 2.28516 3.8317H4.53992C4.81606 3.8317 5.03992 3.60784 5.03992 3.3317V1.91067ZM6.53992 1.41068C6.26378 1.41068 6.03992 1.63453 6.03992 1.91067V3.3317C6.03992 4.16013 5.36835 4.8317 4.53992 4.8317H2.28516C2.00901 4.8317 1.78516 5.05556 1.78516 5.3317V6.41862C1.78516 6.69476 2.00901 6.91862 2.28516 6.91862H11.7151C11.9912 6.91862 12.2151 6.69476 12.2151 6.41862V5.3317C12.2151 5.05556 11.9912 4.8317 11.7151 4.8317H9.45998C8.63155 4.8317 7.95998 4.16013 7.95998 3.3317V1.91068C7.95998 1.63453 7.73612 1.41068 7.45998 1.41068H6.53992Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.26076 7.91931C3.02576 7.91931 2.82247 8.08296 2.77229 8.31255L1.97013 11.9826C1.90198 12.2944 2.13944 12.5893 2.4586 12.5893H11.5674C11.8822 12.5893 12.1187 12.3018 12.058 11.9928L11.336 8.3228C11.2899 8.08836 11.0844 7.91931 10.8454 7.91931H3.26076ZM1.79536 8.09902C1.9459 7.41027 2.55575 6.91931 3.26076 6.91931H10.8454C11.5622 6.91931 12.1789 7.42646 12.3172 8.12979L13.0392 11.7998C13.2215 12.7267 12.512 13.5893 11.5674 13.5893H2.4586C1.50112 13.5893 0.788744 12.7044 0.993195 11.769L1.79536 8.09902Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.79834 13.0863C4.5222 13.0863 4.29834 12.8624 4.29834 12.5863L4.29834 10.2243C4.29834 9.94811 4.5222 9.72425 4.79834 9.72425C5.07448 9.72425 5.29834 9.94811 5.29834 10.2243L5.29834 12.5863C5.29834 12.8624 5.07448 13.0863 4.79834 13.0863Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.69385 13.0863C8.41771 13.0863 8.19385 12.8624 8.19385 12.5863L8.19385 10.2243C8.19385 9.94811 8.41771 9.72425 8.69385 9.72425C8.96999 9.72425 9.19385 9.94811 9.19385 10.2243L9.19385 12.5863C9.19385 12.8624 8.96999 13.0863 8.69385 13.0863Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35946">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,12 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35942)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.04464 1.3C5.04464 0.858172 5.40281 0.5 5.84464 0.5H8.15561C8.59743 0.5 8.95561 0.858172 8.95561 1.3V2.40866C9.3487 2.57209 9.71602 2.78263 10.0508 3.0337L11.0407 2.47031C11.4213 2.25369 11.9053 2.38337 12.1267 2.76125L13.2781 4.72699C13.5033 5.11147 13.371 5.60585 12.9838 5.82643L12.0085 6.38213C12.0342 6.58488 12.0471 6.79128 12.0471 7C12.0471 7.20872 12.0342 7.41512 12.0085 7.61787L12.9838 8.17357C13.371 8.39415 13.5033 8.88853 13.2781 9.27301L12.1267 11.2388C11.9053 11.6166 11.4213 11.7463 11.0407 11.5297L10.0508 10.9663C9.71614 11.2174 9.34841 11.4285 8.95561 11.5917V12.7C8.95561 13.1418 8.59743 13.5 8.15561 13.5H5.84464C5.40281 13.5 5.04464 13.1418 5.04464 12.7V11.5913C4.65155 11.4279 4.28423 11.2174 3.94949 10.9663L2.95959 11.5297C2.57898 11.7463 2.09493 11.6166 1.87359 11.2388L0.722147 9.27301C0.49694 8.88853 0.629259 8.39415 1.01641 8.17357L1.99174 7.61787C1.96608 7.41512 1.9531 7.20872 1.9531 7C1.9531 6.79 1.9669 6.58414 1.99251 6.38257L1.01641 5.82643C0.629258 5.60585 0.49694 5.11147 0.722148 4.72699L1.87359 2.76125C2.09493 2.38336 2.57898 2.25369 2.95959 2.47031L3.94946 3.03369C4.28411 2.78259 4.65184 2.57146 5.04464 2.40832V1.3ZM6.04464 1.5V2.53858C6.04464 2.88805 5.8214 3.17854 5.5212 3.29455C5.14018 3.4418 4.78643 3.6452 4.47133 3.89381C4.22224 4.09033 3.86513 4.1363 3.56616 3.96615L2.63662 3.43711L1.68732 5.05777L2.60123 5.57847C2.90471 5.75138 3.04711 6.08934 2.99853 6.40838C2.96898 6.60246 2.9531 6.79958 2.9531 7C2.9531 7.2013 2.96817 7.39853 2.99745 7.58985C3.04617 7.90814 2.90548 8.24818 2.59988 8.4223L1.68732 8.94224L2.63662 10.5629L3.56616 10.0339C3.86514 9.86369 4.22223 9.90969 4.4713 10.1062C4.78613 10.3545 5.13936 10.5573 5.52196 10.7055C5.82206 10.8217 6.04464 11.1121 6.04464 11.461V12.5H7.95561V11.4614C7.95561 11.112 8.17885 10.8215 8.47905 10.7054C8.86007 10.5582 9.21382 10.3548 9.52892 10.1062C9.778 9.90967 10.1351 9.8637 10.4341 10.0339L11.3636 10.5629L12.3129 8.94223L11.4004 8.4223C11.0948 8.24819 10.9541 7.90814 11.0028 7.58985C11.0321 7.39853 11.0471 7.2013 11.0471 7C11.0471 6.7987 11.0321 6.60147 11.0028 6.41015C10.9541 6.09186 11.0948 5.75182 11.4004 5.5777L12.3129 5.05777L11.3636 3.43711L10.4341 3.96615C10.1351 4.13631 9.77802 4.09031 9.52895 3.89385C9.21412 3.6455 8.86089 3.44269 8.47829 3.29454C8.17819 3.17834 7.95561 2.88785 7.95561 2.53897V1.5H6.04464Z" fill="#262E30"/>
<path d="M7.394 7.646C7.26145 7.646 7.154 7.53855 7.154 7.406C7.154 7.27345 7.26145 7.166 7.394 7.166H8.318C8.48369 7.166 8.618 7.30031 8.618 7.466V8.78357C8.618 8.84379 8.6008 8.90338 8.56266 8.94999C8.43558 9.10531 8.25602 9.23665 8.024 9.344C7.756 9.468 7.454 9.53 7.118 9.53C6.714 9.53 6.35 9.436 6.026 9.248C5.706 9.056 5.454 8.788 5.27 8.444C5.09 8.096 5 7.7 5 7.256C5 6.816 5.09 6.426 5.27 6.086C5.454 5.742 5.704 5.476 6.02 5.288C6.34 5.096 6.694 5 7.082 5C7.426 5 7.732 5.074 8 5.222C8.19812 5.3298 8.35698 5.46838 8.47659 5.63772C8.55306 5.74601 8.50623 5.8912 8.39172 5.958C8.26629 6.03116 8.10698 5.98236 8.00808 5.87604C7.93053 5.79267 7.83783 5.72066 7.73 5.66C7.538 5.548 7.314 5.492 7.058 5.492C6.766 5.492 6.506 5.566 6.278 5.714C6.054 5.862 5.878 6.07 5.75 6.338C5.626 6.602 5.564 6.908 5.564 7.256C5.564 7.608 5.63 7.92 5.762 8.192C5.894 8.46 6.08 8.668 6.32 8.816C6.56 8.964 6.838 9.038 7.154 9.038C7.50915 9.038 7.79005 8.95314 7.99668 8.78341C8.05596 8.73472 8.084 8.65925 8.084 8.58254V7.946C8.084 7.78031 7.94969 7.646 7.784 7.646H7.394Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.55194 6.13229C6.69244 6.04154 6.85595 5.992 7.058 5.992C7.2391 5.992 7.3735 6.03089 7.47806 6.09189L7.47803 6.09194L7.48487 6.09579C7.55159 6.13332 7.60251 6.17415 7.64199 6.21659C7.84522 6.43507 8.2539 6.61724 8.64366 6.38989C8.95733 6.20691 9.16481 5.74548 8.885 5.34928C8.71772 5.11242 8.49913 4.92461 8.24035 4.78355C7.88991 4.59035 7.49937 4.5 7.082 4.5C6.60746 4.5 6.16422 4.61857 5.76355 4.85877C5.36486 5.09617 5.05317 5.43127 4.82911 5.85017L4.8291 5.85017L4.82811 5.85206C4.60478 6.2739 4.5 6.74627 4.5 7.256C4.5 7.76919 4.60453 8.24574 4.82589 8.67371L4.82585 8.67373L4.82911 8.67983C5.05373 9.09977 5.36762 9.43607 5.76875 9.67675L5.76872 9.67679L5.77506 9.68047C6.18125 9.91616 6.63301 10.03 7.118 10.03C7.51651 10.03 7.89164 9.95617 8.23396 9.79778C8.51639 9.66711 8.76341 9.49421 8.94963 9.26662C9.07469 9.11378 9.118 8.93532 9.118 8.78357V7.466C9.118 7.02417 8.75983 6.666 8.318 6.666H7.394C6.98531 6.666 6.654 6.99731 6.654 7.406C6.654 7.81469 6.98531 8.146 7.394 8.146H7.584V8.45772C7.4889 8.50438 7.3525 8.538 7.154 8.538C6.91919 8.538 6.7343 8.48406 6.58244 8.39041C6.42769 8.29498 6.30416 8.16059 6.2112 7.9724C6.11762 7.77901 6.064 7.54411 6.064 7.256C6.064 6.96822 6.11499 6.73765 6.20188 6.55202C6.29456 6.35855 6.41264 6.22477 6.55194 6.13229Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35942">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -0,0 +1,29 @@
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35841)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.53595 2.54026C4.08164 2.54026 3.71357 2.9084 3.71357 3.36225C3.71357 3.8161 4.08164 4.18423 4.53595 4.18423C4.99025 4.18423 5.35832 3.8161 5.35832 3.36225C5.35832 2.9084 4.99025 2.54026 4.53595 2.54026ZM2.91357 3.36225C2.91357 2.46633 3.64006 1.74026 4.53595 1.74026C5.43184 1.74026 6.15832 2.46633 6.15832 3.36225C6.15832 4.25817 5.43184 4.98423 4.53595 4.98423C3.64006 4.98423 2.91357 4.25817 2.91357 3.36225Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.98028 2.54026C6.52598 2.54026 6.15791 2.9084 6.15791 3.36225C6.15791 3.8161 6.52598 4.18423 6.98028 4.18423C7.43458 4.18423 7.80265 3.8161 7.80265 3.36225C7.80265 2.9084 7.43458 2.54026 6.98028 2.54026ZM5.35791 3.36225C5.35791 2.46633 6.08439 1.74026 6.98028 1.74026C7.87617 1.74026 8.60265 2.46633 8.60265 3.36225C8.60265 4.25817 7.87617 4.98423 6.98028 4.98423C6.08439 4.98423 5.35791 4.25817 5.35791 3.36225Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.42511 2.54026C8.9708 2.54026 8.60273 2.9084 8.60273 3.36225C8.60273 3.8161 8.9708 4.18423 9.42511 4.18423C9.87941 4.18423 10.2475 3.8161 10.2475 3.36225C10.2475 2.9084 9.87941 2.54026 9.42511 2.54026ZM7.80273 3.36225C7.80273 2.46633 8.52922 1.74026 9.42511 1.74026C10.321 1.74026 11.0475 2.46633 11.0475 3.36225C11.0475 4.25817 10.321 4.98423 9.42511 4.98423C8.52922 4.98423 7.80273 4.25817 7.80273 3.36225Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.53644 6.79026C4.08213 6.79026 3.71406 7.1584 3.71406 7.61225C3.71406 8.0661 4.08213 8.43423 4.53644 8.43423C4.99074 8.43423 5.35881 8.0661 5.35881 7.61225C5.35881 7.1584 4.99074 6.79026 4.53644 6.79026ZM2.91406 7.61225C2.91406 6.71633 3.64054 5.99026 4.53644 5.99026C5.43233 5.99026 6.15881 6.71633 6.15881 7.61225C6.15881 8.50817 5.43233 9.23423 4.53644 9.23423C3.64054 9.23423 2.91406 8.50817 2.91406 7.61225Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.98028 6.79026C6.52598 6.79026 6.15791 7.1584 6.15791 7.61225C6.15791 8.0661 6.52598 8.43423 6.98028 8.43423C7.43458 8.43423 7.80265 8.0661 7.80265 7.61225C7.80265 7.1584 7.43458 6.79026 6.98028 6.79026ZM5.35791 7.61225C5.35791 6.71633 6.08439 5.99026 6.98028 5.99026C7.87617 5.99026 8.60265 6.71633 8.60265 7.61225C8.60265 8.50817 7.87617 9.23423 6.98028 9.23423C6.08439 9.23423 5.35791 8.50817 5.35791 7.61225Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.09161 6.79026C1.63731 6.79026 1.26924 7.1584 1.26924 7.61225C1.26924 8.0661 1.63731 8.43423 2.09161 8.43423C2.54591 8.43423 2.91398 8.0661 2.91398 7.61225C2.91398 7.1584 2.54591 6.79026 2.09161 6.79026ZM0.469238 7.61225C0.469238 6.71633 1.19572 5.99026 2.09161 5.99026C2.9875 5.99026 3.71398 6.71633 3.71398 7.61225C3.71398 8.50817 2.9875 9.23423 2.09161 9.23423C1.19572 9.23423 0.469238 8.50817 0.469238 7.61225Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.42511 6.79026C8.9708 6.79026 8.60273 7.1584 8.60273 7.61225C8.60273 8.0661 8.9708 8.43423 9.42511 8.43423C9.87941 8.43423 10.2475 8.0661 10.2475 7.61225C10.2475 7.1584 9.87941 6.79026 9.42511 6.79026ZM7.80273 7.61225C7.80273 6.71633 8.52922 5.99026 9.42511 5.99026C10.321 5.99026 11.0475 6.71633 11.0475 7.61225C11.0475 8.50817 10.321 9.23423 9.42511 9.23423C8.52922 9.23423 7.80273 8.50817 7.80273 7.61225Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8694 6.79026C11.4151 6.79026 11.0471 7.1584 11.0471 7.61225C11.0471 8.0661 11.4151 8.43423 11.8694 8.43423C12.3237 8.43423 12.6918 8.0661 12.6918 7.61225C12.6918 7.1584 12.3237 6.79026 11.8694 6.79026ZM10.2471 7.61225C10.2471 6.71633 10.9736 5.99026 11.8694 5.99026C12.7653 5.99026 13.4918 6.71633 13.4918 7.61225C13.4918 8.50817 12.7653 9.23423 11.8694 9.23423C10.9736 9.23423 10.2471 8.50817 10.2471 7.61225Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.75763 4.66722C5.30332 4.66722 4.93525 5.03535 4.93525 5.4892C4.93525 5.94305 5.30332 6.31118 5.75763 6.31118C6.21193 6.31118 6.58 5.94305 6.58 5.4892C6.58 5.03535 6.21193 4.66722 5.75763 4.66722ZM4.13525 5.4892C4.13525 4.59328 4.86173 3.86722 5.75763 3.86722C6.65352 3.86722 7.38 4.59328 7.38 5.4892C7.38 6.38512 6.65352 7.11118 5.75763 7.11118C4.86173 7.11118 4.13525 6.38512 4.13525 5.4892Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.31427 4.66722C2.85996 4.66722 2.49189 5.03535 2.49189 5.4892C2.49189 5.94305 2.85996 6.31118 3.31427 6.31118C3.76857 6.31118 4.13664 5.94305 4.13664 5.4892C4.13664 5.03535 3.76857 4.66722 3.31427 4.66722ZM1.69189 5.4892C1.69189 4.59329 2.41837 3.86722 3.31427 3.86722C4.21016 3.86722 4.93664 4.59328 4.93664 5.4892C4.93664 6.38512 4.21016 7.11118 3.31427 7.11118C2.41837 7.11118 1.69189 6.38512 1.69189 5.4892Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.20245 4.66722C7.74815 4.66722 7.38008 5.03535 7.38008 5.4892C7.38008 5.94305 7.74815 6.31118 8.20245 6.31118C8.65675 6.31118 9.02482 5.94305 9.02482 5.4892C9.02482 5.03535 8.65675 4.66722 8.20245 4.66722ZM6.58008 5.4892C6.58008 4.59329 7.30656 3.86722 8.20245 3.86722C9.09834 3.86722 9.82482 4.59329 9.82482 5.4892C9.82482 6.38512 9.09834 7.11118 8.20245 7.11118C7.30656 7.11118 6.58008 6.38512 6.58008 5.4892Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6473 4.66722C10.193 4.66722 9.8249 5.03535 9.8249 5.4892C9.8249 5.94305 10.193 6.31118 10.6473 6.31118C11.1016 6.31118 11.4696 5.94305 11.4696 5.4892C11.4696 5.03535 11.1016 4.66722 10.6473 4.66722ZM9.0249 5.4892C9.0249 4.59328 9.75138 3.86722 10.6473 3.86722C11.5432 3.86722 12.2696 4.59328 12.2696 5.4892C12.2696 6.38512 11.5432 7.11118 10.6473 7.11118C9.75138 7.11118 9.0249 6.38512 9.0249 5.4892Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.53644 11.093C4.08213 11.093 3.71406 11.4611 3.71406 11.915C3.71406 12.3688 4.08213 12.737 4.53644 12.737C4.99074 12.737 5.35881 12.3688 5.35881 11.915C5.35881 11.4611 4.99074 11.093 4.53644 11.093ZM2.91406 11.915C2.91406 11.0191 3.64054 10.293 4.53644 10.293C5.43233 10.293 6.15881 11.0191 6.15881 11.915C6.15881 12.8109 5.43233 13.537 4.53644 13.537C3.64054 13.537 2.91406 12.8109 2.91406 11.915Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.98028 11.093C6.52598 11.093 6.15791 11.4611 6.15791 11.915C6.15791 12.3688 6.52598 12.737 6.98028 12.737C7.43458 12.737 7.80265 12.3688 7.80265 11.915C7.80265 11.4611 7.43458 11.093 6.98028 11.093ZM5.35791 11.915C5.35791 11.0191 6.08439 10.293 6.98028 10.293C7.87617 10.293 8.60265 11.0191 8.60265 11.915C8.60265 12.8109 7.87617 13.537 6.98028 13.537C6.08439 13.537 5.35791 12.8109 5.35791 11.915Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.42511 11.093C8.9708 11.093 8.60273 11.4611 8.60273 11.915C8.60273 12.3688 8.9708 12.737 9.42511 12.737C9.87941 12.737 10.2475 12.3688 10.2475 11.915C10.2475 11.4611 9.87941 11.093 9.42511 11.093ZM7.80273 11.915C7.80273 11.0191 8.52922 10.293 9.42511 10.293C10.321 10.293 11.0475 11.0191 11.0475 11.915C11.0475 12.8109 10.321 13.537 9.42511 13.537C8.52922 13.537 7.80273 12.8109 7.80273 11.915Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.75763 8.96611C5.30332 8.96611 4.93525 9.33424 4.93525 9.78809C4.93525 10.2419 5.30332 10.6101 5.75763 10.6101C6.21193 10.6101 6.58 10.2419 6.58 9.78809C6.58 9.33424 6.21193 8.96611 5.75763 8.96611ZM4.13525 9.78809C4.13525 8.89217 4.86173 8.16611 5.75763 8.16611C6.65352 8.16611 7.38 8.89217 7.38 9.78809C7.38 10.684 6.65352 11.4101 5.75763 11.4101C4.86173 11.4101 4.13525 10.684 4.13525 9.78809Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.31427 8.96611C2.85996 8.96611 2.49189 9.33424 2.49189 9.78809C2.49189 10.2419 2.85996 10.6101 3.31427 10.6101C3.76857 10.6101 4.13664 10.2419 4.13664 9.78809C4.13664 9.33424 3.76857 8.96611 3.31427 8.96611ZM1.69189 9.78809C1.69189 8.89217 2.41837 8.16611 3.31427 8.16611C4.21016 8.16611 4.93664 8.89217 4.93664 9.78809C4.93664 10.684 4.21016 11.4101 3.31427 11.4101C2.41837 11.4101 1.69189 10.684 1.69189 9.78809Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.20294 8.96611C7.74864 8.96611 7.38057 9.33424 7.38057 9.78809C7.38057 10.2419 7.74864 10.6101 8.20294 10.6101C8.65724 10.6101 9.02531 10.2419 9.02531 9.78809C9.02531 9.33424 8.65724 8.96611 8.20294 8.96611ZM6.58057 9.78809C6.58057 8.89217 7.30705 8.16611 8.20294 8.16611C9.09883 8.16611 9.82531 8.89217 9.82531 9.78809C9.82531 10.684 9.09883 11.4101 8.20294 11.4101C7.30705 11.4101 6.58057 10.684 6.58057 9.78809Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6473 8.96611C10.193 8.96611 9.8249 9.33424 9.8249 9.78809C9.8249 10.2419 10.193 10.6101 10.6473 10.6101C11.1016 10.6101 11.4696 10.2419 11.4696 9.78809C11.4696 9.33424 11.1016 8.96611 10.6473 8.96611ZM9.0249 9.78809C9.0249 8.89217 9.75138 8.16611 10.6473 8.16611C11.5432 8.16611 12.2696 8.89217 12.2696 9.78809C12.2696 10.684 11.5432 11.4101 10.6473 11.4101C9.75138 11.4101 9.0249 10.684 9.0249 9.78809Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.47851 1.9402C3.54997 1.81648 3.682 1.74026 3.82488 1.74026H10.1756C10.3185 1.74026 10.4505 1.81648 10.522 1.9402L13.6974 7.43782C13.7689 7.56161 13.7689 7.71415 13.6974 7.83794L10.522 13.3356C10.4505 13.4593 10.3185 13.5355 10.1756 13.5355H3.82488C3.682 13.5355 3.54997 13.4593 3.47851 13.3356L0.303138 7.83794C0.231636 7.71415 0.231636 7.56161 0.303138 7.43782L3.47851 1.9402ZM4.05577 2.54026L1.11144 7.63788L4.05577 12.7355H9.94472L12.8891 7.63788L9.94472 2.54026H4.05577Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35841">
<rect width="14" height="14" fill="white" transform="translate(0 14.1403) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -0,0 +1,10 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.64844 2.02966C1.64844 1.75352 1.8723 1.52966 2.14844 1.52966H5.9899C6.26604 1.52966 6.4899 1.75352 6.4899 2.02966V6.02414C6.4899 6.30028 6.26604 6.52414 5.9899 6.52414H2.14844C1.8723 6.52414 1.64844 6.30028 1.64844 6.02414V2.02966Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.44844 2.32966V5.72414H5.6899V2.32966H2.44844ZM2.14844 1.52966C1.8723 1.52966 1.64844 1.75352 1.64844 2.02966V6.02414C1.64844 6.30028 1.8723 6.52414 2.14844 6.52414H5.9899C6.26604 6.52414 6.4899 6.30028 6.4899 6.02414V2.02966C6.4899 1.75352 6.26604 1.52966 5.9899 1.52966H2.14844Z" fill="#262E30"/>
<path d="M7.50977 2.02966C7.50977 1.75352 7.73362 1.52966 8.00977 1.52966H11.8512C12.1274 1.52966 12.3512 1.75352 12.3512 2.02966V6.02414C12.3512 6.30028 12.1274 6.52414 11.8512 6.52414H8.00977C7.73362 6.52414 7.50977 6.30028 7.50977 6.02414V2.02966Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.30977 2.32966V5.72414H11.5512V2.32966H8.30977ZM8.00977 1.52966C7.73362 1.52966 7.50977 1.75352 7.50977 2.02966V6.02414C7.50977 6.30028 7.73362 6.52414 8.00977 6.52414H11.8512C12.1274 6.52414 12.3512 6.30028 12.3512 6.02414V2.02966C12.3512 1.75352 12.1274 1.52966 11.8512 1.52966H8.00977Z" fill="#262E30"/>
<path d="M1.64844 7.97583C1.64844 7.69969 1.8723 7.47583 2.14844 7.47583H5.9899C6.26604 7.47583 6.4899 7.69969 6.4899 7.97583V11.9703C6.4899 12.2465 6.26604 12.4703 5.9899 12.4703H2.14844C1.8723 12.4703 1.64844 12.2465 1.64844 11.9703V7.97583Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.44844 8.27583V11.6703H5.6899V8.27583H2.44844ZM2.14844 7.47583C1.8723 7.47583 1.64844 7.69969 1.64844 7.97583V11.9703C1.64844 12.2465 1.8723 12.4703 2.14844 12.4703H5.9899C6.26604 12.4703 6.4899 12.2465 6.4899 11.9703V7.97583C6.4899 7.69969 6.26604 7.47583 5.9899 7.47583H2.14844Z" fill="#262E30"/>
<path d="M7.50977 7.97583C7.50977 7.69969 7.73362 7.47583 8.00977 7.47583H11.8512C12.1274 7.47583 12.3512 7.69969 12.3512 7.97583V11.9703C12.3512 12.2465 12.1274 12.4703 11.8512 12.4703H8.00977C7.73362 12.4703 7.50977 12.2465 7.50977 11.9703V7.97583Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.30977 8.27583V11.6703H11.5512V8.27583H8.30977ZM8.00977 7.47583C7.73362 7.47583 7.50977 7.69969 7.50977 7.97583V11.9703C7.50977 12.2465 7.73362 12.4703 8.00977 12.4703H11.8512C12.1274 12.4703 12.3512 12.2465 12.3512 11.9703V7.97583C12.3512 7.69969 12.1274 7.47583 11.8512 7.47583H8.00977Z" fill="#262E30"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,14 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35830)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9735 2.69442C10.9735 2.63559 10.9285 2.60135 10.887 2.6027C9.29047 2.65474 6.93875 2.95734 5.33511 3.70181C3.80994 4.40984 2.46521 6.04099 1.3782 7.82933C1.36749 7.84696 1.36505 7.86086 1.36512 7.87179C1.3652 7.88406 1.36865 7.89819 1.37674 7.91218C1.3926 7.93962 1.42028 7.95838 1.45978 7.95838H10.8735C10.9287 7.95838 10.9735 7.91361 10.9735 7.85838V2.69442ZM10.861 1.80313C11.3715 1.78649 11.7735 2.20096 11.7735 2.69442V7.85838C11.7735 8.35544 11.3706 8.75838 10.8735 8.75838H1.45978C0.778794 8.75838 0.327478 8.01776 0.694581 7.41381C1.7989 5.597 3.24706 3.78915 4.99825 2.97619C6.74858 2.16362 9.229 1.85632 10.861 1.80313Z" fill="#262E30"/>
<path d="M6.95404 4.43367C6.36577 4.70676 5.84916 5.26416 5.41867 5.89149C5.20254 6.20644 5.44161 6.61699 5.82359 6.61699H9.15387C9.43002 6.61699 9.65387 6.39313 9.65387 6.11699V4.4358C9.65387 4.15966 9.42996 3.93521 9.15444 3.95367C8.47343 3.99928 7.59112 4.13791 6.95404 4.43367Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.22794 4.37041C9.21439 4.35718 9.19927 4.35157 9.18113 4.35278C8.51663 4.39729 7.69267 4.53177 7.12243 4.79649C6.63142 5.02443 6.16476 5.51117 5.74845 6.11783C5.73813 6.13287 5.73701 6.14237 5.73689 6.14745C5.73673 6.15416 5.73841 6.16386 5.74478 6.1751C5.75745 6.19745 5.78298 6.217 5.82355 6.217H9.15384C9.20907 6.217 9.25384 6.17223 9.25384 6.117V4.43581C9.25384 4.40714 9.24252 4.38465 9.22794 4.37041ZM9.12767 3.55457C9.65085 3.51953 10.0538 3.94535 10.0538 4.43581V6.117C10.0538 6.61406 9.6509 7.017 9.15384 7.017H5.82355C5.15544 7.017 4.67063 6.27458 5.08882 5.66517C5.5335 5.01718 6.10004 4.38911 6.78558 4.07087C7.48951 3.74408 8.43016 3.60129 9.12767 3.55457Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.606934 10.0575C0.606934 9.83656 0.78602 9.65747 1.00693 9.65747L11.5927 9.65747C11.8136 9.65747 11.9927 9.83656 11.9927 10.0575C11.9927 10.2784 11.8136 10.4575 11.5927 10.4575L1.00693 10.4575C0.78602 10.4575 0.606934 10.2784 0.606934 10.0575Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0783 3.16325C12.9749 3.15526 12.7921 3.16455 12.5108 3.24055C12.35 3.28399 12.1829 3.43706 12.0332 3.69866C11.8891 3.95055 11.8006 4.23604 11.7657 4.41333C11.7231 4.63009 11.5128 4.77125 11.296 4.72861C11.0793 4.68597 10.9381 4.47568 10.9807 4.25892C11.0291 4.01287 11.1439 3.64215 11.3389 3.30136C11.5283 2.97027 11.8361 2.59415 12.3021 2.46825C12.6475 2.37492 12.9239 2.34893 13.14 2.36563C13.248 2.37398 13.346 2.39341 13.4317 2.42381C13.5108 2.45184 13.6054 2.49835 13.6814 2.57774C13.8342 2.73729 13.8288 2.99049 13.6692 3.14329C13.5256 3.28083 13.3061 3.29013 13.1522 3.17425C13.1385 3.17075 13.1145 3.16605 13.0783 3.16325ZM13.1678 3.17919C13.1678 3.17921 13.1668 3.17886 13.165 3.17803C13.167 3.17875 13.1679 3.17916 13.1678 3.17919Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35830">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1,15 @@
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35803)">
<path d="M12.2166 6.00745H12.1746H2.27486H2.23374L1.06036 7.75164C0.904614 7.98344 1.07086 8.29484 1.34999 8.29484H2.27574H12.1746H13.0846C13.3725 8.29484 13.5431 7.97382 13.3821 7.73502L12.2166 6.00745Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.02058 5.60745H12.4291L13.7135 7.51132C14.0534 8.0155 13.6931 8.69485 13.0844 8.69485H1.34983C0.751081 8.69485 0.393614 8.02651 0.728191 7.52856L2.02058 5.60745ZM2.44657 6.40745L1.44596 7.89485H13.0072L12.0038 6.40745H2.44657Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.69447 2.31844C2.93749 1.95722 3.34349 1.74026 3.7797 1.74026H10.6677C11.1025 1.74026 11.5081 1.95583 11.752 2.31542L11.7527 2.31631L13.7135 5.22301C14.0534 5.7272 13.6931 6.40653 13.0844 6.40653H1.34983C0.751081 6.40653 0.393614 5.73819 0.728191 5.24024L2.69447 2.31844C2.69446 2.31846 2.69449 2.31841 2.69447 2.31844ZM3.7797 2.54026C3.61043 2.54026 3.45296 2.62418 3.35822 2.76502L1.44598 5.60653H13.0072L11.0901 2.7646C11.09 2.76448 11.0901 2.76473 11.0901 2.7646C10.9945 2.62408 10.8365 2.54026 10.6677 2.54026H3.7797Z" fill="#262E30"/>
<path d="M1.34915 12.9956H13.0837C13.3716 12.9956 13.5422 12.6746 13.3812 12.4358L12.1737 10.6461H2.2749L1.0604 12.4524C0.903779 12.6842 1.07003 12.9956 1.34915 12.9956Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.06173 10.2461H12.3863L13.7127 12.2121C14.0526 12.7163 13.6923 13.3956 13.0836 13.3956H1.34904C0.750568 13.3956 0.392344 12.7272 0.72857 12.2289C0.728667 12.2288 0.728473 12.2291 0.72857 12.2289L2.06173 10.2461ZM2.48785 11.0461L1.44602 12.5956H13.0064L11.961 11.0461H2.48785Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.06164 7.89456H12.3871L13.7135 9.86052C14.0534 10.3647 13.6931 11.0441 13.0844 11.0441H1.34983C0.75108 11.0441 0.393614 10.3757 0.72819 9.87778L2.06164 7.89456ZM2.48776 8.69456L1.44593 10.2441H13.0072L11.9618 8.69456H2.48776Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35803">
<rect width="14" height="14" fill="white" transform="translate(0 14.1403) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -0,0 +1,14 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35809)">
<path d="M0.944336 2.84866C0.944336 2.57252 1.16819 2.34866 1.44434 2.34866H12.5559C12.8321 2.34866 13.0559 2.57252 13.0559 2.84866V5.79724C13.0559 6.07339 12.8321 6.29724 12.5559 6.29724H1.44434C1.16819 6.29724 0.944336 6.07339 0.944336 5.79724V2.84866Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.74434 3.14866V5.49724H12.2559V3.14866H1.74434ZM1.44434 2.34866C1.16819 2.34866 0.944336 2.57252 0.944336 2.84866V5.79724C0.944336 6.07339 1.16819 6.29724 1.44434 6.29724H12.5559C12.8321 6.29724 13.0559 6.07339 13.0559 5.79724V2.84866C13.0559 2.57252 12.8321 2.34866 12.5559 2.34866H1.44434Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.34414 7.0517C1.56505 7.0517 1.74414 7.23078 1.74414 7.4517L1.74414 11.2514C1.74414 11.4723 1.56505 11.6514 1.34414 11.6514C1.12323 11.6514 0.94414 11.4723 0.94414 11.2514L0.944141 7.4517C0.944141 7.23078 1.12323 7.0517 1.34414 7.0517Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.391 7.0517C12.6119 7.0517 12.791 7.23078 12.791 7.4517L12.791 11.2514C12.791 11.4723 12.6119 11.6514 12.391 11.6514C12.1701 11.6514 11.991 11.4723 11.991 11.2514L11.991 7.4517C11.991 7.23078 12.1701 7.0517 12.391 7.0517Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.39307 9.26685C1.39307 9.04594 1.57215 8.86685 1.79307 8.86685L12.1382 8.86685C12.3591 8.86685 12.5382 9.04594 12.5382 9.26685C12.5382 9.48776 12.3591 9.66685 12.1382 9.66685L1.79307 9.66685C1.57215 9.66685 1.39307 9.48777 1.39307 9.26685Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35809">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,15 @@
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35820)">
<path d="M2.1084 3.09195C2.1084 2.81581 2.33226 2.59195 2.6084 2.59195H11.3915C11.6677 2.59195 11.8915 2.81581 11.8915 3.09195V11.8751C11.8915 12.1512 11.6677 12.3751 11.3915 12.3751H2.6084C2.33226 12.3751 2.1084 12.1512 2.1084 11.8751V3.09195Z" fill="#CECECE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1084 3.59195V11.3751H10.8915V3.59195H3.1084ZM2.6084 2.59195C2.33226 2.59195 2.1084 2.81581 2.1084 3.09195V11.8751C2.1084 12.1512 2.33226 12.3751 2.6084 12.3751H11.3915C11.6677 12.3751 11.8915 12.1512 11.8915 11.8751V3.09195C11.8915 2.81581 11.6677 2.59195 11.3915 2.59195H2.6084Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.6709 5.48537L6.6709 0.48352L7.6709 0.483521L7.6709 5.48537L6.6709 5.48537Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.6709 14.4835L6.6709 9.48166L7.6709 9.48166L7.6709 14.4835L6.6709 14.4835Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.99815 6.93469L14 6.93469L14 7.93469L8.99815 7.93469L8.99815 6.93469Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.000104992 6.93469L5.00195 6.93469L5.00195 7.93469L0.000104904 7.93469L0.000104992 6.93469Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35820">
<rect width="14" height="14" fill="white" transform="translate(0 14.4835) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,6 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.61621 1.22424C2.89235 1.22424 3.11621 1.4481 3.11621 1.72424V12.2759C3.11621 12.552 2.89235 12.7759 2.61621 12.7759C2.34007 12.7759 2.11621 12.552 2.11621 12.2759V1.72424C2.11621 1.4481 2.34007 1.22424 2.61621 1.22424Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3843 1.22412C11.6604 1.22412 11.8843 1.44798 11.8843 1.72412V12.2758C11.8843 12.5519 11.6604 12.7758 11.3843 12.7758C11.1081 12.7758 10.8843 12.5519 10.8843 12.2758V1.72412C10.8843 1.44798 11.1081 1.22412 11.3843 1.22412Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0167 5.70711C10.1699 5.47732 10.1078 5.16689 9.87797 5.01375L7.72847 3.58121C7.19778 3.22753 6.50148 3.24809 5.99257 3.63245L4.14107 5.03083C3.92071 5.19726 3.87699 5.51081 4.04342 5.73116C4.20985 5.95152 4.5234 5.99523 4.74375 5.82881L6.59526 4.43042C6.76489 4.3023 6.99699 4.29545 7.17389 4.41334L9.32339 5.84588C9.55318 5.99903 9.86361 5.93689 10.0167 5.70711Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0167 10.6735C10.1699 10.4437 10.1078 10.1333 9.87797 9.98018L7.72847 8.54764C7.19778 8.19396 6.50148 8.21452 5.99257 8.59888L4.14107 9.99726C3.92071 10.1637 3.87699 10.4772 4.04342 10.6976C4.20985 10.9179 4.5234 10.9617 4.74375 10.7952L6.59526 9.39685C6.76489 9.26873 6.99699 9.26188 7.17389 9.37978L9.32339 10.8123C9.55318 10.9655 9.86361 10.9033 10.0167 10.6735Z" fill="#262E30"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,5 @@
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.04541 2.16873C1.04541 1.89259 1.26927 1.66873 1.54541 1.66873H12.455C12.7312 1.66873 12.955 1.89259 12.955 2.16873V13.0783C12.955 13.3545 12.7312 13.5783 12.455 13.5783H1.54541C1.26927 13.5783 1.04541 13.3545 1.04541 13.0783V2.16873Z" fill="#CECECE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.84541 2.46873V12.7783H12.155V2.46873H1.84541ZM1.54541 1.66873C1.26927 1.66873 1.04541 1.89259 1.04541 2.16873V13.0783C1.04541 13.3545 1.26927 13.5783 1.54541 13.5783H12.455C12.7312 13.5783 12.955 13.3545 12.955 13.0783V2.16873C12.955 1.89259 12.7312 1.66873 12.455 1.66873H1.54541Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.78216 2.08818C9.99733 2.03814 10.2123 2.17201 10.2624 2.38718C10.2958 2.53083 10.3463 2.67383 10.4075 2.84688C10.4354 2.92602 10.4656 3.01144 10.4974 3.10609L9.73907 3.36081C9.71761 3.29693 9.69365 3.22909 9.66891 3.15905C9.60101 2.96678 9.52723 2.75789 9.48316 2.56839C9.43312 2.35322 9.56699 2.13822 9.78216 2.08818ZM10.6107 4.90638C10.5299 5.17775 10.3966 5.45274 10.1991 5.73147C10.0697 5.91419 9.90416 6.06614 9.72314 6.19564L9.25768 5.54499C9.38731 5.45226 9.48155 5.36048 9.54638 5.26898C9.69772 5.05538 9.79017 4.85868 9.84403 4.67793L10.6107 4.90638ZM7.88173 7.0261C7.81072 7.0515 7.73984 7.07687 7.66943 7.10225L7.39816 6.34964C7.47302 6.32266 7.54688 6.29623 7.6197 6.27017C7.89133 6.17296 8.14859 6.0809 8.39032 5.98435L8.68706 6.72728C8.43045 6.82978 8.1552 6.92826 7.88173 7.0261ZM6.69834 7.4817C6.37798 7.62329 6.08278 7.77785 5.82612 7.95605L5.36985 7.29892C5.68223 7.08202 6.0266 6.90393 6.37496 6.74998L6.69834 7.4817ZM5.17052 8.59652C5.08959 8.71678 5.02211 8.84637 4.96996 8.98738C4.90809 9.15469 4.86112 9.31324 4.82669 9.46366L4.04686 9.28516C4.08934 9.09957 4.14638 8.90797 4.21963 8.70989C4.29468 8.50696 4.39178 8.3208 4.50684 8.14984L5.17052 8.59652ZM4.76323 10.4215C4.79977 10.7628 4.8987 11.0684 5.02518 11.355L4.29328 11.678C4.14387 11.3394 4.01548 10.9522 3.96777 10.5067L4.76323 10.4215ZM5.51971 12.3061C5.61475 12.4893 5.70613 12.6852 5.76239 12.8876C5.82156 13.1004 5.69698 13.3209 5.48413 13.3801C5.27129 13.4392 5.05078 13.3147 4.99162 13.1018C4.9578 12.9802 4.89685 12.8427 4.80956 12.6744L5.51971 12.3061Z" fill="#262E30"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,15 @@
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35898)">
<path d="M0.944336 2.74185C0.944336 2.46571 1.16819 2.24185 1.44434 2.24185L12.5559 2.24185C12.8321 2.24185 13.0559 2.46571 13.0559 2.74185L13.0559 4.91812C13.0559 5.19426 12.8321 5.41812 12.5559 5.41812L1.44434 5.41812C1.16819 5.41812 0.944336 5.19426 0.944336 4.91812L0.944336 2.74185Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.74434 3.04185L1.74434 4.61812L12.2559 4.61812L12.2559 3.04185L1.74434 3.04185ZM1.44434 2.24185C1.16819 2.24185 0.944336 2.46571 0.944336 2.74185L0.944336 4.91812C0.944336 5.19426 1.16819 5.41812 1.44434 5.41812L12.5559 5.41812C12.8321 5.41812 13.0559 5.19426 13.0559 4.91812L13.0559 2.74185C13.0559 2.46571 12.8321 2.24185 12.5559 2.24185L1.44434 2.24185Z" fill="#262E30"/>
<path d="M0.944336 10.9285C0.944336 10.6523 1.16819 10.4285 1.44434 10.4285L12.5559 10.4285C12.8321 10.4285 13.0559 10.6523 13.0559 10.9285L13.0559 13.1047C13.0559 13.3809 12.8321 13.6047 12.5559 13.6047L1.44434 13.6047C1.16819 13.6047 0.944336 13.3809 0.944336 13.1047L0.944336 10.9285Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.74434 11.2285L1.74434 12.8047L12.2559 12.8047L12.2559 11.2285L1.74434 11.2285ZM1.44434 10.4285C1.16819 10.4285 0.944336 10.6523 0.944336 10.9285L0.944336 13.1047C0.944336 13.3809 1.16819 13.6047 1.44434 13.6047L12.5559 13.6047C12.8321 13.6047 13.0559 13.3809 13.0559 13.1047L13.0559 10.9285C13.0559 10.6523 12.8321 10.4285 12.5559 10.4285L1.44434 10.4285Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.34414 3.83344C1.56505 3.83344 1.74414 4.01252 1.74414 4.23344L1.74414 11.6166C1.74414 11.8375 1.56505 12.0166 1.34414 12.0166C1.12323 12.0166 0.94414 11.8375 0.94414 11.6166L0.944141 4.23344C0.944141 4.01252 1.12323 3.83344 1.34414 3.83344Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.661 3.83347C12.8819 3.83347 13.061 4.01255 13.061 4.23347L13.061 11.6166C13.061 11.8375 12.8819 12.0166 12.661 12.0166C12.4401 12.0166 12.261 11.8375 12.261 11.6166L12.261 4.23347C12.261 4.01255 12.4401 3.83347 12.661 3.83347Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35898">
<rect width="14" height="14" fill="white" transform="translate(0 14.9233) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,15 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35920)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 1C0.5 0.723858 0.723858 0.5 1 0.5H13.2523C13.5285 0.5 13.7523 0.723858 13.7523 1V5.53977C13.7523 5.81591 13.5285 6.03977 13.2523 6.03977H1C0.723858 6.03977 0.5 5.81591 0.5 5.53977V1ZM1.5 1.5V5.03977H12.7523V1.5H1.5Z" fill="#262E30"/>
<path d="M13.2525 7.48828H7.94775V12.7179H13.2525V7.48828Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.44775 7.48828C7.44775 7.21214 7.67161 6.98828 7.94775 6.98828H13.2525C13.5286 6.98828 13.7525 7.21214 13.7525 7.48828V12.7179C13.7525 12.9941 13.5286 13.2179 13.2525 13.2179H7.94775C7.67161 13.2179 7.44775 12.9941 7.44775 12.7179V7.48828ZM8.44775 7.98828V12.2179H12.7525V7.98828H8.44775Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 7.48828C0.5 7.21214 0.723858 6.98828 1 6.98828H5.67501C5.95115 6.98828 6.17501 7.21214 6.17501 7.48828C6.17501 7.76442 5.95115 7.98828 5.67501 7.98828H1C0.723858 7.98828 0.5 7.76442 0.5 7.48828Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 9.85938C0.5 9.58323 0.723858 9.35938 1 9.35938H5.67501C5.95115 9.35938 6.17501 9.58323 6.17501 9.85938C6.17501 10.1355 5.95115 10.3594 5.67501 10.3594H1C0.723858 10.3594 0.5 10.1355 0.5 9.85938Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 12.2285C0.5 11.9524 0.723858 11.7285 1 11.7285H5.67501C5.95115 11.7285 6.17501 11.9524 6.17501 12.2285C6.17501 12.5047 5.95115 12.7285 5.67501 12.7285H1C0.723858 12.7285 0.5 12.5047 0.5 12.2285Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35920">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,13 @@
<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35877)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.89317 1.10902C4.63845 1.10902 2.0002 3.74662 2.0002 7.00001C2.0002 10.2534 4.63845 12.891 7.89317 12.891C11.1479 12.891 13.7862 10.2534 13.7862 7.00001C13.7862 3.74662 11.1479 1.10902 7.89317 1.10902ZM1.2002 7.00001C1.2002 3.30456 4.19686 0.309021 7.89317 0.309021C11.5895 0.309021 14.5862 3.30456 14.5862 7.00001C14.5862 10.6955 11.5895 13.691 7.89317 13.691C4.19686 13.691 1.2002 10.6955 1.2002 7.00001Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.89314 2.76332C5.55106 2.76332 3.65303 4.66094 3.65303 7.00196C3.65303 7.22287 3.47394 7.40196 3.25303 7.40196C3.03211 7.40196 2.85303 7.22287 2.85303 7.00196C2.85303 4.21887 5.10948 1.96332 7.89314 1.96332C10.6768 1.96332 12.9333 4.21887 12.9333 7.00196C12.9333 7.22287 12.7542 7.40196 12.5333 7.40196C12.3123 7.40196 12.1333 7.22287 12.1333 7.00196C12.1333 4.66094 10.2352 2.76332 7.89314 2.76332Z" fill="#262E30"/>
<path d="M7.12503 9.60897C6.95528 9.49963 6.61858 9.04851 6.72796 8.87882L8.29683 6.44185L10.0297 5.05195C10.049 5.03008 10.0831 5.05195 10.0726 5.07819L9.65483 7.22199L8.0597 9.69832C7.95033 9.86889 7.29478 9.71831 7.12503 9.60897Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.252 5.38651L10.2954 5.35169C10.2812 5.36468 10.2667 5.37626 10.252 5.38651ZM9.48516 6.00151L8.59791 6.71314L7.1281 8.99624C7.13659 9.01307 7.14761 9.03292 7.16162 9.05547C7.19475 9.10881 7.2354 9.16246 7.2747 9.20658C7.31305 9.24963 7.33704 9.26896 7.34109 9.27223C7.34163 9.27266 7.34127 9.27234 7.34109 9.27223C7.34012 9.2716 7.34128 9.27235 7.34359 9.27341C7.35214 9.27733 7.38403 9.29196 7.44514 9.3108C7.51383 9.33197 7.59568 9.35118 7.67469 9.3631C7.72123 9.37012 7.76077 9.37369 7.79227 9.37487L9.27693 7.07002L9.48516 6.00151ZM10.4615 5.17412C10.5638 4.78619 10.0802 4.44984 9.76126 4.75454L7.99576 6.17057L6.39175 8.66212C6.27021 8.85087 6.30617 9.05377 6.33457 9.15611C6.3674 9.27437 6.42532 9.38627 6.48205 9.4776C6.58919 9.65008 6.75348 9.84544 6.90844 9.94526C6.99789 10.0029 7.113 10.0456 7.20949 10.0753C7.31488 10.1078 7.43558 10.1361 7.55534 10.1541C7.67152 10.1717 7.80599 10.1826 7.93225 10.1696C8.02657 10.1599 8.26138 10.1244 8.39613 9.91472" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35877">
<rect width="14" height="14" fill="white" transform="translate(0.893066 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,14 @@
<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35871)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.89317 1.10902C4.63845 1.10902 2.0002 3.74662 2.0002 7.00001C2.0002 10.2534 4.63845 12.891 7.89317 12.891C11.1479 12.891 13.7862 10.2534 13.7862 7.00001C13.7862 3.74662 11.1479 1.10902 7.89317 1.10902ZM1.2002 7.00001C1.2002 3.30456 4.19686 0.309021 7.89317 0.309021C11.5895 0.309021 14.5862 3.30456 14.5862 7.00001C14.5862 10.6955 11.5895 13.691 7.89317 13.691C4.19686 13.691 1.2002 10.6955 1.2002 7.00001Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.89314 2.76332C5.55106 2.76332 3.65303 4.66094 3.65303 7.00196C3.65303 7.22287 3.47394 7.40196 3.25303 7.40196C3.03211 7.40196 2.85303 7.22287 2.85303 7.00196C2.85303 4.21887 5.10948 1.96332 7.89314 1.96332C10.6768 1.96332 12.9333 4.21887 12.9333 7.00196C12.9333 7.22287 12.7542 7.40196 12.5333 7.40196C12.3123 7.40196 12.1333 7.22287 12.1333 7.00196C12.1333 4.66094 10.2352 2.76332 7.89314 2.76332Z" fill="#262E30"/>
<path d="M7.12503 9.60897C6.95528 9.49963 6.61858 9.04851 6.72796 8.87882L8.29683 6.44185L10.0297 5.05195C10.049 5.03008 10.0831 5.05195 10.0726 5.07819L9.65483 7.22199L8.0597 9.69832C7.95033 9.86889 7.29478 9.71831 7.12503 9.60897Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.252 5.38651L10.2954 5.35169C10.2812 5.36468 10.2667 5.37626 10.252 5.38651ZM9.48516 6.00151L8.59791 6.71314L7.1281 8.99624C7.13659 9.01307 7.14761 9.03292 7.16162 9.05547C7.19475 9.10881 7.2354 9.16246 7.2747 9.20658C7.31305 9.24963 7.33704 9.26896 7.34109 9.27223C7.34163 9.27266 7.34127 9.27234 7.34109 9.27223C7.34012 9.2716 7.34128 9.27235 7.34359 9.27341C7.35214 9.27733 7.38403 9.29196 7.44514 9.3108C7.51383 9.33197 7.59568 9.35118 7.67469 9.3631C7.72123 9.37012 7.76077 9.37369 7.79227 9.37487L9.27693 7.07002L9.48516 6.00151ZM10.4615 5.17412C10.5638 4.78619 10.0802 4.44984 9.76126 4.75454L7.99576 6.17057L6.39175 8.66212C6.27021 8.85087 6.30617 9.05377 6.33457 9.15611C6.3674 9.27437 6.42532 9.38627 6.48205 9.4776C6.58919 9.65008 6.75348 9.84544 6.90844 9.94526C6.99789 10.0029 7.113 10.0456 7.20949 10.0753C7.31488 10.1078 7.43558 10.1361 7.55534 10.1541C7.67152 10.1717 7.80599 10.1826 7.93225 10.1696C8.02657 10.1599 8.26138 10.1244 8.39613 9.91472" fill="#262E30"/>
<line x1="2.22363" y1="13.5" x2="13.7459" y2="13.5" stroke="#262E30" stroke-linecap="round"/>
</g>
<defs>
<clipPath id="clip0_8074_35871">
<rect width="14" height="14" fill="white" transform="translate(0.893066 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,15 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35864)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.600098 0.600006H13.1925V13.1886H7.56947V6.01065H0.600098V0.600006ZM1.4001 1.40001V5.21065H8.36947V12.3886H12.3925V1.40001H1.4001Z" fill="#262E30"/>
<path d="M5.752 5.61133H1.89062V12.8391H5.752V5.61133Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.49072 5.21133H6.15209V13.2391H1.49072V5.21133ZM2.29072 6.01133V12.4391H5.35209V6.01133H2.29072Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.65674 7.54002L3.87089 5.32657L4.43649 5.89234L2.22233 8.10579L1.65674 7.54002Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.69043 10.6263L5.46955 6.84839L6.03514 7.41416L2.25603 11.1921L1.69043 10.6263Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.64111 12.6654L5.53457 9.77289L6.10017 10.3387L3.20671 13.2312L2.64111 12.6654Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35864">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,17 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35927)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.15944 7.15506C1.27903 6.96932 1.52656 6.9157 1.7123 7.03529L3.26526 8.03522C3.66548 8.29291 3.90734 8.73631 3.90734 9.21232V11.3179C3.90734 11.5389 3.72825 11.7179 3.50734 11.7179C3.28643 11.7179 3.10734 11.5389 3.10734 11.3179V9.21232C3.10734 9.00831 3.00368 8.81829 2.83216 8.70784L1.2792 7.70792C1.09346 7.58832 1.03984 7.3408 1.15944 7.15506Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.25221 8.88174C4.37181 8.696 4.61933 8.64238 4.80507 8.76198L6.35803 9.7619C6.75825 10.0196 7.00011 10.463 7.00011 10.939V13.0446C7.00011 13.2655 6.82103 13.4446 6.60011 13.4446C6.3792 13.4446 6.20011 13.2655 6.20011 13.0446V10.939C6.20011 10.735 6.09646 10.545 5.92493 10.4345L4.37198 9.4346C4.18624 9.31501 4.13262 9.06748 4.25221 8.88174Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2265 5.08779C11.3499 4.90456 11.5985 4.85606 11.7818 4.97946L12.9826 5.78822C13.3689 6.0484 13.6006 6.48366 13.6006 6.94943V8.9617C13.6006 9.45825 13.3376 9.91764 12.9094 10.169L7.16703 13.5401C6.73365 13.7946 6.19717 13.7972 5.76132 13.547L1.10297 10.8732C0.668082 10.6236 0.399902 10.1605 0.399902 9.65902V7.68977C0.399902 7.22168 0.633834 6.78457 1.0233 6.52491L1.68397 6.08445C1.86778 5.9619 2.11613 6.01157 2.23868 6.19538C2.36122 6.37919 2.31155 6.62753 2.12775 6.75008L1.46707 7.19055C1.30016 7.30183 1.1999 7.48916 1.1999 7.68977V9.65902C1.1999 9.87392 1.31484 10.0724 1.50122 10.1794L6.15957 12.8532C6.34636 12.9604 6.57628 12.9593 6.76201 12.8502L12.5043 9.47913C12.6879 9.37139 12.8006 9.17451 12.8006 8.9617V6.94943C12.8006 6.74982 12.7013 6.56327 12.5357 6.45177L11.3349 5.64301C11.1516 5.51961 11.1031 5.27103 11.2265 5.08779Z" fill="#262E30"/>
<path d="M2.90218 8.16383C2.68141 8.04207 2.50146 7.73214 2.50146 7.47585V5.24162C2.50146 4.98534 2.67975 4.672 2.89718 4.54513L8.81046 1.09843C9.0279 0.971565 9.38696 0.966456 9.60773 1.08821L11.5497 2.15424C11.7704 2.27515 11.9512 2.58423 11.9512 2.84051V5.09603C11.9512 5.35231 11.7729 5.6665 11.5555 5.79422L5.67221 9.24603C5.45477 9.37375 5.09654 9.37801 4.87577 9.25625L2.90218 8.16383Z" fill="#CECECE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.21324 1.40006C9.11854 1.40131 9.04659 1.42383 9.01214 1.44393L3.09886 4.89063C3.09884 4.89065 3.09889 4.89061 3.09886 4.89063C3.06632 4.90965 3.01243 4.96018 2.96563 5.04251C2.91902 5.12453 2.90156 5.19915 2.90156 5.24163V7.47585C2.90156 7.5172 2.91873 7.58983 2.96486 7.66912C3.01125 7.74885 3.06419 7.79633 3.09546 7.81357L5.06905 8.90599C5.06909 8.90601 5.069 8.90597 5.06905 8.90599C5.10409 8.92527 5.17631 8.94591 5.27032 8.94473C5.3645 8.94355 5.43569 8.92112 5.46972 8.90113L11.353 5.44932C11.3859 5.42999 11.44 5.37893 11.487 5.29605C11.5338 5.21354 11.5513 5.13858 11.5513 5.09603V2.84052C11.5513 2.79964 11.5342 2.7275 11.4881 2.6486C11.4417 2.56928 11.3887 2.52212 11.3576 2.50508L9.41534 1.43886C9.38078 1.4198 9.30798 1.3988 9.21324 1.40006ZM9.80069 0.737786C9.61455 0.63522 9.39687 0.597554 9.20264 0.600129C9.00831 0.602704 8.79208 0.646156 8.60913 0.752857C8.60918 0.752827 8.60908 0.752886 8.60913 0.752857L2.69585 4.19956C2.51095 4.30744 2.3668 4.47713 2.27013 4.64719C2.17325 4.81763 2.10156 5.02782 2.10156 5.24163V7.47585C2.10156 7.6908 2.17437 7.90127 2.2734 8.07147C2.3721 8.24108 2.51937 8.40932 2.70867 8.51385C2.70852 8.51377 2.70881 8.51393 2.70867 8.51385L4.68216 9.60622C4.86793 9.70867 5.08581 9.7471 5.28035 9.74467C5.47478 9.74223 5.69135 9.6987 5.87472 9.59104C5.87467 9.59107 5.87478 9.591 5.87472 9.59104L11.758 6.13923C11.9425 6.03084 12.0864 5.86085 12.183 5.69063C12.2797 5.52005 12.3513 5.30977 12.3513 5.09603V2.84052C12.3513 2.62511 12.278 2.41456 12.1786 2.24462C12.0794 2.07516 11.9316 1.90737 11.7421 1.8035C11.7421 1.80353 11.742 1.80347 11.7421 1.8035L9.80069 0.737786C9.80058 0.737728 9.80079 0.737843 9.80069 0.737786Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7859 2.41034C11.9001 2.59942 11.8395 2.84531 11.6504 2.95956L5.90623 6.4301C5.71714 6.54434 5.47125 6.48367 5.35701 6.29459C5.24277 6.1055 5.30344 5.85961 5.49252 5.74537L11.2367 2.27483C11.4258 2.16059 11.6717 2.22126 11.7859 2.41034Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.157 6.47284C13.2712 6.66192 13.2106 6.90781 13.0215 7.02206L7.27732 10.4926C7.08824 10.6068 6.84235 10.5462 6.72811 10.3571C6.61387 10.168 6.67454 9.92211 6.86362 9.80787L12.6078 6.33733C12.7969 6.22309 13.0428 6.28376 13.157 6.47284Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.98561 4.83728C3.10521 4.65154 3.35273 4.59792 3.53847 4.71751L5.09143 5.71744C5.49165 5.97513 5.73351 6.41853 5.73351 6.89454V9.00017C5.73351 9.22108 5.55443 9.40017 5.33351 9.40017C5.1126 9.40017 4.93351 9.22108 4.93351 9.00017V6.89454C4.93351 6.69053 4.82986 6.50051 4.65833 6.39007L3.10538 5.39014C2.91963 5.27055 2.86601 5.02302 2.98561 4.83728Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35927">
<rect width="14" height="14" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,14 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8076_36010)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.69269 2.49023C4.69269 1.29516 5.66149 0.326355 6.85657 0.326355C8.05165 0.326355 9.02044 1.29516 9.02044 2.49023V6.92898C9.96736 7.60117 10.5871 8.70725 10.5871 9.95952C10.5871 12.0108 8.92419 13.6737 6.87289 13.6737C4.8216 13.6737 3.15869 12.0108 3.15869 9.95952C3.15869 8.72168 3.76428 7.62665 4.69269 6.95241V2.49023ZM5.69269 7.51465V2.49023C5.69269 1.84744 6.21378 1.32635 6.85657 1.32635C7.49936 1.32635 8.02044 1.84744 8.02044 2.49023V7.49913C8.94588 7.9315 9.58709 8.87063 9.58709 9.95952C9.58709 11.4585 8.3719 12.6737 6.87289 12.6737C5.37388 12.6737 4.15869 11.4585 4.15869 9.95952C4.15869 8.88348 4.78486 7.95369 5.69269 7.51465Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.186 2.49249C10.186 2.21635 10.4099 1.99249 10.686 1.99249H11.8258C12.1019 1.99249 12.3258 2.21635 12.3258 2.49249C12.3258 2.76863 12.1019 2.99249 11.8258 2.99249H10.686C10.4099 2.99249 10.186 2.76863 10.186 2.49249Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.186 4.83203C10.186 4.55589 10.4099 4.33203 10.686 4.33203H11.8258C12.1019 4.33203 12.3258 4.55589 12.3258 4.83203C12.3258 5.10817 12.1019 5.33203 11.8258 5.33203H10.686C10.4099 5.33203 10.186 5.10817 10.186 4.83203Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.87305 2.49249C7.14919 2.49249 7.37305 2.71635 7.37305 2.99249V9.22844C7.37305 9.50458 7.14919 9.72844 6.87305 9.72844C6.5969 9.72844 6.37305 9.50458 6.37305 9.22844L6.37305 2.99249C6.37305 2.71635 6.5969 2.49249 6.87305 2.49249Z" fill="#262E30"/>
<path d="M8.24858 9.90249C8.24858 10.6622 7.63274 11.278 6.87307 11.278C6.1134 11.278 5.49756 10.6622 5.49756 9.90249C5.49756 9.14281 6.1134 8.52698 6.87307 8.52698C7.63274 8.52698 8.24858 9.14281 8.24858 9.90249Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8076_36010">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,12 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35955)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.9082 9.22919V11.6628H12.0915V9.22919H1.9082ZM1.4082 8.22919C1.13206 8.22919 0.908203 8.45305 0.908203 8.72919V12.1628C0.908203 12.4389 1.13206 12.6628 1.4082 12.6628H12.5915C12.8676 12.6628 13.0915 12.4389 13.0915 12.1628V8.72919C13.0915 8.45304 12.8676 8.22919 12.5915 8.22919H1.4082Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.4082 1.33716C1.13206 1.33716 0.908203 1.56102 0.908203 1.83716V5.27077C0.908203 5.54692 1.13206 5.77077 1.4082 5.77077H3.4859V7.24993C3.4859 7.52607 3.70976 7.74993 3.98591 7.74993H10.0127C10.2888 7.74993 10.5127 7.52607 10.5127 7.24993V5.77077H12.5915C12.8676 5.77077 13.0915 5.54691 13.0915 5.27077V1.83716C13.0915 1.56102 12.8676 1.33716 12.5915 1.33716H1.4082Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.4859 4.77077C4.03819 4.77077 4.4859 5.21849 4.4859 5.77077V6.74993H9.51266V5.77077C9.51266 5.21849 9.96037 4.77077 10.5127 4.77077H12.0915V2.33716H1.9082V4.77077H3.4859ZM1.4082 5.77077C1.13206 5.77077 0.908203 5.54692 0.908203 5.27077V1.83716C0.908203 1.56102 1.13206 1.33716 1.4082 1.33716H12.5915C12.8676 1.33716 13.0915 1.56102 13.0915 1.83716V5.27077C13.0915 5.54691 12.8676 5.77077 12.5915 5.77077H10.5127V7.24993C10.5127 7.52607 10.2888 7.74993 10.0127 7.74993H3.98591C3.70976 7.74993 3.4859 7.52607 3.4859 7.24993V5.77077H1.4082Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35955">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,14 @@
<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35882)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5931 1.3051H3.19287C3.08242 1.3051 2.99287 1.39464 2.99287 1.5051V9.72923C2.99287 9.83968 3.08241 9.92923 3.19287 9.92923H12.5931C12.7036 9.92923 12.7931 9.83969 12.7931 9.72923V1.5051C12.7931 1.39464 12.7036 1.3051 12.5931 1.3051ZM3.19287 0.505096C2.64059 0.505096 2.19287 0.952813 2.19287 1.5051V9.72923C2.19287 10.2815 2.64059 10.7292 3.19287 10.7292H12.5931C13.1454 10.7292 13.5931 10.2815 13.5931 9.72923V1.5051C13.5931 0.952812 13.1454 0.505096 12.5931 0.505096H3.19287Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.47822 10.5268V11.2956H9.30688V10.5268H6.47822ZM5.97822 9.72684C5.81254 9.72684 5.67822 9.86115 5.67822 10.0268V11.7956C5.67822 11.9613 5.81254 12.0956 5.97822 12.0956H9.80688C9.97257 12.0956 10.1069 11.9613 10.1069 11.7956V10.0268C10.1069 9.86115 9.97257 9.72684 9.80688 9.72684H5.97822Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.29668 13.4949L7.29668 11.5148L8.09668 11.5148L8.09668 13.4949L7.29668 13.4949Z" fill="#262E30"/>
<path d="M10.4983 5.61716C10.4983 7.0562 9.33177 8.22278 7.89273 8.22278C6.45369 8.22278 5.28711 7.0562 5.28711 5.61716C5.28711 4.17811 6.45369 3.01154 7.89273 3.01154C9.33177 3.01154 10.4983 4.17811 10.4983 5.61716Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.89273 7.42278C8.88995 7.42278 9.69835 6.61437 9.69835 5.61716C9.69835 4.61994 8.88995 3.81154 7.89273 3.81154C6.89551 3.81154 6.08711 4.61994 6.08711 5.61716C6.08711 6.61437 6.89551 7.42278 7.89273 7.42278ZM7.89273 8.22278C9.33177 8.22278 10.4983 7.0562 10.4983 5.61716C10.4983 4.17811 9.33177 3.01154 7.89273 3.01154C6.45369 3.01154 5.28711 4.17811 5.28711 5.61716C5.28711 7.0562 6.45369 8.22278 7.89273 8.22278Z" fill="#262E30"/>
</g>
<defs>
<clipPath id="clip0_8074_35882">
<rect width="14" height="14" fill="white" transform="translate(0.893066 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,7 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.09492 1.91444V12.0856H11.9055V1.91444H2.09492ZM1.79492 1.11444C1.51878 1.11444 1.29492 1.3383 1.29492 1.61444V12.3856C1.29492 12.6618 1.51878 12.8856 1.79492 12.8856H12.2055C12.4816 12.8856 12.7055 12.6618 12.7055 12.3856V1.61444C12.7055 1.3383 12.4816 1.11444 12.2055 1.11444H1.79492Z" fill="#262E30"/>
<path d="M3.38525 3.77087C3.38525 3.49473 3.60911 3.27087 3.88525 3.27087H10.1151C10.3913 3.27087 10.6151 3.49473 10.6151 3.77087V10.2293C10.6151 10.5054 10.3913 10.7293 10.1151 10.7293H3.88525C3.60911 10.7293 3.38525 10.5054 3.38525 10.2293V3.77087Z" fill="#ACACAC"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.18525 4.07087V9.92926H9.81514V4.07087H4.18525ZM3.88525 3.27087C3.60911 3.27087 3.38525 3.49473 3.38525 3.77087V10.2293C3.38525 10.5054 3.60911 10.7293 3.88525 10.7293H10.1151C10.3913 10.7293 10.6151 10.5054 10.6151 10.2293V3.77087C10.6151 3.49473 10.3913 3.27087 10.1151 3.27087H3.88525Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.35354 3.40534C6.54881 3.6006 6.54882 3.91718 6.35357 4.11245L4.29888 6.16732C4.10363 6.36259 3.78705 6.3626 3.59177 6.16735C3.3965 5.9721 3.39649 5.65551 3.59174 5.46024L5.64643 3.40537C5.84168 3.2101 6.15827 3.21009 6.35354 3.40534ZM9.70137 3.93647C9.89663 4.13173 9.89663 4.44832 9.70137 4.64358L4.29892 10.046C4.10366 10.2413 3.78708 10.2413 3.59181 10.046C3.39655 9.85076 3.39655 9.53418 3.59181 9.33892L8.99426 3.93647C9.18952 3.74121 9.5061 3.74121 9.70137 3.93647Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1626 7.44558C10.3579 7.64084 10.3579 7.95742 10.1626 8.15268L7.78471 10.5307C7.58945 10.7259 7.27287 10.7259 7.0776 10.5307C6.88234 10.3354 6.88233 10.0188 7.07759 9.82358L9.45552 7.44558C9.65078 7.25032 9.96737 7.25032 10.1626 7.44558Z" fill="#262E30"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,12 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_8074_35893)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.70485 2.28477C2.64374 2.28477 1.80563 2.60569 1.42173 2.7847C1.41779 2.78654 1.41376 2.78948 1.40957 2.79646C1.40489 2.80426 1.4001 2.81749 1.4001 2.83551V10.7416C1.4001 10.7644 1.4265 10.8564 1.58479 10.9508C1.73743 11.0418 1.89707 11.061 1.98088 11.0386C2.33387 10.9444 2.763 10.8795 3.27411 10.8795C4.07091 10.8795 5.1114 11.1536 6.15247 11.4279C6.24325 11.4519 6.33403 11.4758 6.42465 11.4995C7.59141 11.8052 8.7693 12.0935 9.78577 12.0935C11.2666 12.0935 12.2004 11.8345 12.5993 11.6934V3.40108C12.5993 3.36677 12.5819 3.32541 12.5296 3.29195C12.4755 3.25727 12.4123 3.25113 12.3629 3.26952C11.7714 3.48968 10.9002 3.73541 9.94677 3.73541C9.48611 3.73541 8.95153 3.63483 8.40441 3.49656C7.85344 3.35731 7.26228 3.17243 6.68595 2.99178L6.66263 2.98447C6.08953 2.80483 5.53175 2.63 5.01968 2.49894C4.49643 2.36503 4.04995 2.28477 3.70485 2.28477ZM1.08363 2.05966C1.5314 1.85086 2.48806 1.48477 3.70485 1.48477C4.15317 1.48477 4.67853 1.58585 5.21804 1.72392C5.75098 1.86032 6.32615 2.04062 6.8909 2.21765L6.92522 2.2284C7.50591 2.41041 8.07515 2.58819 8.60043 2.72094C9.12955 2.85467 9.58705 2.93541 9.94677 2.93541C10.7707 2.93541 11.5426 2.72123 12.0838 2.51977C12.6688 2.30202 13.3993 2.70612 13.3993 3.40108V11.9382C13.4107 12.1153 13.3054 12.225 13.2729 12.2553C13.2316 12.2939 13.1919 12.3142 13.1779 12.3211C13.1155 12.3521 11.9934 12.8935 9.78577 12.8935C8.64939 12.8935 7.37233 12.5748 6.22193 12.2734C6.14394 12.253 6.06666 12.2327 5.99011 12.2126C4.90128 11.9265 3.9613 11.6795 3.27411 11.6795C2.83159 11.6795 2.47182 11.7356 2.18708 11.8116C1.83858 11.9045 1.45627 11.8056 1.17505 11.6379C0.899474 11.4736 0.600098 11.1662 0.600098 10.7416V2.83551C0.600098 2.52137 0.768023 2.20683 1.08363 2.05966ZM13.0126 11.5631C13.0083 11.5629 13.0038 11.5629 12.9994 11.5629C12.9926 11.5629 12.9927 11.5628 12.9958 11.5629C12.9968 11.5629 12.998 11.5629 12.9994 11.5629C13.0033 11.5629 13.0085 11.563 13.0126 11.5631Z" fill="#262E30"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.15249 5.57148L3.09839 5.17516C2.87951 5.20503 2.72629 5.40669 2.75616 5.62558C2.78604 5.84446 2.9877 5.99768 3.20658 5.96781M3.15249 5.57148L3.20658 5.96781L3.21044 5.96731L3.22887 5.96508C3.24586 5.9631 3.27203 5.96023 3.3064 5.95698C3.3752 5.95048 3.4765 5.94252 3.60243 5.93718C3.8551 5.92649 4.20256 5.9266 4.58295 5.96902C4.93946 6.00877 5.39433 6.14768 5.77881 6.28705C5.96697 6.35526 6.13093 6.42084 6.24767 6.4693C6.30595 6.49349 6.35223 6.51332 6.38361 6.52695L6.41906 6.54249L6.42769 6.54633L6.4296 6.54719C6.4296 6.54718 6.42961 6.54719 6.4296 6.54719C6.63099 6.63789 6.86814 6.54835 6.9589 6.34698C7.04967 6.14557 6.95997 5.90872 6.75857 5.81795L6.60716 6.15391C6.75857 5.81795 6.75861 5.81797 6.75857 5.81795L6.75716 5.81732L6.75407 5.81594L6.74303 5.81103L6.70238 5.79321C6.66741 5.77801 6.61709 5.75646 6.55438 5.73043C6.42915 5.67844 6.25357 5.60821 6.05145 5.53494C5.65538 5.39137 5.12677 5.2247 4.67161 5.17395C4.24033 5.12585 3.85039 5.12597 3.56859 5.1379C3.42727 5.14388 3.31207 5.15288 3.23116 5.16053C3.19068 5.16435 3.15871 5.16784 3.13626 5.17046L3.10983 5.17366L3.10219 5.17465L3.09981 5.17497L3.09839 5.17516C3.09833 5.17517 3.09839 5.17516 3.15249 5.57148ZM6.4296 6.54719C6.4296 6.54718 6.42961 6.54719 6.4296 6.54719L6.59323 6.18482C6.42987 6.54731 6.42958 6.54717 6.4296 6.54719Z" fill="#6B6B6B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.97573 7.63513C5.0465 7.42585 5.27352 7.31358 5.48279 7.38435L5.35465 7.76327C5.48279 7.38435 5.4828 7.38435 5.48279 7.38435L5.48655 7.38561L5.49887 7.38974L5.5475 7.40587C5.59002 7.41988 5.65193 7.44008 5.72875 7.46458C5.88255 7.51362 6.0953 7.57964 6.3313 7.64762C6.81457 7.78683 7.35722 7.92286 7.69836 7.95268C8.06454 7.9847 8.35754 7.98451 8.55627 7.97669C8.65561 7.97279 8.73127 7.96698 8.78062 7.96236C8.80529 7.96005 8.82336 7.95804 8.83452 7.95672L8.84601 7.95529L8.90291 8.34744C8.84685 7.95519 8.84594 7.9553 8.84601 7.95529C9.0647 7.92403 9.26816 8.07587 9.29942 8.29457C9.33068 8.51326 9.17873 8.71588 8.96004 8.74714L8.90344 8.35116C8.96004 8.74714 8.96012 8.74713 8.96004 8.74714L8.95855 8.74735L8.95637 8.74765L8.94994 8.74851L8.92893 8.75113C8.91134 8.75322 8.88664 8.75594 8.85517 8.75888C8.79225 8.76477 8.70218 8.77158 8.58771 8.77608C8.35882 8.78508 8.03186 8.78489 7.62869 8.74964C7.20048 8.71221 6.58869 8.55429 6.10986 8.41636C5.86481 8.34578 5.6446 8.27744 5.48569 8.22676C5.40616 8.2014 5.34179 8.1804 5.29711 8.16567L5.24539 8.14852L5.23163 8.14391L5.22696 8.14234C5.22692 8.14233 5.22651 8.14219 5.35465 7.76327L5.22696 8.14234C5.01769 8.07157 4.90496 7.8444 4.97573 7.63513Z" fill="#6B6B6B"/>
</g>
<defs>
<clipPath id="clip0_8074_35893">
<rect width="14" height="14" fill="white" transform="translate(0 14) rotate(-90)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -1,19 +1,9 @@
<svg width="300" height="300" xmlns="http://www.w3.org/2000/svg" fill="none">
<g>
<title>Layer 1</title>
<rect y="0.18359" width="300" height="300" rx="5" fill="#F8F8F8" id="svg_1"/>
<g id="svg_11">
<path d="m181.19115,206.00378l-69.9793,0c-0.87657,0 -1.46095,-0.594 -1.46095,-1.486l0,-99.3736c0,-5.79309 4.67505,-10.5464 10.37275,-10.5464l39.2994,0c0.8766,0 1.461,0.59416 1.461,1.48541c0,0.89125 -0.5844,1.48541 -1.461,1.48541l-39.2994,0c-4.0907,0 -7.45086,3.41645 -7.45086,7.57558l0,97.8886l68.51836,0c4.0907,0 7.4508,-3.416 7.4508,-7.576l0,-77.0924c0,-0.8913 0.5844,-1.4854 1.461,-1.4854c0.8765,0 1.4609,0.5941 1.4609,1.4854l0,77.0924c0,5.942 -4.675,10.547 -10.3727,10.547z" fill="#6B6B6B" id="svg_1"/>
<path d="m167.16695,120.59108c-0.4383,0 -0.7305,-0.1485 -1.0227,-0.4456c-0.2922,-0.2971 -0.4383,-0.5942 -0.4383,-1.0398l0.2922,-23.61803c0,-0.59417 0.2922,-1.18833 0.8766,-1.33687c0.5844,-0.29708 1.1687,-0.14854 1.607,0.29708l23.083,23.46952c0.4383,0.4456 0.5844,1.0398 0.2922,1.6339c-0.2922,0.5942 -0.7305,0.8913 -1.3149,0.8913l-23.3751,0.1485c0.1461,0 0.1461,0 0,0zm1.7531,-21.53845l-0.1461,18.56765l18.2618,-0.1485l-18.1157,-18.41915z" fill="#6B6B6B" id="svg_2"/>
<path d="m192.58655,187.43408l-85.31922,0c-1.75314,0 -3.36018,-1.4854 -3.36018,-3.4164l0,-27.3316c0,-1.7825 1.46095,-3.4164 3.36018,-3.4164l85.46532,0c1.7532,0 3.3602,1.4854 3.3602,3.4164l0,27.4801c-0.1461,1.7825 -1.607,3.2679 -3.5063,3.2679z" fill="#259956" id="svg_3"/>
<path d="m124.36035,173.17558l-7.3047,0l0,4.6048l8.4734,0l0,3.2679l-12.12581,0l0,-18.5677l11.83371,0l0,3.1194l-8.3274,0l0,4.3077l7.3047,0l0,3.2679l0.1461,0z" fill="white" id="svg_4"/>
<path d="m143.93735,162.48058l-6.4282,8.9125l6.7204,9.5066l-4.529,0l-4.3828,-6.5358l-4.3828,6.5358l-4.2368,0l6.7204,-9.3581l-6.4282,-9.061l4.3828,0l4.2368,6.0902l4.2367,-6.0902l4.0907,0z" fill="white" id="svg_5"/>
<path d="m155.18655,177.18648c0.5843,-0.4456 1.1687,-1.1883 1.4609,-1.931l3.068,1.7825c-0.4383,1.1883 -1.3149,2.2281 -2.4836,3.1193c-1.1688,0.7427 -2.6297,1.1883 -4.2368,1.1883c-1.607,0 -3.0679,-0.4456 -4.3828,-1.1883c-1.3148,-0.7427 -2.3375,-1.931 -3.2141,-3.4164c-0.7305,-1.4854 -1.1687,-3.1194 -1.1687,-5.0504c0,-1.9311 0.4382,-3.565 1.1687,-5.0504c0.7305,-1.4854 1.7532,-2.5252 3.2141,-3.4165c1.3149,-0.7427 2.7758,-1.1883 4.3828,-1.1883c1.6071,0 3.068,0.4456 4.2368,1.1883c1.1687,0.7427 2.0453,1.7825 2.4836,3.1194l-3.068,1.7825c-0.4383,-0.8913 -0.8766,-1.4854 -1.4609,-1.931c-0.5844,-0.4457 -1.461,-0.7428 -2.3376,-0.7428c-0.8765,0 -1.7531,0.2971 -2.4836,0.7428c-0.7304,0.4456 -1.3148,1.1883 -1.7531,2.2281c-0.4383,1.0398 -0.5844,2.0795 -0.5844,3.2679c0,1.1883 0.1461,2.3766 0.5844,3.2679c0.4383,0.8912 1.0227,1.6339 1.7531,2.2281c0.7305,0.4456 1.6071,0.7427 2.4836,0.7427c0.8766,0 1.7532,-0.2971 2.3376,-0.7427z" fill="white" id="svg_6"/>
<path d="m173.01075,173.17558l-7.3048,0l0,4.6048l8.4735,0l0,3.2679l-12.1258,0l0,-18.5677l11.8337,0l0,3.1194l-8.1814,0l0,4.3077l7.3048,0l0,3.2679z" fill="white" id="svg_7"/>
<path d="m177.10055,162.48058l3.6523,0l0,15.1512l8.3274,0l0,3.2679l-11.8336,0l0,-18.4191l-0.1461,0z" fill="white" id="svg_8"/>
<path d="m155.77065,123.56018l-30.6799,0c-0.8766,0 -1.4609,-0.5941 -1.4609,-1.4854l0,-10.3978c0,-0.8913 0.5843,-1.4854 1.4609,-1.4854l30.6799,0c0.8765,0 1.4609,0.5941 1.4609,1.4854l0,10.3978c0,0.8913 -0.5844,1.4854 -1.4609,1.4854zm-29.219,-2.9708l27.758,0l0,-7.427l-27.758,0l0,7.427z" fill="#6B6B6B" id="svg_9"/>
<path d="m182.06765,144.35708l-56.9769,0c-0.8766,0 -1.4609,-0.5941 -1.4609,-1.4854l0,-10.3979c0,-0.8912 0.5843,-1.4854 1.4609,-1.4854l56.9769,0c0.8766,0 1.4609,0.5942 1.4609,1.4854l0,10.3979c0,0.8913 -0.5843,1.4854 -1.4609,1.4854zm-55.516,-2.9708l54.0551,0l0,-7.4271l-54.0551,0l0,7.4271z" fill="#6B6B6B" id="svg_10"/>
</g>
</g>
</svg>
<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="168" height="168" rx="5" fill="#F8F8F8"/>
<path d="M53 51.1445C53 49.4877 54.3431 48.1445 56 48.1445H85H99.0608L106.394 59.2441L117 66.3776V84.6106V118.077C117 119.734 115.657 121.077 114 121.077H56C54.3431 121.077 53 119.734 53 118.077V51.1445Z" fill="#45AF72"/>
<path d="M98.9473 48L107.813 57.0281L116.999 66.0522H98.9473V48Z" fill="#259956"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M67 81C67 78.7909 68.7909 77 71 77H86V93H67V81ZM71 79C69.8954 79 69 79.8954 69 81V91H84V79H71Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M84 77H99C101.209 77 103 78.7909 103 81V93H84V77ZM86 79V91H101V81C101 79.8954 100.105 79 99 79H86Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M67 91H86V107H71C68.7909 107 67 105.209 67 103V91ZM69 93V103C69 104.105 69.8954 105 71 105H84V93H69Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M84 91H103V103C103 105.209 101.209 107 99 107H84V91ZM86 93V105H99C100.105 105 101 104.105 101 103V93H86Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,15 +1,9 @@
<svg width="300" height="300" xmlns="http://www.w3.org/2000/svg" fill="none">
<g>
<title>Layer 1</title>
<rect y="0.18359" width="300" height="300" rx="5" fill="#F8F8F8" id="svg_1"/>
<g id="svg_11">
<path id="svg_2" fill="#6B6B6B" d="m181.8561,206.00361l-71.46989,0c-0.89523,0 -1.49206,-0.594 -1.49206,-1.485l0,-99.3742c0,-5.79314 4.77465,-10.54646 10.59365,-10.54646l40.1365,0c0.8952,0 1.4921,0.59417 1.4921,1.48541c0,0.89125 -0.5969,1.48542 -1.4921,1.48542l-40.1365,0c-4.1778,0 -7.60952,3.41644 -7.60952,7.57563l0,97.8882l69.97782,0c4.1777,0 7.6095,-3.416 7.6095,-7.575l0,-77.0931c0,-0.8912 0.5968,-1.4854 1.492,-1.4854c0.8953,0 1.4921,0.5942 1.4921,1.4854l0,77.0931c0,5.941 -4.7746,10.546 -10.5936,10.546z"/>
<path id="svg_3" fill="#6B6B6B" d="m167.5327,120.59131c-0.4476,0 -0.746,-0.1486 -1.0444,-0.4457c-0.2985,-0.297 -0.4477,-0.5941 -0.4477,-1.0398l0.2984,-23.61799c0,-0.59416 0.2985,-1.18833 0.8953,-1.33687c0.5968,-0.29708 1.1936,-0.14854 1.6413,0.29708l23.5746,23.46948c0.4476,0.4456 0.5968,1.0398 0.2984,1.634c-0.2984,0.5941 -0.7461,0.8912 -1.3429,0.8912l-23.873,0.1486c0.1492,0 0.1492,0 0,0zm1.7905,-21.5385l-0.1492,18.5676l18.6508,-0.1485l-18.5016,-18.4191z"/>
<path id="svg_4" fill="#E51A1A" d="m193.4936,187.43431l-87.13645,0c-1.79048,0 -3.43175,-1.4854 -3.43175,-3.4165l0,-27.3315c0,-1.7825 1.49206,-3.4165 3.43175,-3.4165l87.28575,0c1.7904,0 3.4317,1.4854 3.4317,3.4165l0,27.4801c-0.1492,1.7825 -1.6413,3.2679 -3.581,3.2679z"/>
<path id="svg_5" fill="#F8F8F8" d="m133.812,162.48081c1.492,0 2.6857,0.297 3.8793,0.7427c1.1937,0.4456 1.9397,1.1883 2.5365,2.0795c0.5969,0.8913 0.8953,1.9311 0.8953,3.2679c0,1.1884 -0.2984,2.2282 -0.8953,3.268c-0.5968,0.8912 -1.492,1.6339 -2.5365,2.0795c-1.0444,0.4456 -2.3873,0.7427 -3.8793,0.7427l-2.6857,0l0,6.2388l-3.7302,0l0,-18.4191l6.4159,0zm-0.2984,9.061c1.1936,0 2.0889,-0.2971 2.8349,-0.7427c0.746,-0.4457 1.0444,-1.1884 1.0444,-2.2282c0,-1.0397 -0.2984,-1.7824 -1.0444,-2.2281c-0.746,-0.4456 -1.6413,-0.7427 -2.8349,-0.7427l-2.2381,0l0,5.9417l2.2381,0z"/>
<path id="svg_6" fill="#F8F8F8" d="m149.7772,162.48081c1.7905,0 3.4318,0.297 4.9238,1.0397c1.4921,0.7428 2.6858,1.7825 3.4318,3.1194c0.746,1.3369 1.3429,2.9708 1.3429,4.9019c0,1.931 -0.4477,3.565 -1.3429,4.9018c-0.8952,1.3369 -1.9397,2.5252 -3.4318,3.2679c-1.492,0.7427 -3.1333,1.0398 -4.9238,1.0398l-6.1174,0l0,-18.2705l6.1174,0zm-0.2984,15.2997c1.9397,0 3.581,-0.5942 4.6254,-1.634c1.0445,-1.0397 1.6413,-2.5252 1.6413,-4.6047c0,-1.9311 -0.5968,-3.4165 -1.6413,-4.4563c-1.0444,-1.0398 -2.5365,-1.6339 -4.6254,-1.6339l-2.0889,0l0,12.1804l2.0889,0l0,0.1485z"/>
<path id="svg_7" fill="#F8F8F8" d="m162.4606,162.48081l12.0857,0l0,3.2679l-8.3556,0l0,4.7533l7.4603,0l0,3.1193l-7.4603,0l0,7.4271l-3.7301,0l0,-18.5676z"/>
</g>
</g>
</svg>
<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="168" height="168" rx="5" fill="#F8F8F8"/>
<path d="M53 51.1445C53 49.4877 54.3431 48.1445 56 48.1445H85H99.0608L106.394 59.2441L117 66.3776V84.6106V118.077C117 119.734 115.657 121.077 114 121.077H56C54.3431 121.077 53 119.734 53 118.077V51.1445Z" fill="#ED3535"/>
<path d="M98.9473 48L107.813 57.0281L116.999 66.0522H98.9473V48Z" fill="#E31313"/>
<path d="M76.2658 100C77.0253 100 77.6329 100.152 78.2405 100.38C78.8481 100.608 79.2278 100.987 79.5316 101.443C79.8354 101.899 79.9873 102.431 79.9873 103.114C79.9873 103.722 79.8354 104.254 79.5316 104.785C79.2278 105.241 78.7721 105.621 78.2405 105.849C77.7088 106.077 77.0253 106.229 76.2658 106.229H74.8987V109.419H73V100H76.2658ZM76.1139 104.633C76.7215 104.633 77.1772 104.482 77.5569 104.254C77.9367 104.026 78.0886 103.646 78.0886 103.114C78.0886 102.583 77.9367 102.203 77.5569 101.975C77.1772 101.747 76.7215 101.595 76.1139 101.595H74.9747V104.633H76.1139Z" fill="#F8F8F8"/>
<path d="M84.3932 100C85.3046 100 86.14 100.152 86.8995 100.532C87.659 100.912 88.2666 101.443 88.6464 102.127C89.0261 102.81 89.3299 103.646 89.3299 104.633C89.3299 105.621 89.1021 106.456 88.6464 107.14C88.1907 107.824 87.659 108.431 86.8995 108.811C86.14 109.191 85.3046 109.343 84.3932 109.343H81.2793V100H84.3932ZM84.2413 107.824C85.2287 107.824 86.0641 107.52 86.5957 106.988C87.1274 106.456 87.4312 105.697 87.4312 104.633C87.4312 103.646 87.1274 102.886 86.5957 102.355C86.0641 101.823 85.3046 101.519 84.2413 101.519H83.178V107.748H84.2413V107.824Z" fill="#F8F8F8"/>
<path d="M90.8477 100H96.9995V101.671H92.7464V104.102H96.5438V105.697H92.7464V109.495H90.8477V100Z" fill="#F8F8F8"/>
<path d="M96.5479 87.8591C94.15 87.6792 91.8381 86.7914 89.9714 85.1879C86.3277 85.9896 82.8638 87.1473 79.3959 88.5709C76.6426 93.4675 74.0652 95.9588 71.843 95.9588C71.3978 95.9588 70.8667 95.8688 70.5113 95.6029C69.535 95.157 69 94.1793 69 93.2015C69 92.3998 69.1796 90.1744 77.619 86.5254C79.5755 82.9664 81.083 79.3175 82.3287 75.4886C81.2626 73.3532 78.9507 68.1007 80.5518 65.4334C81.0869 64.4556 82.153 63.9198 83.3051 64.0098C84.1955 64.0098 85.082 64.4556 85.617 65.1674C86.773 66.7709 86.6831 70.15 85.1718 75.1366C86.5933 77.8078 88.46 80.2092 90.6821 82.2546C92.5489 81.8987 94.4156 81.6328 96.2823 81.6328C100.461 81.7227 101.082 83.6782 100.992 84.8359C100.992 87.8591 98.0592 87.8591 96.5479 87.8591ZM71.6673 93.3775L71.9329 93.2876C73.1787 92.8417 74.155 91.9539 74.8657 90.7963C73.534 91.3321 72.464 92.2199 71.6673 93.3775ZM83.4847 66.6771H83.2191C83.1293 66.6771 82.9536 66.6771 82.8638 66.767C82.5084 68.2806 82.7739 69.8802 83.3988 71.3077C83.9299 69.7941 83.9299 68.1906 83.4847 66.6771ZM84.1056 79.5834L84.0158 79.7633L83.926 79.6734C83.1293 81.7188 82.2428 83.7643 81.2626 85.7237L81.4422 85.6337V85.8136C83.3988 85.1018 85.5311 84.48 87.4837 84.0341L87.3939 83.9442H87.6595C86.3277 82.6105 85.0859 81.097 84.1056 79.5834ZM96.1925 84.3001C95.3919 84.3001 94.6812 84.3001 93.8806 84.48C94.771 84.9258 95.6575 85.1018 96.5479 85.1918C97.1688 85.2817 97.7937 85.1918 98.3248 85.0119C98.3248 84.7459 97.9694 84.3001 96.1925 84.3001Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,17 +1,13 @@
<svg width="300" height="300" xmlns="http://www.w3.org/2000/svg" fill="none">
<g>
<title>Layer 1</title>
<rect y="0.18359" width="300" height="300" rx="5" fill="#F8F8F8" id="svg_1"/>
<g id="svg_11">
<path id="svg_2" fill="#6B6B6B" d="m181.7133,206.00351l-71.15118,0c-0.89125,0 -1.48541,-0.594 -1.48541,-1.485l0,-99.3741c0,-5.79305 4.75329,-10.54637 10.54639,-10.54637l39.9576,0c0.8912,0 1.4854,0.59417 1.4854,1.48541c0,0.89125 -0.5942,1.48541 -1.4854,1.48541l-39.9576,0c-4.1591,0 -7.57557,3.41645 -7.57557,7.57555l0,97.8891l69.66577,0c4.1592,0 7.5756,-3.417 7.5756,-7.576l0,-77.0929c0,-0.8912 0.5942,-1.4854 1.4854,-1.4854c0.8913,0 1.4854,0.5942 1.4854,1.4854l0,77.0929c0,5.942 -4.7533,10.546 -10.5464,10.546z"/>
<path id="svg_3" fill="#6B6B6B" d="m167.4527,120.59131c-0.4456,0 -0.7427,-0.1485 -1.0397,-0.4456c-0.2971,-0.2971 -0.4457,-0.5941 -0.4457,-1.0398l0.2971,-23.618c0,-0.59417 0.2971,-1.18833 0.8913,-1.33687c0.5941,-0.29708 1.1883,-0.14854 1.6339,0.29708l23.4695,23.46949c0.4456,0.4456 0.5942,1.0398 0.2971,1.634c-0.2971,0.5941 -0.7427,0.8912 -1.3369,0.8912l-23.7666,0.1485c0.1486,0 0.1486,0 0,0zm1.7825,-21.53841l-0.1485,18.56761l18.5676,-0.1485l-18.4191,-18.41911z"/>
<path id="svg_4" fill="#919191" d="m193.2998,187.43441l-86.74805,0c-1.7825,0 -3.41645,-1.4855 -3.41645,-3.4165l0,-27.3315c0,-1.7825 1.48541,-3.4165 3.41645,-3.4165l86.89655,0c1.7825,0 3.4164,1.4854 3.4164,3.4165l0,27.4801c-0.1485,1.7824 -1.6339,3.2679 -3.5649,3.2679z"/>
<path id="svg_5" fill="white" d="m127.3483,162.48081l14.8541,0l0,3.2679l-5.6446,0l0,15.1512l-3.7135,0l0,-15.1512l-5.6445,0l0,-3.2679l0.1485,0z"/>
<path id="svg_6" fill="white" d="m160.0283,162.48081l-6.3873,8.9125l6.8329,9.5066l-4.6048,0l-4.4562,-6.5358l-4.4562,6.5358l-4.3077,0l6.8329,-9.358l-6.5358,-9.0611l4.4562,0l4.3077,6.0902l4.3077,-6.0902l4.0106,0z"/>
<path id="svg_7" fill="white" d="m160.7702,162.48081l14.8541,0l0,3.2679l-5.6446,0l0,15.1512l-3.7135,0l0,-15.1512l-5.6446,0l0,-3.2679l0.1486,0z"/>
<path id="svg_8" fill="#6B6B6B" d="m147.6978,118.36181l-23.7665,0c-0.8913,0 -1.4855,-0.5941 -1.4855,-1.4854c0,-0.8912 0.5942,-1.4854 1.4855,-1.4854l23.7665,0c0.8913,0 1.4854,0.5942 1.4854,1.4854c0,0.8913 -0.5941,1.4854 -1.4854,1.4854z"/>
<path id="svg_9" fill="#6B6B6B" d="m172.9498,139.15871l-49.0185,0c-0.8913,0 -1.4855,-0.5942 -1.4855,-1.4854c0,-0.8913 0.5942,-1.4854 1.4855,-1.4854l49.0185,0c0.8913,0 1.4854,0.5941 1.4854,1.4854c0,0.8912 -0.5941,1.4854 -1.4854,1.4854z"/>
</g>
</g>
</svg>
<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="168" height="168" rx="5" fill="#F8F8F8"/>
<path d="M53 51.1367C53 49.4799 54.3431 48.1367 56 48.1367H85H99.0608L106.394 59.2363L117 66.3698V84.6028V118.069C117 119.726 115.657 121.069 114 121.069H56C54.3431 121.069 53 119.726 53 118.069V51.1367Z" fill="#4C7CDB"/>
<path d="M98.9473 48L107.813 57.0281L116.999 66.0522H98.9473V48Z" fill="#3264C7"/>
<path d="M81.1445 74.9102H85.0016V78.7672H81.1445V74.9102Z" fill="#4C7CDB"/>
<path d="M85.002 78.7695H88.859V82.6266H85.002V78.7695Z" fill="#4C7CDB"/>
<path d="M81.1445 82.625H85.0016V86.482H81.1445V82.625Z" fill="#4C7CDB"/>
<path d="M85.002 86.4805H88.859V90.3375H85.002V86.4805Z" fill="#4C7CDB"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.1074 96.4461C78.1074 96.0595 78.4208 95.7461 78.8074 95.7461H91.192C91.5786 95.7461 91.892 96.0595 91.892 96.4461V101.793C91.892 102.179 91.5786 102.493 91.192 102.493H78.8074C78.4208 102.493 78.1074 102.179 78.1074 101.793V96.4461ZM79.1074 96.7461V101.493H90.892V96.7461H79.1074Z" fill="#4C7CDB"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M67 73.5C67 72.6716 67.6716 72 68.5 72H84.5C85.3284 72 86 72.6716 86 73.5C86 74.3284 85.3284 75 84.5 75H68.5C67.6716 75 67 74.3284 67 73.5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M67 87.5C67 86.6716 67.6716 86 68.5 86H100.5C101.328 86 102 86.6716 102 87.5C102 88.3284 101.328 89 100.5 89H68.5C67.6716 89 67 88.3284 67 87.5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M67 103.5C67 102.672 67.6716 102 68.5 102H100.5C101.328 102 102 102.672 102 103.5C102 104.328 101.328 105 100.5 105H68.5C67.6716 105 67 104.328 67 103.5Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,4 @@
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.5 2.5H2.5V22.5H6.5V2.5Z" fill="#FF6F00"/>
<path d="M22.5 2.5H18.5V22.5H22.5V2.5Z" fill="#FF6F00"/>
</svg>

After

Width:  |  Height:  |  Size: 214 B

Some files were not shown because too many files have changed in this diff Show More