Commit Graph

1555 Commits

Author SHA1 Message Date
YuSanka
55057426f2 Post update for Finnish and Catalan languages
* merged with wxWidgets dictionary
* generated MOs

+ Added MO for Belarus language
2023-05-29 11:05:36 +02:00
YuSanka
7d6e07ae7b Manually merge of the https://github.com/prusa3d/PrusaSlicer/pull/10678 2023-05-29 10:38:30 +02:00
davidjuanesb
5828820728 Catalan Language updated to 2.6.0-beta3
Catalan Language updated to 2.6.0-beta3
2023-05-29 10:21:39 +02:00
YuSanka
2417b0aee4 Localization: Updated internal dictionaries (FR, IT, JA, PL, CS, DE, ES) 2023-05-26 13:53:26 +02:00
YuSanka
85b963704a Lokalization: Following-up previous commits:
* GCodeViewer : Used format() instead of sprintf()
 * Added comments to translators
 * Updated POT and merged with community dictionaries
2023-05-26 13:25:46 +02:00
YuSanka
1a82b5b5ff Localization: Workaround to localization of the labels inside of imgui color picker (part of #10568)
* Overridden ImGui::ColorEdit4 and ImGui::ColorPicker4 to send localized labels inside functions
+ Updated POT
2023-05-26 12:44:36 +02:00
YuSanka
3c1008f226 Localization: Localization of units used for time and used filament estimation (part of #10568)
+ Added "ExtrusionRole.cpp" to localization/list.txt to revert localization for the extrusion roles
 + Updated POT
2023-05-26 12:44:36 +02:00
YuSanka
e35d4e9647 Localization: Updated internal dictionaries (FR, IT, JA, PL, CS, DE, ES)
+ Fixed a typo "GCode" instead "G-code"
2023-05-24 13:10:49 +02:00
Oleksandra Yushchenko
bb1e5dbb7a
Merge pull request #42 from Prusa-Development/ys_beta26_local
Merged/fixed dictionaries provided by contributors
2023-05-22 12:36:06 +02:00
YuSanka
1ac3f0102b Updated MOs for community provided dictionaries
+ Fixed formatting for some lines for TR
2023-05-19 15:17:01 +02:00
YuSanka
327eab9fff Update for zh_TW (manually merge of 13357e0744) 2023-05-19 14:35:31 +02:00
YuSanka
2a133b9a14 Post update for Belarussian language after cherry-picking of d1756d1f64
+ Updated for new POT
+ Manually made "..\wx_locale\be.po" till it doesn't exist in upstream wxWidgets localization
2023-05-19 14:31:58 +02:00
rtyr
a4c772b54e
Updated PHOTON MONO thumbnails.
Better quality and correct resolution.
2023-05-19 14:03:12 +02:00
dzmitry
ba236567dc update Belarusian language 2023-05-19 12:26:46 +02:00
dzmitry
8fc8b8ffe9 add Belarusian language 2023-05-19 12:26:18 +02:00
YuSanka
1906df26f6 Post update for Turkish language after cherry-picking of 5a983cb8fe
+ Updated for new POT
+ merged with wxWidgets dictionary

+ Post update for Ukrainian language after cherry-picking of 931ea81c8c
2023-05-19 12:23:35 +02:00
Mehmet Sutaş
efcd8d9aad Turkish Translation
There were about 2000 not translated phrases. All of them translated.
2023-05-19 11:12:00 +02:00
Oleksandr Pidlisnyi
27fc208fcd Update PrusaSlicer_uk.po 2023-05-19 10:39:50 +02:00
YuSanka
a593b96b98 Post update for Russian language after manually merge of https://github.com/prusa3d/PrusaSlicer/pull/10567
+ Updated for new POT
+ merged with wxWidgets dictionary
2023-05-18 15:55:13 +02:00
YuSanka
f94f1d52bf Post update for Catalan language after cherry-picking of a7b6b0516e
+ Updated for new POT
+ merged with wxWidgets dictionary
2023-05-18 15:51:39 +02:00
davidjuanesb
5a5f1db257 Catalan language updated to 2.6.0-beta2
Catalan language updated to 2.6.0-beta2
2023-05-18 15:32:52 +02:00
YuSanka
6485ce3404 Localization: Updated POT and community dictionaries 2023-05-18 15:15:05 +02:00
rtyr
4347263bb2
Sync with PrusaSlicer-settings. Updated cooling settings for ASA. 2023-05-17 10:43:30 +02:00
rtyr
0a0ad1ef10
Updated compatible condition. 2023-05-16 10:28:56 +02:00
Lukas Matena
a68e48b454 Bumped up version to 2.6.0-beta1, updated PrusaResearch profiles 2023-05-12 17:10:00 +02:00
enricoturri1966
159e699cd5 Fixed conflicts after merge with master 2023-04-26 12:35:02 +02:00
rtyr
206d251f27
Sync with PrusaSlicer-settings. 2023-04-18 11:44:34 +02:00
rtyr
e8f0f9cd47
Sync with PrusaSlicer-settings. Added Voron Switchwire.
Based on https://github.com/slic3r/slic3r-profiles/pull/35.
2023-04-13 16:35:00 +02:00
rtyr
dd211b29eb
Voron Switchwire resources.
Based on https://github.com/slic3r/slic3r-profiles/pull/35.
2023-04-13 16:34:07 +02:00
rtyr
5185e760ce
Sync with PrusaSlicer-settings. Updated g-code flavor. 2023-04-06 10:48:19 +02:00
Mimoja
e93b222d33 format/AnycubicSLA: refactor Anycubic SLA format and add Photon Mono and Mono SE printers (#9929)
* format/sla: Rename pwmx format to AnycubicSLA

The Anycubic Photon SLA printer familiy is shipped with the PhotonWorkshop slicer.
This slicer generates the sliced archives. These archives have per-printer
extensions, not only pwmx. The name is -most of the times- comprised of the
PhontonWorkshop "pw" bit and the model name. "mo" for the Photon Mono, "mx"
for the Mono X.

Therefore the format name "pwmx" is incorrect and we are renaming it to AnycubicSLA.
On top of it we are introducing a helper macro to connect file extension and printer
definition as most printers use extremely similiar formats.

Signed-off-by: Mimoja <git@mimoja.de>

* format/AnycubicSLA: Add missing fields

The AnycubicSLA format description is derived from reverse engineering of
the PhotonWorkshop output files.

While the initial Photon devices had their binary headers with version 1
we have seen newer models with additional versions. Namely 515, 516 and 517.
We are adding the version handling to the AnycubicSLA exporter to prepare
for future version handling.
Some fields were missing for Version 1 which are added.

Signed-off-by: Mimoja <git@mimoja.de>

* PrintConfig/sla: Move material notes to simple view

As the Anycubic Photon Mono X uses the material notes to configure the
printers parameters we need to change the visibility to allow every user acces.

This will change the default behaviour for non Anycubic SLA printers.

Signed-off-by: Mimoja <git@mimoja.de>

* format/AnycubicSLA: Expose Antialiasing via material notes

Similiar to how the other machine configurations are exposed via the material notes
we are adding the Antialiasing config.

Signed-off-by: Mimoja <git@mimoja.de>

* Printer/sla: Add Anycubic Photon Mono and Mono SE

The Photon Mono and Mono SE are format compatible printers with the Mono X.
They support Version 1 and Version 515 binary archives.
We are implementing them as Version 1 priters to reduce the overhead and keep the code
in line with the Mono X.

The addition as Version 1 printers leaves some features unexposed, most noteably the Antialiasing
level configuration which is now always the maximum.

Given that the printers check the eligability of sliced files by file extension we are
poised to create per-printer sla_print default configurations to overwrite output_filename_format.

Tested: Successfully printed multiple objects. Changing the layer parameter on the onscreen display
succeeded.

---------

Signed-off-by: Mimoja <git@mimoja.de>
2023-04-05 15:05:18 +02:00
enricoturri1966
61d45cf3b5 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_sla_switch_view 2023-04-04 14:38:17 +02:00
rtyr
de69696edb
General rework. Updated start g-code.
https://github.com/prusa3d/PrusaSlicer/pull/10140
2023-04-04 11:08:18 +02:00
enricoturri1966
799e44f155 Show an icon button, in place of a plain imgui button, in the 3D scene as switch between view types of an object sliced with sla printer 2023-04-04 09:47:22 +02:00
YuSanka
102d3e0d2c Localization:
* Fixed phrases
* Updated POT
* New POT is merged with community POs
2023-04-03 11:32:50 +02:00
rtyr
0ed47616f9
Added MK4 profiles. 2023-03-29 11:22:09 +02:00
rtyr
f71ea4b615
MK4 resources 2023-03-29 10:54:03 +02:00
YuSanka
f9de995f9e Remove '_utf8' makro.
(Initially, it was used because of using of boost::format for localized lines. But now It's better to use format and formal_wxstr functions)

+ Fixed missed marks for localization
+ Added missed filed to localization to the list.txt
2023-03-23 22:55:38 +01:00
Lukas Matena
472090a54d Fix: file containing localization was missing in list.txt 2023-03-23 22:55:38 +01:00
rtyr
4326929960
Updated output filename format. 2023-03-21 12:36:23 +01:00
rtyr
16024b12c5
Update Anker.idx 2023-03-17 15:51:51 +01:00
rtyr
d4d463bc28
Official AnkerMake profiles. 2023-03-17 15:48:36 +01:00
rtyr
520148a8aa
Added new AnkerMake resources 2023-03-17 15:48:06 +01:00
rtyr
c878bbd826
Updated compatible conditions for some filament profiles. 2023-03-16 16:44:51 +01:00
rtyr
b463b3148d
Sync with PrusaSlicer-settings. Added XL. 2023-03-15 20:51:59 +01:00
rtyr
379c6366de
XL resources 2023-03-15 20:51:09 +01:00
YuSanka
a2ed5a4606 Localization 2023-03-03 15:24:34 +01:00
rtyr
d653090f27
Sync with PrusaSlicer-settings. 2023-03-03 11:29:53 +01:00
rtyr
1847ca0f9d
Added thumbnail for AQD 2023-03-03 09:24:15 +01:00
rtyr
a5f175fb08
Sync with PrusaSlicer-settings.
Version bump.
2023-03-03 09:01:43 +01:00