Skip to content

Commit

Permalink
add some link to support page
Browse files Browse the repository at this point in the history
  • Loading branch information
arkypita committed Apr 3, 2017
1 parent e02f07b commit e993275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LaserGRBL/RasterConverter/ConvertSizeAndOptionForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ void IIMaxPowerCurrentValueChanged(object sender, int NewValue, bool ByUser)

private void BtnOnOffInfo_Click(object sender, EventArgs e)
{

System.Diagnostics.Process.Start(@"http://lasergrbl.com/usage/raster-image-import/target-image-size-and-laser-options/#laser-modes");
}

private void BtnModulationInfo_Click(object sender, EventArgs e)
{

System.Diagnostics.Process.Start(@"http://lasergrbl.com/usage/raster-image-import/target-image-size-and-laser-options/#power-modulation");
}

private void CBLaserON_SelectedIndexChanged(object sender, EventArgs e)
Expand Down

0 comments on commit e993275

Please sign in to comment.