hacker-fab / hacker-fab/phoenix

web app to create heat profiles

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

sim.py supports following heat profiles, which provides greater accuracy.

Here's an example: Sn63Pb37 solder paste.
![Image](https://github.com/user-attachments/assets/235e5101-3adc-4b23-81b7-2c7e2c057e65)

it would be cool to have a web app that lets you interactively move around critical points and output a text file.
- Right now we only support straight lines

So for the solder paste it would look like:
```
0 22
90 150 # soaking zone start
190 180 # soaking zone end
220 220 # reflow zone start
270 180 # reflow zone end
```

Extra points for clean alignment, e.g.:
```
0 22
90 150 # soaking zone start
190 180 # soaking zone end
200 220 # reflow zone start
270 180 # reflow zone end
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.