Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple objects same build plate #5347

Open
1 task done
BiggumBuddha opened this issue May 12, 2024 · 12 comments
Open
1 task done

Multiple objects same build plate #5347

BiggumBuddha opened this issue May 12, 2024 · 12 comments
Labels
enhancement New feature or request

Comments

@BiggumBuddha
Copy link

Is there an existing issue for this feature request?

  • I have searched the existing issues

Is your feature request related to a problem?

I'm trying to print something that requires 3 colors, and base plate and frame and embossed inside is a character outline in white with black pupils. I can't find any support on doing this with an Ender 3 v2. Is there a repository with this information or is it in the works?

Which printers will be beneficial to this feature?

Klipper, Marlin

Describe the solution you'd like

Configure multiple color prints on one plate and not by layer

Describe alternatives you've considered

No response

Additional context

No response

@BiggumBuddha BiggumBuddha added the enhancement New feature or request label May 12, 2024
@vgdh
Copy link
Contributor

vgdh commented May 12, 2024

You can enable manual filament change in printer settings.
Though it will be manual labor intensive print.

@BiggumBuddha
Copy link
Author

BiggumBuddha commented May 12, 2024 via email

@igiannakas
Copy link
Contributor

This is not a slicer bug. Please close issue down and seek support in the discord server.

@tlhintoq
Copy link

tlhintoq commented May 14, 2024

Eh... I'm not sure I agree with that. I can see the OP's expectations.
If you have 3 objects, and you've set them to 3 different filaments, then there's sort of an expectation that there'd be an automatic pause at each object change.
image

But when you look at the gcode there's no pause commands, no changes when changing from object to object.
image

But what you DO SEE is a change in extruder. There's a T2 at the change to Torus. There's a T1 and change to Sphere and a T0 at the start of Cylinder. Its changing extruders for a machine that only has ONE extruder.
If its not a bug then what would you call it?

@BiggumBuddha
What you could do... Take the gcode and run it through Notepad++, do a search & replace, and replace all the instances of Tx with a pause command. I think that's m25 but you should confirm it for your machine.

@igiannakas
Copy link
Contributor

You can set pause command in the filament change gcode box in the printer settings. Also enable manual filament change so the Tx commands are not emitted.

@igiannakas
Copy link
Contributor

See below pause command emitted to gcode when setup for manual filament change + the change filament g-code is PAUSE.

This is a setup issue, not a slicer bug...

image

image

image

@BiggumBuddha
Copy link
Author

BiggumBuddha commented May 14, 2024 via email

@igiannakas
Copy link
Contributor

If you enable manual filament change, the Tx commands are not issued in the gcode. See my screenshot above... What you see in the screenshot is a GCODE comment ;)

@BiggumBuddha
Copy link
Author

BiggumBuddha commented May 14, 2024 via email

@igiannakas
Copy link
Contributor

Did you implement the screenshots exactly as I have them above? You need to set it to manual filament change AND type in the pause command at the filament change gcode box.

@igiannakas
Copy link
Contributor

In the gcode above I don’t see a Tx command but rather the pause command where the tool changes. Implement the changes as exactly I’ve screenshotted them above. If it doesn’t work post the project file as without it I cannot see what you’re seeing…

@BiggumBuddha
Copy link
Author

BiggumBuddha commented May 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants