SoftFever
0eefbe032e
Inner brim only and Outer and inner brim
...
Signed-off-by: SoftFever <softfeverever@gmail.com >
2023-01-22 01:30:35 +08:00
SoftFever
77da290943
increase max bed size to 2147
...
Signed-off-by: SoftFever <softfeverever@gmail.com >
2023-01-21 23:40:03 +08:00
SoftFever
9f91a8450b
merge upstream changes
...
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2023-01-21 00:37:10 +08:00
SoftFever
e745ac980e
Feature/fix more colors ( #193 )
...
* fix more colors
* fix more color on Mac
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
* fix new windows issue on Mac
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
#137
* Support more PrusaSlicer variables
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
* enhance compatibility: bed_shape and wipe_start_x
* fix more color
* build deps
* only build for PR
Signed-off-by: SoftFever <softfeverever@gmail.com >
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
Signed-off-by: SoftFever <softfeverever@gmail.com >
2023-01-18 23:06:39 +08:00
SoftFever
8a520d3597
Raised bed temperature limit to 300.
...
The actual temperature is subject to the firmware's limitations
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2023-01-16 21:13:13 +08:00
SoftFever
a9dbd28d7a
Allow 100% retract before wipe
...
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2023-01-16 20:59:10 +08:00
SoftFever
28aa37dfc8
QoL: remember choice
...
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2023-01-16 20:58:42 +08:00
SoftFever
f9ded5115e
move inwards before travel
...
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2023-01-16 00:58:01 +08:00
SoftFever
d431904d2a
role_based_wipe_speed and wipe_speed
...
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2023-01-15 21:05:35 +08:00
SoftFever
e2237bb288
fix calibration menu disappearing issue on Mac
2023-01-15 10:32:40 +08:00
SoftFever
e261f09155
update tooltip
2023-01-14 19:43:35 +08:00
SoftFever
c05b6a55e3
seam gap parameter
2023-01-14 19:39:00 +08:00
salt.wei
886fa4aa33
ENH: disable clipper2 in perimeter generator
...
Clipper2 doesn't solve wrong line issue for some
specific model and sometimes has performance issue.
Return to clipper1.
Signed-off-by: salt.wei <salt.wei@bambulab.com >
Change-Id: I906f8b81083ac8c03ecc9fe3e8d2ade20be95c04
2023-01-13 21:51:17 +08:00
Patrice Côté
8d5ff9ac2a
Add Post-processing ( #159 )
...
It is now possible to call external post-process scripts
2023-01-12 19:42:31 +08:00
Patrice Côté
ec3b707033
Remove limitations for bed_exclude_area ( #151 )
...
* Remove limitations for bed_exclude_area
Was limited to 256mm, not ractical to exlcude half of the bed (for instance on IDEX printers)
* Add RatRig V-Cast printer
Add RatRig V-Cast printer
Add RatRig V-Cast printer
Add RatRig V-Cast printer
2023-01-10 22:29:33 +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
SoftFever
6108d1efae
reorder calibration menu items
2022-12-31 20:22:35 +08:00
SoftFever
3ef66a3ad7
fix an issue that flow rate was not visible sometimes in object view
2022-12-31 20:22:18 +08:00
SoftFever
84e9af6e46
Support first_layer_bed_temperature and first_layer_temperature variable for better compatibility
2022-12-31 16:59:49 +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
SoftFever
4d60929123
fix wrong icon after dpi rescaling
2022-12-31 13:50:45 +08:00
SoftFever
5c62c8e3cf
Use more informative project name for calibration
2022-12-30 22:09:59 +08:00
SoftFever
047ffe7c27
calibration menu for mac os
...
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com >
2022-12-29 23:57:32 +08:00
SoftFever
7621e9082d
QOL change: use first model's name as output name if project name isn't set.
2022-12-29 23:13:44 +08:00
SoftFever
6c970dfb82
QOL change: Don't add "_plate_0" in file name if there is only one plate in the current project
2022-12-29 23:12:48 +08:00
SoftFever
91b5e91e1b
QOLchange: Don't add Untitled string if project name is set
2022-12-29 23:11:24 +08:00
SoftFever
6485187435
add version check
2022-12-29 20:35:14 +08:00
SoftFever
d19a675e5b
fix scaling issue
2022-12-28 15:10:15 +08:00
SoftFever
f234114680
Attempt to fix a crash caused by small perimeters
2022-12-28 13:53:42 +08:00
SoftFever
71c65e99f9
re-write flow calibration
2022-12-28 02:14:22 +08:00
SoftFever
6201f8a312
tune flowrate test
2022-12-28 00:06:42 +08:00
SoftFever
c30329151e
pressure advance tower
2022-12-27 23:51:53 +08:00
SoftFever
cb880851a1
move model
2022-12-27 00:57:13 +08:00
SoftFever
4ac7759a61
flow calibration first version
...
Port from SuperSlicer
2022-12-27 00:57:12 +08:00
Arthur
4c0dd0892f
ENH: improve generate_contact_points tree support
...
1. Previously we used integer Point type to detect corner, which was wrong.
2. Delete duplicate points more aggressively to prevent too many points
around curved overhangs.
3. Do not generate roof_1st_layers if there is no interface at all.
Change-Id: I1167ac04c533ec8f29dc9e656ba7072d1b54197f
(cherry picked from commit 1329347c4bf9c8207cf21e591a6ad113bb565673)
2022-12-26 05:31:54 -05:00