From fd5a414524667814bbd9ee44276aa7733ac2bf6f Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 18 Jul 2026 08:41:38 -0400 Subject: [PATCH] remove old cnc draft --- content/cnc_isolation_routing_p1.md | 35 ----------------------------- 1 file changed, 35 deletions(-) delete mode 100644 content/cnc_isolation_routing_p1.md diff --git a/content/cnc_isolation_routing_p1.md b/content/cnc_isolation_routing_p1.md deleted file mode 100644 index 2a0b282..0000000 --- a/content/cnc_isolation_routing_p1.md +++ /dev/null @@ -1,35 +0,0 @@ -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 -