5388 Commits

Author SHA1 Message Date
f3cdc1dd75 全系支持PRINT_START,PRINT_END宏 2024-12-31 10:55:48 +08:00
ecbde51331 F430NX二喷头静音阈值由200->300 2024-12-31 10:54:11 +08:00
40985b8d9a f430NX增加驱动器散热风扇控制 2024-12-31 10:53:55 +08:00
682e343d61 修复必须回零后才能取消打印的问题 2024-12-30 17:27:29 +08:00
e941884b8e 修复F430NX机型Y轴在零位时回零报错的问题 2024-12-30 16:29:08 +08:00
e2a9ff2bfe 优化F430NX复制、镜像模式,解决坐标超范围问题 2024-12-30 13:36:54 +08:00
4fe4b7f67d 调整F430NX喷头二X电流,由1->1.5 2024-12-30 13:32:25 +08:00
zkk
f8f7aabbe2 关闭F430NX热风校验功能 2024-12-27 17:15:17 +08:00
zkk
7f532dc101 删除旧的设置offset宏定义 2024-12-27 17:14:51 +08:00
34b6971b41 修复自动切头开关逻辑,优化恢复打印弹窗内容 2024-12-27 15:29:04 +08:00
765bc8dc22 优化耗材检测弹窗内容及格式 2024-12-26 11:41:34 +08:00
9b487abec3 F430NX更换为闭环Y电机 2024-12-19 16:03:04 +08:00
641f767175 F430NX复制、镜像模式优化 2024-12-19 10:42:11 +08:00
ef148604da 自动切头功能 2024-12-19 10:40:25 +08:00
zkk
fa74a82184 Merge branch 'develop' of https://server.creatbot.com/Gitea/CreatBot/CreatBotKlipper into develop 2024-12-18 15:53:46 +08:00
zkk
9307b89570 修复重启时候有概率出现温度数值异常的问题 2024-12-18 15:49:41 +08:00
zkk
9925c78644 实现二喷头的偏移值校准功能 2024-12-17 15:55:28 +08:00
93efb1abde 配置网床调平淡出高度 2024-12-13 09:55:41 +08:00
30b77165a7 调整F430NX探测舵机角度,由90°->120° 2024-12-12 14:03:30 +08:00
9be203c58f 新增D600pro2、D1000的V0版机型 2024-12-11 15:24:05 +08:00
zkk
401da556f5 Merge branch 'develop' of https://server.creatbot.com/Gitea/CreatBot/CreatBotKlipper into develop 2024-11-29 10:12:48 +08:00
52ea64cf83 修复暂停掉温后,恢复时喷头温度不能恢复的问题 2024-11-28 10:55:09 +08:00
zkk
508378825d D1000 z轴最大速度设置成7 2024-11-27 14:47:23 +08:00
zkk
41c2cd3927 优化热电偶最大报错次数 2024-11-25 17:12:23 +08:00
zkk
55e60aecd2 优化双头打印时断电续打可能出现的异常问题 2024-11-15 16:22:55 +08:00
zkk
35572fdf47 优化探针舵机初始化角度 2024-11-15 09:44:11 +08:00
zkk
fc5c402e3b 修复点击全床调平会报错的问题 2024-11-12 13:38:32 +08:00
zkk
3b927fcd22 优化暂停下的断电续打 z值不对问题 2024-11-12 10:34:11 +08:00
zkk
d0443135bc 优化D600Pro D1000卸载耗材卡住问题以及F430NX的热风温度过低问题 2024-11-09 14:57:13 +08:00
zkk
d62caaee25 完善断电续打功能 2024-11-08 10:18:11 +08:00
zkk
b9770c3385 配置文件一点格式优化 2024-11-07 15:26:43 +08:00
zkk
ada778ae69 优化强制移轴的宏定义 2024-11-07 15:24:12 +08:00
2aac65183e 自适应网床调平功能实现 2024-11-04 17:54:26 +08:00
zkk
b9aab6ecd5 修复M109命令加热默认喷头有误的问题 2024-11-01 11:11:58 +08:00
zkk
3c440ed820 实现断电续打功能 2024-10-30 15:05:05 +08:00
8ce548fb81 优化IDEX模式下手动加载耗材逻辑;
优化开始打印时耗材检测与喷头温度过低同时触发的弹窗问题
2024-10-29 17:08:23 +08:00
zkk
da2a3c417f 更新优化打印机配置文件,完善全系耗材检测功能,减少加热等待命令时间,修复D600Pro2 z轴步进值问题等... 2024-10-18 16:32:37 +08:00
zkk
3afea033d0 优化打印机配置 解决停靠位置 暂停冷却等问题 2024-09-19 14:27:25 +08:00
zkk
1b1a2ad3e1 优化已知 回零停靠位置 共振补偿等问题 2024-09-13 16:22:43 +08:00
zkk
a6d81e7938 添加numpy库-共振补偿用 2024-09-12 14:27:53 +08:00
zkk
a013b81b01 新增D1000配置文件 优化D600Pro2和F430NX配置文件 2024-09-07 17:18:46 +08:00
zkk
cc40ed9633 新增F430NX D600Pro2配置文件 2024-08-17 09:01:06 +08:00
Kevin O'Connor
433fcb6f24 axis_twist_compensation: Fix missing probe import
Fixes missing import introduced in commit bec47e04.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
1.0.0
2024-06-15 11:06:56 -04:00
Kevin O'Connor
beba2c2d33 axis_twist_compensation: No need to rename bed_mesh and manual_probe
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-06-15 11:03:50 -04:00
Kevin O'Connor
fcf064ba68 probe_eddy_current: Add support for probing in "scan" mode
When probing in "scan" mode, the toolhead will pause at each position,
but does not descend.  This can notably reduce the total probing time.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-06-14 13:38:07 -04:00
Kevin O'Connor
aa0dbf6ee6 probe_eddy_current: Calculate toolhead position along with probed position
Support calculating the low-level kinematic toolhead position while
calculating the probed frequency.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-06-14 13:38:07 -04:00
Kevin O'Connor
49f511e679 probe_eddy_current: Process samples as they arrive
Convert samples into probe frequencies as the samples arrive.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-06-14 13:38:07 -04:00
Kevin O'Connor
429aa2b2a6 probe_eddy_current: Generate Z height from average frequency
Calculate the average frequency from a set of samples, and then
calculate the estimated Z height from that frequency.  This may
improve accuracy, as the frequency to Z height is not linear and
averaging after the non-linear transform could bias the results.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-06-14 13:38:07 -04:00
Kevin O'Connor
bf1bc1ee0f probe_eddy_current: Introduce new EddyGatherSamples helper class
Split the sample gathering code out of EddyEndstopWrapper class and
into a new EddyGatherSamples class.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-06-14 13:38:07 -04:00
Kevin O'Connor
1591a51f76 probe: Gather multiple results in ProbeSessionHelper
Change run_probe() to gather the results locally, and introduce a new
pull_probed_results() method that returns the previously probed
results.  This is in preparation for future probing code that benefits
from batching probe results.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-06-14 13:38:07 -04:00