EnderPy
c55f072ad2
Disable priming extruders on Anycubic Kobra 2 / 3 ( #7450 )
...
* Disable priming all extruders on start for Anycubic Kobra 3
* Disable prime all extruders for Anycubic Kobra 2 Pro / Plus / Max / Neo
2024-12-01 21:44:30 +08:00
Patrick Uven
195c830fc5
Provide reasonable default layer heights ( #7384 )
...
Using my Ender 3 V3 SE I noticed weird printing behaviour. Searching for
the cause, I found that the default layer height for a 0.2mm nozzle for
the printer was set to 0.08mm min and 0.32mm max, which are the default
20%/80% values for a 0.4mm nozzle. This commit changes the values for
all Creality printer which had not a reasonable default value for 0.2mm,
0.6mm and 0.8mm nozzles to 20% min and 80% max.
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-12-01 21:18:31 +08:00
Andy
9b5f88b202
Russian translation update ( #7623 )
...
Russian translation update OrcaSlicer V2.2.0 Official Release.
Translation updates, improved translation, corrected errors.
2024-12-01 21:07:54 +08:00
xiaoyeliu
3009d16bdc
Feature: set different colors to tools on devices with multitools ( #7125 )
...
For devices with multitools, set the default colors of filaments for each tool to different colors
2024-12-01 20:49:55 +08:00
Victor Usoltsev
b8a32fa4c1
Differentiates beta releases. Always shows release notes as text. ( #7067 )
2024-12-01 20:44:43 +08:00
Frank Tackitt
4513097e33
Add 0.5mm nozzle profiles for Voron printers ( #7446 )
...
Co-authored-by: Franklyn Tackitt <git@frank.af >
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-12-01 20:14:44 +08:00
Psych0h3ad
e0aedf3b7c
Update OrcaSlicer_ja.po ( #7463 )
...
Add some translations
2024-11-30 23:16:42 +08:00
xiaoyeliu
88a77ef259
Fix: The "Unsaved Changes Dialog" pops up, but the content display section is empty. ( #7482 )
...
fix:The Unsaved Changes Dialog pops up, but the content display section is empty.
2024-11-30 22:23:07 +08:00
thrgd
943cf8c5eb
fix: Bambu P1P 0.4mm profile added missing MC fan gcode ( #7490 )
2024-11-30 22:12:18 +08:00
discip
4f4d42be9b
don't create HEADER_BLOCK_START if using BTT_TFT thumbnails ( #7488 )
...
* don't create HEADER_BLOCK_START if using BTT_TFT thumbnails
* Update GCode.cpp
2024-11-30 21:43:02 +08:00
Bernhard Koppensteiner
f4a4534c69
Minor tweaks for TPU filament in MK3.5 Profiles ( #7487 )
...
* bugfix for TPU filament overrides
* higher voluemetric flow
* bugfix for to high speed at internal solid infill
2024-11-30 21:40:53 +08:00
Noisyfox
f1540b3c67
Fix bug ShortestPath.cpp ( #13331 ) ( #7615 )
...
Accessing a moved object.
Also this method create an unused "out" variable by removing from the parameter.
I guess It should update the parameter object?
Anyway, seems very wrong
(cherry picked from commit 534792e249da3efb83a62279f532b6690d028592)
Co-authored-by: Merill <merill@free.fr >
2024-11-30 21:38:59 +08:00
hadess
bb0c5dc303
Mouse3DController: Add SpaceMouse Wireless BT support ( #7618 )
...
Update the device list to match the upstream spacenavd one.
2024-11-30 21:37:39 +08:00
Noisyfox
8bbe6b7e36
Do not create raycaster when loading the gcode preview ( #7596 )
2024-11-30 21:36:22 +08:00
moransolutions
2ddebe4c9d
Fixes a configuration issue with the Sovol SV06 ACE profile ( #7504 )
...
* Update Sovol SV06 ACE 0.4 nozzle.json
fixed name to add - official
* Update Sovol SV06 Plus ACE 0.4 nozzle.json
fixed config to add - official
2024-11-28 22:37:41 +08:00
Vasily Khoruzhick
e50c348e55
libslic3r: include tbb/spin_mutex to fix compilation error ( #7505 )
...
PrintObject.cpp references tbb::spin_mutex, thus it needs to include
tbb/spin_mutex. Otherwise compilation fails with:
error: ‘spin_mutex’ is not a member of ‘tbb’
Supersedes #7057
2024-11-28 22:32:54 +08:00
Ioannis Giannakas
784aa3a4bc
Integrate external purge estimates (eg Blobifier) to the filament consumption UI ( #7508 )
...
Integrate external purge estimates to the filament consumption UI
2024-11-28 22:26:49 +08:00
AMstuff
2523fe7cca
Include libspnav in flatpak builds ( #7529 )
2024-11-28 20:40:51 +08:00
zlbruce
fa07992747
fix filename encode issue when download chinese filename ( #7542 )
2024-11-28 20:39:53 +08:00
kiniad
6e3cd73340
Extended resources for Ratrig V-Core 4: I.E. profiles for 0.8 nozzle and PCTG filament ( #7561 )
...
* Update 0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4.json
it's HYBRID not HYBIRD
* Update 0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5.json
it's HYBRID not HYBIRD
* Update 0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6.json
it's HYBRID not HYBIRD
* Add files via upload
Adding process files for the 0.8 nozzle
* Add files via upload
machine profiles for 0.8 nozzle
* Update Ratrig.json
Added support for 0.8.nozle
* Add files via upload
Added filament profile for the more and more popular PCTG
* Update Ratrig.json
Add filament PCTG
* Update Ratrig.json
Filament setting for big (>0.4) nozzles
* Add files via upload
Filament setting for big (>0.4) nozzles
* Filament setting for big (>0.4) nozzles
Filament setting for big (>0.4) nozzles
* Optimized layer and extrusion values
Optimized layer and extrusion values
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-11-28 20:35:03 +08:00
LyricWulf
1e89bd101b
fix: ImageGrid download button would delete instead ( #7413 )
2024-11-27 22:28:36 +08:00
Noisyfox
4ebda18350
Fix 3mf object type to conform the 3mf core spec ( #7586 )
...
Fix 3mf object type. Always use "model" instead of "other" for modifiers, to conform the 3mf core spec (SoftFever/OrcaSlicer#7574 )
2024-11-27 20:39:57 +08:00
camerony
06f0c74179
Added LDO as a Filament vendor ( #7587 )
...
* Added LDO as a Filament vendor
2024-11-27 20:35:27 +08:00
0verflowed-stack
6fad1971ba
Fix the incorrect translation of 'Bottom' into Ukrainian ( #7589 )
2024-11-27 20:32:56 +08:00
Noisyfox
5eebdcddb7
Fix PA pattern crash if default/first layer line width is percentage ( #7592 )
...
Fix PA pattern crash if default/first layer line width is percentage (SoftFever/OrcaSlicer#7569 )
2024-11-27 20:25:57 +08:00
Vovodroid
792e84c115
Retract on top layer option. ( #6188 )
...
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-11-23 23:23:04 +08:00
Vovodroid
fad6af058f
Fix no overhang reverse in Arachne ( #5964 )
...
* Fix no overhang revert in Arachne
* Merge branch 'main' into fix-no-revert-arachne-pr
2024-11-22 21:44:38 +08:00
SoftFever
3a0dbab036
bump version to 2.3.0-dev
2024-11-21 21:48:39 +08:00
SoftFever
ef321afc11
update sponsorlist
2024-11-21 21:48:29 +08:00
Vovodroid
829a007b86
Adaptive layers - respect layer height range modifiers. ( #5941 )
...
* Adaptive layers - respect layer height range modifiers.
* Remove #pragma optimize
2024-11-21 21:40:51 +08:00
SoftFever
1457181ff9
Update README.md ( #7496 )
2024-11-16 16:47:26 +08:00
Thomas
e1cb0b35e6
French translations for v2.2.0 ( #7261 )
...
* Added one missing string
* Added missing strings for 2.2.0
2024-11-12 00:27:25 +08:00
KrisMorr
1f9d0abe0e
update Polish translations ( 2.2.0 official ) ( #7260 )
...
* update Polish translations ( 2.2.0 official )
* update Polish translations ( 2.2.0 official )
* update Polish translations ( 2.2.0 official )
2024-11-12 00:27:03 +08:00
ZZQiang-An
0dad78e461
Sovol ( #7279 )
...
* Added Comgrow T300 official profile
Added Comgrow T300 official profile
* Added official profiles for Sovol SV06 ACE and Sovol SV06 Plus ACE
2024-11-12 00:25:37 +08:00
Dima Buzdyk
8b79225f9e
Fix cmake warning on policy CMP0135 ( #7247 )
2024-11-12 00:24:54 +08:00
Lee Jong Mun
e0758e57f6
kor translation update ( #7394 )
2024-11-12 00:23:38 +08:00
Noisyfox
7514c411ca
Allow clicking the toolbar icon multiple times without moving the cursor ( #7267 )
...
Revert "FIX:fix Gizmo tooltop disply"
This reverts commit a26c573b1b .
2024-11-12 00:09:15 +08:00
Adam Křivánek
b2a3f60532
Update OrcaSlicer_cs.po ( #7360 )
2024-11-12 00:06:49 +08:00
Vasily Khoruzhick
8db01625b8
Fix flatpak build ( #7283 )
...
* Patch wxWidgets to automatically select dark theme variant (taken from
Bambu slicer flatpak manifest)
* Drop python script that selected dark theme
* Add a patch to fix libslic3r build
2024-11-12 00:06:23 +08:00
SoftFever
ec609b2905
bump to 2.2.0 official
2024-10-27 23:12:10 +08:00
SoftFever
25376ad6c7
update profile version
2024-10-27 23:11:44 +08:00
SoftFever
aac8ba9ece
update locale
2024-10-27 23:09:01 +08:00
HYzd766
d34b35b114
Qidi profile updates ( #7056 )
...
* Qidi.json
* Qidi.json
* Qidi.json
* new change
new change
* Qidi.json
* Update fdm_filament_pla.json
little change
* Update fdm_filament_pla.json
little change
* Update fdm_machine_common.json
little change
* Update fdm_process_qidi_x3_common.json
little change
2024-10-27 22:54:26 +08:00
Noisyfox
3c8d4ddc80
Fix crash when extruder 16 is used in color painting ( #7200 )
...
Fix crash when extruder 16 is used in color painting (SoftFever/OrcaSlicer#7198 )
2024-10-27 22:48:01 +08:00
Fritz Webering
2f8230785e
Avoid collisions when moving Z down ( #7208 )
...
Avoid collisions with previous extrusions in the same layer when moving Z down in an XYZ move.
This happens for example when starting a scarf joint after another perimeter was already printed.
Fixes SoftFever#7191
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-10-27 22:24:49 +08:00
Noisyfox
39cc37ae84
Fix crash when doing PA calib using pattern method from calib tab ( #7248 )
...
* Fix crash when doing PA calib using pattern method from calib tab
2024-10-26 22:13:30 +08:00
Lee Jong Mun
7d58d9296d
kor translation update ( #7245 )
...
* kor translation update
2024-10-26 21:41:14 +08:00
Noisyfox
3dab25a884
Fix crash when loading gcode file twice ( #7217 )
...
* Fix ASAN use-after-free error when loading 3mf file with gcode by drag-and-drop
* Fix crash when loading gcode file twice
2024-10-26 21:29:03 +08:00
Hugo Costa
58db2acb64
Add BLOCKS RD50, ProS100 and RF50 printers ( #7190 )
...
* Add BLOCKS RD50, ProS100 and RF50 printers
Add printer configurations and profiles for Blockstech printers to OrcaSlicer
* Update RF50 thumbnail
Added the definative thumbnail for the RF50 printer model.
2024-10-26 00:31:11 +08:00
Noisyfox
89abc5f2fc
Fix issue that thumbnail color not updated properly when AMS slot mapping changes ( #7194 )
...
* Fix issue that thumbnail color not updated properly when AMS slot mapping changes
2024-10-25 23:25:17 +08:00