New nonlinear spindle speed PWM output model and solution. Updated scripts.
[new] A nonlinear spindle speed/PWM output option via a piecewise linear fit model. Enabled through config.h and solved by a Python script in /doc/script [new] fit_nonlinear_spindle.py. A solver script that can be run on http://repl.it for free. No Python install necessary. All instructions are available in the script file comments. [new] stream.py has been updated to include status reports feedback at 1 second interval. [fix] stream.py bug fix with verbose mode disabled.
This commit is contained in:
parent
775acac601
commit
790c666ecb
6 changed files with 503 additions and 38 deletions
|
|
@ -1,3 +1,14 @@
|
|||
----------------
|
||||
Date: 2017-03-24
|
||||
Author: Sonny Jeon
|
||||
Subject: Added an error code for laser mode when VARIABLE_SPINDLE is disabled.
|
||||
|
||||
- When trying to enable laser mode with $32=1 and VARIABLE_SPINDLE is
|
||||
disabled, the error code shown was improperly stating it was a homing
|
||||
failure. Added an new error code specifically for the laser mode being
|
||||
disabled without VARIABLE_SPINDLE.
|
||||
|
||||
|
||||
----------------
|
||||
Date: 2017-03-19
|
||||
Author: Sonny Jeon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue