-
Numero contenuti
2.130 -
Iscritto
-
Ultima visita
-
Giorni Vinti
32
Tipo di contenuto
Profili
Articoli
Introduzione alla stampa 3D
Database materiali
Forum
Calendario
Blogs
Gallery
Download
Store
Tutti i contenuti di Joker78
-
Innanzi tutto ti ringrazio per l'enorme pazienza, io sono arrivato fin qui senza ricevere errori: # 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: 300 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: 300 homing_speed: 50 [stepper_z] step_pin: P0.22 dir_pin: P2.11 enable_pin: !P0.21 microsteps: 16 full_steps_per_rotation: 200 endstop_pin: probe:z_virtual_endstop rotation_distance: 8 endstop_pin: !P1.27 position_endstop: 0.0 position_max: 400 [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: 300 #[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 [homing_override] set_position_z: 5 gcode: G90 G1 Z10 F600 # Alza l'asse Z per evitare collisioni G28 X Y G1 X150 Y150 F6000 # Sposta il nozzle al centro G28 Z #[safe_z_home] #home_xy_position: 177,155 #speed: 80.0 #z_hop: 10.0 #z_hop_speed: 5.0 [bed_mesh] speed: 120 horizontal_move_z: 5 mesh_min: 5, 5 mesh_max: 268, 305 probe_count: 5,5 fade_start: 1 fade_end: 10 [probe] pin:P0.10 speed: 5 samples: 3 sample_retract_dist: 2.0 activate_gcode: SET_PIN PIN=PC14 VALUE=1 # Attiva la sonda deactivate_gcode: SET_PIN PIN=PC14 VALUE=0 # Disattiva la sonda # 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. x_offset: 0 y_offset: 0 z_offset:0 # 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. [bed_mesh] speed: 120 horizontal_move_z: 5 mesh_min: 5, 5 mesh_max: 268, 305 probe_count: 5,5 fade_start: 1 fade_end: 10 [filament_switch_sensor e0_sensor] switch_pin: P2.0 #ar2 pause_on_runout: False runout_gcode: PAUSE_PARK [bed_screws] screw1: 13,38 screw1_name: front left screw screw2: 268,38 screw2_name: front right screw screw3: 268,278 screw3_name: rear right screw screw4: 13,38 screw4_name: rear left screw horizontal_move_z: 5 ######################################## # 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. non riesco ad attivare la sonda, quando richiamo il comando QUERY_PROBE il contatto lo vede chiuso triggered, ma la luce della sonda è spenta, non credo dipenda da un errato montaggio in quanto su marlin la sonda funzionava, ci sto diventando scemo, comuque grazie per tutte le info.
-
Guarda sentissi come riesco a bestemmiare in italiano che chatgpt me lo può solo baciare
-
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
-
L'homing y e x lo fanno gia, infatti adesso devo settare z_probe_offset
-
Allora sono ci sono riuscito, il pin del probe era P0_10 ora è corretto, quindi adesso devo calibrare offset di yxz giusto?
-
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
-
# 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
-
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?
-
Ok, grazie, ci sono andato in bomba sono 3 giorni che leggo leggo....e poi 😅
-
Mi spiego meglio la sonda è già montata e funzionava su marlin, però adesso klipper non la vede, quindi qualsiasi procedura che mi linkate non posso eseguirla, perché non riesco a trovare il comando da riscrivere in printer non ho comandi simili in printer.cfg
-
Non ho la minima idea di dovre trovare le voci da includere nel printer.cfg😅 I pin del probe sicuramente non sono i mia Ma devo istallare anche octoprint?
-
Allora sono a un buon punto, mi manca di attivare la sonda capacitiva, altrimenti non posso andare avanti con il setup, in rete ho trovato questo script, vi chiedo gentilmente se è corretto, se si quale è la voce che indica la massima larghezza che percorrerà la sonda? # This file provides example config file settings for use on a printer # that uses a Z probe instead of a traditional Z endstop switch. This # file is just a "snippet" of config sections - it must be added to a # config file containing the configuration of the rest of the printer. # Be sure to review and update this config with the appropriate pins # and coordinates for your printer. # See docs/Config_Reference.md for a description of parameters. # Define a probe [probe] pin: ar30 z_offset: 2.345 # Example settings to add to stepper_z section [stepper_z] endstop_pin: probe:z_virtual_endstop position_min: -2 # The Z carriage may need to travel below the Z=0 # homing point if the bed has a significant tilt. # The safe_z_home section modifies the default G28 behavior [safe_z_home] home_xy_position: 100, 100 speed: 50 z_hop: 15 z_hop_speed: 5 # Example bed_tilt config section [bed_tilt] points: 100, 100 10, 10 10, 100 10, 190 100, 10 100, 190 190, 10 190, 100 190, 190 # Example bed_mesh config section [bed_mesh] mesh_min: 20, 20 mesh_max: 200, 200 probe_count: 4, 4
-
non ho capito come lo abilito in printer.cfg
-
come attivo il sensore capacitivo? 🙏
-
Domandona: ma per regolare gli steep estrusore, flow ecc ecc rimane tutto come marlin?
-
Su marlin si, mi sa che devo rimontare gli end stop
-
ora sono altre grane, devo invertire l'homing x e volevo attivare sensorless homing, ho i tmc2208 è possibile?
-
ci sono riuscito, andava sostituito il seriale, ora almeno vedo estrusore piatto ecc ecc, gia è qualcosa ora potrei provare a cercare un profilo che sia simile alla mia ctc a10s e credo che la più simile sia la cr 10s, klipper è un mondo nuovo per me, la mia preoccupazione sarà mettere la sonda, comunque un passo alla volta.
-
-
Innanzitutto grazie per la pazienza, si ho scaricato il generic base per la mia che è una skr 1.4 turbo, Se lo rinonimo printer.cfg e sovrascrivo quello presente, una volta salvato e riavviato non si connette Si si testo
-
-
-
-
l'errore Me lo da quando salvo e riavvio, esempio: parto dalla stringa 14 e metto [stepper_x] Esatto mi manca proprio quello
-