Notifications
Clear all

Slic3r Prusa Edition 1.42.0-beta2  

  RSS
Jakub Dolezal
(@jakub-dolezal)
Member Admin
Slic3r Prusa Edition 1.42.0-beta2

Hi guys,
brand new Slic3r Prusa Edition 1.42.0 is out! This is a third beta build intended to test new features. Note that this release is for experienced users 😉

What is new?
This is a third public beta release succeeding multiples of the Slic3r PE 1.42.0 alphas and two betas, introducing a Copy / Paste feature to the 3D scene, improving the SLA mode and fixing many bugs. Compared to the current stable Slic3r PE 1.41.3 release, the Slic3r PE 1.42.0-beta1 features a significantly reworked user interface, new masked SLA support, improved stability and a lot more.

Slic3r PE 1.42.0 evolution:
Slic3r Prusa Edition 1.42.0-alpha1 (more details)
Slic3r Prusa Edition 1.42.0-alpha2 (more details)
Slic3r Prusa Edition 1.42.0-alpha3 (more details)
Slic3r Prusa Edition 1.42.0-alpha4 (more details)
Slic3r Prusa Edition 1.42.0-alpha5 (more details)
Slic3r Prusa Edition 1.42.0-alpha6 (public release skipped)
Slic3r Prusa Edition 1.42.0-alpha7 (more details)
Slic3r Prusa Edition 1.42.0-beta (more details)
Slic3r Prusa Edition 1.42.0-beta1 (more details)

New features in Slic3r Prusa Edition 1.42.0-beta2

SLA improvements
-> Multiple support point selection is now performed by holding a Control key, it used to be the Shift key. The rectangular selection is performed by holding a Shift key while dragging a mouse holding the left mouse button as before. This is consistent with the handling of the modifier keys on desktop operating systems. A new rectangular deselection mode is performed by holding an Alt key while dragging a mouse holding the left mouse button.
-> SLA gizmo newly provides a clipping plane to enable inspection and editing of supports inside folds and cavities of complex objects. The clipping plane is always kept parallel to the camera, and user may modify distance of the clipping plane from the camera. As of now, the holes in the support structures and in the pad opened by the clipping plane are not yet closed for visualization, though we are working on it #1950.
-> The default SLA support density was increased to 130% of the previous value (100% now works as 130% before). This makes the default supports a bit denser.
-> SLA slicer now allows for correction of expansion or shrinking of the print by applying scaling factors. The new scaling factors are defined at the Printer and Material profiles. In addition, a Gamma correction may be applied to the rasterized images to correct for non-linearities of the display and to correct for the non-linearities of the reaction of the resin to the light exposure #2114.
-> The "Optimize orientation" tool has been improved to try to fit the object into the printer build volume.
-> Slicing export has been optimized for speed.

Other improvements
-> Most icons were replaced with scalable designs, painted exclusively for Slic3r PE. We are still fine tuning contrast of these new icons in some desktop color schemes, so please be patient with us.
-> Copy / Paste now works on objects, parts and modifiers in the 3D scene and in the object list #2092.
-> Multiple objects are now selected in the 3D scene by holding a Control key, it used to be the Shift key. The new behavior is consistent with the selection in the object list, and the Shift key is reserved for a selection of objects by dragging a rectangle.
-> When loading a 3MF or an AMF file containing instances or modifiers, and the Simple mode is active, user is now asked whether he or she wants to cancel loading, or whether he or she wants to switch Slic3r to an Advanced mode, as there is no user interface provided in the Simple mode to control these advanced features.
-> The Plater is newly switched to the preview screen when the "Slice now" button is pressed.
-> Firmware uploader now supports flashing the new SLA Curing and Washing Machine.
-> Extruder can newly be assigned to a model from a 3D scene using object's pop up menu, and extruder can newly be assigned to a group of model volumes or modifiers using a pop up menu from the object list.
-> There is now a new logic for splitting all instances of an object into individual objects: Either drag and drop all instances of an object at the object list to an empty space, or use the pop up menu.
-> Custom bridging angle value is now applied even for infill areas, which are supported from one side only, therefore they were not considered to be bridges before.
-> Windows specific: A new --sw-renderer command line switch has been added to instruct Slic3r to load the MESA software renderer instead of a possibly buggy default OpenGL driver. In addition, the MESA software renderer is loaded by default if Slic3r is started over a Remote Desktop session #2068.
-> Project README was updated, build process documentation was improved, and a Wiki FAQ page was added, thanks @LF.

Bugs fixed
-> Compilation of a command line only Slic3r was restored. Command line only builds are compiled by giving a -DSLIC3R_GUI=no switch to cmake #1348.
-> Linux specific: Fixed crash in Gtk file chooser on some Linux distros when running Slic3r from an AppImage. The issue was caused by mixing two binary non compatible (sic!) libpng libraries. Now we do not bundle libpng anymore, therefore just the system library is loaded and the crash is gone #1703.
-> SLA and FDM slicing has been fixed for mirrored objects, also the Cut by plane did not work for mirrored objects and it is now fixed #1915.
-> After removing all but the last model part from an object, the extruder identifier and other parameter overrides are no more shown at the side bar for the last remaining model part, therefore these parameters are now copied up to the object level to become accessible #1931.
-> Linux specific: CMake build system now supports an option to choose a GTK version #1937.
-> Fixed importing of .AMF files with an undefined object position. Such objects were placed to a zero point of the print bed, they are now auto centered #1998.
-> Linux specific: Fixed assert error on startup #2003 #2005.
-> Fixed layout issues of Support and Infill drop-downs at the Plater on HiDPI displays #2014.
-> Fixed an issue, where the Platter infill and support controls erroneously reseted their respective values in a preset of a loaded project #2021.
-> Fixed side bar layout issues, where the vertical scroll bar sometimes covered content of the side panel #2029.
-> Fixed export of the .SL1 zip archive in case the project name contains non-Latin1 characters. The project name is now also used to name the files packed into the archive, and the project name is stored inside the archive meta data file #2036.
-> Fixed crashes on splitting of some broken models #2042, thanks @SijmenSchoon.
-> Improved scaling of the in the 3D scene dialogs (cut dialog, SLA gizmo dialog) #2043.
-> Fixed FFF layer view for sequential objects #2044.
-> OSX specific: Fixed Variable Layer Heigth cursor highlight in the 3D scene on Retina displays #2050.
-> Fixed "Repair from File menu doesn't save the file" #2064.
-> Fixed Variable Layer Height feature for non-zero rotations of an object #2073.
-> Fixed loss of selection when Place on Face gizmo was active and user clicked on another object #2081.
-> The M73 P100 is now exported at the end of the G-code to correctly convey the "finished print" state to the printer #2082.
-> Fixed inconsistencies in the selection between the 3D scene and the object list. The 3D scene and the object list now both support either an instance selection mode or a part (or modifier) selection mode, where only parts of the same object instance could be selected jointly.
-> Fixed a missing update of the slicing back end after an attribute is deleted from an object or a modifier.
-> Fixed some issues of the SLA gizmo update when switching objects or instances.
---

Supported printers:
-> Original Prusa i3 MK3S MMU2S
-> Original Prusa i3 MK3S
-> Original Prusa i3 MK3 MMU2
-> Original Prusa i3 MK3

-> Original Prusa i3 MK2.5S MMU2S
-> Original Prusa i3 MK2.5S
-> Original Prusa i3 MK2.5 MMU2
-> Original Prusa i3 MK2.5

-> Original Prusa SL1

Download link:
https://github.com/prusa3d/Slic3r/releases/tag/version_1.42.0-beta2

Please report any bug here:
https://github.com/prusa3d/Slic3r/issues

We look forward to your feedback!

Assembly manuals

/ Knowledge Base
The guy behind Prusa assembly manuals...

Posted : 16/04/2019 9:02 am
Kurt
 Kurt
(@kurt-4)
New Member
Re: Slic3r Prusa Edition 1.42.0-beta2

Hi,

I hope I am right here to report a problem.

In Slic3r Prusa Edition 1.42.0-beta2 OpenGL 1.1 ist broken. In all alpha versions and beta and beta1 it was working.

After loading an Object only an empty frame is visible.
It looks like everything is working but you cannot see anything.

Regards,
Kurt

Posted : 18/04/2019 12:34 pm
Sembazuru
(@sembazuru)
Prominent Member
RE: Slic3r Prusa Edition 1.42.0-beta2

I found an broken backwards compatibility. If in 1.42.3 you save a model with top/bottom fill pattern set (at least as an object setting, I haven't tried in the print setting profile) and save as a .3mf project, then you load that .3mf project into 1.42.0 beta2, the single top/bottom fill pattern setting is lost. I would expect for not loosing data that setting should be applied to the two settings, top fill pattern and bottom fill pattern. See the print that I just uploaded for sample files to verify this bug: https://www.prusaprinters.org/prints/1478-slic3r-infill-samples

See my (limited) designs on:
Printables - https://www.printables.com/@Sembazuru
Thingiverse - https://www.thingiverse.com/Sembazuru/designs

Posted : 25/04/2019 7:02 am
aaaugustin@gmail.com
(@aaaugustingmail-com)
Active Member
RE: Slic3r Prusa Edition 1.42.0-beta2
 
Hi,
it somehow convert the output from Slic3r Prusa Edition 1.42.0
on individual lines to .png images to be projected through a projector.

Thank you Milan

Posted : 25/04/2019 11:21 am
Sembazuru
(@sembazuru)
Prominent Member
RE: Slic3r Prusa Edition 1.42.0-beta2
Posted by: Sembazuru

I found an broken backwards compatibility. If in 1.42.3 you save a model with top/bottom fill pattern set ...

My error. I this version number should be 1.41.3. Sorry if anyone was confused. (And I didn't notice until well after the edit-post timeout expired.)

See my (limited) designs on:
Printables - https://www.printables.com/@Sembazuru
Thingiverse - https://www.thingiverse.com/Sembazuru/designs

Posted : 25/04/2019 6:30 pm
aaaugustin@gmail.com
(@aaaugustingmail-com)
Active Member
RE: Slic3r Prusa Edition 1.42.0-beta2

Zdravím.
Mám prosbu,
při tisku prstenů (šperky) je velice dobré pokud
u spodku prstenu je jedna podpěra cca průměr 2mm (vtokový kanálek) napevno. Při tisku prsten lépe drží na podložce a následně při odlévání šperku ze zlata slouží jako vtokový kanál.
Při vytváření podpěr ve Slic3 je vždy model
zvýšen o (5mm - 4mm) a teprve potom se vytváří podpěry.
Jde nastavit aby nedocházelo k nadzvednutí modelu a tím zůstal vtokový kanálek na podložce?
viz obrázek.

Greetings.
I would like to ask you for a favor,
When printing rings (jewelry) is very good if
at the bottom of the ring, one support is approximately 2mm in diameter (inlet channel). When printing, the ring holds better on the mat and then serves as an inlet channel when casting gold jewelry.
  There is always a model in creating Slic3 supports
increased by (5mm - 4mm) and only then the supports are formed.
Is it possible to set the model to prevent the model from being lifted, leaving the inlet channel on the mat?
see picture.

Posted : 03/05/2019 7:43 am
James
(@james)
New Member
Slic3r Prusa Edition 1.42.0-beta2 - thin wall detection

Today I printed the part "extruder-cover.stl" from the i3 MK3 to MK3S upgrade kit ( https://www.prusa3d.com/downloads/others/MK3toMK3s_upgrade_stl.zip) and discovered a hole in a place where I'm sure there shouldn't be one. I checked in slic3r (both 1.41.3 and 1.42.0-beta2) and saw this:

This slicing was done with the option "detect thin walls" active. I turned this option off to verify if there is any diference and surprisingly the result was:

So the result of the activated thin wall detection option is the opposite of what I expected, detection on results in a hole, detection off in none (at least in the slic3r preview, I didn't print the second version already).

Am I doing something wrong or what else could produce this behaviour?

Regards, James

Posted : 03/05/2019 7:55 pm
--
 --
(@)
Illustrious Member
RE: Slic3r Prusa Edition 1.42.0-beta2
Posted by: [email protected]

Greetings.
I would like to ask you for a favor, When printing rings (jewelry) is very good if at the bottom of the ring, one support is approximately 2mm in diameter (inlet channel). When  printing, the ring holds better on the mat and then serves as an inlet channel when casting gold jewelry.
There is always a model in creating Slic3 supports increased by (5mm - 4mm) and only then the supports are formed. Is it possible to set the model to prevent the model from being lifted, leaving the inlet channel on the mat?
see picture.

The supports shown don't appear to be Slic3r PE supports. They look more like MeshMixer (or similar). At least, I don't recall seeing any tree supports available in Slic3r. 

As a practical matter, if you are slicing a Meshmixer STL,  you can always cut the part at the base of the ring where the fill channel starts.

This post was modified 5 years ago 3 times by --
Posted : 03/05/2019 8:09 pm
--
 --
(@)
Illustrious Member
RE: Slic3r Prusa Edition 1.42.0-beta2

Posted : 03/05/2019 8:22 pm
aaaugustin@gmail.com
(@aaaugustingmail-com)
Active Member
RE: Slic3r Prusa Edition 1.42.0-beta2

The first photo is from "Print Studio" and so I need to achieve with Slic3r PR.
The second photo is from Slic3r PR (5 mm raised model).

Posted : 04/05/2019 8:21 am
matthias.k19
(@matthias-k19)
Active Member
Slic3r 1.42.0 wipe to infill

Hi,
most likely i'm just overlooking it but where are the setting for "wipe to infill" and "wipe to object" for MMU2 prints gone?

 

Posted : 04/05/2019 4:48 pm
Tiago
(@tiago)
Reputable Member
RE: Slic3r Prusa Edition 1.42.0-beta2

Having problem with one object, others prints fine but these one always fail at same spot, which can be seen on image, the bob is where printer stop and wait forever. Tried to reslice and reupload but exactly the same happens. 

LOG:
Send: N2843 G1 X148.451 Y148.678 E0.06303*80
Recv: ok
Send: N2844 G1 X88.257 Y113.644 E6.53427*108
Recv: echo:busy: processing
Recv: echo:busy: processing
Recv: echo:busy: processing
Recv: echo:busy: processing
... infinite loop...

 

Using: OctoPrint 1.3.10 running on OctoPi 0.15.1
0.6mm nozzle + volcano with original firmware
Prusa MK3 with 3.7.0-2201 firmware

Will try print from SDCard to see but i guess the result will be the same as i tried this 4 times and stop always at same position

Attachment removed
This post was modified 5 years ago 4 times by Tiago
Posted : 06/05/2019 3:22 am
Tiago
(@tiago)
Reputable Member
RE: Slic3r Prusa Edition 1.42.0-beta2

Same happen with SDCard printing, log are:

 

Send: M27
Recv: echo:busy: processing
Send: M27
Recv: echo:busy: processing
Posted : 06/05/2019 4:20 am
Tiago
(@tiago)
Reputable Member
RE: Slic3r Prusa Edition 1.42.0-beta2

After change to 0.3mm layer preset at slicer it prints OK

Posted : 06/05/2019 5:25 am
CybrSage
(@cybrsage)
Honorable Member
RE: Slic3r Prusa Edition 1.42.0-beta2
Posted by: matthias.k19

Hi,
most likely i'm just overlooking it but where are the setting for "wipe to infill" and "wipe to object" for MMU2 prints gone?

 

I cannot find it either!

Posted : 07/05/2019 3:40 am
CybrSage
(@cybrsage)
Honorable Member
RE: Slic3r Prusa Edition 1.42.0-beta2

Found it.  Right click on the object and select Extruders.  On the right hand side, extruders will appear under the object name.  Below that, you will see a checkbox for Wipe into this object's infill and Wipe into this object.  Select Wipe into this object's infill.

 

You have to do this for every single object you print, every time.  I wish I could make it the default and then deselect it for objects I do not want it on.

Posted : 07/05/2019 3:54 am
aaaugustin@gmail.com
(@aaaugustingmail-com)
Active Member
RE: Slic3r Prusa Edition 1.42.0-beta2

Našel jsem řešení  Zde: https://forum.prusa3d.com/forum/original-prusa-sl1-obecna-diskuze-oznameni-a-novinky/slic3r-pr/

Posted : 07/05/2019 7:07 am
Share: