← Back to team overview

kicad-developers team mailing list archive

Re: HPGL

 

Hello,

without NormalizeDegrees it works ok in all tested directions. Changes:


    // degrees = NormalizeDegrees( -180.0, degrees, +179.0 );

	while( degrees > 179 )
		degrees -= 360;
	while( degrees < -180 )
		degrees += 360;

    // Calculate start point,


See the attached image.

Regards, Andreas

Attachment: schema-plot1.png
Description: PNG image


Follow ups

References