From 4446a603801024d0e4e971b0f8186981d0b793c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1n=20D=C3=A9nes?= Date: Sun, 30 Oct 2022 21:50:36 +0100 Subject: [PATCH] Roadmap update --- roadmap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roadmap.md b/roadmap.md index a1af41b..55b4408 100644 --- a/roadmap.md +++ b/roadmap.md @@ -46,6 +46,8 @@ - Update json schema and add syntax highlight to editors - Support different netclasses - Allow a potential filter for filleting (only on angles =90°, <45°, left turn vs. right turn when going clockwise, etc.) +- Add `operation: skip` to allow easily "commenting out" whole outline parts +- Better error message for negative rectangle (it may not only be because of corner/bevel) ### Patch @@ -58,6 +60,7 @@ - Add custom fillet implementation that considers line-line connections only? - Add nicer filleting error messages when makerjs dies for some reason - Empty nets should be allowed (to mean unconnected) +- Debug point (orient+shift) differences in circles vs. polygons (see Discord) ## WEBUI