From f6eaf764463f74cea7cc96cdd9ae2fc35b4c6bd0 Mon Sep 17 00:00:00 2001 From: typecad0 Date: Sat, 6 Jul 2024 10:02:10 -0700 Subject: [PATCH] version bump and intro page text changes --- src-tauri/tauri.conf.json | 2 +- src/routes/+page.svelte | 51 +++++++++++++++++++++++---------------- 2 files changed, 31 insertions(+), 22 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 238ed1b..27254cb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "KiCNC", - "version": "0.9.0" + "version": "0.9.1" }, "tauri": { "allowlist": { diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f53523c..b0bedea 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -47,45 +47,49 @@ Laser/Drillbit Workflow -

0️⃣ Use paint/soldermasked blank PCBs.

-

1️⃣ Mill copper layer by ablating the paint away.

-

2️⃣ Etch away the exposed copper, leaving isolated traces, pads and annular rings.

-

3️⃣ Ablate the mask layer, exposing the pads and annular rings.

-

4️⃣ Drill holes.

-

5️⃣ Cutout outline.

- 6️⃣ Verify g-code using CamoticsCamotics or similar.

+

1️⃣ Use paint/soldermasked blank PCBs.

- 7️⃣ Send the g-code to the CNC. gSender, UGS, Candle.

+

3️⃣ Mill copper layer by ablating the paint away.

+

+ 4️⃣ Chemical etch away the exposed copper, leaving isolated traces, pads and annular rings. +

+

5️⃣ Ablate the mask layer, exposing the pads and annular rings.

+

6️⃣ Drill holes.

+

7️⃣ Cutout outline.

Drillbit Workflow -

0️⃣ Create a heightmap of the mounted PCB blank.

-

1️⃣ Mill copper layer.

-

2️⃣ Drill holes.

-

3️⃣ Cutout outline.

- 4️⃣ Verify g-code using CamoticsCamotics or similar.

+

1️⃣ Create a heightmap of the mounted PCB blank.

- 5️⃣ Send the g-code to the CNC. gSender, UGS, Candle.

+

3️⃣ Mill copper layer.

+

4️⃣ Drill holes.

+

5️⃣ Cutout outline.

6️⃣ Apply soldermask.

@@ -102,9 +106,12 @@ $31. + >. +

+

+ If min is 0 and max is 255, then 128 would be half-power. If max was 10,000, then 5,000 + would have half-power.

-

If min is 0 and max is 255, then 128 would be half-power. If max was 10,000, then 5,000 would have half-power.

Laser mode can be set with some hardware/software. It makes some operations quicker and skips others. @@ -118,7 +125,9 @@ Each time the Make button is pressed, a filed named `millproject-kicnc` is created alongside the gerbers. This is the savefile KiCNC uses. It can be copied into a new directory without modification, just select the new gerber files in KiCNC and it will use all the copied settings. + > button is pressed, a filed named `millproject-kicnc` is created alongside the gerbers. This + is the savefile KiCNC uses. It can be copied into a new directory without modification, just + select the new gerber files in KiCNC and it will use all the copied settings.

@@ -130,10 +139,10 @@ target="_blank" rel="noopener noreferrer">https://github.com/u-fire/kicnc -

Version: 0.9.0

+

Version: 0.9.1

Microfire LLC \ No newline at end of file +>