graeteger Posté(e) Aout 11, 2024 Posté(e) Aout 11, 2024 Bonjours, Après une coupure de courant lors de la reprises d’impression , l'imprimante effectue un X , Y home normal puis un Z home et la ça va pas ! de plus le Z home se fait avec la sonde dans le vide, avec X et Y a 0, le plateau prend un coup. je comprend pas je ne vois pas d’où c’a peut venir. merci Configuration.h Configuration_adv.h
Alain D. Posté(e) Aout 11, 2024 Posté(e) Aout 11, 2024 Quel est ton imprimante ? Problème de capteur fin de course "Z" ?
graeteger Posté(e) Aout 11, 2024 Auteur Posté(e) Aout 11, 2024 (modifié) Cr10 avec octopus le G28 se fait autrement sans soucis le problème viens de la reprise de l'impression après coupure de l'alimentation. En cour d'impression la tête qui ses relever a la coupure d'alimentation avec les position XYZ sauvegarder sur la carte , doit reprendre sont impression au retour de l'alimentation et cela sans faire de Z home BTT UPS 24V V1.0 Modifié (le) Aout 11, 2024 par graeteger
Alain D. Posté(e) Aout 11, 2024 Posté(e) Aout 11, 2024 Pas simple à comprendre... Est-ce que la reprise après coupure d'alimentation est activée ?
graeteger Posté(e) Aout 11, 2024 Auteur Posté(e) Aout 11, 2024 (modifié) Oui ça me propose bien de reprendre l'impression ou de l’arrêter Configuration.h // @section psu control /** * Power Supply Control * * Enable and connect the power supply to the PS_ON_PIN. * Specify whether the power supply is active HIGH or active LOW. */ #define PSU_CONTROL #define PSU_NAME "Power Supply" #if ENABLED(PSU_CONTROL) #define MKS_PWC // Using the MKS PWC add-on #define PS_OFF_CONFIRM // Confirm dialog when power off //#define PS_OFF_SOUND // Beep 1s when power off #define PSU_ACTIVE_STATE HIGH // Set 'LOW' for ATX, 'HIGH' for X-Box //#define PSU_DEFAULT_OFF // Keep power off until enabled directly with M80 #define PSU_POWERUP_DELAY 250 // (ms) Delay for the PSU to warm up to full power //#define LED_POWEROFF_TIMEOUT 10000 // (ms) Turn off LEDs after power-off, with this amount of delay //#define POWER_OFF_TIMER // Enable M81 D<seconds> to power off after a delay #define POWER_OFF_WAIT_FOR_COOLDOWN // Enable M81 S to power off only after cooldown //#define PSU_POWERUP_GCODE "M355 S1" // G-code to run after power-on (e.g., case light on) //#define PSU_POWEROFF_GCODE "M355 S0" // G-code to run before power-off (e.g., case light off) //#define AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin #if ENABLED(AUTO_POWER_CONTROL) #define AUTO_POWER_FANS // Turn on PSU for fans #define AUTO_POWER_E_FANS // Turn on PSU for E Fans #define AUTO_POWER_CONTROLLERFAN // Turn on PSU for Controller Fan #define AUTO_POWER_CHAMBER_FAN // Turn on PSU for Chamber Fan #define AUTO_POWER_COOLER_FAN // Turn on PSU for Cooler Fan #define POWER_TIMEOUT 30 // (s) Turn off power if the machine is idle for this duration //#define POWER_OFF_DELAY 60 // (s) Delay of poweroff after M81 command. Useful to let fans run for extra time. #endif #if EITHER(AUTO_POWER_CONTROL, POWER_OFF_WAIT_FOR_COOLDOWN) #define AUTO_POWER_E_TEMP 99 // (°C) PSU on if any extruder is over this temperature //#define AUTO_POWER_CHAMBER_TEMP 30 // (°C) PSU on if the chamber is over this temperature //#define AUTO_POWER_COOLER_TEMP 26 // (°C) PSU on if the cooler is over this temperature #endif #endif Configuration_adv.h /** * Continue after Power-Loss (Creality3D) * * Store the current state to the SD Card at the start of each layer * during SD printing. If the recovery file is found at boot time, present * an option on the LCD screen to continue the print from the last-known * point in the file. */ #define POWER_LOSS_RECOVERY #if ENABLED(POWER_LOSS_RECOVERY) #define PLR_ENABLED_DEFAULT true // Power Loss Recovery enabled by default. (Set with 'M413 Sn' & M500) #define BACKUP_POWER_SUPPLY // Backup power / UPS to move the steppers on power loss #define POWER_LOSS_ZRAISE 20 // (mm) Z axis raise on resume (on power loss with UPS) #define POWER_LOSS_PIN PC0 // Pin to detect power loss. Set to -1 to disable default pin on boards without module. #define POWER_LOSS_STATE HIGH // State of pin indicating power loss #define POWER_LOSS_PULLUP // Set pullup / pulldown as appropriate for your sensor //#define POWER_LOSS_PULLDOWN #define POWER_LOSS_PURGE_LEN 15 // (mm) Length of filament to purge on resume #define POWER_LOSS_RETRACT_LEN 10 // (mm) Length of filament to retract on fail. Requires backup power. // 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 // Activez-le si le retour à la position Z est nécessaire pour une récupération correcte. 99,9 % du temps, cela devrait être désactivé ! // //#define POWER_LOSS_RECOVER_ZHOME #if ENABLED(POWER_LOSS_RECOVER_ZHOME) //// #define POWER_LOSS_ZHOME_POS { 0, 0 } // Safe XY position to home Z while avoiding objects on the bed #endif #endif Modifié (le) Aout 11, 2024 par graeteger
Alain D. Posté(e) Aout 11, 2024 Posté(e) Aout 11, 2024 il y a une heure, graeteger a dit : Oui ça me propose bien de reprendre l'impression ou de l’arrêter Et si tu reprends l'impression, je suppose que ce n'est pas bon ? C'est toi qui as compilé ton firmware ?
graeteger Posté(e) Aout 12, 2024 Auteur Posté(e) Aout 12, 2024 Oui, c'est Marlin-2.1.2.4marlin, je vais faire un essais avec la version proposer par BTT , Marlin-bugfix-2.0.9.3.x
graeteger Posté(e) Aout 13, 2024 Auteur Posté(e) Aout 13, 2024 Bonjours, j'ai utilisé dans Configuration_adv // Activez-le si le retour à la position Z est nécessaire pour une récupération correcte. 99,9 % du temps, cela devrait être désactivé ! #define POWER_LOSS_RECOVER_ZHOME #if ENABLED(POWER_LOSS_RECOVER_ZHOME) #define POWER_LOSS_ZHOME_POS { 10, 0 } // Position XY sécurisée vers la position Z d'origine tout en évitant les objets sur le lit #endif #endif et cela fonctionne avec les deux version de marlin, la sonde est en place pour effectuer un Zhome puis une petite purge et l'impression reprend. XY home ce fait avant Z bien sur
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant