Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加一个更换耗材后的自定义g-code #5912

Closed
1 task done
ealin1994 opened this issue Jun 28, 2024 · 2 comments
Closed
1 task done

添加一个更换耗材后的自定义g-code #5912

ealin1994 opened this issue Jun 28, 2024 · 2 comments
Labels
enhancement New feature or request stale

Comments

@ealin1994
Copy link

Is there an existing issue for this feature request?

  • I have searched the existing issues

Is your feature request related to a problem?

想要把冲刷体积变量flush_volumes_matrix,用于替代拉屎的体积量,但该变量暂时没办法传递到klipper中给自定义gcode使用。本想在换料结束后,再到切片软件中写擦嘴代码实现,但目前的更换耗材g-code是在T(x)代码后,无法直接使用。

Which printers will be beneficial to this feature?

Klipper

Describe the solution you'd like

有没可能更新一个更换耗材丝后的gcode或者说把现有的这个改到换料 T(n) 后执行能。

Describe alternatives you've considered

No response

Additional context

No response

@ealin1994 ealin1994 added the enhancement New feature or request label Jun 28, 2024
SoftFever added a commit that referenced this issue Jul 29, 2024
…any MMU with a cutter like Filametrix) (#6241)

flush_length variable is now provide correct value based on the flush
matrix set by the user.

pesudo code in Change filament gcode:
```
...
T1 

; Park head to the purging location
G1 X0 Y-5 F12000

; Purge certain amount of filament into waste bin
G1 E[flush_length] F600

...


```

This PR is based on the WIP tool changer branch #6087

Fixes #4194 #5937 #5912
Copy link

Orca bot: this issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Sep 27, 2024
Copy link

github-actions bot commented Oct 5, 2024

Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

1 participant