I added a fix to master:
https://github.com/LibreCAD/LibreCAD/commit/6a3bd66b2821c9299ca1cbf1fccf09cf9255ef5fThe warning is necessary in a scenario like:
1, User set drawing paper size to A4;
2, In print preview, user adjusted scale and margins;
3, In the print dialog, user selected a different paper size letter (A4 not available at the printer).
In this case, a warning is desirable to avoid blindly printing A4 customized layout on letter.
We are going to apply the fix to 2.2.1
pclem wrote
I am starting to wonder if this comparison function is really necessary. My goal was to avoid having to click that waring message everytime I printed. Perhaps it should be disabled and let the user manage the page size and margins in whatever units they want.