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

Add PINDA temp wait feature[FR] (feature request title) #17896

Closed
brownie-21 opened this issue May 6, 2020 · 2 comments
Closed

Add PINDA temp wait feature[FR] (feature request title) #17896

brownie-21 opened this issue May 6, 2020 · 2 comments
Labels
T: Feature Request Features requested by users.

Comments

@brownie-21
Copy link

Description###

The PINDA 2 probe has temperature compensation which can be calibrated using a G76. The compensation table only ranges from 30 - 80 deg C. In cooler environments it is therefore possible to start a print with the PINDA below 30 deg C resulting in inaccurate bed probing. This can lead to poor mesh generation, incorrect probe offsets and possible bed damage due to nozzle collisions.

The Prusa Marlin fork has an M860 G code that waits for the PINDA temperature to be in the calibration range before continuing.

Please add an M code for a PINDA temperature wait feature.

Feature Workflow

  1. User sets PINDA wait G code in start script (e.g M860 S30). Typically this is inserted after the M109 and M190 codes and before probing.
  2. Once the print has stared the FW waits for target temp to be reached before proceeding.

Additional Information

The G76 calibration routine already seems to have a PINDA temp wait function as it heats the bed and does not probe until the PINDA is at target temp so it seams the requested code is already implemented in the G76 function.

@boelle boelle added the T: Feature Request Features requested by users. label Jun 20, 2020
@thisiskeithb
Copy link
Member

Added in #19344

@github-actions
Copy link

github-actions bot commented Jun 8, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: Feature Request Features requested by users.
Projects
None yet
Development

No branches or pull requests

3 participants