当前位置:网站首页>Grbl learning (II)
Grbl learning (II)
2022-04-23 15:55:00 【Sola_ Ex】
GRBL Study
config.h file
You can know from the beginning of the file , This file is used to configure for different machines . Yes GRBL Come on , If the motherboard is replaced , Use 2560 or 128P If these chips , Ignore the configuration of this file directly . But I don't use this 、、
EEOROM Use default configuration after reset
#define DEFAULTS_GENERIC
Baud rate
#define BAUD_RATE 115200
The use of Arduino chip
#define CPU_MAP_ATMEGA328P // Arduino Uno CPU
in the light of GRBL The command parses characters
#define CMD_STATUS_REPORT '?'
#define CMD_FEED_HOLD '!'
#define CMD_CYCLE_START '~'
#define CMD_RESET 0x18 // ctrl-x.
#define CMD_SAFETY_DOOR '@'
The motor is locked when powered on ; This function seems strange , In fact, this is GRBL A protection function for laser engraving , Normal use GRBL When , After power on , Can't directly control XY The mobile , here GRBL Will send a prompt in the serial port , Let you unlock , And you need to send a X Of finger Make to G R B L , Explain lock after only can just often fuck do electric machine . too cheng in meet To police newspaper , also Meeting production raw On lock shape state , Same as sample yes send use X Give instructions to GRBL, The motor can be operated normally only after unlocking . An alarm was encountered in the process , It will also produce a locked state , Also use X Of finger Make to GRBL, Explain lock after only can just often fuck do electric machine . too cheng in meet To police newspaper , also Meeting production raw On lock shape state , Same as sample yes send use X This command can be used normally . After all, the power of the laser head is no joke ...
#define HOMING_INIT_LOCK
The control pin is here , in the light of CNC Only some
#define HOMING_CYCLE_0 (1<<Z_AXIS)
#define HOMING_CYCLE_1 ((1<<X_AXIS)|(1<<Y_AXIS))
The number of times the limit is touched when returning to zero
#define N_HOMING_LOCATE_CYCLE 1
GRBL in the light of CNC The floating point type of the display ( In real time, this is for 8 Floating point operation processing of bit single chip microcomputer , If replaced 32 Bit with floating point operation , You can optimize here )
#define N_DECIMAL_COORDVALUE_INCH 4
#define N_DECIMAL_COORDVALUE_MM 3
#define N_DECIMAL_RATEVALUE_INCH 1
#define N_DECIMAL_RATEVALUE_MM 0
#define N_DECIMAL_SETTINGVALUE 3
Coordinate information feedback , When disabled, only the last set of coordinate information can be obtained ( This should be used together with the upper computer )
#define MESSAGE_PROBE_COORDINATES
Safety delay time after safety switch switching
#define SAFETY_DOOR_SPINDLE_DELAY 4000
#define SAFETY_DOOR_COOLANT_DELAY 1000
Offset Set enable
#define TOOL_LENGTH_OFFSET_AXIS Z_AXIS
Variable spindle enable
#define VARIABLE_SPINDLE
belt S The order of ,S The latter is worth the scope , Such as M3 S255
#define SPINDLE_MAX_RPM 1000.0
#define SPINDLE_MIN_RPM 0.0
Minimum cross speed setting
#define MINIMUM_JUNCTION_SPEED 0.0 // (mm/min)
Minimum printing speed
#define MINIMUM_FEED_RATE 1.0 // (mm/min)
Radian correction value ( The setting of the value here is similar to GRBL Print related ,GRBL Algorithm for printing arcs )
#define N_ARC_CORRECTION 12
版权声明
本文为[Sola_ Ex]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231554163679.html
边栏推荐
- Extract non duplicate integers
- 多线程原理和常用方法以及Thread和Runnable的区别
- Modèle de Cluster MySQL et scénario d'application
- Deletes the least frequently occurring character in the string
- 运维流程有多重要,听说一年能省下200万?
- [split of recursive number] n points K, split of limited range
- s16.基于镜像仓库一键安装containerd脚本
- Win11/10家庭版禁用Edge的inprivate浏览功能
- Tencent offer has been taken. Don't miss the 99 algorithm high-frequency interview questions. 80% of them are lost in the algorithm
- Go language, array, pointer, structure
猜你喜欢
单体架构系统重新架构
Unity shader learning
Configuration of multi spanning tree MSTP
一文读懂串口及各种电平信号含义
Metalife established a strategic partnership with ESTV and appointed its CEO Eric Yoon as a consultant
时序模型:长短期记忆网络(LSTM)
腾讯Offer已拿,这99道算法高频面试题别漏了,80%都败在算法上
运维流程有多重要,听说一年能省下200万?
Intersection, union and difference sets of spark operators
Codejock Suite Pro v20.3.0
随机推荐
Temporal model: long-term and short-term memory network (LSTM)
Spark 算子之sortBy使用
Upgrade MySQL 5.1 to 5.69
Implement default page
捡起MATLAB的第(3)天
Basic greedy summary
matplotlib教程05---操作图像
Groupby use of spark operator
Why disable foreign key constraints
Config learning notes component
leetcode-396 旋转函数
C language --- string + memory function
Deletes the least frequently occurring character in the string
Multi level cache usage
JS regular determines whether the port path of the domain name or IP is correct
5分钟,把你的Excel变成在线数据库,神奇的魔方网表excel数据库
Read the meaning of serial port and various level signals
Spark 算子之coalesce与repartition
Cap theorem
Master vscode remote GDB debugging