jagtech / replicatorg

Automatically exported from code.google.com/p/replicatorg
GNU General Public License v2.0
0 stars 0 forks source link

Problem with circles in the simulation mode #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. enter the following G code:-
G21
G90
G0 X5 Y7
G17
G2 X5 Y7 I1 J1 

What is the expected output? A full circle.
What do you see instead? A bit of an arc

What version of the product are you using? 0008
On what operating system? Mac OSX 10.5.6

Please provide any additional information below.
Also whenever I follow a circle with something else the display gets wiped.
Sometimes I get nothing like when I is set to zero

Original issue reported on code.google.com by mike_k_c...@yahoo.co.uk on 21 Sep 2009 at 8:12

GoogleCodeExporter commented 8 years ago
The arc in question is being decomposed into a very large number of segments.  
The
current simulator only draws the last 1000 segments, so much of the arc isn't 
appearing.

This will be fixed with the forthcoming simulator rewrite.

Original comment by pho...@gmail.com on 24 Sep 2009 at 5:31