Please feel free to contact Junget. We are happy to assist you with tips and guidance before choosing machines, tools or a grinding solutions for your production.
Contact our employees directly
Biesse Group is an international company that designs, manufactures, and distributes machinery and software for processing wood, plastics, and composite materials, among others, aimed at the furniture, housing, and construction industries.
Biesse offers everything from standalone machines to complete and fully automated production units, with leading machines such as:
Biesse is renowned for its agility and ability to develop new technological solutions. Innovation and sustainability go hand in hand within the company, incorporating material savings and reduced power consumption through new energy-saving features.
Founded in 1969 in Pesaro, Italy, the company now operates in over 160 countries, with 13 production sites and a direct presence in key global markets. Worldwide, Biesse Group employs 4,300 people.
If you want to ensure that the edges of your cabinet doors and panels have the right finish and durability, find the solution among Biesse's many edge banders. You’ll enjoy unique flexibility, as you can choose an edge bander that supports both EVA and PUR adhesives.
In addition, the edge banders are available with a new patented AirForce system, enabling glue-free edges. The AirForce module heats and softens the backside of the edge band, allowing it to be pressed—or more accurately, melted—onto the panel, providing a seamless edge without visible glue lines.
With a broad range of CNC machines in the Rover series, Biesse offers an extensive selection of 3, 4, and 5-axis CNC machining centers. Equipped with groundbreaking CAD/CAM software (bSuite and bSolid), you can program for a superior finish and efficient production.
Numerous Rover CNC machines are already in operation in Denmark, and in Biesse’s large showroom in Italy, these machines are ready to demonstrate the full range of processing capabilities. Whether you're looking for machines for nesting, milling, drilling, or edge processing, Biesse has the solution. Contact Junget if you'd like to see the performance of these machines in action for 3, 4, and 5-axis CNC machining.
Error executing template "Designs/Junget/Paragraph/Gallery.cshtml" System.IO.FileNotFoundException: D:\Web\DW3\Junget2026\Website\Files\System\Images\Junget-Images\Brands\Biesse_Akron_kantlimer.jpg at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement) at CompiledRazorTemplates.Dynamic.RazorEngine_efd6d0cc27844204b5417591497424fa.Execute() in D:\Web\DW3\Junget2026\Website\Files\Templates\Designs\Junget\Paragraph\Gallery.cshtml:line 15 at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template) at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template) at Dynamicweb.Rendering.Template.RenderRazorTemplate()
1 @using System.Web 2 @using System.Drawing 3 4 @{ 5 int i = 0; 6 } 7 8 <div class="container-fluid"> 9 <div class="machine-types-list__gallery"> 10 <div class="machine-types-list__images js-photoswipe row no-gutters"> 11 @foreach ( var item in GetLoop("Item.Gallery").Where( item => !string.IsNullOrWhiteSpace(item.GetString("Item.Gallery.Image")) ) ) 12 { 13 i++; 14 string imageSrc = item.GetString("Item.Gallery.Image"); 15 Image image = System.Drawing.Image.FromFile(System.Web.HttpContext.Current.Server.MapPath(imageSrc)); 16 string imageDesktopRetina = i == 1 ? String.Format("{0}&width=1755&height=987&compression=75&crop=0&background=ffffff", imageSrc) : String.Format("{0}&width=575&height=411&compression=75&crop=0&format=webP", imageSrc); 17 string imageDesktop = i == 1 ? String.Format("{0}&width=1170&height=658&compression=75&crop=0&background=ffffff", imageSrc) : String.Format("{0}&width=383&height=274&compression=75&crop=0&format=webP", imageSrc); 18 string imageMobileRetina = i == 1 ? String.Format("{0}&width=563&height=317&compression=75&crop=0&background=ffffff", imageSrc) : String.Format("{0}&width=563&height=402&compression=75&crop=0&format=webP", imageSrc); 19 string imageMobile = i == 1 ? String.Format("{0}&width=375&height=211&compression=75&crop=0&background=ffffff", imageSrc) : String.Format("{0}&width=375&height=268&compression=75&crop=0&format=webP", imageSrc); 20 21 <div class="@(i == 1 ? "col-12 p-2" : "col-12 col-sm-4 p-2")"> 22 @if ( !string.IsNullOrWhiteSpace(item.GetString("Item.Gallery.YoutubeID"))) 23 { 24 string youtubeUrl = item.GetString("Item.Gallery.YoutubeID"); 25 var uri = new Uri(youtubeUrl); 26 string youtubeId = uri.Segments.Last().ToString(); 27 28 <a href="@(youtubeUrl.Replace("/watch?v=", "/embed/").Replace("youtu.be", "youtube.com/embed/"))?autoplay=1" class="video-play-btn js-video-button" data-type="youtube" style="position:relative"> 29 <picture> 30 <!--[if IE 9]><video style="display: none;"><![endif]--> 31 <source srcset="/Admin/Public/GetImage.ashx?Image=@imageDesktop.Replace(" ", "%20"), /Admin/Public/GetImage.ashx?Image=@imageDesktopRetina.Replace(" ", "%20") 2x" media="(min-width: 576px)"> 32 <!--[if IE 9]></video><![endif]--> 33 <img class="w-100 img-fluid" src="/Admin/Public/GetImage.ashx?Image=@imageMobile" srcset="/Admin/Public/GetImage.ashx?Image=@imageMobileRetina.Replace(" ", "%20") 2x" alt="@item.GetString("Item.Gallery.ImageAltTag")"> 34 </picture> 35 <div class="video js-video_bcg"></div> 36 <div class="@(i == 1 ? "video-play-icon" : "video-play-icon video-play-icon--small")">PLAY</div> 37 </a> 38 } 39 else 40 { 41 <a href="/Admin/Public/GetImage.ashx?Image=@imageSrc&width=1600&compression=75&format=webP" data-fancybox="gallery" data-caption="@item.GetString("Item.Gallery.ImageAltTag")"> 42 <picture class="img-fluid"> 43 <!--[if IE 9]><video style="display: none;"><![endif]--> 44 <source srcset="/Admin/Public/GetImage.ashx?Image=@imageDesktop.Replace(" ", "%20"), /Admin/Public/GetImage.ashx?Image=@imageDesktopRetina.Replace(" ", "%20") 2x" media="(min-width: 576px)"> 45 <!--[if IE 9]></video><![endif]--> 46 <img class="w-100 img-fluid" src="/Admin/Public/GetImage.ashx?Image=@imageMobile" srcset="/Admin/Public/GetImage.ashx?Image=@imageMobileRetina.Replace(" ", "%20") 2x" alt="@item.GetString("Item.Gallery.ImageAltTag")"> 47 </picture> 48 </a> 49 } 50 </div> 51 } 52 </div> 53 </div> 54 </div>
In addition to machinery solutions for wood processing, Biesse has also specialized in the processing of plastics and stone. Biesse Stone provides machines for working with stone materials, while Biesse Plast offers machinery for processing plastics and similar materials.
Please feel free to contact Junget. We are happy to assist you with tips and guidance before choosing machines, tools or a grinding solutions for your production.
Contact our employees directly