Notifications
Clear all

PrusaSlicer 2.0.0 - FINAL  

  RSS
Jakub Dolezal
(@jakub-dolezal)
Member Admin
PrusaSlicer 2.0.0 - FINAL

Hi guys,

let me introduce our newest slicing software PrusaSlicer (formerly known as Slic3r Prusa Edition or Slic3r PE), which is our own in-house developed slicer software based on the open-source project Slic3r. It's open-source and you can get it in our Drivers & Apps Package. PrusaSlicer is a feature-rich, frequently updated tool that contains everything you need to export the perfect print files for your Original Prusa 3D printer.

PrusaSlicer is available for Windows, Mac and Linux

 

What is new?

This is the final release of PrusaSlicer 2.0.0, mostly fixing bugs discovered in the first two release candidates. The PrusaSlicer 2.0.0 is a successor of the Slic3r Prusa Edition 1.42.0-beta2.

See the project web prusa3d.com/prusaslicer for details.

 

Bugs fixed

  • Fixed an issue in copy / paste of objects, where if such a situation was stored into a 3MF or AMF project and reloaded, the copied object instance was shifted by half the bounding box size.
  • OSX specific: Fixed a regression issue against the rc2, where it was not possible to delete the last digit in a spin control.
  • Fixed asserts on application initialization #2272 thanks @wavexx.
  • Fixed an error, when setting the support material distance to "0 (soluble)" or "0.2 (default) and the active language was not English #2278.
  • Fixed a crash when setting the infill to 100% and the active language was not English #2279.

 

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 i3 MK2/S MMU1
  • Original Prusa i3 MK2/S

 

  • Original Prusa SL1

 

Download link:

prusa3d.com/drivers/

 

Please report any bug here:

github.com/prusa3d/PrusaSlicer/issues

 

We look forward to your feedback!

Assembly manuals

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

Posted : 30/05/2019 10:05 am
whosnext
(@whosnext)
Active Member
RE: PrusaSlicer 2.0.0 - FINAL

Slicer is not using the heatbed and filament heating settings.

I put them on 215 / 65 first layer and other layers 215 / 65

It just start using a default 205 and 60 and is not changed either after the first layer. So lots of issues with getting a correct print.

(I am using the latest firmare 3.7.1 also latest for MMU2 and Octoprint also latest firmware.)

; infill extrusion width = 0.45mm
; solid infill extrusion width = 0.45mm
; top infill extrusion width = 0.45mm
; support material extrusion width = 0.45mm
; first layer extrusion width = 0.42mm

M73 P0 R341
M73 Q0 S358
M201 X1000 Y1000 Z1000 E8000 ; sets maximum accelerations, mm/sec^2
M203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec
M204 P1250 R1250 T1250 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2
M205 X8.00 Y8.00 Z0.40 E1.50 ; sets the jerk limits, mm/sec
M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
M107
M115 U3.7.1 ; tell printer latest fw version
G90 ; use absolute coordinates
M83 ; extruder relative mode
M104 S215 ; set extruder temp
M140 S60 ; set bed temp
M190 S60 ; wait for bed temp
M109 S215 ; wait for extruder temp
G28 W ; home all without mesh bed level
G80 ; mesh bed leveling
G21 ; set units to millimeters

; Send the filament type to the MMU2.0 unit.
; E stands for extruder number, F stands for filament type (0: default; 1:flex; 2: PVA)

So I think there is something incorrect in the gcode send to the printer

This post was modified 5 years ago by whosnext
Posted : 08/06/2019 8:56 am
Share: