MarlinFirmware/Marlin

[FR] Runtime adjustable machine travel limits

开放

#25,582 创建于 2023年3月27日

 (21 条评论) (2 个反应) (0 位负责人)C++ (19,123 个派生)batch import
F: CalibrationT: Feature Requestgood first issue

仓库指标

星标
 (16,011 个星标)
PR 合并指标
 (平均合并 31天 6小时) (30 天内合并 16 个 PR)

描述

Is your feature request related to a problem? Please describe.

No response

Are you looking for hardware support?

No response

Describe the feature you want

In some cases, it would be convenient to be able to change max axis movement without changing firmware, using GCODE commands, then save to EEPROM. For example, if there are no other needed changes in the firmware but you change hardware to allow more clearance or change hotend and thus reduce maximum print height.

Sorry if it was already suggested (I couldn't find any) or if it's actually possible to do.

Additional context

Disabling software endstops is not a good solution for this, as it adds risk of crashing.

贡献者指南