BarbourSmith / FluidNC

The next generation of motion control firmware
Other
34 stars 8 forks source link

Canvas for gcode not drawing correct bounds #147

Open ronlawrence3 opened 3 months ago

ronlawrence3 commented 3 months ago

From the code, the 4 camera angles are: (click the image to cycle between them)

  1. oblique
  2. oblique with bounds
  3. top
  4. top with bounds
  5. top with bounds and belts?

All but 1 and 3 seem like they are not really correct in terms of the view area and of the machine bounds.

See https://forums.maslowcnc.com/t/visual-question/21683

BarbourSmith commented 3 months ago

100% an issue. The bounds have an issue with loading the machine dimensions I think because I tried to write the UI so that the folks at FluidNC could use it if they wanted it merged back in, but it seems like they don't so at this point we could probably hard code those numbers.

I would also love to add a view which is a more zoomed in view which follows the machine so the purple dot is always in the center of the screen and it pans as the machine moves.

BarbourSmith commented 1 month ago

I believe that this is now fixed, is it not?