SoftFever
758d05aa3e
fix a bug that new overhang slowdown algo didn't work properly for cloned objects
2023-02-21 01:28:42 +08:00
SoftFever
6520f3f3ea
1.4.5 features ( #319 )
...
* Changes:
Improve precise wall
Port PS2.6 overhang slowdown feature
Implement overhang fan for new overhang slowdown algo
Add option to switch between classic/new overhang slowdown implementation
Set Arachne as default engine
Small adjustment of temp calibration range
turn off small perimeter by default
Small UI tweaks
Change default top_surface_pattern to monotonic
Fine tune jerk
Signed-off-by: SoftFever <softfeverever@gmail.com >
* Disable optimizations for RelWithDebInfo
Signed-off-by: SoftFever <softfeverever@gmail.com >
* fix an issue that max volumetirc/vfa calibration can't send to print
Signed-off-by: SoftFever <softfeverever@gmail.com >
#322
* fix build errors
Signed-off-by: SoftFever <softfeverever@gmail.com >
---------
Signed-off-by: SoftFever <softfeverever@gmail.com >
2023-02-17 23:09:18 +08:00
SoftFever
617410b55a
more calibrations
...
precise wall
etc
Signed-off-by: SoftFever <softfeverever@gmail.com >
2023-02-11 09:55:58 +08:00
SoftFever
57fef9b168
Port seam fix for Arachne from PrusaSlicer
...
Signed-off-by: SoftFever <softfeverever@gmail.com >
2023-01-26 01:43:23 +08:00
Patrice Côté
4cdf23e25f
Compatibility with klipper_estimator ( #229 )
...
Changed estimated time string in order to be fully compatible with klipper_estimator. Format is now the same as Slic3r, PrusaSlicer and SuperSlicer
2023-01-25 21:58:59 +08:00
Patrice Côté
881594facd
Enable absolute/relative extrusion option on non BBL printers ( #205 )
...
Add the option to use non-relative extrusion in printer config screen. Some extruders do not play well with relative extrusion...
Remove reference to multi-extruder
Remove reference to multi-extruder
change g-code comment for M83 relative extrusion
changed comment for M83
Remove commented line of code
In this specific case, we delete the old line of code because it refers to a variable that was deleted from the rest of the code (RELATIVE_E_AXIS)
2023-01-24 13:02:52 +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
122c68321b
Merge branch 'master-remote' into SoftFever
...
# Conflicts:
# bbl/i18n/BambuStudio.pot
# bbl/i18n/de/BambuStudio_de.po
# bbl/i18n/en/BambuStudio_en.po
# bbl/i18n/es/BambuStudio_es.po
# bbl/i18n/fr/BambuStudio_fr.po
# bbl/i18n/hu/BambuStudio_hu.po
# bbl/i18n/nl/BambuStudio_nl.po
# bbl/i18n/sv/BambuStudio_sv.po
# bbl/i18n/zh_cn/BambuStudio_zh_CN.po
# resources/i18n/de/BambuStudio.mo
# resources/i18n/en/BambuStudio.mo
# resources/i18n/es/BambuStudio.mo
# resources/i18n/fr/BambuStudio.mo
# resources/i18n/hu/BambuStudio.mo
# resources/i18n/nl/BambuStudio.mo
# resources/i18n/sv/BambuStudio.mo
# resources/i18n/zh_cn/BambuStudio.mo
# resources/profiles/BBL.json
# resources/profiles/Creality.json
# resources/profiles/Voron.json
# src/libslic3r/PrintConfig.cpp
# src/libslic3r/TreeSupport.cpp
# src/slic3r/GUI/DeviceManager.cpp
# src/slic3r/GUI/ReleaseNote.cpp
# version.inc
2022-12-31 15:15:58 +08:00
Zhaofeng Li
17fea9ede0
GCodeProcessor: Add missing mutex include
2022-12-25 14:29:45 +08:00
SoftFever
0df2a8b5e3
Revert "Merge branch 'SoftFever' into feature/calib"
...
This reverts commit f5b28201fe , reversing
changes made to d9e9fb2206 .
# Conflicts:
# version.inc
2022-12-25 12:39:45 +08:00
SoftFever
15a62aa730
Merge branch 'master' into SoftFever
...
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
# Conflicts:
# resources/i18n/zh_cn/BambuStudio.mo
# src/libslic3r/TreeSupport.cpp
# version.inc
2022-12-21 16:54:14 +08:00
SoftFever
f35d60fa25
refactor and improve layer time display
2022-12-20 22:24:42 +08:00
SoftFever
a5200e6bcd
Add Layer Time/Layer time(Log).
...
Main logic is ported from SuperSlicer
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2022-12-19 23:58:24 +08:00
Zhaofeng Li
60a7c297bc
GCodeProcessor: Add missing mutex include
2022-12-16 22:51:07 -05:00
SoftFever
1ec149b4e1
Merge branch 'master' into SoftFever
...
# Conflicts:
# bbl/i18n/zh_cn/BambuStudio_zh_CN.po
# resources/i18n/de/BambuStudio.mo
# resources/i18n/en/BambuStudio.mo
# resources/i18n/es/BambuStudio.mo
# resources/i18n/fr/BambuStudio.mo
# resources/i18n/hu/BambuStudio.mo
# resources/i18n/nl/BambuStudio.mo
# resources/i18n/sv/BambuStudio.mo
# resources/i18n/zh_cn/BambuStudio.mo
# resources/profiles/Creality.json
# resources/profiles/Voron.json
# resources/web/guide/3/index.html
# src/libslic3r/AppConfig.cpp
# src/libslic3r/GCode.cpp
# src/libslic3r/GCode/GCodeProcessor.cpp
# src/libslic3r/LayerRegion.cpp
# src/libslic3r/Preset.cpp
# src/libslic3r/Print.cpp
# src/libslic3r/PrintConfig.cpp
# src/libslic3r/PrintConfig.hpp
# src/libslic3r/PrintObject.cpp
# src/slic3r/GUI/AboutDialog.cpp
# src/slic3r/GUI/BBLTopbar.cpp
# src/slic3r/GUI/ConfigManipulation.cpp
# src/slic3r/GUI/ConfigWizard.cpp
# src/slic3r/GUI/GCodeViewer.cpp
# src/slic3r/GUI/GUI_App.cpp
# src/slic3r/GUI/GUI_Factories.cpp
# src/slic3r/GUI/MainFrame.cpp
# src/slic3r/GUI/Plater.cpp
# src/slic3r/GUI/Tab.cpp
# version.inc
2022-12-16 13:59:30 +08:00
lane.wei
dbf51204f3
ENH: sync the different codes
...
especially for the translation files
Change-Id: I940578ff6e22b0939d42eeed2209bfeddb0eb191
2022-12-15 04:38:15 -05:00
qing.zhang
d7e46ef638
FIX: fix the disappear of seam on multi plate
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: I58f1f0fa12497dc55c3b2a83abcee883dbbb7d9d
2022-12-15 04:38:15 -05:00
lane.wei
b7c2d8e6be
FIX: fix serveral issues in multi-plate slicing
...
1. fix the thumbnail white issue in some random case
2. fix the thumbnail not update issue under preview panel
3. fix the previous panel's toolpath not clear issue while switch panel
under preview
4. fix the toolpath not clear issue while switch from 3d to preview in
some corner case
Change-Id: I158eba35e3b5d8a1e77f19ee9f86801e6a6dbd86
2022-12-15 04:38:15 -05:00
salt.wei
9471122ead
ENH: fix gcode viewer line error issue
...
Should not insert new line in post process
which changes the the final line id in gcode
file
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: Ib8b837cf313a1308260db88bf5390fefe9708cc8
2022-12-15 04:38:15 -05:00
liz.li
81aa19d770
ENH:remove start G-code layer in preview-slider
...
Change-Id: I89d66453078bb2df1f9a0161f6cfde032a9dd90d
2022-12-15 04:38:15 -05:00
salt.wei
ecd2ad150d
ENH: fix error acceleration in Gcode processor
...
When travel in x-y-z move, the acceleration should
be limited by trivector rather than one axis.
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: If8e5d394cf5d8772d324b9c851c047d9235d9b6b
2022-12-15 04:38:15 -05:00
salt.wei
15bb5115cf
ENH: fix the error time in gcode viewer
...
As title
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I9322b119b68055baea0e6f63d179a0addf02307e
2022-12-15 04:33:48 -05:00
zhimin.zeng
55f2e6956d
FIX: add notes
...
Change-Id: I230637e6c8b3cfe9e49655cf67f338f77a57732e
2022-12-15 04:33:48 -05:00
zhimin.zeng
3335692d77
ENH: enable thick bridge for wipe tower
...
Change-Id: I96dae7753995af1862fe4ad33a00fa56cfbb7d3c
(cherry picked from commit 5f98ff50613e3358de10fa1b6d4429ce71e526c2)
2022-12-15 04:33:48 -05:00
zhimin.zeng
7e9f27e5d3
FIX: small wipe tower width result in infinite loop
...
Change-Id: I1e25dba1728b9427a0cab2c2629c340bf2a4566a
(cherry picked from commit b1fc2f5857e05a177c00134178ddd39882c2a6ab)
2022-12-15 04:33:48 -05:00
Stone Li
93747129ec
FIX: several small fixs
...
Change-Id: Iee10daeedae924fa829148841556e31eb5e9d225
Signed-off-by: Stone Li <stone.li@bambulab.com >
2022-12-15 04:33:48 -05:00
zhimin.zeng
244b927bf7
FIX: prime tower start position is incorrect
...
when support material is used in first tool change
Change-Id: If06459b8404fd599b42187859f476efded57deba
(cherry picked from commit 71f9ed69a3eff4cf3139d04a76176f798a1e1e0d)
2022-12-15 04:33:48 -05:00
Arthur
85712b52de
ENH: save bed type in 3mf for first layer scan
...
Change-Id: Id3d83a58f0cca4899e3247b5854500af79cf1b34
(cherry picked from commit d192ae2d8c7d404048e980cfaa0846be48c5fbad)
2022-12-15 04:33:48 -05:00
salt.wei
164eea2fed
ENH: update jerk strategy according to printer
...
Jerk handling has been changed in printer.
Changed in slicer as well.
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: Ic3aef43a534a7f0b85b734e747dc3ca883faaa46
2022-12-15 04:33:48 -05:00
Stone Li
de6f029234
ENH: save error code to slice info
...
Change-Id: Ic70ef81775c23d160f40ff29f02cc9e1f9d336d6
Signed-off-by: Stone Li <stone.li@bambulab.com >
2022-12-15 04:33:48 -05:00
qing.zhang
6926b22034
ENH: fix the warning msg of nozzle hrc check
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: I0cb6d10e002b3053624a970ecca12801576d8250
2022-12-15 04:33:48 -05:00
Stone Li
a87e05f533
NEW: add a new slicing warning
...
Change-Id: I62a31e505318441699141a5c86355c8d41b890f2
2022-12-15 04:33:48 -05:00
salt.wei
f420873f07
ENH: don't apply new fan speed until filament change finished
...
This patch can make sure that the cooling fan will not
be enabled during change fimanet.
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I9f480b99116d62fe7522233b69b5bca209663821
2022-12-15 04:33:48 -05:00
qing.zhang
410f9f56a2
NEW: add nozzle_hrc and filament required hrc
...
hrc determine which filament could be printed by the nozzle
if the filament required hrc smaller than the nozzle hrc
the fillament could be printed
either of it be zero means use other printers
or user want to print it anyway
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: Ic32dfaed4f9c80774a670c362de612254f3a5ed0
2022-12-15 04:33:48 -05:00
SoftFever
254438cf3a
support RRF firmware(experiment)
2022-11-29 23:06:37 +08:00
SoftFever
b8c6487a07
Merge branch 'master' into SoftFever
...
# Conflicts:
# resources/i18n/zh_cn/BambuStudio.mo
# version.inc
2022-11-08 11:22:03 +08:00
zhimin.zeng
0d4954e1e3
FIX: tool change time is too long
...
Change-Id: Iaecc3dc832c6a20a2acc180a79923e45b97f18f3
(cherry picked from commit a3528545af4176bdba3240120ebde32abf8a9d8d)
(cherry picked from commit cbdab12b2e218427e51f39d6860b00a844caef7a)
2022-11-07 19:59:23 +08:00
SoftFever
9be2e4c884
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
qing.zhang
a2babc2f43
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
SoftFever
260d914ff6
handle klipper set_velocity_limit
2022-10-30 00:50:15 +08:00
SoftFever
f06069cdd8
layer count issue fixed
2022-10-28 17:16:07 +08:00
SoftFever
3c37accd66
fix aux fan issue for third party printers
2022-10-25 21:42:36 +08:00
SoftFever
c557cfc14c
support klipper gcode flavor
2022-10-23 19:42:01 +08:00
SoftFever
0267e2f230
Merge branch 'master-remote' into feature/merge_remote_1.3
...
# Conflicts:
# bbl/i18n/zh_cn/BambuStudio_zh_CN.po
# resources/i18n/zh_cn/BambuStudio.mo
# resources/profiles/Voron.json
# resources/profiles/Voron/filament/Voron Generic ABS.json
# resources/profiles/Voron/filament/Voron Generic ASA.json
# resources/profiles/Voron/filament/Voron Generic PA-CF.json
# resources/profiles/Voron/filament/Voron Generic PA.json
# resources/profiles/Voron/filament/Voron Generic PC.json
# resources/profiles/Voron/filament/Voron Generic PETG.json
# resources/profiles/Voron/filament/Voron Generic PLA-CF.json
# resources/profiles/Voron/filament/Voron Generic PLA.json
# resources/profiles/Voron/filament/Voron Generic PVA.json
# resources/profiles/Voron/filament/Voron Generic TPU.json
# resources/profiles/Voron/filament/fdm_filament_abs.json
# resources/profiles/Voron/filament/fdm_filament_asa.json
# resources/profiles/Voron/filament/fdm_filament_common.json
# resources/profiles/Voron/filament/fdm_filament_pa.json
# resources/profiles/Voron/filament/fdm_filament_pc.json
# resources/profiles/Voron/filament/fdm_filament_pet.json
# resources/profiles/Voron/filament/fdm_filament_pla.json
# resources/profiles/Voron/filament/fdm_filament_pva.json
# resources/profiles/Voron/filament/fdm_filament_tpu.json
# resources/profiles/Voron/machine/Voron 0.1 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron 0.1.json
# resources/profiles/Voron/machine/Voron 2.4 250 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron 2.4 250.json
# resources/profiles/Voron/machine/Voron 2.4 300 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron 2.4 300.json
# resources/profiles/Voron/machine/Voron 2.4 350 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron 2.4 350.json
# resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron Trident 250.json
# resources/profiles/Voron/machine/Voron Trident 300 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron Trident 300.json
# resources/profiles/Voron/machine/Voron Trident 350 0.4 nozzle.json
# resources/profiles/Voron/machine/Voron Trident 350.json
# resources/profiles/Voron/machine/fdm_klipper_common.json
# resources/profiles/Voron/process/0.08mm Extra Fine @Voron.json
# resources/profiles/Voron/process/0.12mm Fine @Voron.json
# resources/profiles/Voron/process/0.15mm Optimal @Voron.json
# resources/profiles/Voron/process/0.20mm Standard @Voron.json
# resources/profiles/Voron/process/0.24mm Draft @Voron.json
# resources/profiles/Voron/process/0.28mm Extra Draft @Voron.json
# resources/profiles/Voron/process/fdm_process_voron_common.json
# src/libslic3r/Preset.cpp
# src/libslic3r/PrintConfig.cpp
# src/libslic3r/PrintConfig.hpp
# src/libslic3r/PrintObject.cpp
# src/slic3r/GUI/BackgroundSlicingProcess.cpp
# src/slic3r/GUI/Field.cpp
# src/slic3r/GUI/GLToolbar.cpp
# src/slic3r/GUI/GLToolbar.hpp
# src/slic3r/GUI/MainFrame.cpp
# src/slic3r/GUI/MainFrame.hpp
# src/slic3r/GUI/NotificationManager.cpp
# src/slic3r/GUI/PhysicalPrinterDialog.cpp
# src/slic3r/GUI/PhysicalPrinterDialog.hpp
# src/slic3r/GUI/Plater.cpp
# src/slic3r/GUI/Plater.hpp
# src/slic3r/GUI/PrintHostDialogs.cpp
# src/slic3r/GUI/PrintHostDialogs.hpp
# src/slic3r/Utils/PrintHost.cpp
2022-10-20 23:12:00 +08:00
yifan.wu
b7802e512d
FIX: fix an flush_into_object bug for copied objects
...
Copied objects share extrusion paths but they should be treated
seperately.
Thanks hisptoot for the fix.
Signed-off-by: yifan.wu <yifan.wu@bambulab.com >
Change-Id: I24d3050df7d284e92fc50a0213023a43ee8c529c
2022-10-20 19:34:37 +08:00
yifan.wu
beb9fba2f0
FIX: fix an exception happened in flush option in debug mode
...
Signed-off-by: yifan.wu <yifan.wu@bambulab.com >
Change-Id: I02847ac516f560863c126ee8bf7bfc9018c2d69e
2022-10-20 19:34:37 +08:00
salt.wei
9d3db3d713
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
Stone Li
d7a41f9039
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
salt.wei
ec2b53b6f2
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
salt.wei
a3a03dcec4
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