MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.04k stars 19.15k forks source link

G76 unknown command #23875

Closed impet14 closed 2 years ago

impet14 commented 2 years ago

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

I tried to enable G76 to auto compensate probe offset. I tested send G76 but I got echo:Unknown command: "G76".

I uncommend in configuration_adv.h as

define PTC_PROBE // Compensate based on probe temperature

define PTC_BED // Compensate based on bed temperature

define PTC_HOTEND // Compensate based on hotend temperature

and //#define PTC_PROBE // Compensate based on probe temperature

define PTC_BED // Compensate based on bed temperature

define PTC_HOTEND // Compensate based on hotend temperature

but I got unknown command G76 from both. how can I do? My device is tronxy 400 x5sa pro

My device is tronxy x5sa pro 400. Here is my config https://github.com/impet14/marlin-x5sa-400-pro/blob/main/Marlin/Configuration_adv.h

Bug Timeline

New

Expected behavior

I expected the device should do compensation

Actual behavior

nothing move and respond unknown command

Steps to Reproduce

No response

Version of Marlin Firmware

FIRMWARE_NAME:Marlin 2.0.9.3 (Mar 10 2022 01:28:34)

Printer model

Tronxy x5sa pro 400

Electronics

Chitu v6

Add-ons

No response

Bed Leveling

No response

Your Slicer

No response

Host Software

No response

Additional information & file uploads

No response

thisiskeithb commented 2 years ago

G76 requires PTC_PROBE: https://marlinfw.org/docs/gcode/G076.html

github-actions[bot] commented 2 years ago

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.