diff --git a/pcbnew/exporters/step/step_pcb_model.cpp b/pcbnew/exporters/step/step_pcb_model.cpp index 0285cd8e41..15809a3645 100644 --- a/pcbnew/exporters/step/step_pcb_model.cpp +++ b/pcbnew/exporters/step/step_pcb_model.cpp @@ -1020,8 +1020,9 @@ bool STEP_PCB_MODEL::CreatePCB( SHAPE_POLY_SET& aOutline, VECTOR2D aOrigin ) // This helps cutting circular holes in zones where a hole is already cut in Clipper cut.SetFuzzyValue( 0.0005 ); - cut.SetArguments( cutArgs ); + cut.SetToFillHistory( false ); + cut.SetArguments( cutArgs ); cut.SetTools( holelist ); cut.Build();