资源简介

grbl v1.1源代码zip文件

grbl官网下载zip源文件


资源截图

代码片段和文件信息

“““
---------------------
The MIT License (MIT)

Copyright (c) 2017-2018 Sungeun K. Jeon for Gnea Research LLC

Permission is hereby granted free of charge to any person obtaining a copy
of this software and associated documentation files (the “Software“) to deal
in the Software without restriction including without limitation the rights
to use copy modify merge publish distribute sublicense and/or sell
copies of the Software and to permit persons to whom the Software is
furnished to do so subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS OR
IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM DAMAGES OR OTHER
LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE ARISING FROM
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
---------------------
“““


“““
This Python script produces a continuous piece-wise line fit of actual spindle speed over
programmed speed/PWM which must be measured and provided by the user. A plot of the data
and line fit will be auto-generated and saved in the working directory as ‘line_fit.png‘.

REQUIREMENTS:
  - Python 2.7 or 3.x with SciPy NumPy and Matplotlib Python Libraries
  
  - For the most people the easiest way to run this script is on the free cloud service
    https://repl.it/site/languages/python3. No account necessary. Unlimited runs. 
    
    - Last checked on 4/5/2018. This site has been regularly evolving and becoming more 
      powerful. Things may not work exactly as shown. Please report any issues.
    
    - To use go to the website and start the Python REPL. Copy and paste this script into
      the main.py file in the browser editor. Click ‘Run‘ and a solution should appear in 
      the text output in the REPL console window. You can edit the script directly in the
      browser and re-run the script as many times as you need. A free account is only 
      necessary if you want to save files on their servers.
      
    - This script will also automatically generate a png image with the plot of the data 
      with the piece-wise linear fit over it but this will not show up by default on this 
      website. To enable this just click the ‘Add File‘ icon and create a dummy file. 
      Name it anything like dummy.py. Leave this file blank. Doing this places the REPL 
      in multiple file mode and will enable viewing the plot. Click the ‘Run‘ icon. The
      solution will be presented again in the console and the data plot will appear in 
      the file list called ‘line_fit.png‘. Click the file to view the plot.
  
  - For offline Python installs most Mac and Linux computers have Python pre-i

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-08-26 01:13  grbl-1.1h.20190825\
     文件          42  2019-08-26 01:13  grbl-1.1h.20190825\.gitignore
     文件       35298  2019-08-26 01:13  grbl-1.1h.20190825\COPYING
     文件        3774  2019-08-26 01:13  grbl-1.1h.20190825\Makefile
     文件        7749  2019-08-26 01:13  grbl-1.1h.20190825\README.md
     目录           0  2019-08-26 01:13  grbl-1.1h.20190825\build\
     文件          70  2019-08-26 01:13  grbl-1.1h.20190825\build\.gitignore
     目录           0  2019-08-26 01:13  grbl-1.1h.20190825\doc\
     目录           0  2019-08-26 01:13  grbl-1.1h.20190825\doc\csv\
     文件        1385  2019-08-26 01:13  grbl-1.1h.20190825\doc\csv\alarm_codes_en_US.csv
     文件         888  2019-08-26 01:13  grbl-1.1h.20190825\doc\csv\build_option_codes_en_US.csv
     文件        3186  2019-08-26 01:13  grbl-1.1h.20190825\doc\csv\error_codes_en_US.csv
     文件        4017  2019-08-26 01:13  grbl-1.1h.20190825\doc\csv\setting_codes_en_US.csv
     目录           0  2019-08-26 01:13  grbl-1.1h.20190825\doc\log\
     文件       16560  2019-08-26 01:13  grbl-1.1h.20190825\doc\log\commit_log_v0.7.txt
     文件       26836  2019-08-26 01:13  grbl-1.1h.20190825\doc\log\commit_log_v0.8c.txt
     文件       70478  2019-08-26 01:13  grbl-1.1h.20190825\doc\log\commit_log_v0.9g.txt
     文件       24906  2019-08-26 01:13  grbl-1.1h.20190825\doc\log\commit_log_v0.9i.txt
     文件         474  2019-08-26 01:13  grbl-1.1h.20190825\doc\log\commit_log_v0.9j.txt
     文件        4985  2019-08-26 01:13  grbl-1.1h.20190825\doc\log\commit_log_v1.0b.txt
     文件        2414  2019-08-26 01:13  grbl-1.1h.20190825\doc\log\commit_log_v1.0c.txt
     文件       42903  2019-08-26 01:13  grbl-1.1h.20190825\doc\log\commit_log_v1.1.txt
     目录           0  2019-08-26 01:13  grbl-1.1h.20190825\doc\markdown\
     文件        9627  2019-08-26 01:13  grbl-1.1h.20190825\doc\markdown\change_summary.md
     文件       27078  2019-08-26 01:13  grbl-1.1h.20190825\doc\markdown\commands.md
     文件       55260  2019-08-26 01:13  grbl-1.1h.20190825\doc\markdown\interface.md
     文件        9801  2019-08-26 01:13  grbl-1.1h.20190825\doc\markdown\jogging.md
     文件        9033  2019-08-26 01:13  grbl-1.1h.20190825\doc\markdown\laser_mode.md
     文件       24007  2019-08-26 01:13  grbl-1.1h.20190825\doc\markdown\settings.md
     目录           0  2019-08-26 01:13  grbl-1.1h.20190825\doc\script\
     文件       18023  2019-08-26 01:13  grbl-1.1h.20190825\doc\script\fit_nonlinear_spindle.py
............此处省略49个文件信息

评论

共有 条评论