Deploying to gh-pages from @ Klipper3d/klipper@97a5b39aab 🚀
This commit is contained in:
@@ -548,6 +548,13 @@
|
||||
Cinematica Delta lineare
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#deltesian-kinematics" class="md-nav__link">
|
||||
Deltesian Kinematics
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2455,6 +2462,13 @@
|
||||
Cinematica Delta lineare
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#deltesian-kinematics" class="md-nav__link">
|
||||
Deltesian Kinematics
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -3587,34 +3601,31 @@ serial:
|
||||
<p>La sezione printer controlla le impostazioni di alto livello della stampante.</p>
|
||||
<div class="highlight"><pre><span></span><code>[printer]
|
||||
kinematics:
|
||||
# Il tipo di stampante in uso. Questa opzione può essere una delle
|
||||
# seguenti: cartesian, corexy, corexz, hybrid_corexy, hybrid_corexz,
|
||||
# rotary_delta, delta, polar, winch o none.
|
||||
# Questo parametro deve essere specificato.
|
||||
# The type of printer in use. This option may be one of: cartesian,
|
||||
# corexy, corexz, hybrid_corexy, hybrid_corexz, rotary_delta, delta,
|
||||
# deltesian, polar, winch, or none. This parameter must be specified.
|
||||
max_velocity:
|
||||
# Velocità massima (in mm/s) della testa di stampa (relativa alla
|
||||
# stampa). Questo parametro deve essere specificato.
|
||||
# Maximum velocity (in mm/s) of the toolhead (relative to the
|
||||
# print). This parameter must be specified.
|
||||
max_accel:
|
||||
# Accelerazione massima (in mm/s^2) della testina (relativa alla
|
||||
# stampa). Questo parametro deve essere specificato.
|
||||
# Maximum acceleration (in mm/s^2) of the toolhead (relative to the
|
||||
# print). This parameter must be specified.
|
||||
#max_accel_to_decel:
|
||||
# Una pseudo accelerazione (in mm/s^2) che controlla la velocità
|
||||
# con cui la testa di stampa può passare dall'accelerazione alla
|
||||
# decelerazione. Viene utilizzato per ridurre la velocità massima di
|
||||
# brevi movimenti a zig-zag (e quindi ridurre le vibrazioni della
|
||||
# stampante dovute a questi movimenti). Il valore predefinito è
|
||||
# metà di max_accel.
|
||||
# A pseudo acceleration (in mm/s^2) controlling how fast the
|
||||
# toolhead may go from acceleration to deceleration. It is used to
|
||||
# reduce the top speed of short zig-zag moves (and thus reduce
|
||||
# printer vibration from these moves). The default is half of
|
||||
# max_accel.
|
||||
#square_corner_velocity: 5.0
|
||||
# La velocità massima (in mm/s) alla quale la testa di stampa può
|
||||
# viaggiare su un angolo di 90 gradi. Un valore diverso da zero può
|
||||
# ridurre le variazioni delle portate dell'estrusore consentendo
|
||||
# variazioni istantanee della velocità della testa utensile durante le
|
||||
# curve. Questo valore configura l'algoritmo interno di curvatura
|
||||
# della velocità centripeta; gli angoli con angoli maggiori di 90 gradi
|
||||
# avranno una velocità in curva maggiore mentre gli angoli con angoli
|
||||
# inferiori a 90 gradi avranno una velocità in curva inferiore. Se
|
||||
# questo è impostato su zero, la testa decelererà fino a zero
|
||||
# ad ogni angolo. Il valore predefinito è 5 mm/s.
|
||||
# The maximum velocity (in mm/s) that the toolhead may travel a 90
|
||||
# degree corner at. A non-zero value can reduce changes in extruder
|
||||
# flow rates by enabling instantaneous velocity changes of the
|
||||
# toolhead during cornering. This value configures the internal
|
||||
# centripetal velocity cornering algorithm; corners with angles
|
||||
# larger than 90 degrees will have a higher cornering velocity while
|
||||
# corners with angles less than 90 degrees will have a lower
|
||||
# cornering velocity. If this is set to zero then the toolhead will
|
||||
# decelerate to zero at each corner. The default is 5mm/s.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="stepper">[stepper]<a class="headerlink" href="#stepper" title="Permanent link">¶</a></h3>
|
||||
@@ -3804,6 +3815,74 @@ radius:
|
||||
# L'impostazione predefinita è 5.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="deltesian-kinematics">Deltesian Kinematics<a class="headerlink" href="#deltesian-kinematics" title="Permanent link">¶</a></h3>
|
||||
<p>See <a href="https://github.com/Klipper3d/klipper/blob/master/config/example-deltesian.cfg">example-deltesian.cfg</a> for an example deltesian kinematics config file.</p>
|
||||
<p>Only parameters specific to deltesian printers are described here - see <a href="#common-kinematic-settings">common kinematic settings</a> for available parameters.</p>
|
||||
<div class="highlight"><pre><span></span><code>[printer]
|
||||
kinematics: deltesian
|
||||
max_z_velocity:
|
||||
# For deltesian printers, this limits the maximum velocity (in mm/s) of
|
||||
# moves with z axis movement. This setting can be used to reduce the
|
||||
# maximum speed of up/down moves (which require a higher step rate
|
||||
# than other moves on a deltesian printer). The default is to use
|
||||
# max_velocity for max_z_velocity.
|
||||
#max_z_accel:
|
||||
# This sets the maximum acceleration (in mm/s^2) of movement along
|
||||
# the z axis. Setting this may be useful if the printer can reach higher
|
||||
# acceleration on XY moves than Z moves (eg, when using input shaper).
|
||||
# The default is to use max_accel for max_z_accel.
|
||||
#minimum_z_position: 0
|
||||
# The minimum Z position that the user may command the head to move
|
||||
# to. The default is 0.
|
||||
#min_angle: 5
|
||||
# This represents the minimum angle (in degrees) relative to horizontal
|
||||
# that the deltesian arms are allowed to achieve. This parameter is
|
||||
# intended to restrict the arms from becomming completely horizontal,
|
||||
# which would risk accidental inversion of the XZ axis. The default is 5.
|
||||
#print_width:
|
||||
# The distance (in mm) of valid toolhead X coordinates. One may use
|
||||
# this setting to customize the range checking of toolhead moves. If
|
||||
# a large value is specified here then it may be possible to command
|
||||
# the toolhead into a collision with a tower. This setting usually
|
||||
# corresponds to bed width (in mm).
|
||||
#slow_ratio: 3
|
||||
# The ratio used to limit velocity and acceleration on moves near the
|
||||
# extremes of the X axis. If vertical distance divided by horizontal
|
||||
# distance exceeds the value of slow_ratio, then velocity and
|
||||
# acceleration are limited to half their nominal values. If vertical
|
||||
# distance divided by horizontal distance exceeds twice the value of
|
||||
# the slow_ratio, then velocity and acceleration are limited to one
|
||||
# quarter of their nominal values. The default is 3.
|
||||
|
||||
# The stepper_left section is used to describe the stepper controlling
|
||||
# the left tower. This section also controls the homing parameters
|
||||
# (homing_speed, homing_retract_dist) for all towers.
|
||||
[stepper_left]
|
||||
position_endstop:
|
||||
# Distance (in mm) between the nozzle and the bed when the nozzle is
|
||||
# in the center of the build area and the endstops are triggered. This
|
||||
# parameter must be provided for stepper_left; for stepper_right this
|
||||
# parameter defaults to the value specified for stepper_left.
|
||||
arm_length:
|
||||
# Length (in mm) of the diagonal rod that connects the tower carriage to
|
||||
# the print head. This parameter must be provided for stepper_left; for
|
||||
# stepper_right, this parameter defaults to the value specified for
|
||||
# stepper_left.
|
||||
arm_x_length:
|
||||
# Horizontal distance between the print head and the tower when the
|
||||
# printers is homed. This parameter must be provided for stepper_left;
|
||||
# for stepper_right, this parameter defaults to the value specified for
|
||||
# stepper_left.
|
||||
|
||||
# The stepper_right section is used to desribe the stepper controlling the
|
||||
# right tower.
|
||||
[stepper_right]
|
||||
|
||||
# The stepper_y section is used to describe the stepper controlling
|
||||
# the Y axis in a deltesian robot.
|
||||
[stepper_y]
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="cinematica-corexy">Cinematica CoreXY<a class="headerlink" href="#cinematica-corexy" title="Permanent link">¶</a></h3>
|
||||
<p>Vedere <a href="https://github.com/Klipper3d/klipper/blob/master/config/example-corexy.cfg">example-corexy.cfg</a> per un file cinematico corexy (e h-bot) di esempio.</p>
|
||||
<p>Qui sono descritti solo i parametri specifici per le stampanti corexy - vedere <a href="#impostazioni-cinema-comune">impostazioni cinematiche comuni</a> per i parametri disponibili.</p>
|
||||
@@ -5460,71 +5539,68 @@ serial_no:
|
||||
<p>Ventola di raffreddamento della stampa.</p>
|
||||
<div class="highlight"><pre><span></span><code>[fan]
|
||||
pin:
|
||||
# Pin di uscita che controlla la ventola. Questo parametro deve essere fornito.
|
||||
# Output pin controlling the fan. This parameter must be provided.
|
||||
#max_power: 1.0
|
||||
# La potenza massima (espressa come valore da 0.0 a 1.0) su cui può
|
||||
# pin può essere impostato il pin. Il valore 1.0 consente di impostare il pin
|
||||
# completamente abilitato per periodi prolungati, mentre un valore di 0,5
|
||||
# consentirebbe di abilitare per non più della metà del tempo. Questa
|
||||
# impostazione potrebbe essere utilizzata per limitare la potenza totale
|
||||
# (per periodi prolungati) alla ventola. Se questo valore è inferiore a 1.0
|
||||
# viene richiesta la velocità della ventola verrà scalato tra zero e
|
||||
# max_power (ad esempio, se max_power è .9 ed è richiesta una velocità
|
||||
# della ventola dell'80%, quindi la potenza della ventola sarà impostata
|
||||
# su 72%). L'impostazione predefinita è 1.0 .
|
||||
# The maximum power (expressed as a value from 0.0 to 1.0) that the
|
||||
# pin may be set to. The value 1.0 allows the pin to be set fully
|
||||
# enabled for extended periods, while a value of 0.5 would allow the
|
||||
# pin to be enabled for no more than half the time. This setting may
|
||||
# be used to limit the total power output (over extended periods) to
|
||||
# the fan. If this value is less than 1.0 then fan speed requests
|
||||
# will be scaled between zero and max_power (for example, if
|
||||
# max_power is .9 and a fan speed of 80% is requested then the fan
|
||||
# power will be set to 72%). The default is 1.0.
|
||||
#shutdown_speed: 0
|
||||
# La velocità della ventola desiderata (espressa come valore da 0,0 a 1,0)
|
||||
# se il software del microcontrollore entra in uno stato di errore.
|
||||
# Il valore predefinito è 0.
|
||||
# The desired fan speed (expressed as a value from 0.0 to 1.0) if
|
||||
# the micro-controller software enters an error state. The default
|
||||
# is 0.
|
||||
#cycle_time: 0.010
|
||||
# La quantità di tempo (in secondi) per ogni ciclo di alimentazione PWM
|
||||
# alla ventola. Si consiglia di essere pari o superiore a 10 millisecondi
|
||||
# quando si utilizza PWM basato su software.
|
||||
# Il valore predefinito è 0,010 secondi.
|
||||
# The amount of time (in seconds) for each PWM power cycle to the
|
||||
# fan. It is recommended this be 10 milliseconds or greater when
|
||||
# using software based PWM. The default is 0.010 seconds.
|
||||
#hardware_pwm: False
|
||||
# Abilitare questa opzione per utilizzare PWM hardware anziché PWM
|
||||
# software. La maggior parte delle ventole non funziona bene con
|
||||
# PWM hardware, quindi non è consigliabile abilitarlo a meno che non
|
||||
# vi sia un requisito elettrico per passare a velocità molto elevate.
|
||||
# Quando si utilizza l'hardware PWM, il tempo di ciclo effettivo è
|
||||
# vincolato dall'implementazione e può essere notevolmente diverso
|
||||
# dal tempo di ciclo richiesto. L'impostazione predefinita è Falso.
|
||||
# Enable this to use hardware PWM instead of software PWM. Most fans
|
||||
# do not work well with hardware PWM, so it is not recommended to
|
||||
# enable this unless there is an electrical requirement to switch at
|
||||
# very high speeds. When using hardware PWM the actual cycle time is
|
||||
# constrained by the implementation and may be significantly
|
||||
# different than the requested cycle_time. The default is False.
|
||||
#kick_start_time: 0.100
|
||||
# Tempo (in secondi) per far funzionare la ventola a piena velocità
|
||||
# quando la si abilita per la prima volta o la si aumenta di oltre
|
||||
# il 50% (aiuta a far girare la ventola).
|
||||
# Il valore predefinito è 0,100 secondi.
|
||||
# Time (in seconds) to run the fan at full speed when either first
|
||||
# enabling or increasing it by more than 50% (helps get the fan
|
||||
# spinning). The default is 0.100 seconds.
|
||||
#off_below: 0.0
|
||||
# La velocità minima di ingresso che alimenterà la ventola (espressa
|
||||
# come un valore compreso tra 0,0 e 1,0). Quando viene richiesta una
|
||||
# velocità inferiore a off_below la ventola verrà invece spenta. Questa
|
||||
# impostazione può essere utilizzata per prevenire lo stallo della
|
||||
# ventola e per garantire che lo siano partenze efficaci.
|
||||
# Il valore predefinito è 0,0.
|
||||
# The minimum input speed which will power the fan (expressed as a
|
||||
# value from 0.0 to 1.0). When a speed lower than off_below is
|
||||
# requested the fan will instead be turned off. This setting may be
|
||||
# used to prevent fan stalls and to ensure kick starts are
|
||||
# effective. The default is 0.0.
|
||||
#
|
||||
# Questa impostazione deve essere ricalibrata ogni volta che
|
||||
# max_power viene regolato. Per calibrare questa impostazione,
|
||||
# inizia con off_below impostato su 0.0 e la ventola gira. Abbassare
|
||||
# gradualmente la velocità della ventola per determinare la velocità
|
||||
# di ingresso più bassa che aziona la ventola in modo affidabile
|
||||
# senza stalli. Impostare off_below al duty cycle corrispondente a
|
||||
# questo valore (ad esempio, 12% -> 0,12) o leggermente superiore.
|
||||
# This setting should be recalibrated whenever max_power is adjusted.
|
||||
# To calibrate this setting, start with off_below set to 0.0 and the
|
||||
# fan spinning. Gradually lower the fan speed to determine the lowest
|
||||
# input speed which reliably drives the fan without stalls. Set
|
||||
# off_below to the duty cycle corresponding to this value (for
|
||||
# example, 12% -> 0.12) or slightly higher.
|
||||
#tachometer_pin:
|
||||
# Pin di ingresso contagiri per il monitoraggio della velocità della
|
||||
# ventola. In genere è richiesto un pullup.
|
||||
# Questo parametro è facoltativo.
|
||||
# Tachometer input pin for monitoring fan speed. A pullup is generally
|
||||
# required. This parameter is optional.
|
||||
#tachometer_ppr: 2
|
||||
# Quando è specificato il pin del contagiri, questo è il numero di
|
||||
# impulsi per giro del segnale del contagiri. Per una ventola BLDC
|
||||
# questo è normalmente la metà del numero di poli.
|
||||
# L'impostazione predefinita è 2.
|
||||
# When tachometer_pin is specified, this is the number of pulses per
|
||||
# revolution of the tachometer signal. For a BLDC fan this is
|
||||
# normally half the number of poles. The default is 2.
|
||||
#tachometer_poll_interval: 0.0015
|
||||
# Quando viene specificato tachometer_pin, questo è il periodo
|
||||
# di polling del pin del contagiri, in secondi.
|
||||
# Il valore predefinito è 0,0015, che è abbastanza veloce per le
|
||||
# ventole al di sotto di 10000 RPM a 2 PPR. Deve essere inferiore a
|
||||
# 30/(tachometer_ppr*rpm), con un certo margine, dove rpm è la
|
||||
# velocità massima (in RPM) della ventola.
|
||||
# When tachometer_pin is specified, this is the polling period of the
|
||||
# tachometer pin, in seconds. The default is 0.0015, which is fast
|
||||
# enough for fans below 10000 RPM at 2 PPR. This must be smaller than
|
||||
# 30/(tachometer_ppr*rpm), with some margin, where rpm is the
|
||||
# maximum speed (in RPM) of the fan.
|
||||
#enable_pin:
|
||||
# Optional pin to enable power to the fan. This can be useful for fans
|
||||
# with dedicated PWM inputs. Some of these fans stay on even at 0% PWM
|
||||
# input. In such a case, the PWM pin can be used normally, and e.g. a
|
||||
# ground-switched FET(standard fan pin) can be used to control power to
|
||||
# the fan.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="heater_fan">[heater_fan]<a class="headerlink" href="#heater_fan" title="Permanent link">¶</a></h3>
|
||||
@@ -5540,21 +5616,20 @@ pin:
|
||||
#tachometer_pin:
|
||||
#tachometer_ppr:
|
||||
#tachometer_poll_interval:
|
||||
# Vedere la sezione "fan" per una descrizione dei parametri sopra.
|
||||
#enable_pin:
|
||||
# See the "fan" section for a description of the above parameters.
|
||||
#heater: extruder
|
||||
# Nome della sezione di configurazione che definisce il riscaldatore
|
||||
# a cui è associato questa ventola. Se qui viene fornito un elenco di
|
||||
# nomi di riscaldatori separati da virgole,la ventola verrà abilitata
|
||||
# quando uno qualsiasi dei riscaldatori indicati è abilitato.
|
||||
# L'impostazione predefinita è "extruder".
|
||||
# Name of the config section defining the heater that this fan is
|
||||
# associated with. If a comma separated list of heater names is
|
||||
# provided here, then the fan will be enabled when any of the given
|
||||
# heaters are enabled. The default is "extruder".
|
||||
#heater_temp: 50.0
|
||||
# Una temperatura (in gradi Celsius) sotto la quale il riscaldatore
|
||||
# deve scendere prima che la ventola venga disattivata.
|
||||
# L'impostazione predefinita è 50 gradi Celsius.
|
||||
# A temperature (in Celsius) that the heater must drop below before
|
||||
# the fan is disabled. The default is 50 Celsius.
|
||||
#fan_speed: 1.0
|
||||
# La velocità della ventola (espressa come un valore compreso
|
||||
# tra 0,0 e 1,0) a cui verrà impostato la ventola quando viene abilitato
|
||||
# il relativo riscaldatore. L'impostazione predefinita è 1.0
|
||||
# The fan speed (expressed as a value from 0.0 to 1.0) that the fan
|
||||
# will be set to when its associated heater is enabled. The default
|
||||
# is 1.0
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="controller_fan">[controller_fan]<a class="headerlink" href="#controller_fan" title="Permanent link">¶</a></h3>
|
||||
@@ -5570,6 +5645,7 @@ pin:
|
||||
#tachometer_pin:
|
||||
#tachometer_ppr:
|
||||
#tachometer_poll_interval:
|
||||
#enable_pin:
|
||||
# See the "fan" section for a description of the above parameters.
|
||||
#fan_speed: 1.0
|
||||
# The fan speed (expressed as a value from 0.0 to 1.0) that the fan
|
||||
@@ -5606,6 +5682,7 @@ pin:
|
||||
#tachometer_pin:
|
||||
#tachometer_ppr:
|
||||
#tachometer_poll_interval:
|
||||
#enable_pin:
|
||||
# See the "fan" section for a description of the above parameters.
|
||||
#sensor_type:
|
||||
#sensor_pin:
|
||||
@@ -5658,7 +5735,8 @@ pin:
|
||||
#tachometer_pin:
|
||||
#tachometer_ppr:
|
||||
#tachometer_poll_interval:
|
||||
# Vedere la sezione "fan" per la descrizione dei parametri riportati sopra
|
||||
#enable_pin:
|
||||
# See the "fan" section for a description of the above parameters.
|
||||
</code></pre></div>
|
||||
|
||||
<h2 id="leds">LEDs<a class="headerlink" href="#leds" title="Permanent link">¶</a></h2>
|
||||
|
||||
@@ -1580,6 +1580,26 @@
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#mcp4018" class="md-nav__link">
|
||||
[mcp4018]
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="[mcp4018]">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#set_digipot" class="md-nav__link">
|
||||
SET_DIGIPOT
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -3583,6 +3603,26 @@
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#mcp4018" class="md-nav__link">
|
||||
[mcp4018]
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="[mcp4018]">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#set_digipot" class="md-nav__link">
|
||||
SET_DIGIPOT
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -4501,6 +4541,10 @@
|
||||
<p>Il comando seguente è disponibile quando una <a href="Config_Reference.html#stepper_manuale">sezione di configurazione stepper_manuale</a> è abilitata.</p>
|
||||
<h4 id="manual_stepper">MANUAL_STEPPER<a class="headerlink" href="#manual_stepper" title="Permanent link">¶</a></h4>
|
||||
<p><code>MANUAL_STEPPER STEPPER=nome_config [ENABLE=[0|1]] [SET_POSITION=<pos>] [SPEED=<velocità>] [ACCEL=<accelerazione>] [MOVE=<pos> [STOP_ON_ENDSTOP=[1|2|- 1|-2]] [SYNC=0]]</code>: Questo comando altererà lo stato dello stepper. Utilizzare il parametro ENABLE per abilitare/disabilitare lo stepper. Utilizzare il parametro SET_POSITION per forzare lo stepper a pensare di trovarsi nella posizione data. Utilizzare il parametro MOVE per richiedere un movimento alla posizione data. Se viene specificato SPEED e/o ACCEL, verranno utilizzati i valori forniti al posto dei valori predefiniti specificati nel file di configurazione. Se viene specificato un ACCEL pari a zero, non verrà eseguita alcuna accelerazione. Se viene specificato STOP_ON_ENDSTOP=1, lo spostamento terminerà in anticipo se l'endstop segnala come attivato (usa STOP_ON_ENDSTOP=2 per completare lo spostamento senza errori anche se l'endstop non si attiva, usa -1 o -2 per interrompere quando l'endstop segnala non innescato). Normalmente i futuri comandi G-Code verranno programmati per essere eseguiti dopo il completamento del movimento passo-passo, tuttavia se un movimento passo-passo manuale utilizza SYNC=0, i futuri comandi di movimento G-Code potrebbero essere eseguiti in parallelo con il movimento passo-passo.</p>
|
||||
<h3 id="mcp4018">[mcp4018]<a class="headerlink" href="#mcp4018" title="Permanent link">¶</a></h3>
|
||||
<p>The following command is available when a <a href="Config_Reference.html#mcp4018">mcp4018 config section</a> is enabled.</p>
|
||||
<h4 id="set_digipot">SET_DIGIPOT<a class="headerlink" href="#set_digipot" title="Permanent link">¶</a></h4>
|
||||
<p><code>SET_DIGIPOT DIGIPOT=config_name WIPER=<value></code>: This command will change the current value of the digipot. This value should typically be between 0.0 and 1.0, unless a 'scale' is defined in the config. When 'scale' is defined, then this value should be between 0.0 and 'scale'.</p>
|
||||
<h3 id="led">[led]<a class="headerlink" href="#led" title="Permanent link">¶</a></h3>
|
||||
<p>Il comando seguente è disponibile quando una qualsiasi delle <a href="Config_Reference.html#leds">sezioni di configurazione led</a> è abilitata.</p>
|
||||
<h4 id="set_led">SET_LED<a class="headerlink" href="#set_led" title="Permanent link">¶</a></h4>
|
||||
|
||||
@@ -1358,7 +1358,7 @@
|
||||
<p>BIGTREETECH è lo sponsor ufficiale della scheda madre di Klipper. BIGTREETECH si impegna a sviluppare prodotti innovativi e competitivi per servire meglio la comunità della stampa 3D. Seguili su <a href="https://www.facebook.com/BIGTREETECH">Facebook</a> o <a href="https://twitter.com/BigTreeTech">Twitter</a>.</p>
|
||||
<h2 id="sviluppatori-klipper">Sviluppatori Klipper<a class="headerlink" href="#sviluppatori-klipper" title="Permanent link">¶</a></h2>
|
||||
<h3 id="kevin-oconnor">Kevin O'Connor<a class="headerlink" href="#kevin-oconnor" title="Permanent link">¶</a></h3>
|
||||
<p>Kevin è l'autore originale e l'attuale manutentore di Klipper. Kevin ha una pagina Patreon : <a href="https://www.patreon.com/koconnor">https://www.patreon.com/koconnor</a></p>
|
||||
<p>Kevin is the original author and current maintainer of Klipper. Donate at: <a href="https://ko-fi.com/koconnor">https://ko-fi.com/koconnor</a> or <a href="https://www.patreon.com/koconnor">https://www.patreon.com/koconnor</a></p>
|
||||
<h3 id="eric-callahan">Eric Callahan<a class="headerlink" href="#eric-callahan" title="Permanent link">¶</a></h3>
|
||||
<p>Eric è l'autore di bed_mesh, spi_flash e molti altri moduli Klipper. Eric ha una pagina per le donazioni : <a href="https://ko-fi.com/arksine">https://ko-fi.com/arksine</a></p>
|
||||
<h2 id="progetti-correlati-a-klipper">Progetti correlati a Klipper<a class="headerlink" href="#progetti-correlati-a-klipper" title="Permanent link">¶</a></h2>
|
||||
|
||||
@@ -836,6 +836,13 @@
|
||||
exclude_object
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#extruder_stepper" class="md-nav__link">
|
||||
extruder_stepper
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1576,6 +1583,13 @@
|
||||
exclude_object
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#extruder_stepper" class="md-nav__link">
|
||||
extruder_stepper
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1896,6 +1910,12 @@
|
||||
<li><code>excluded_objects</code>: un array di stringhe che elenca i nomi degli oggetti esclusi.</li>
|
||||
<li><code>current_object</code>: il nome dell'oggetto attualmente in fase di stampa.</li>
|
||||
</ul>
|
||||
<h2 id="extruder_stepper">extruder_stepper<a class="headerlink" href="#extruder_stepper" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available for extruder_stepper objects (as well as <a href="Config_Reference.html#extruder">extruder</a> objects):</p>
|
||||
<ul>
|
||||
<li><code>pressure_advance</code>: The current <a href="Pressure_Advance.html">pressure advance</a> value.</li>
|
||||
<li><code>smooth_time</code>: The current pressure advance smooth time.</li>
|
||||
</ul>
|
||||
<h2 id="fan">fan<a class="headerlink" href="#fan" title="Permanent link">¶</a></h2>
|
||||
<p>Le seguenti informazioni sono disponibili negli oggetti <a href="Config_Reference.html#fan">fan</a>, <a href="Config_Reference.html#heater_fan">heater_fan some_name</a> e <a href="Config_Reference.html#controller_fan">controller_fan some_name</a>:</p>
|
||||
<ul>
|
||||
@@ -2074,6 +2094,7 @@
|
||||
<li><code>extruder</code>: il nome dell'estrusore attualmente attivo. Ad esempio, in una macro si potrebbe usare <code>printer[printer.toolhead.extruder].target</code> per ottenere la temperatura target dell'estrusore corrente.</li>
|
||||
<li><code>homed_axes</code>: Gli assi cartesiani correnti considerati in uno stato "homed". Questa è una stringa contenente uno o più di "x", "y", "z".</li>
|
||||
<li><code>axis_minimum</code>, <code>axis_maximum</code>: i limiti di corsa dell'asse (mm) dopo la corsa di homing. È possibile accedere alle componenti x, y, z di questo valore limite (ad es. <code>axis_minimum.x</code>, <code>axis_minimum.z</code>).</li>
|
||||
<li>For Delta printers the <code>cone_start_z</code> is the max z height at maximum radius (<code>printer.toolhead.cone_start_z</code>).</li>
|
||||
<li><code>max_velocity</code>, <code>max_accel</code>, <code>max_accel_to_decel</code>, <code>square_corner_velocity</code>: gli attuali limiti di stampa in vigore. Questo può differire dalle impostazioni del file di configurazione se un comando <code>SET_VELOCITY_LIMIT</code> (o <code>M204</code>) le altera in fase di esecuzione.</li>
|
||||
<li><code>stalls</code>: il numero totale di volte (dall'ultimo riavvio) che la stampante ha dovuto essere messa in pausa perché la testina si muoveva più velocemente di quanto fosse possibile leggere i movimenti dall'input del G-code.</li>
|
||||
</ul>
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
100
it/sitemap.xml
100
it/sitemap.xml
@@ -2,252 +2,252 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-09-11</lastmod>
|
||||
<lastmod>2022-09-12</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
Reference in New Issue
Block a user