Deploying to gh-pages from @ Klipper3d/klipper@e9bf2d4c5c 🚀

This commit is contained in:
KevinOConnor 2023-09-25 00:03:56 +00:00
parent 91c2e79348
commit d34ed14b16
42 changed files with 503 additions and 503 deletions

View file

@ -1326,8 +1326,8 @@
<p>20230525: <code>SHAPER_CALIBRATE</code> command immediately applies input shaper parameters if <code>[input_shaper]</code> was enabled already.</p>
<p>20230407: The <code>stalled_bytes</code> counter in the log and in the <code>printer.mcu.last_stats</code> field has been renamed to <code>upcoming_bytes</code>.</p>
<p>20230323: On tmc5160 drivers <code>multistep_filt</code> is now enabled by default. Set <code>driver_MULTISTEP_FILT: False</code> in the tmc5160 config for the previous behavior.</p>
<p>20230304: The <code>SET_TMC_CURRENT</code> command now properly adjusts the globalscaler register for drivers that have it. This removes a limitation where on tmc5160, the currents could not be raised higher with <code>SET_TMC_CURRENT</code> than the <code>run_current</code> value set in the config file. However, this has a side effect: After running <code>SET_TMC_CURRENT</code>, the stepper must be held at standstill for &gt;130ms in case StealthChop2 is used so that the AT#1 calibration gets executed by the driver.</p>
<p>20230202: The format of the <code>printer.screws_tilt_adjust</code> status information has changed. The information is now stored as a dictionary of screws with the resulting measurements. See the <a href="Status_Reference.html#screws_tilt_adjust">status reference</a> for details.</p>
<p>20230304: Il comando <code>SET_TMC_CURRENT</code> ora regola correttamente il registro globalscaler per i driver che lo dispongono. Ciò rimuove una limitazione per cui su tmc5160, le correnti non potevano essere aumentate con <code>SET_TMC_CURRENT</code> rispetto al valore <code>run_current</code> impostato nel file di configurazione. Tuttavia, questo ha un effetto collaterale: dopo aver eseguito <code>SET_TMC_CURRENT</code>, lo stepper deve essere tenuto fermo per &gt;130 ms nel caso in cui venga utilizzato StealthChop2 in modo che la calibrazione AT#1 venga eseguita dal driver.</p>
<p>20230202: il formato delle informazioni sullo stato di <code>printer.screws_tilt_adjust</code> è stato modificato. Le informazioni vengono ora memorizzate come dizionario delle viti con le misurazioni risultanti. Consulta il <a href="Status_Reference.html#screws_tilt_adjust">riferimento sullo stato</a> per i dettagli.</p>
<p>20230201: Il modulo <code>[bed_mesh]</code> non carica più il profilo <code>default</code> all'avvio. Si consiglia agli utenti che usano il profilo <code>default</code> di aggiungere <code>BED_MESH_PROFILE LOAD=default</code> alla loro macro <code>START_PRINT</code> (o alla configurazione "Start G-Code" del loro slicer quando applicabile).</p>
<p>20230103: Ora è possibile con lo script flash-sdcard.sh eseguire il flashing di entrambe le varianti di Bigtreetech SKR-2, STM32F407 e STM32F429. Ciò significa che il tag originale di btt-skr2 ora è cambiato in btt-skr-2-f407 o btt-skr-2-f429.</p>
<p>20221128: rilascio di Klipper v0.11.0.</p>