Ultimaker / CuraEngine

Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
1.68k stars 883 forks source link

Update LayerPlan.cpp Fixes #14679 #1855

Closed ckvsoft closed 1 year ago

ckvsoft commented 1 year ago

Fix Typo NOMESH should be NONMESH

pedrolamas commented 1 year ago

@ckvsoft please update your top comment and add a "Fixes #14679" so it gets linked to the issue.

rburema commented 1 year ago

Thanks for the contrib!

Fixes Ultimaker/Cura#14679

rburema commented 1 year ago

@pedrolamas Just the number alone won't work here; CuraEngine is another repo than that issue is reported against (The Cura repository is what we sometimes call the 'frontend', though it does more than that name implies. The 'actual' slicing happens in the engine.)

pedrolamas commented 1 year ago

Makes complete sense, thank you for the clarification @rburema! 🙂