mirror of
https://github.com/arwidcool/Solder-Plate.git
synced 2025-02-17 19:09:23 +01:00
Made first profile REAL profile time
This commit is contained in:
parent
5d64932082
commit
fc396d3540
@ -61,10 +61,10 @@ int nReflowProfiles = 3;
|
||||
ReflowProfile reflowProfiles[] = {
|
||||
// 138c profile Sn42Bi58
|
||||
ReflowProfile(new ReflowStep[5]{
|
||||
ReflowStep(ReflowProcessState::PREHEAT, 20, 100, EASE_OUT),
|
||||
ReflowStep(ReflowProcessState::SOAK, 20, 155,EASE_IN_OUT),
|
||||
ReflowStep(ReflowProcessState::REFLOW, 20, 185, HALF_SINE),
|
||||
ReflowStep(ReflowProcessState::COOL, 20, 95, EASE_IN),
|
||||
ReflowStep(ReflowProcessState::PREHEAT, 90, 100, EASE_OUT),
|
||||
ReflowStep(ReflowProcessState::SOAK, 90, 155,EASE_IN_OUT),
|
||||
ReflowStep(ReflowProcessState::REFLOW, 90, 185, HALF_SINE),
|
||||
ReflowStep(ReflowProcessState::COOL, 50, 85, EASE_IN),
|
||||
ReflowStep(ReflowProcessState::DONE, 0, 0)},
|
||||
"138c Sn42Bi58\0"),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user