changed version, pinda probe calibration menu
This commit is contained in:
parent
64b9678e6b
commit
4eb45faded
|
|
@ -5,7 +5,7 @@
|
||||||
#include "Configuration_prusa.h"
|
#include "Configuration_prusa.h"
|
||||||
|
|
||||||
// Firmware version
|
// Firmware version
|
||||||
#define FW_version "3.0.11"
|
#define FW_version "3.0.11-alpha"
|
||||||
|
|
||||||
#define FW_PRUSA3D_MAGIC "PRUSA3DFW"
|
#define FW_PRUSA3D_MAGIC "PRUSA3DFW"
|
||||||
#define FW_PRUSA3D_MAGIC_LEN 10
|
#define FW_PRUSA3D_MAGIC_LEN 10
|
||||||
|
|
|
||||||
|
|
@ -2230,7 +2230,7 @@ void lcd_mesh_calibration_z()
|
||||||
|
|
||||||
void lcd_pinda_calibration()
|
void lcd_pinda_calibration()
|
||||||
{
|
{
|
||||||
enquecommand_P(PSTR("M76"));
|
enquecommand_P(PSTR("G76"));
|
||||||
lcd_return_to_status();
|
lcd_return_to_status();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue