1
mirror of https://github.com/mechano/Kingroon_KP3S_Marlin_Firmware.git synced 2025-12-03 03:46:24 +04:00

Add files via upload

This commit is contained in:
Roberto Giuffre`
2023-11-23 01:06:21 +01:00
committed by GitHub
parent 9476ad0e48
commit 58a7749473
2 changed files with 15 additions and 15 deletions

View File

@@ -1086,7 +1086,7 @@
#if ENABLED(ASSISTED_TRAMMING)
// Define from 3 to 9 points to probe.
#define TRAMMING_POINT_XY { { 20, 20 }, { 180, 20 }, { 180, 180 }, { 20, 180 } }
#define TRAMMING_POINT_XY { { 20, 20 }, { 160, 20 }, { 160, 160 }, { 20, 160 } }
// Define position names for probe points.
#define TRAMMING_POINT_NAME_1 "Front-Left"
@@ -1704,7 +1704,7 @@
*/
#define POWER_LOSS_RECOVERY // GR recupera dopo interruzione corrente
#if ENABLED(POWER_LOSS_RECOVERY)
#define PLR_ENABLED_DEFAULT true // Power Loss Recovery enabled by default. (Set with 'M413 Sn' & M500) // GR attivo di default
#define PLR_ENABLED_DEFAULT false // Power Loss Recovery enabled by default. (Set with 'M413 Sn' & M500) // GR attivo di default
//#define BACKUP_POWER_SUPPLY // Backup power / UPS to move the steppers on power loss
//#define POWER_LOSS_ZRAISE 2 // (mm) Z axis raise on resume (on power loss with UPS)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss. Set to -1 to disable default pin on boards without module.
@@ -1716,7 +1716,7 @@
// Without a POWER_LOSS_PIN the following option helps reduce wear on the SD card,
// especially with "vase mode" printing. Set too high and vases cannot be continued.
#define POWER_LOSS_MIN_Z_CHANGE 0.05 // (mm) Minimum Z change before saving power-loss data
#define POWER_LOSS_MIN_Z_CHANGE 0.1 // (mm) Minimum Z change before saving power-loss data // GR era 0.05 lo metto a 0.1 per quel bug che fa girare l'estrusore al ritorno dall'interruzione.
// Enable if Z homing is needed for proper recovery. 99.9% of the time this should be disabled!
//#define POWER_LOSS_RECOVER_ZHOME