680 Commits

Author SHA1 Message Date
rtyr
a9ed8455f3
Sync with PrusaSlicer-settings. Added PapapiuLab bundle. 2023-08-21 15:31:51 +02:00
rtyr
efca9a3fbc
Sync with PrusaSlicer-settings. 2023-08-21 15:21:35 +02:00
rtyr
86c9ea0eb0
MK4IS thumbnail 2023-08-21 15:20:32 +02:00
rtyr
4dfb67986e
Sovol fixes 2023-07-14 13:25:03 +02:00
rtyr
e5a647025f
Merge pull request #10957 from ils15/master
Add Sovol Printers to PrusaSlicer
2023-07-14 13:23:27 +02:00
rtyr
8d5df0d96c
Initial LNL3D bundle.
https://github.com/prusa3d/PrusaSlicer/pull/10843
2023-07-10 07:21:35 +02:00
ils15
727cae84c4
Delete 90A9E31B-9512-4739-8C9E-55C12BD40307.png 2023-07-07 15:06:04 -03:00
ils15
99cb5cae09
ADD Sovol Profiles to PrusaSlicer
This PR adds Sovol Printers to PrusaSlicer
2023-07-07 15:03:42 -03:00
rtyr
b321084b02
Added new Prusament Resins. 2023-06-15 17:44:48 +02:00
rtyr
f8eb152a5e
Updated compatible printer condition. 2023-06-13 09:25:50 +02:00
rtyr
52641b7010
Updated MK2.5MMU2 thumbnail. 2023-06-12 12:47:50 +02:00
rtyr
54bcadb1e9
Bumped up configuration version. 2023-06-09 10:42:33 +02:00
rtyr
d7d223d759
Updated thumbnails. 2023-06-08 12:32:08 +02:00
rtyr
1ec051e770
Fixed output file name format for MONO SE. 2023-06-07 13:24:30 +02:00
rtyr
e412313f3a
Updated start g-code for MK4. 2023-06-06 12:36:37 +02:00
rtyr
982a98cf97
Trimaker bundle
https://github.com/prusa3d/PrusaSlicer/pull/10582
2023-06-05 14:12:41 +02:00
rtyr
f9d2c9651e
Sync with PrusaSlicer-settings.
1.9.0-beta2
2023-05-30 10:36:53 +02:00
rtyr
f98dfd00a6
MK4IS resources 2023-05-30 10:35:47 +02:00
rtyr
a4c772b54e
Updated PHOTON MONO thumbnails.
Better quality and correct resolution.
2023-05-19 14:03:12 +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
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
rtyr
de69696edb
General rework. Updated start g-code.
https://github.com/prusa3d/PrusaSlicer/pull/10140
2023-04-04 11:08:18 +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
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
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
rtyr
4536bd89d7
Sync with PrusaSlicer-settings 2023-02-28 20:47:08 +01:00
rtyr
2ad6c7d4d5
Sync with PrusaSlicer settings 2023-02-28 20:25:10 +01:00
rtyr
957572fb8a
Sync with PrusaSlicer-settings 2023-02-09 15:51:06 +01:00
rtyr
ec63f8f0c2
Sync with PrusaSlicer-settings 2023-02-07 08:59:38 +01:00
rtyr
66a69c9368
Initial MakerGear bundle.
https://github.com/prusa3d/PrusaSlicer/pull/9169
2023-02-06 11:12:29 +01:00
rtyr
368461f5d7
Sync with PrusaSlicer-settings. 2023-02-02 17:48:23 +01:00
tamasmeszaros
3e37067cc9 Merge remote-tracking branch 'public/master' 2023-01-31 10:57:26 +01:00
rtyr
a1445da22c
Fixed PVB 2023-01-25 11:20:07 +01:00
rtyr
2d55f5761b
1.6.0-alpha0
Default top fill set to monotonic lines. Updated infill/perimeter overlap values. Updated output filename format. Enabled dynamic overhang speeds.
2023-01-23 12:35:30 +01:00
rtyr
4a42795220
Fixed invalid inheritance. 2023-01-23 12:33:28 +01:00