SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
7.41k stars 884 forks source link

Primer Line option #7548

Open lincoln12833 opened 3 days ago

lincoln12833 commented 3 days ago

Is there an existing issue for this feature request?

Is your feature request related to a problem?

My printer always oozes when it is heating up. Other slicers have a line which is printed to the side of the model to clear this gunk away before printing

Which printers will be beneficial to this feature?

All

Describe the solution you'd like

I would like to see a similar option added to orca

Describe alternatives you've considered

No response

Additional context

No response

MxBrnr commented 3 days ago

Orca already has this capability, you just have to write in the desired G-code in the Machine start g-code box under the Printer Settings. Many printers have this coding written in their firmware so that it does not rely on being entered by the slicer. A quick internet search for "[your printer model] purge line g-code" should net you plenty of results on how to implement this.

lincoln12833 commented 3 days ago

Ok thanks