Bonjour à tous,
Ça fais une semaine que je suis passé sur klipper sur mon ender 3V2.
Et ça fais donc une semaine que je me prend la tête pour la config de mon printer.cfg lol
Et plus précisément du BED_MESH_CALIBRATE, j'utilise KLAMP, mais je pense que le problème viens de autre chose.
Dans mon START-PRINT, j'ai positionner mon BED_MESH_CALIBRATE, cela fonctionne bien, mais après avoir réalisé le bed mesh, j'ai un nouveau Home All qui ce réalise et un nouveau bedmesh qui redémarre, (alors que je ne le demande pas). J'ai beau changé la position, je ne trouve pas le problème. Je suis perdu. Et j'imagine que c'est super bête.
Si quelqu’un peux m'orienter SVP.
Merci
Mon start print :
[gcode_macro START_PRINT]
gcode:
{% set BED_TEMP = params.BED_TEMP|default(60)|float %}
{% set EXTRUDER_TEMP = params.EXTRUDER_TEMP|default(200)|float %}
#Facteur d'extrusion
M221 S93 ; set flow rate to 93%
# Start bed heating
M140 S{BED_TEMP}
# Start nozzle temp
M104 S{EXTRUDER_TEMP}
# Use absolute coordinates
G90
# Reset the G-Code Z offset (adjust Z offset if needed)
SET_GCODE_OFFSET Z=0.0
# Home the printer
G28
BED_MESH_CALIBRATE
# Move the nozzle near the bed
G1 Z5 F3000
# Move the nozzle very close to the bed
G1 Z0.15 F300
# Wait for bed to reach temperature
M190 S{BED_TEMP}
# Set and wait for nozzle to reach temperature
M109 S{EXTRUDER_TEMP}
# BED_MESH_CLEAR
#BED_MESH_CALIBRATE
#BED_MESH_PROFILE LOAD=default
#Line_Purge
#activation ventilateur
#M106 S60 ??????
#Smart_Park