资源简介
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\sc
文件 18023 2019-08-26 01:13 grbl-1.1h.20190825\doc\sc
............此处省略49个文件信息
相关资源
- STM32 BLDC 无刷电机
- XUnZip Zip解压缩.rar
- BlowFish加密算法
- C语言常用算法源代码
- 关于LED制作的源代码合集(38套)
-
STM32-ba
se64加密源代码 - 51超声波避障源代码
- Microsoft Visual C++ 2005 Redistributable Pack
- 一个C++实现的源代码行数统计工具
- ZZULIOJ部分答案C语言免费.7z
- 吉他调音软件源代码
- 连连看源代码C语言版
- Microsoft Visual C++ 2010 Redistributable Pack
- AVR单片机SPI通讯程序 (C语言源代码)
- Visual+C++数字图像处理-谢凤英-源代码
- 微机接口----HQFC集成开发环境.zip
- 基于51单片机射频RFID卡考勤上课上班
- 五子棋C++(Qt版).zip
- 大富翁源代码
- VC++ 中国象棋经典游戏源代码
- C语言斗地主源代码
- C++程序源代码--21点的扑克牌游戏
- dsp课程设计——语音加密.zip
- [BUPT]面向对象程序设计C++ - 平时作业
- 循环冗余校验码(CRC)计算源代码合
- Bmp图像处理.zip
- 可解码所有jpeg格式图片的开源JPEG解码
- 通用弹道仿真计算程序(简版)V1.0
- C++实现的蓝牙应用程序框架-BlueSolei
- 数据结构算法与应用--C++语言描述 书
评论
共有 条评论