From c8c264550ad817721c19a4f47f7564880c8147ff Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Fri, 20 Oct 2023 09:05:16 -0400 Subject: [PATCH] add draft article --- content/cnc_isolation_routing_p1.md | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 content/cnc_isolation_routing_p1.md diff --git a/content/cnc_isolation_routing_p1.md b/content/cnc_isolation_routing_p1.md new file mode 100644 index 0000000..2a0b282 --- /dev/null +++ b/content/cnc_isolation_routing_p1.md @@ -0,0 +1,35 @@ +Title: CNC Isolation Routing: part 1 +Date: 2023-09-20 +Category: Posts +Tags: Electronics, Hardware +Status: draft + +Outline: + + - Hardware Notes: + - worthless side shields on 3018ProVer + - limit switches seem mandatory for candle + - Software Chain Notes: + - talk about final pcb2gcode settings that work + - grbl: + - gcode reference: https://linuxcnc.org/docs/html/gcode/g-code.html + - quick reference: https://linuxcnc.org/docs/html/gcode.html + - https://github.com/gnea/grbl/wiki + - candle2: + - losing work coordinates + - G28 and G28.1 grbl commands + - turn off command autocomplete when using G28.1 :( + - set coordinate system to work size + - z-height probing w/ interpolation + - don't forget to apply the map :/ + - don't forget to save the map, gets lost when switching jobs + - adjust cutting depth if needed using the coord system z-offset + - don't use pendant while controlling with PC! + - Physical Setup Notes: + - double-sided tape + - spoilboard + - apply soldermask before drilling to avoid painting leaking through holes! + - using multiple sheet to spread solder-mask + - clean surface! + - uv-curing ~5-10min depending on lighting and thickness +