Compare commits

...

353 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
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
430 changed files with 24581 additions and 3916 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"
)
@@ -660,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!
@@ -675,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

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

@@ -25,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
@@ -56,6 +58,7 @@ 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
@@ -85,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
@@ -99,6 +103,7 @@ 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/

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=RelWithDebInfo -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=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

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

View File

@@ -2,11 +2,17 @@
"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

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

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 @@
<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

@@ -0,0 +1,16 @@
<svg width="696" height="449" viewBox="0 0 696 449" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="696" height="449" fill="#2C2C2C"/>
<path d="M305.928 253.273V231.84H299.913V258.277H321.981L320.084 253.273H305.928Z" fill="white"/>
<path d="M347.497 237.093H326.31L328.034 241.658H347.286C347.612 241.658 347.88 241.926 347.88 242.251V244.944H330.697C327.46 244.944 324.835 247.561 324.835 250.789V252.432C324.835 255.66 327.46 258.277 330.697 258.277H353.378V242.919C353.378 239.71 350.753 237.093 347.497 237.093ZM347.861 253.674H330.908C330.582 253.674 330.314 253.406 330.314 253.081V250.082C330.314 249.758 330.582 249.49 330.908 249.49H347.861V253.674Z" fill="white"/>
<path d="M378.53 237.093H364.699V231.802H364.584H358.665V258.277H364.699H378.53C381.767 258.277 384.392 255.66 384.392 252.432V242.957C384.411 239.729 381.786 237.093 378.53 237.093ZM378.491 253.1C378.491 253.425 378.223 253.692 377.898 253.692H364.699V241.754H377.898C378.223 241.754 378.491 242.021 378.491 242.346V253.1Z" fill="white"/>
<path d="M397.418 203.149H367.573V224.333H373.434V208.383C373.434 208.058 373.703 207.79 374.028 207.79H381.959C382.285 207.79 382.553 208.058 382.553 208.383V224.333H388.434V208.383C388.434 208.058 388.702 207.79 389.027 207.79H396.843C397.169 207.79 397.437 208.058 397.437 208.383V224.333H403.337V208.994C403.28 205.766 400.655 203.149 397.418 203.149Z" fill="white"/>
<path d="M459.521 219.137C459.521 219.462 459.253 219.729 458.928 219.729H444.829C444.503 219.729 444.235 219.462 444.235 219.137V203.149H438.699V218.488C438.699 221.716 441.323 224.333 444.56 224.333H459.138C462.376 224.333 465 221.716 465 218.488V203.149H459.502V219.137H459.521Z" fill="white"/>
<path d="M356.386 203.149H335.199L336.923 207.714H356.175C356.5 207.714 356.769 207.982 356.769 208.306V211H339.586C336.348 211 333.724 213.617 333.724 216.845V218.488C333.724 221.716 336.348 224.333 339.586 224.333H362.247V208.975C362.266 205.747 359.623 203.149 356.386 203.149ZM356.749 219.729H339.796C339.471 219.729 339.203 219.462 339.203 219.137V216.138C339.203 215.813 339.471 215.546 339.796 215.546H356.749V219.729Z" fill="white"/>
<path d="M427.914 203.149H414.083V197.857H413.968H408.049V224.333H414.083H427.914C431.151 224.333 433.776 221.716 433.776 218.488V208.994C433.795 205.766 431.171 203.149 427.914 203.149ZM427.876 219.137C427.876 219.462 427.608 219.729 427.282 219.729H414.083V207.791H427.282C427.608 207.791 427.876 208.058 427.876 208.383V219.137Z" fill="white"/>
<path d="M329.26 215.661C329.088 213.636 328.053 211.821 326.444 210.484C327.287 209.319 327.843 207.905 327.938 206.377C327.938 206.224 327.977 204.811 327.957 204.62C327.613 200.226 323.264 196.769 317.977 196.769C317.901 196.769 311.177 196.769 305.947 196.769V201.487L299.913 203.798V224.352H321.636C321.636 224.352 322 224.333 322.153 224.333C325.965 224.085 329.011 220.99 329.26 217.113C329.279 216.921 329.26 215.852 329.26 215.661ZM305.928 201.468H318.724C319.107 201.468 319.471 201.544 319.797 201.697C321.004 202.175 321.866 203.359 321.866 204.734C321.866 204.734 321.847 205.193 321.789 205.422C321.617 206.473 320.908 207.313 319.969 207.695C319.548 207.886 319.088 208.001 318.59 208.001H305.928V201.468ZM319.567 219.729H305.928V212.681H319.567C321.521 212.681 323.092 214.247 323.092 216.196C323.092 218.163 321.521 219.729 319.567 219.729Z" fill="white"/>
<path d="M305.928 196.749V191.038L299.913 193.349V199.061L305.928 196.749Z" fill="white"/>
<path d="M259.796 216.119V258.277H283.856V225.556L259.796 216.119Z" fill="white"/>
<path d="M259.796 191V212.089L283.856 221.544V191H259.796Z" fill="white"/>
<path d="M232 233.177V191H256.06V223.722L232 233.177Z" fill="white"/>
<path d="M232 258.278V237.208L256.06 227.753V258.278H232Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

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">
<path d="M8.49031 2.42996C6.78031 0.719961 4.00031 0.719961 2.29031 2.42996C0.580312 4.13996 0.580312 6.91996 2.29031 8.62996C3.88031 10.22 6.39031 10.33 8.11031 8.96996L9.59031 10.45C9.59031 10.45 9.23031 10.81 9.59031 11.18C9.95031 11.55 13.2403 14.83 13.2403 14.83C13.2403 14.83 13.6003 15.19 13.9703 14.83C14.3303 14.47 14.7003 14.1 14.7003 14.1C14.7003 14.1 15.0603 13.74 14.7003 13.37C14.3403 13 11.0503 9.71996 11.0503 9.71996C10.6903 9.35996 10.3203 9.71996 10.3203 9.71996L8.83031 8.24996C10.1903 6.51996 10.0803 4.01996 8.49031 2.42996ZM8.10031 8.24996C6.60031 9.74996 4.17031 9.74996 2.67031 8.24996C1.17031 6.74996 1.17031 4.31996 2.67031 2.81996C4.17031 1.31996 6.60031 1.31996 8.10031 2.81996C9.60031 4.31996 9.60031 6.74996 8.10031 8.24996Z" fill="#00AE42"/>
</svg>

After

Width:  |  Height:  |  Size: 877 B

View File

@@ -0,0 +1,9 @@
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="4.5" y="2.5" width="20" height="22.7097" rx="2.5" stroke="#6B6B6B" stroke-linejoin="round"/>
<path d="M8.06458 8.09668H17.5484" stroke="#00AE42" stroke-width="2" stroke-linecap="round"/>
<path d="M20.9354 8.09668H21.6128" stroke="#00AE42" stroke-width="2" stroke-linecap="round"/>
<path d="M20.9354 14.1936H21.6128" stroke="#00AE42" stroke-width="2" stroke-linecap="round"/>
<path d="M20.9354 20.2905H21.6128" stroke="#00AE42" stroke-width="2" stroke-linecap="round"/>
<path d="M8.06458 14.1936H17.5484" stroke="#00AE42" stroke-width="2" stroke-linecap="round"/>
<path d="M8.06458 20.2905H17.5484" stroke="#00AE42" stroke-width="2" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 769 B

View File

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

View File

@@ -20,7 +20,7 @@
"0x205"
],
"printable_height": "200",
"machine_start_gcode": "M190 S0\nM104 S0\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}",
"machine_end_gcode": "PRINT_END",
"layer_change_gcode": "",
"scan_first_layer": "0",

View File

@@ -129,9 +129,11 @@
"silent_mode": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"layer_change_gcode": "",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"machine_pause_gcode": "M400 U1\n",
"wipe": [
"1"
]
],
"z_lift_type": "NormalLift"
}

View File

@@ -17,6 +17,9 @@
"default_acceleration": "1000",
"initial_layer_acceleration": "500",
"top_surface_acceleration": "800",
"travel_acceleration": "1000",
"inner_wall_acceleration": "900",
"outer_wall_acceleration": "700",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
@@ -98,5 +101,7 @@
"internal_solid_infill_speed": "150",
"top_surface_speed": "50",
"gap_infill_speed": "30",
"travel_speed": "200"
"travel_speed": "200",
"enable_arc_fitting": "0"
}

View File

@@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.02.00.03",
"version": "01.03.00.13",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@@ -204,7 +204,7 @@
{
"name": "Generic PLA @0.2 nozzle",
"sub_path": "filament/Generic PLA @0.2 nozzle.json"
},
},
{
"name": "Generic PLA-CF",
"sub_path": "filament/Generic PLA-CF.json"
@@ -380,6 +380,14 @@
{
"name": "PolyTerra PLA @BBL X1",
"sub_path": "filament/PolyTerra PLA @BBL X1.json"
},
{
"name": "PolyTerra PLA @BBL X1C 0.2 nozzle",
"sub_path": "filament/PolyTerra PLA @BBL X1C 0.2 nozzle.json"
},
{
"name": "PolyLite PLA @BBL X1C 0.2 nozzle",
"sub_path": "filament/PolyLite PLA @BBL X1C 0.2 nozzle.json"
}
],
"machine_list": [

View File

@@ -9,7 +9,7 @@
"Bambu Lab"
],
"filament_cost": [
"34.99"
"39.99"
],
"filament_flow_ratio": [
"0.94"

View File

@@ -17,23 +17,11 @@
"cool_plate_temp": [
"40"
],
"hot_plate_temp": [
"40"
],
"textured_plate_temp": [
"40"
],
"cool_plate_temp_initial_layer": [
"40"
],
"hot_plate_temp_initial_layer": [
"40"
],
"textured_plate_temp_initial_layer": [
"40"
],
"filament_cost": [
"29.99"
"69.98"
],
"slow_down_layer_time": [
"8"

View File

@@ -15,7 +15,7 @@
"230"
],
"filament_cost": [
"36.99"
"41.99"
],
"nozzle_temperature": [
"230"

View File

@@ -9,6 +9,7 @@
"2"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle"
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
]
}

View File

@@ -9,6 +9,7 @@
"2"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle"
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
]
}

View File

@@ -9,6 +9,7 @@
"1"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle"
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
]
}

View File

@@ -41,6 +41,18 @@
"nozzle_temperature_range_high": [
"270"
],
"hot_plate_temp" : [
"70"
],
"textured_plate_temp" : [
"70"
],
"textured_plate_temp_initial_layer" : [
"70"
],
"hot_plate_temp_initial_layer" : [
"70"
],
"filament_start_gcode": [
" ; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}"
]

View File

@@ -12,6 +12,7 @@
"; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle"
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
]
}

View File

@@ -12,6 +12,8 @@
"8"
],
"compatible_printers": [
"Bambu Lab X1 0.4 nozzle"
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,15 @@
{
"type": "filament",
"setting_id": "GFSL25",
"name": "PolyLite PLA @BBL X1C 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "PolyLite PLA @BBL X1C",
"filament_max_volumetric_speed": [
"15"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
]
}

View File

@@ -12,6 +12,8 @@
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle"
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle"
]
}

View File

@@ -12,6 +12,8 @@
"8"
],
"compatible_printers": [
"Bambu Lab X1 0.4 nozzle"
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,15 @@
{
"type": "filament",
"setting_id": "GFSL24",
"name": "PolyTerra PLA @BBL X1C 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "PolyTerra PLA @BBL X1C",
"filament_max_volumetric_speed": [
"1"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
]
}

View File

@@ -12,6 +12,8 @@
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle"
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle"
]
}

View File

@@ -68,7 +68,7 @@
"255"
],
"temperature_vitrification": [
"80"
"70"
],
"nozzle_temperature_range_low": [
"220"

View File

@@ -26,10 +26,10 @@
"0"
],
"hot_plate_temp" : [
"45"
"55"
],
"textured_plate_temp" : [
"45"
"55"
],
"cool_plate_temp_initial_layer" : [
"35"
@@ -38,10 +38,10 @@
"0"
],
"hot_plate_temp_initial_layer" : [
"45"
"55"
],
"textured_plate_temp_initial_layer" : [
"45"
"55"
],
"nozzle_temperature_initial_layer": [
"220"

View File

@@ -11,10 +11,10 @@
"0"
],
"hot_plate_temp" : [
"45"
"55"
],
"textured_plate_temp" : [
"45"
"55"
],
"cool_plate_temp_initial_layer" : [
"35"
@@ -23,10 +23,10 @@
"0"
],
"hot_plate_temp_initial_layer" : [
"45"
"55"
],
"textured_plate_temp_initial_layer" : [
"45"
"55"
],
"fan_cooling_layer_time": [
"100"

View File

@@ -74,7 +74,7 @@
"240"
],
"temperature_vitrification": [
"30"
"35"
],
"nozzle_temperature_range_low": [
"200"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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