supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.05k stars 515 forks source link

No dual extrusion/extruder in gcode viewer #1702

Open EddyMI3d opened 2 years ago

EddyMI3d commented 2 years ago

Describe the bug I set up SuperSlicer for dual extruder printer (Formbot T-Rex 3 under Klipper) When I slice a model with two filaments, I get the correct view in 3D View and Sliced preview, but not in the Gcode preview (Gcode file)

To Reproduce Steps to reproduce the behavior:

  1. Setup SuperSlicer for 2 extruders
  2. load 2 primitives to the build plate
  3. Assign the two primitives to each of the filaments
  4. Slice
  5. Click Sliced preview
  6. Click Gcode preview

>> Project File << Shape-Box.zip

Expected behavior The primitive should be assgined to the filaments in the Gcode preview

Screenshots 3D view: grafik

Sliced Preview: grafik

Gcode preview: grafik

Desktop (please complete the following information):

Additional context SuperSlicer V 2.3.56.9

supermerill commented 2 years ago

you forgot to add a T[next_extruder] in your toolchange gcode. See tooltip

EddyMI3d commented 2 years ago

Ouch, yes. Seems it is not sufficient just to copy the presets from PrusaSlicer to Super Slicer.

Thanks a lot!

supermerill commented 2 years ago

yeah, that one is a bit tricky, as some printers don't like the TX thing, so I have to do something to disable it. I'll do something to better import prusa projects.