Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hechenberger committed Apr 14, 2012
1 parent c7c3e11 commit 1fec177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
// resulting from de/acceleration phases. The stepper driver code looks at the ratio
// of actual to nominal speed and uses this to also reduce the nominal laser intensity.
// The diminution profile can also be fine-tuned (as a linear mapping is too aggressive).
// It uses this function: y=x^2*d+(1-d) where d is the diminution severity (0.0 to 1.1).
// It uses this function: y=x^2*d+(1-d) where d is the diminution severity (0.0 to 1.0).
// 0.0 is no diminution and anything > 0.7 is more aggresive than linear.
#define CONFIG_BEAM_DYNAMICS 1 // 0 or 1
#define CONFIG_BEAM_DIMINUTION 0.4
#define CONFIG_BEAM_DIMINUTION 0.3

// use laser enable bit
// This uses the LASER_ENABLE_BIT to switch the laser instead of just setting the intensity to 0.
Expand Down

0 comments on commit 1fec177

Please sign in to comment.