Deploying to gh-pages from @ Klipper3d/klipper@fa78e6b8fb 🚀
This commit is contained in:
@@ -726,6 +726,19 @@
|
||||
Profilok
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Profilok">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#loading-the-default-profile" class="md-nav__link">
|
||||
Loading the default profile
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1480,6 +1493,19 @@
|
||||
Profilok
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Profilok">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#loading-the-default-profile" class="md-nav__link">
|
||||
Loading the default profile
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1694,6 +1720,15 @@ faulty_region_4_max: 45.0, 210.0
|
||||
<p>Meg kell jegyezni, hogy minden alkalommal, amikor a BED_MESH_CALIBRATE használatba kerül, az aktuális állapot automatikusan az <em>alapértelmezett</em> profilba kerül mentésre. Ha ez a profil létezik, akkor a Klipper indításakor automatikusan betöltődik. Ha ez a viselkedés nem kívánatos, a <em>default</em> profil a következőképpen távolítható el:</p>
|
||||
<p><code>BED_MESH_PROFILE REMOVE=default</code></p>
|
||||
<p>Bármely más elmentett profil ugyanígy eltávolítható, a <em>default</em> helyettesítve az eltávolítani kívánt névvel.</p>
|
||||
<h4 id="loading-the-default-profile">Loading the default profile<a class="headerlink" href="#loading-the-default-profile" title="Permanent link">¶</a></h4>
|
||||
<p>Previous versions of <code>bed_mesh</code> always loaded the profile named <em>default</em> on startup if it was present. This behavior has been removed in favor of allowing the user to determine when a profile is loaded. If a user wishes to load the <code>default</code> profile it is recommended to add <code>BED_MESH_PROFILE LOAD=default</code> to either their <code>START_PRINT</code> macro or their slicer's "Start G-Code" configuration, whichever is applicable.</p>
|
||||
<p>Alternatively the old behavior of loading a profile at startup can be restored with a <code>[delayed_gcode]</code>:</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="k">[delayed_gcode bed_mesh_init]</span>
|
||||
<span class="na">initial_duration</span><span class="o">:</span><span class="w"> </span><span class="s">.01</span>
|
||||
<span class="na">gcode</span><span class="o">:</span>
|
||||
<span class="w"> </span><span class="na">BED_MESH_PROFILE LOAD</span><span class="o">=</span><span class="s">default</span>
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="kimenet">Kimenet<a class="headerlink" href="#kimenet" title="Permanent link">¶</a></h3>
|
||||
<p><code>BED_MESH_OUTPUT PGP=[0 | 1]</code></p>
|
||||
<p>Az aktuális hálóállapotot adja ki a terminálra. Vegyük észre, hogy maga a háló is kimenetre kerül</p>
|
||||
|
||||
@@ -1293,6 +1293,9 @@
|
||||
<p>Ez a dokumentum a konfigurációs fájl legújabb szoftveres változtatásait tartalmazza, amelyek nem kompatibilisek visszafelé. A Klipper szoftver frissítésekor érdemes áttanulmányozni ezt a dokumentumot.</p>
|
||||
<p>A dokumentumban szereplő valamennyi dátum hozzávetőleges.</p>
|
||||
<h2 id="valtozasok">Változások<a class="headerlink" href="#valtozasok" title="Permanent link">¶</a></h2>
|
||||
<p>20230201: The <code>[bed_mesh]</code> module no longer loads the <code>default</code> profile on startup. It is recommended that users who use the <code>default</code> profile add <code>BED_MESH_PROFILE LOAD=default</code> to their <code>START_PRINT</code> macro (or to their slicer's "Start G-Code" configuration when applicable).</p>
|
||||
<p>20230103: It is now possible with the flash-sdcard.sh script to flash both variants of the Bigtreetech SKR-2, STM32F407 and STM32F429. This means that the original tag of btt-skr2 now has changed to either btt-skr-2-f407 or btt-skr-2-f429.</p>
|
||||
<p>20221128: Klipper v0.11.0 released.</p>
|
||||
<p>20221122: Previously, with safe_z_home, it was possible that the z_hop after the g28 homing would go in the negative z direction. Now, a z_hop is performed after g28 only if it results in a positive hop, mirroring the behavior of the z_hop that occurs before the g28 homing.</p>
|
||||
<p>20220616: Korábban egy rp2040-et bootloader módban lehetett égetni a <code>make flash FLASH_DEVICE=first</code> futtatásával. Az ezzel egyenértékű parancs mostantól <code>make flash FLASH_DEVICE=2e8a:0003</code>.</p>
|
||||
<p>20220612: Az rp2040 mikrokontroller mostantól rendelkezik a "rp2040-e5" USB hiba elhárításával. Ez megbízhatóbbá teszi a kezdeti USB-kapcsolatokat. Ez azonban a GPIO15 tű viselkedésének megváltozását eredményezheti. Nem valószínű, hogy a GPIO15 viselkedésének változása észrevehető lesz.</p>
|
||||
|
||||
@@ -4906,7 +4906,7 @@ cs_pin:
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="mpu9250">[mpu9250]<a class="headerlink" href="#mpu9250" title="Permanent link">¶</a></h3>
|
||||
<p>MPU-9250, MPU-9255, MPU-9255, MPU-6050 és MPU-6500 gyorsulásmérők támogatása (tetszőleges számú szekciót lehet definiálni "mpu9250" előtaggal).</p>
|
||||
<p>Support for MPU-9250, MPU-9255, MPU-6515, MPU-6050, and MPU-6500 accelerometers (one may define any number of sections with an "mpu9250" prefix).</p>
|
||||
<div class="highlight"><pre><span></span><code>[mpu9250 my_accelerometer]
|
||||
#i2c_address:
|
||||
# Az alapértelmezett 104 (0x68). Ha az AD0 magas, akkor
|
||||
@@ -6032,43 +6032,67 @@ pins:
|
||||
<p>TMC2130 motorvezérlő konfigurálása SPI-buszon keresztül. A funkció használatához definiáljon egy konfigurációs szekciót "tmc2130" előtaggal, amelyet a megfelelő léptető konfigurációs szekció neve követ (például "[tmc2130 stepper_x]").</p>
|
||||
<div class="highlight"><pre><span></span><code>[tmc2130 stepper_x]
|
||||
cs_pin:
|
||||
# A TMC2130 chip kiválasztási vonalának megfelelő tű. Ez a tű alacsony
|
||||
# értékre lesz állítva az SPI-üzenetek elején, és az üzenet befejezése
|
||||
# után magasra lesz húzva. Ezt a paramétert meg kell adni.
|
||||
# The pin corresponding to the TMC2130 chip select line. This pin
|
||||
# will be set to low at the start of SPI messages and raised to high
|
||||
# after the message completes. This parameter must be provided.
|
||||
#spi_speed:
|
||||
#spi_bus:
|
||||
#spi_software_sclk_pin:
|
||||
#spi_software_mosi_pin:
|
||||
#spi_software_miso_pin:
|
||||
# A fenti paraméterek leírását az „általános SPI-beállítások” részben
|
||||
# találja.
|
||||
# See the "common SPI settings" section for a description of the
|
||||
# above parameters.
|
||||
#chain_position:
|
||||
#chain_length:
|
||||
# Ezek a paraméterek egy SPI-láncot konfigurálnak. A két paraméter
|
||||
# határozza meg a léptető pozícióját a láncban és a teljes lánchosszt.
|
||||
# Az 1. pozíció a MOSI jelhez csatlakozó léptetőnek felel meg.
|
||||
# Az alapértelmezés szerint nem használ SPI-láncot.
|
||||
# These parameters configure an SPI daisy chain. The two parameters
|
||||
# define the stepper position in the chain and the total chain length.
|
||||
# Position 1 corresponds to the stepper that connects to the MOSI signal.
|
||||
# The default is to not use an SPI daisy chain.
|
||||
#interpolate: True
|
||||
# Ha True, engedélyezd a lépésinterpolációt (az illesztőprogram
|
||||
# belsőleg 256 mikrolépéses sebességgel léptet). Ez az interpoláció egy
|
||||
# kis szisztémás pozícióeltérést vezet be. A részletekért lásd:
|
||||
# TMC_Drivers.md. Az alapértelmezett érték True.
|
||||
# If true, enable step interpolation (the driver will internally
|
||||
# step at a rate of 256 micro-steps). This interpolation does
|
||||
# introduce a small systemic positional deviation - see
|
||||
# TMC_Drivers.md for details. The default is True.
|
||||
run_current:
|
||||
# Az áramerősség (amper RMS-ben) a motorvezérlő konfigurálásához a
|
||||
# léptetőmotor mozgása során. Ezt a paramétert meg kell adni.
|
||||
# The amount of current (in amps RMS) to configure the driver to use
|
||||
# during stepper movement. This parameter must be provided.
|
||||
#hold_current:
|
||||
# Az az áramerősség (amper RMS-ben), amelyet a motorvezérlőnek akkor
|
||||
# kell leadni, amikor a léptetőmotor nem mozog. A hold_current beállítása
|
||||
# nem ajánlott (a részletekért lásd: TMC_Drivers.md). Az alapértelmezett
|
||||
# az, hogy nem csökkenti az áramerősséget.
|
||||
# The amount of current (in amps RMS) to configure the driver to use
|
||||
# when the stepper is not moving. Setting a hold_current is not
|
||||
# recommended (see TMC_Drivers.md for details). The default is to
|
||||
# not reduce the current.
|
||||
#sense_resistor: 0.110
|
||||
# A motor érzékelő ellenállásának ellenállása (ohmban).
|
||||
# Az alapértelmezett érték 0,110 ohm.
|
||||
# The resistance (in ohms) of the motor sense resistor. The default
|
||||
# is 0.110 ohms.
|
||||
#stealthchop_threshold: 0
|
||||
# A „StealthChop” küszöbérték beállításához szükséges sebesség
|
||||
# (mm/sec-ben). Ha be van állítva, a "StealthChop" mód engedélyezve
|
||||
# lesz, ha a léptetőmotor sebessége ez alatt az érték alatt van.
|
||||
# Az alapértelmezett érték 0, ami letiltja a "StealthChop" módot.
|
||||
# The velocity (in mm/s) to set the "stealthChop" threshold to. When
|
||||
# set, "stealthChop" mode will be enabled if the stepper motor
|
||||
# velocity is below this value. The default is 0, which disables
|
||||
# "stealthChop" mode.
|
||||
#driver_MSLUT0: 2863314260
|
||||
#driver_MSLUT1: 1251300522
|
||||
#driver_MSLUT2: 608774441
|
||||
#driver_MSLUT3: 269500962
|
||||
#driver_MSLUT4: 4227858431
|
||||
#driver_MSLUT5: 3048961917
|
||||
#driver_MSLUT6: 1227445590
|
||||
#driver_MSLUT7: 4211234
|
||||
#driver_W0: 2
|
||||
#driver_W1: 1
|
||||
#driver_W2: 1
|
||||
#driver_W3: 1
|
||||
#driver_X1: 128
|
||||
#driver_X2: 255
|
||||
#driver_X3: 255
|
||||
#driver_START_SIN: 0
|
||||
#driver_START_SIN90: 247
|
||||
# These fields control the Microstep Table registers directly. The optimal
|
||||
# wave table is specific to each motor and might vary with current. An
|
||||
# optimal configuration will have minimal print artifacts caused by
|
||||
# non-linear stepper movement. The values specified above are the default
|
||||
# values used by the driver. The value must be specified as a decimal integer
|
||||
# (hex form is not supported). In order to compute the wave table fields,
|
||||
# see the tmc2130 "Calculation Sheet" from the Trinamic website.
|
||||
#driver_IHOLDDELAY: 8
|
||||
#driver_TPOWERDOWN: 0
|
||||
#driver_TBL: 1
|
||||
@@ -6080,21 +6104,20 @@ run_current:
|
||||
#driver_PWM_GRAD: 4
|
||||
#driver_PWM_AMPL: 128
|
||||
#driver_SGT: 0
|
||||
# Állítsd be a megadott regisztert a TMC2130 chip konfigurációja során.
|
||||
# Ez egyéni motorparaméterek beállítására használható.
|
||||
# Az egyes paraméterek alapértelmezett értékei a paraméter neve mellett
|
||||
# találhatók a fenti listában.
|
||||
# Set the given register during the configuration of the TMC2130
|
||||
# chip. This may be used to set custom motor parameters. The
|
||||
# defaults for each parameter are next to the parameter name in the
|
||||
# above list.
|
||||
#diag0_pin:
|
||||
#diag1_pin:
|
||||
# A mikrovezérlő tűje a TMC2130 chip egyik DIAG tűjéhez csatlakozik.
|
||||
# Csak egyetlen DIAG tűt kell megadni. A tű "active low", ezért
|
||||
# általában "^!" előtagja van. Ennek beállítása egy
|
||||
# „tmc2130_stepper_x:virtual_endstop” virtuális tűt hoz létre, amely a
|
||||
# léptető endstop_pin-jeként használható. Ez lehetővé teszi az
|
||||
# „érzékelő nélküli kezdőpont felvétel” funkciót. (Győződj meg arról,
|
||||
# hogy a driver_SGT-t is megfelelő érzékenységi értékre állítja be.)
|
||||
# Az alapértelmezés az, hogy nem engedélyezi az érzékelő nélküli
|
||||
# kezdőpont felvételt.
|
||||
# The micro-controller pin attached to one of the DIAG lines of the
|
||||
# TMC2130 chip. Only a single diag pin should be specified. The pin
|
||||
# is "active low" and is thus normally prefaced with "^!". Setting
|
||||
# this creates a "tmc2130_stepper_x:virtual_endstop" virtual pin
|
||||
# which may be used as the stepper's endstop_pin. Doing this enables
|
||||
# "sensorless homing". (Be sure to also set driver_SGT to an
|
||||
# appropriate sensitivity value.) The default is to not enable
|
||||
# sensorless homing.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="tmc2208">[tmc2208]<a class="headerlink" href="#tmc2208" title="Permanent link">¶</a></h3>
|
||||
@@ -6270,41 +6293,65 @@ run_current:
|
||||
<p>TMC5160 motorvezérlő konfigurálása SPI-buszon keresztül. A funkció használatához definiáljon egy konfigurációs szekciót "tmc5160" előtaggal, amelyet a megfelelő léptető konfigurációs szekció neve követ (például "[tmc5160 stepper_x]").</p>
|
||||
<div class="highlight"><pre><span></span><code>[tmc5160 stepper_x]
|
||||
cs_pin:
|
||||
# A TMC5160 chip kiválasztási vonalának megfelelő tű. Ez a tű alacsony
|
||||
# értékre lesz állítva az SPI-üzenetek elején, és az üzenet befejezése után
|
||||
# magasra változik. Ezt a paramétert meg kell adni.
|
||||
# The pin corresponding to the TMC5160 chip select line. This pin
|
||||
# will be set to low at the start of SPI messages and raised to high
|
||||
# after the message completes. This parameter must be provided.
|
||||
#spi_speed:
|
||||
#spi_bus:
|
||||
#spi_software_sclk_pin:
|
||||
#spi_software_mosi_pin:
|
||||
#spi_software_miso_pin:
|
||||
# A fenti paraméterek leírását az „általános SPI-beállítások”
|
||||
# részben találja.
|
||||
# See the "common SPI settings" section for a description of the
|
||||
# above parameters.
|
||||
#chain_position:
|
||||
#chain_length:
|
||||
# Ezek a paraméterek egy SPI-láncot konfigurálnak. A két paraméter
|
||||
# határozza meg a léptető pozícióját a láncban és a teljes lánchosszt.
|
||||
# Az 1. pozíció a MOSI jelhez csatlakozó léptetőnek felel meg.
|
||||
# Az alapértelmezés szerint nem használ SPI-láncot.
|
||||
# These parameters configure an SPI daisy chain. The two parameters
|
||||
# define the stepper position in the chain and the total chain length.
|
||||
# Position 1 corresponds to the stepper that connects to the MOSI signal.
|
||||
# The default is to not use an SPI daisy chain.
|
||||
#interpolate: True
|
||||
# Ha True, engedélyezd a lépésinterpolációt (a motorvezérlő belsőleg
|
||||
# 256 mikrolépéses sebességgel léptet). Az alapértelmezett érték True.
|
||||
# If true, enable step interpolation (the driver will internally
|
||||
# step at a rate of 256 micro-steps). The default is True.
|
||||
run_current:
|
||||
# Az áramerősség (amper RMS-ben) a meghajtó konfigurálásához a
|
||||
# léptető mozgása során. Ezt a paramétert meg kell adni.
|
||||
# The amount of current (in amps RMS) to configure the driver to use
|
||||
# during stepper movement. This parameter must be provided.
|
||||
#hold_current:
|
||||
# Az az áramerősség (amper RMS-ben), amelyet a motorvezérlő akkor
|
||||
# ad le, amikor a léptető nem mozog. A hold_current beállítása nem
|
||||
# ajánlott (a részletekért lásd: TMC_Drivers.md).
|
||||
# Az alapértelmezett az, hogy nem csökkenti az áramerősséget.
|
||||
# The amount of current (in amps RMS) to configure the driver to use
|
||||
# when the stepper is not moving. Setting a hold_current is not
|
||||
# recommended (see TMC_Drivers.md for details). The default is to
|
||||
# not reduce the current.
|
||||
#sense_resistor: 0.075
|
||||
# A motor érzékelő ellenállásának ellenállása (ohmban).
|
||||
# Az alapértelmezett érték 0,075 ohm.
|
||||
# The resistance (in ohms) of the motor sense resistor. The default
|
||||
# is 0.075 ohms.
|
||||
#stealthchop_threshold: 0
|
||||
# A „StealthChop” küszöbérték beállításához szükséges sebesség
|
||||
# (mm/sec-ben). Ha be van állítva, a "StealthChop" mód engedélyezve
|
||||
# lesz, ha a léptetőmotor sebessége ez alatt az érték alatt van.
|
||||
# Az alapértelmezett érték 0, ami letiltja a "StealthChop" módot.
|
||||
# The velocity (in mm/s) to set the "stealthChop" threshold to. When
|
||||
# set, "stealthChop" mode will be enabled if the stepper motor
|
||||
# velocity is below this value. The default is 0, which disables
|
||||
# "stealthChop" mode.
|
||||
#driver_MSLUT0: 2863314260
|
||||
#driver_MSLUT1: 1251300522
|
||||
#driver_MSLUT2: 608774441
|
||||
#driver_MSLUT3: 269500962
|
||||
#driver_MSLUT4: 4227858431
|
||||
#driver_MSLUT5: 3048961917
|
||||
#driver_MSLUT6: 1227445590
|
||||
#driver_MSLUT7: 4211234
|
||||
#driver_W0: 2
|
||||
#driver_W1: 1
|
||||
#driver_W2: 1
|
||||
#driver_W3: 1
|
||||
#driver_X1: 128
|
||||
#driver_X2: 255
|
||||
#driver_X3: 255
|
||||
#driver_START_SIN: 0
|
||||
#driver_START_SIN90: 247
|
||||
# These fields control the Microstep Table registers directly. The optimal
|
||||
# wave table is specific to each motor and might vary with current. An
|
||||
# optimal configuration will have minimal print artifacts caused by
|
||||
# non-linear stepper movement. The values specified above are the default
|
||||
# values used by the driver. The value must be specified as a decimal integer
|
||||
# (hex form is not supported). In order to compute the wave table fields,
|
||||
# see the tmc2130 "Calculation Sheet" from the Trinamic website.
|
||||
#driver_IHOLDDELAY: 6
|
||||
#driver_TPOWERDOWN: 10
|
||||
#driver_TBL: 2
|
||||
@@ -6333,21 +6380,20 @@ run_current:
|
||||
#driver_SEDN: 0
|
||||
#driver_SEIMIN: 0
|
||||
#driver_SFILT: 0
|
||||
# Állítsd be a megadott regisztert a TMC5160 chip konfigurációja során.
|
||||
# Ez egyéni motorparaméterek beállítására használható. Az egyes
|
||||
# paraméterek alapértelmezett értékei a paraméter neve mellett
|
||||
# találhatók a fenti listában.
|
||||
# Set the given register during the configuration of the TMC5160
|
||||
# chip. This may be used to set custom motor parameters. The
|
||||
# defaults for each parameter are next to the parameter name in the
|
||||
# above list.
|
||||
#diag0_pin:
|
||||
#diag1_pin:
|
||||
# A mikrovezérlő tűje a TMC5160 chip egyik DIAG vonalához csatlakozik.
|
||||
# Csak egyetlen DIAG tűt kell megadni. A tű "active low", ezért általában
|
||||
# "^!" előtagja van. Ennek beállítása egy
|
||||
# „tmc5160_stepper_x:virtual_endstop” virtuális tűt hoz létre, amely a
|
||||
# léptető endstop_pin-jeként használható. Ez lehetővé teszi az „érzékelő
|
||||
# nélküli kezdőpont felvétel” funkciót. (Győződj meg arról, hogy a
|
||||
# driver_SGT-t is megfelelő érzékenységi értékre állítja be.)
|
||||
# Az alapértelmezés az, hogy nem engedélyezi az érzékelő nélküli
|
||||
# kezdőpont felvételt.
|
||||
# The micro-controller pin attached to one of the DIAG lines of the
|
||||
# TMC5160 chip. Only a single diag pin should be specified. The pin
|
||||
# is "active low" and is thus normally prefaced with "^!". Setting
|
||||
# this creates a "tmc5160_stepper_x:virtual_endstop" virtual pin
|
||||
# which may be used as the stepper's endstop_pin. Doing this enables
|
||||
# "sensorless homing". (Be sure to also set driver_SGT to an
|
||||
# appropriate sensitivity value.) The default is to not enable
|
||||
# sensorless homing.
|
||||
</code></pre></div>
|
||||
|
||||
<h2 id="futas-ideju-leptetomotor-aram-konfiguracio">Futás-idejű léptetőmotor áram konfiguráció<a class="headerlink" href="#futas-ideju-leptetomotor-aram-konfiguracio" title="Permanent link">¶</a></h2>
|
||||
|
||||
@@ -4641,7 +4641,8 @@
|
||||
<h3 id="output_pin">[output_pin]<a class="headerlink" href="#output_pin" title="Permanent link">¶</a></h3>
|
||||
<p>A következő parancs akkor érhető el, ha az <a href="Config_Reference.html#output_pin">output_pin konfigurációs szakasz</a> engedélyezve van.</p>
|
||||
<h4 id="set_pin">SET_PIN<a class="headerlink" href="#set_pin" title="Permanent link">¶</a></h4>
|
||||
<p><code>SET_PIN PIN=config_name VALUE=<value> CYCLE_TIME=<cycle_time></code>: Megjegyzés: A hardveres PWM jelenleg nem támogatja a CYCLE_TIME paramétert, és a konfigurációban meghatározott ciklusidőt használja.</p>
|
||||
<p><code>SET_PIN PIN=config_name VALUE=<value> [CYCLE_TIME=<cycle_time>]</code>: Set the pin to the given output <code>VALUE</code>. VALUE should be 0 or 1 for "digital" output pins. For PWM pins, set to a value between 0.0 and 1.0, or between 0.0 and <code>scale</code> if a scale is configured in the output_pin config section.</p>
|
||||
<p>Some pins (currently only "soft PWM" pins) support setting an explicit cycle time using the CYCLE_TIME parameter (specified in seconds). Note that the CYCLE_TIME parameter is not stored between SET_PIN commands (any SET_PIN command without an explicit CYCLE_TIME parameter will use the <code>cycle_time</code> specified in the output_pin config section).</p>
|
||||
<h3 id="palette2">[palette2]<a class="headerlink" href="#palette2" title="Permanent link">¶</a></h3>
|
||||
<p>A következő parancsok akkor érhetők el, ha a <a href="Config_Reference.html#palette2">palette2 konfigurációs szakasz</a> engedélyezve van.</p>
|
||||
<p>A paletta nyomtatások speciális OCode-ok (Omega-kódok) beágyazásával működnek a G-kód fájlban:</p>
|
||||
|
||||
@@ -1398,8 +1398,8 @@
|
||||
<p>Ha a gazdagépet másodlagos MCU-ként szeretnéd használni, a klipper_mcu folyamatnak a klippy folyamat előtt kell futnia.</p>
|
||||
<p>A Klipper telepítése után telepítsd a szkriptet. run:</p>
|
||||
<div class="highlight"><pre><span></span><code>cd ~/klipper/
|
||||
sudo cp "./scripts/klipper-mcu-start.sh" /etc/init.d/klipper_mcu
|
||||
sudo update-rc.d klipper_mcu defaults
|
||||
sudo cp ./scripts/klipper-mcu.service /etc/systemd/system/
|
||||
sudo systemctl enable klipper-mcu.service
|
||||
</code></pre></div>
|
||||
|
||||
<h2 id="a-mikrokontroller-kodjanak-elkeszitese">A mikrokontroller kódjának elkészítése<a class="headerlink" href="#a-mikrokontroller-kodjanak-elkeszitese" title="Permanent link">¶</a></h2>
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user