Logo
Explore Help
Register Sign In
Druk-3D/klipper
1
0
Fork 0
You've already forked klipper
mirror of https://github.com/Klipper3d/klipper.git synced 2025-12-15 12:49:55 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
f013b7bae6597e106fcade946b2494be682798b3
klipper/test/klippy/sdcard_loop.test

10 lines
170 B
Plaintext
Raw Normal View History

loop_sdcard: Add loopable SD card file sections To support continuous belt printing, add nestable repeat loop support via an `[sdcard_loop]` module. Supported G-Code: - SDCARD_LOOP_BEGIN COUNT=n ; Loop for N times, or infinitely if N is 0 - SDCARD_LOOP_END ; End of loop - SDCARD_LOOP_DESIST ; Complete all loops without iterating Marlin M808 compatibility example in `config/sample-macros.cfg`: - M808 Ln ; Loop for N times, or infinitely if N is 0 - M808 ; End of loop - M808 K ; Complete all loops without iterating Added unit tests in test/klippy/sdcard_loop.test See https://reprap.org/wiki/G-code#M808:_Set_or_Goto_Repeat_Marker Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
2021-04-17 06:54:12 -04:00
; Virtual SD card unit tests
DICTIONARY atmega2560.dict
CONFIG sdcard_loop.cfg
G28
SDCARD_LOOP_DESIST
; Verify long-name functions
SDCARD_PRINT_FILE FILENAME=big.gcode
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 85ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API