salt.wei
be30af440c
ENH: fix z hop error issue
...
This is fix for z hop issue that z hop of
layer change is always spiral list even when set
to normal lift
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I7b235a640b0538bedfe4cef61ca24108c1ba7246
2023-01-10 19:08:26 +08:00
tao wang
907c7688ed
ENH:reset filament empty when the remain value is error
...
Change-Id: I1fa1923a7ef3cd61b592e5ff0874aadf5a534eaf
2023-01-10 19:08:26 +08:00
yifan.wu
ec20f0fbc7
ENH: use spiral lift only when it is needed
...
If a travel path goes through an overhang expolygons, and their distance
is shorter than threshold, lift type will be set to SpiralLift.
Signed-off-by: yifan.wu <yifan.wu@bambulab.com >
Change-Id: I345788711755dd8611ecf385818e6052cd8abe9e
2023-01-10 19:08:26 +08:00
tao wang
9044b29c09
ENH:allows the user to enter a printed IP address
...
Change-Id: I9d2617d0dd42f53e93d61e98bcf3cc97979a93f6
(cherry picked from commit 24ab56f8568e9637634e97a0632309cfd2762749)
2023-01-10 19:08:26 +08:00
tao wang
c5a72f2a88
FIX:fixed some models with special names cannot be downloaded
...
Change-Id: Id5a3dff960d6e9868dfa87aef96093de2dc215e6
2023-01-10 19:08:26 +08:00
chunmao.guo
75284231bf
FIX: [STUDIO-1770] webview white background
...
Change-Id: Ie828f53139978b0f7745355e7c65c7f6067dd4d3
2023-01-10 19:08:26 +08:00
liz.li
fc4e1e617f
FIX: fix problems of preview-slider under ByObject
...
1.layer number display in disorder under ByObject case
2.disable unworkable functions in ByObject case:add pause, add custom Gcode, change filaments
Change-Id: Ib0413e047db1daf1ca582e1369c70b6b93c1bd64
2023-01-10 19:08:26 +08:00
liz.li
ba2400cd5a
FIX: toolbar cannot rescale a super small stl correctly
...
1.reason: input box limit the digit of input number, and has a max value limit of scale
Change-Id: Ib6f36033ebc9d1621eb0c3359c67ff788518f528
2023-01-10 19:08:26 +08:00
liz.li
cd35570711
FIX: wxGDIFont exception when init
...
Change-Id: Ib245e89e2e8644c662d7621101777a5d8e15c7d9
2023-01-10 19:08:26 +08:00
Stone Li
b0210d7312
NEW: add build time in about dialog
...
Change-Id: Ibb27223568f19f39ec57c01af23376c325d3972b
Signed-off-by: Stone Li <stone.li@bambulab.com >
2023-01-10 19:08:26 +08:00
zhimin.zeng
1793402dc1
ENH: allow generate wipe tower when print ByObject
...
allow generate wipe tower when print ByObject if there is only one object
Change-Id: I199e9cab7bd7c963edf58e829c663bb91c12f4f8
(cherry picked from commit 7153c30800022f3afb9811c67f88ba28c9b25d20)
2023-01-10 19:08:26 +08:00
zhimin.zeng
c4ef6a0d23
ENH: support text modify
...
Change-Id: Ide5a3c7df5f3ea4395821a65807d79b459f3e46e
(cherry picked from commit 55de44d4c80c545de14466aa039a7b0ac144f395)
2023-01-10 19:08:26 +08:00
zhimin.zeng
40e1ef7f19
FIX: can not save project when modify bed type in the scene
...
Change-Id: Iaea1bef142edcf0c68a64cfa1f3b1d309b96f251
2023-01-10 19:08:26 +08:00
lane.wei
b01f4679bd
ENH: debug: when not release to public, use vectored exception handler
...
Change-Id: I2f80f07e035d6a6652574470ac13631baba7cf7d
2023-01-10 19:08:26 +08:00
tao.jin
8da0d9f686
ENH: render mesh_errors notification in red
...
Change-Id: Ie13524dc27436b9e1c075e5e9e0363cfa1504147
2023-01-10 19:08:26 +08:00
lane.wei
591b852873
ENH: save hints.cereal into user directory insteadof cache
...
Change-Id: Ie44f18768e9908946f173bc668a46eb723f19745
2023-01-10 19:08:26 +08:00
lane.wei
ec60876940
FIX: repair: fix the state not correct issue after repair
...
Change-Id: Ic4aaeaeeee921294e0a5ab6d82517dc28f8822c8
2023-01-10 19:08:26 +08:00
qing.zhang
84816f4db4
FIX: add plate offset of placeholder
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: Id16559e112b6db2759b95f97465d49ab85206e83
2023-01-10 19:08:26 +08:00
Arthur
34b6881e7b
ENH: merge tree support layers to support layers
...
Will greately reduce repeated codes.
Change-Id: I506a97a907b5b393fe41e13ae53e2f7c9247c4c5
2023-01-10 19:08:26 +08:00
tao.jin
5bc695d7d2
ENH: refine physical printer dialog
...
Change-Id: I34d122f83addab3db2952a6a2b91b59921d2a981
2023-01-10 19:08:26 +08:00
Stone Li
77db5de99d
ENH: modify slice button and print button initial value
...
Change-Id: I114aa63b25f32ba6b427afd8b9ce4ebebfe18915
Signed-off-by: Stone Li <stone.li@bambulab.com >
2023-01-10 19:08:26 +08:00
qing.zhang
f296194fa2
ENH: put the seam on invisible line of modifier
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: Ib16de93b26e96902ce2e0d844b78d0cc680638a4
2023-01-10 19:08:26 +08:00
chunmao.guo
b1bb6517ab
FIX: [STUDIO-1653] login dialog position
...
Change-Id: Ib73195d55c8bec3e8d5eec4b56489a5c22882de9
2023-01-10 19:08:26 +08:00
chunmao.guo
bfa6a6248d
FIX: [STUDIO-1575] end dialog with wxID_ABORT on user end session
...
Change-Id: Ie509b5780a5d11572eadd6dee2fd93903c128c17
2023-01-10 19:08:26 +08:00
zhimin.zeng
8aedc53fe2
FIX: a part with new color change to negative part
...
even though there is only one color, the wipe tower is still exist
Change-Id: I5c68a4ca7239cfc74aba452a6588d74f6d622f47
(cherry picked from commit 032c2e6718c65aa4c5b18eecd0ccce27f3f489bb)
2023-01-10 19:08:26 +08:00
chunmao.guo
08e64afb4a
FIX: StaticBox zero size bitmap
...
Change-Id: I33d942f771171fe1f2a61b5f3d1a66a6c7e0da05
2023-01-10 19:08:26 +08:00
chunmao.guo
ddc0c6e3a9
FIX: [STUDIO-1842] format wiki url's anchor
...
Change-Id: Ifb8f73a1674aecaaad5ef5e7248a142e8a0f0146
2023-01-10 19:08:26 +08:00
Arthur
f7dd2f5d82
ENH: improve sharp tail detection
...
1. When sharp tail region suddenly grows a lot, it means it connects to
a well supported region and is no longer a sharp tail.
Jira: STUDIO-1862
2. First layer of sharp tail can not be reducible (must have extrusion,
i.e. won't disappear after slicing), otherwise thin spikes at the
top of the object are also treated as sharp tails.
Model: knight_seadra
3. Increase sharp_tail_max_support_height to 16mm
Model: Crane_reversed
Jira: STUDIO-1859 (for this issue I don't what is the exact cause,
but adding these three improvements solves the problem)
Change-Id: I3cd57b184d78dba8862ab3c214057ae78fe49d1f
(cherry picked from commit 9242c6a6d1f23f11ebc43a9049ce10229a15c60e)
2023-01-10 19:08:26 +08:00
zhimin.zeng
66a0c5b913
ENH: generate wipe tower when custom change gcode filament
...
Change-Id: Ia0c81453f09457a9d1d56fbcdce79112953c0208
2023-01-10 19:08:26 +08:00
zhimin.zeng
d9445540dd
FIX: the position is reset when reload from disk
...
Change-Id: I1acf9501f7211b45655c86dac7a529681f8cf150
(cherry picked from commit 1b7c763673e37f33ceea59be96cfb29760721f6b)
2023-01-10 19:08:26 +08:00
salt.wei
8c8c2bbe4b
ENH: optimize area of top surface
...
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: Ia3d1be6ad3b9f55ee1acda14d0be955055f6dfcb
(cherry picked from commit 448fd3043950613a4d91df256fa9ee52a57fcaca)
2023-01-10 19:08:26 +08:00
salt.wei
6cc7535082
ENH: don't generate detour travel when position is unclear
...
Detour travel is wrong in multi color printing when
current position is unclear.
Don't generate detour travel in this case to avoid
colour mixture.
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I2d24b04d99b8a0b34a46c9f88e522e97cb0fe354
2023-01-10 19:08:26 +08:00
tao wang
92a78c4df6
FIX:fixed title of calibration dialog not being darked up
...
Change-Id: I3c24dde3ba3effb815b744aef16da273ad78b55a
2023-01-10 19:08:26 +08:00
tao wang
75f1ebf05d
FIX:fixed object table Brim does not take effect after setting
...
Change-Id: Ic9dbe6b4c016a69d0e26b6c9a232deda7f526d12
2023-01-10 19:08:26 +08:00
SoftFever
4c40b231de
Fix a bug that after load a project, printer connection info is missing
...
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2023-01-07 22:06:30 +08:00
SoftFever
5413cb2dc0
Support firmware retration and retract_restart_extra
2023-01-07 11:17:55 +08:00
SoftFever
2158372bbd
fix sync_user_preset issue. Now it loads user presets properly
2023-01-07 00:22:22 +08:00
SoftFever
3686d97b3f
Ensure print speeds are consistent for all blocks in Flow Rate calibration process
2023-01-07 00:07:42 +08:00
SoftFever
10ff354273
fix bed model rendering issue for all 3rd party printers
2023-01-06 21:31:23 +08:00
SoftFever
eabf39d25d
Cap max volumetric speed limit for PA line test
...
#94
2023-01-05 19:44:33 +08:00
SoftFever
93df0e05bd
Fix crash for Vase mode
...
#117
2023-01-05 19:44:33 +08:00
SoftFever
0d1897f9e5
Allow exporting g-code for BBL machines
2023-01-05 19:44:33 +08:00
SoftFever
a0c86307fe
fix color in dark mode
2023-01-05 19:44:33 +08:00
SoftFever
8cd8d2ae0a
change print flow ratio to float.
...
Also fixed an issue that maximum volumetric speed is not respected
#93 #103
2023-01-05 19:44:33 +08:00
SoftFever
4e9bb60757
add safety check
2023-01-05 19:44:33 +08:00
SoftFever
b921b3b171
Don't emit M106 P2 command if additional fan is not enabled.
...
#105
2023-01-05 19:44:32 +08:00
SoftFever
2001f6b4bb
make sure to exit calib mode when a new model is added
2023-01-05 19:44:32 +08:00
SoftFever
ab1d613f42
change app color
2023-01-03 22:05:20 +08:00
fang64
17f9537037
app image builder feature ( #86 )
...
* deps/wxWidgets: Disable EGL for wxGLCanvas
To work around <https://github.com/supermerill/SuperSlicer/issues/1093 >.
* Fix USE_GLCANVAS_EGL=OFF for only Linux Builds
* Add -r flag to BuildLinux.sh to skip ram check
* Add support for AppImage build in containers.
* Add GitHub Action Workflow to Build AppImage
* Update AppImage-Builder to use upload-artifact v3
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li >
2023-01-02 14:48:20 +08:00
SoftFever
6aa99c0f77
don't cap volumetric speed for flowrate test
2022-12-31 22:51:27 +08:00