Joker78 Inviato ieri alle 17:17 Autore Inviato ieri alle 17:17 4 ore fa, eaman ha scritto: No Joker. Nel precedente link https://www.klipper3d.org/Config_Reference.html#probe sono spiegati tutti i parametri. E' un file di configurazione, non ci sono comandi. Ok, grazie, ci sono andato in bomba sono 3 giorni che leggo leggo....e poi 😅 Cita
Joker78 Inviato ieri alle 17:52 Autore Inviato ieri alle 17:52 (aggiornato) 5 ore fa, eaman ha scritto: No Joker. Nel precedente link https://www.klipper3d.org/Config_Reference.html#probe sono spiegati tutti i parametri. E' un file di configurazione, non ci sono comandi. allora ho ricopiato il file di configurazione [probe] ma mi da questo errore: Unable to parse option 'z_offset' in section 'probe' Once the underlying issue is corrected, use the "RESTART" command to reload the config and restart the host software. Printer is halted quindi ho messo per prova z_offset 0 salvato e riavviato adwsso mi da questo: Pin '' is not a valid pin name on mcu 'mcu' Once the underlying issue is corrected, use the "RESTART" command to reload the config and restart the host software. Printer is halted quindi se non dico una cavolata mi sta chiedendo a quale pin è collegata la sonda, giusto? Modificato ieri alle 18:00 da Joker78 Cita
dnasini Inviato ieri alle 18:20 Inviato ieri alle 18:20 26 minuti fa, Joker78 ha scritto: quindi se non dico una cavolata mi sta chiedendo a quale pin è collegata la sonda, giusto? ma senza sapere cosa hai scritto sotto [probe], come facciamo ad interpretare l'errore? cosi' a sentimento sembrerebbe che manchi la definizione del pin o che questo non esista..... 1 Cita
Joker78 Inviato ieri alle 18:28 Autore Inviato ieri alle 18:28 (aggiornato) 18 minuti fa, dnasini ha scritto: ma senza sapere cosa hai scritto sotto [probe], come facciamo ad interpretare l'errore? cosi' a sentimento sembrerebbe che manchi la definizione del pin o che questo non esista..... # This file contains common pin mappings for the BIGTREETECH SKR V1.4 # board. To use this config, the firmware should be compiled for the # LPC1768 or LPC1769(Turbo). # See docs/Config_Reference.md for a description of parameters. [stepper_x] step_pin: P2.2 dir_pin: P2.6 enable_pin: !P2.1 microsteps: 16 rotation_distance: 40 endstop_pin: !P1.29 position_endstop: 0 position_max: 235 homing_speed: 50 [stepper_y] step_pin: P0.19 dir_pin: P0.20 enable_pin: !P2.8 microsteps: 16 rotation_distance: 40 endstop_pin: !P1.28 position_endstop: 0 position_max: 235 homing_speed: 50 [stepper_z] step_pin: P0.22 dir_pin: !P2.11 enable_pin: !P0.21 microsteps: 16 rotation_distance: 8 endstop_pin: !P1.27 position_endstop: 0.0 position_max: 300 [extruder] step_pin: P2.13 dir_pin: !P0.11 enable_pin: !P2.12 microsteps: 16 rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: P2.7 sensor_type: EPCOS 100K B57560G104F sensor_pin: P0.24 control: pid pid_Kp: 22.2 pid_Ki: 1.08 pid_Kd: 114 min_temp: 0 max_temp: 260 #[extruder1] #step_pin: P1.15 #dir_pin: P1.14 #enable_pin: !P1.16 #heater_pin: P2.4 #sensor_pin: P0.23 #... [heater_bed] heater_pin: P2.5 sensor_type: EPCOS 100K B57560G104F sensor_pin: P0.25 control: pid pid_Kp: 54.027 pid_Ki: 0.770 pid_Kd: 948.182 min_temp: 0 max_temp: 130 [fan] pin: P2.3 [mcu] serial: /dev/serial/by-id/usb-Klipper_lpc1769_23B00216C624D895E7876662C12000F5-if00 [printer] kinematics: cartesian max_velocity: 400 max_accel: 500 max_z_velocity: 10 max_z_accel: 100 ######################################## # TMC2208 configuration ######################################## #[tmc2208 stepper_x] #uart_pin: P1.10 #run_current: 0.800 #stealthchop_threshold: 999999 # #[tmc2208 stepper_y] #uart_pin: P1.9 #run_current: 0.800 #stealthchop_threshold: 999999 # #[tmc2208 stepper_z] #uart_pin: P1.8 #run_current: 0.650 #stealthchop_threshold: 999999 # #[tmc2208 extruder] #uart_pin: P1.4 #run_current: 0.800 #stealthchop_threshold: 999999 # #[tmc2208 extruder1] #uart_pin: P1.1 #run_current: 0.800 #stealthchop_threshold: 999999 ######################################## # TMC2130 configuration ######################################## #[tmc2130 stepper_x] #cs_pin: P1.10 #spi_software_miso_pin: P0.5 #spi_software_mosi_pin: P1.17 #spi_software_sclk_pin: P0.4 #run_current: 0.800 #stealthchop_threshold: 999999 #diag1_pin: P1.29 #[tmc2130 stepper_y] #cs_pin: P1.9 #spi_software_miso_pin: P0.5 #spi_software_mosi_pin: P1.17 #spi_software_sclk_pin: P0.4 #run_current: 0.800 #stealthchop_threshold: 999999 #diag1_pin: P1.28 #[tmc2130 stepper_z] #cs_pin: P1.8 #spi_software_miso_pin: P0.5 #spi_software_mosi_pin: P1.17 #spi_software_sclk_pin: P0.4 #run_current: 0.650 #stealthchop_threshold: 999999 #diag1_pin: P1.27 #[tmc2130 extruder] #cs_pin: P1.4 #spi_software_miso_pin: P0.5 #spi_software_mosi_pin: P1.17 #spi_software_sclk_pin: P0.4 #run_current: 0.800 #stealthchop_threshold: 999999 #diag1_pin: P1.26 #[tmc2130 extruder1] #cs_pin: P1.1 #spi_software_miso_pin: P0.5 #spi_software_mosi_pin: P1.17 #spi_software_sclk_pin: P0.4 #run_current: 0.800 #stealthchop_threshold: 999999 #diag1_pin: P1.25 [probe] pin: # Probe detection pin. If the pin is on a different microcontroller # than the Z steppers then it enables "multi-mcu homing". This # parameter must be provided. #deactivate_on_each_sample: True # This determines if Klipper should execute deactivation gcode # between each probe attempt when performing a multiple probe # sequence. The default is True. #x_offset: 0.0 # The distance (in mm) between the probe and the nozzle along the # x-axis. The default is 0. #y_offset: 0.0 # The distance (in mm) between the probe and the nozzle along the # y-axis. The default is 0. z_offset: # The distance (in mm) between the bed and the nozzle when the probe # triggers. This parameter must be provided. #speed: 5.0 # Speed (in mm/s) of the Z axis when probing. The default is 5mm/s. #samples: 1 # The number of times to probe each point. The probed z-values will # be averaged. The default is to probe 1 time. #sample_retract_dist: 2.0 # The distance (in mm) to lift the toolhead between each sample (if # sampling more than once). The default is 2mm. #lift_speed: # Speed (in mm/s) of the Z axis when lifting the probe between # samples. The default is to use the same value as the 'speed' # parameter. #samples_result: average # The calculation method when sampling more than once - either # "median" or "average". The default is average. #samples_tolerance: 0.100 # The maximum Z distance (in mm) that a sample may differ from other # samples. If this tolerance is exceeded then either an error is # reported or the attempt is restarted (see # samples_tolerance_retries). The default is 0.100mm. #samples_tolerance_retries: 0 # The number of times to retry if a sample is found that exceeds # samples_tolerance. On a retry, all current samples are discarded # and the probe attempt is restarted. If a valid set of samples are # not obtained in the given number of retries then an error is # reported. The default is zero which causes an error to be reported # on the first sample that exceeds samples_tolerance. #activate_gcode: # A list of G-Code commands to execute prior to each probe attempt. # See docs/Command_Templates.md for G-Code format. This may be # useful if the probe needs to be activated in some way. Do not # issue any commands here that move the toolhead (eg, G1). The # default is to not run any special G-Code commands on activation. #deactivate_gcode: # A list of G-Code commands to execute after each probe attempt # completes. See docs/Command_Templates.md for G-Code format. Do not # issue any commands here that move the toolhead. The default is to # not run any special G-Code commands on deactivation. ######################################## # EXP1 / EXP2 (display) pins ######################################## [board_pins] aliases: # EXP1 header EXP1_1=P1.30, EXP1_3=P1.18, EXP1_5=P1.20, EXP1_7=P1.22, EXP1_9=<GND>, EXP1_2=P0.28, EXP1_4=P1.19, EXP1_6=P1.21, EXP1_8=P1.23, EXP1_10=<5V>, # EXP2 header EXP2_1=P0.17, EXP2_3=P3.26, EXP2_5=P3.25, EXP2_7=P1.31, EXP2_9=<GND>, EXP2_2=P0.15, EXP2_4=P0.16, EXP2_6=P0.18, EXP2_8=<RST>, EXP2_10=<NC> # Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "ssp0" # See the sample-lcd.cfg file for definitions of common LCD displays. Devo abilitare i tmc 2208 Modificato ieri alle 18:39 da Joker78 Cita
dnasini Inviato ieri alle 18:42 Inviato ieri alle 18:42 ma scusa, hai ricopiato la parte [probe] della documentazione paro paro nel tuo printer.cfg? nn ha molto senso.... a te servono, almeno x cominciare, 3 parametri in croce: - il pin (che hai lasciato vuoto ed e' naturale che ti dia errore se nn lo specifichi e te lo dice anche la documentazione: This parameter must be provided.) - l'offset della probe in x e y (opzionali ma se vuoi fare mesh ti serviranno) - lo z_offset (vale lo stesso commento del pin) tutti gli altri parametri, x il momento, puoi anche ingorarli visto che al momenti ti interssa far funzionare la probe Cita
Joker78 Inviato ieri alle 18:52 Autore Inviato ieri alle 18:52 (aggiornato) 15 minuti fa, dnasini ha scritto: ma scusa, hai ricopiato la parte [probe] della documentazione paro paro nel tuo printer.cfg? nn ha molto senso.... a te servono, almeno x cominciare, 3 parametri in croce: - il pin (che hai lasciato vuoto ed e' naturale che ti dia errore se nn lo specifichi e te lo dice anche la documentazione: This parameter must be provided.) - l'offset della probe in x e y (opzionali ma se vuoi fare mesh ti serviranno) - lo z_offset (vale lo stesso commento del pin) tutti gli altri parametri, x il momento, puoi anche ingorarli visto che al momenti ti interssa far funzionare la probe io pensavo che il pin del probe fosse questo: endstop_pin: !P1.27 sbaglio? so che l'off set di y-x andrebbe fatto prima, ma se non risolvo con il probe è inutile continuare Modificato ieri alle 18:58 da Joker78 Cita
Joker78 Inviato ieri alle 19:05 Autore Inviato ieri alle 19:05 (aggiornato) Allora sono ci sono riuscito, il pin del probe era P0_10 ora è corretto, quindi adesso devo calibrare offset di yxz giusto? Modificato ieri alle 19:07 da Joker78 1 Cita
eaman Inviato ieri alle 20:30 Inviato ieri alle 20:30 Dio per fare l'homing XY non servono a molto, ma sicuramente devi settare Z_probe_offset dall'interfaccia grafica con la macro. Poi per fare la Mesh e' il caso che XY siano impostati correttamente. Cita
Joker78 Inviato ieri alle 20:41 Autore Inviato ieri alle 20:41 9 minuti fa, eaman ha scritto: Dio per fare l'homing XY non servono a molto, ma sicuramente devi settare Z_probe_offset dall'interfaccia grafica con la macro. Poi per fare la Mesh e' il caso che XY siano impostati correttamente. L'homing y e x lo fanno gia, infatti adesso devo settare z_probe_offset Cita
Joker78 Inviato ieri alle 21:02 Autore Inviato ieri alle 21:02 (aggiornato) Sto cercando di seguire la guida: Calibrazione sonda Z offset. Fornire una sonda accurata (Z_OFFset) è fondamentale per ottenere elevati. Lo z_offset è la distanza tra l'ugello e Il Klipper PROBE_CALIBRATE strumento può essere usato per ottenere questo valore - eseguirà una sonda automatica per misurare la posizione di attivazione Z della sonda e quindi avviare una sonda manuale per ottenere La sonda z_offset sarà quindi calcolata da queste misurazioni. Iniziare a cuocere la stampante e poi spostare la testa in una posizione vicina. Passare alla scheda terminale OctoPrint ed eseguire Il Comando PROBE_CALIBRATE per avviare lo strumento. Questo strumento eseguirà una sonda automatica, poi solleverà la testa, si muoverà. l'ugello sopra la posizione del punto della sonda e avviare il manuale Se l'ugello non si muove in una posizione sopra il punto di sonda automatico, quindi ABORTO lo strumento sonda manuale ed eseguire la calibrazione offset della sonda XY descritta sopra. Una volta avviato lo strumento di sonda manuale, seguire i passaggi descritti in "The Paper Test" per determinare il Una volta Questi passi sono completi si può. ACCEPT la posizione e salvare il Risultati del file di configurazione con: SAVE_CONFIG quando richiamo il comando PROBE_CALIBRATE da console mi da il seguente errore: Must home before probe la sonda rimane comunque spenta Modificato ieri alle 21:24 da Joker78 Cita
Messaggi raccomandati
Partecipa alla conversazione
Puoi pubblicare ora e registrarti più tardi. Se hai un account, accedi ora per pubblicarlo con il tuo account.