-
Notifications
You must be signed in to change notification settings - Fork 547
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
[FeatureRequest]: Add "suppress message" G30 probe option #915
Comments
(Edit: completely forgot - in any case, update the documentation of G30 that others who might try this on similar Marlin-based printers don't only find out after they bought the Duet...) |
@Braintoe please clarify:
|
@dc42 I tested G30 S-2, G30 S-3 and G30 - all created a message of some sorts: the first two ones created a notification, the last one complained about someting (the amount of adjustment screws?). What I actually want, is a G30 S-1 witout a message that I can use in a conditional gcode script, but I can save and reset the changes that G30 S-2 and G30 S-3 make if needed. Below are the scripts I want to use. the first one
Basically the same type of script is also used to z-level hotend 2 of the IDEX printer against hotend 1 - hotend 1 does a z probe which is definded as reference, then hotend 2 continuously probes at the same spot, and the user sees the same messages and can trim the z level of the right hotend by turning an adjustment screw. Afterwards, just an XY calibration needs to be done which is done by using the wonderful M675 gcode in a conductive cavity with both hotends and calculating the XY offset of hotend 2 from those measurements. (Edit: updated german bedlevling skript to the latest version. I accidentially deleted some "set" commands last night. Except from the unwanted G30 popups, that one works as intended now. |
Is your feature request related to a problem? Please describe.
IDEX machines are rather cumbersome to calibrate without some support skript. While RepRepFirmware brings all the features needed to create such a skript which can then display comprehensive leveling instructions (e.g. an ASCII bar graph-like representation, see here in the Duet forum what I mean) with conditional gcode, the G30 probe function itself prevents such a custom message by displaying a message for every single probe move, regardless which option was chosen. If continuous probing is done, this means the display (PanelDue or Web) constantly flickers between the G30 message and the user message.
Additionally, this behaviour is not described in the Gcode dictionary. the text there states that only a G30 S-1 move creates a message.
Describe the solution you propose.
There are two options to solve this:
Describe alternatives you've considered
Workarounds considered:
That's about it. I am open for suggestions ;-)
Provide any additional context or information.
Ex. Photos, mockups, etc.
The text was updated successfully, but these errors were encountered: