Kevin O'Connor
4aa550837f
toolhead: Pass set_position() homing_axes parameter as a string
...
Use strings such as "xyz" to specify which axes are to be considered
homing during a set_position() call. This makes the parameter a
little less cryptic.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-01-21 18:58:23 -05:00
Kevin O'Connor
c72d73ec45
stepper_enable: Directly call clear_homing_state() on motor off event
...
Call clear_homing_state() on each motor off event. This simplifies
the kinematic classes as they no longer need to register and handle
the motor_off event.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-01-21 18:58:23 -05:00
Kevin O'Connor
5fe333934d
docs: Add a "Professional Services" link to Contacts page
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-01-21 18:54:33 -05:00
Kevin O'Connor
9a06d2b7e8
docs: Improve wording of main Klipper page
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-01-21 18:54:00 -05:00
bda6839686
修复设置舵机信号时长参数后,连续不停开关舵机 可能会造成出错的问题
2025-01-17 15:55:14 +08:00
440010b9cb
增加舵机信号持续时间变量,优化零位舵机信号不持续发送
2025-01-17 14:32:11 +08:00
a15d96ff28
优化外置驱动的支持
2025-01-17 14:14:30 +08:00
fe72447078
Merge branch 'develop' of https://server.creatbot.com/Gitea/CreatBot/CreatBotKlipper into develop
2025-01-17 11:05:04 +08:00
32fc128f99
修复F430NX停靠喷头与偏移值的计算逻辑
2025-01-17 10:42:44 +08:00
75da8e8e63
修复V0版机型T_fan逻辑问题
2025-01-17 09:10:15 +08:00
Kevin O'Connor
cf3b0475da
tmc2240: Allow the slope_control field to be configured via printer.cfg
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-01-10 12:29:41 -05:00
Kevin O'Connor
aae29ba48b
heaters: Disable heater if it appears main thread has stopped updating
...
Update the heating code to periodically check that the main thread is
operating properly. This is a mitigation for some rare cases where
the main thread may lockup while the background heater updating code
continues to run. The goal is to detect these rare failures and
disable future heater updates.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-01-10 12:22:49 -05:00
Kevin O'Connor
485c8f2ef0
lib: Update can2040 to v1.7.0
...
This provides improved support on rp2350 chips.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-01-10 12:20:13 -05:00
Dennis Marttinen
7083879700
force_move: Implement CLEAR for SET_KINEMATIC_POSITION ( #6262 )
...
`CLEAR` clears the homing status (resets the axis limits) without turning off
the motors. This is particularly useful when implementing safe Z homing in
`[homing_override]` on printers with multiple independent Z steppers (where
`FORCE_MOVE` can't be used).
Signed-off-by: Dennis Marttinen <twelho@welho.tech>
2025-01-10 10:41:09 -05:00
c7326be183
Merge branch 'develop' of https://server.creatbot.com/Gitea/CreatBot/CreatBotKlipper into develop
2025-01-10 13:38:31 +08:00
d0dcac4519
全系降低探测舵机的速度
2025-01-10 10:56:34 +08:00
Kevin O'Connor
9ca71d8608
github: Change to upload-artifact@v4
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-01-09 20:43:54 -05:00
9da7304dc2
修复F430NX在DUAL模式下,耗材触发提示不准确的问题
2025-01-09 16:39:13 +08:00
ea3e219f50
1、修复F430NX断料自动切头时,喷头偏移值未应用的问题
...
2、修复喷头一停靠位置不对的问题
2025-01-09 10:09:21 +08:00
dda0962b98
修复F430NX回零后,切换喷头会报错的问题
2025-01-07 16:40:43 +08:00
95d20c9b63
1、修复F430NX触发耗材检测,喷头超时冷却,手动设置温度并装载耗材后,恢复打印时二头温度不恢复的问题。 2、修改等待温度恢复的提示内容
2025-01-07 16:33:54 +08:00
2c2d0c7be1
优化F430NX驱动散热风扇启停逻辑
2025-01-07 16:33:31 +08:00
3e5c530975
调整F30NX网床调平时探针提升的高度
...
规避offset过大时未移动床即触发的报错
2025-01-07 13:56:48 +08:00
Alexander Bazarov
8a3d2afd79
config: Config for Geeetech A-series printers: A10/M/T and A20/M/T ( #6767 )
...
Based on few configs found on the discourse forum, facebook groups.
In addition, using official schematics from:
https://www.geeetech.com/download.html
https://github.com/Geeetech3D/Diagram/files/8199212/GT2560V4.1BSCHA20T.pdf
Contains macros for filament mixing based on:
https://klipper.discourse.group/t/mixing-color-support/2246/12
https://klipper.discourse.group/t/mixing-hotend-m163-emulation/11423/2
Signed-off-by: Alexander Bazarov <oss@bazarov.dev>
2025-01-03 09:32:07 -05:00
c7cb4b97c2
全系添加_CANCEL_PRINT_BASE宏支持
2025-01-02 17:57:20 +08:00
ba4f343e94
F430NX:Y驱动细分由128->64
2024-12-31 17:25:28 +08:00
b2b98c057a
F430NX状态灯功能
2024-12-31 10:56:18 +08:00
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
f8f7aabbe2
关闭F430NX热风校验功能
2024-12-27 17:15:17 +08:00
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
KrauTech
80d185c94c
z_tilt: return done when reties is 0 ( #6766 )
...
Signed-off-by: Chris Krause <krautech3d@gmail.com>
2024-12-19 15:24:44 -05:00
Kevin O'Connor
cb13ee76ff
docs: Document the QUAD_GANTRY_LEVEL command in G-Codes.md
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-12-19 11:52:31 -05:00
Kevin O'Connor
a2a91654a9
docs: Document Z_TILT_ADJUST RETRIES and RETRY_TOLERNACE options in G-Codes.md
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-12-19 11:49:16 -05: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
fa74a82184
Merge branch 'develop' of https://server.creatbot.com/Gitea/CreatBot/CreatBotKlipper into develop
2024-12-18 15:53:46 +08:00
9307b89570
修复重启时候有概率出现温度数值异常的问题
2024-12-18 15:49:41 +08:00
9925c78644
实现二喷头的偏移值校准功能
2024-12-17 15:55:28 +08:00
93efb1abde
配置网床调平淡出高度
2024-12-13 09:55:41 +08:00
Kevin O'Connor
383b83d788
Kconfig: Simplify WANT_XXX definitions
...
Use WANT_ADXL345 and WANT_MPU9250 instead of WANT_SENSOR_ADXL345 and
WANT_SENSOR_MPU9250. This makes these definitions similar to the
other accelerometer defintions.
Order menu so accelerometers are close to each other in the menu.
Simplify Makefile as Kconfig already assures a symbol will only be
defined if its dependencies are met.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-12-12 14:46:37 -05:00
Timofey Titovets
2b9e041a86
angle: mt6826s added support
...
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
2024-12-12 14:28:45 -05:00