Menu

#22 Abstract printing/drawing

Backlog
closed
Printing (5)
7
2018-11-21
2007-11-24
No

Make a level of abstraction on top of printing so the same printing functions can be used to print/draw to screen, printer, dxf, g-code or pdf. This will require that an abstract class is passed to all functions that do high level drawing while the implementation of the class passed to those functions are responsible for handling line and curve drawings for the current format. This will ensure that the amount of code needed to support several formats are the absolute minimum required.

Discussion

  • Håvard N. Jakobsen

    • priority: 5 --> 7
     
  • Håvard N. Jakobsen

    Basic work done. Need to add the different classes (g-code, dxf, pdf), printing implemented using the abstraction

     
  • Håvard N. Jakobsen

    • assigned_to: nobody --> soulvoid
     
  • Håvard N. Jakobsen

    • Group: --> Backlog
     
  • Håvard N. Jakobsen

    • status: open --> closed
     
  • Håvard N. Jakobsen

    Implemented

     

Log in to post a comment.