added spindle speed for various materials

This commit is contained in:
cpu
2026-06-18 18:22:11 +02:00
parent 4e6332596a
commit b05f400a1d
2 changed files with 9 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ Generate the stencil G-code for both layers:
gcode/Flow_Controller_Panel-B_Paste-stencil.nc
```
G-code for both layers should be in the:
G-code for both layers should be in:
```
gcode/Flow_Controller_Panel-F_Paste-stencil.nc
@@ -99,13 +99,11 @@ All cutting parameters are at the top of `paste_stencil.tcl`:
### Depth by material
| Material | Thickness | Recommended `CUT_Z` |
|---|---|---|
| Brass shim (CW614N) | 0.15 mm | `-0.18` |
| Polyimide (Kapton) | 0.10 mm | `-0.13` |
| Stainless steel shim | 0.15 mm | `-0.18` |
For stainless, also reduce `FEEDRATE` to `80` mm/min.
| Material | Thickness | `CUT_Z` | `SPINDLE` | `FEEDRATE` |
|---|---|---|---|---|
| Brass shim (CW614N) | 0.15 mm | -0.18 | 24000 RPM | 120 mm/min |
| Polyimide (Kapton) | 0.10 mm | -0.13 | 24000 RPM | 300 mm/min |
| Stainless steel shim | 0.15 mm | -0.18 | 16000 RPM | 60 mm/min |
---