My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

gcode_preview.h 934B

123456789101112131415161718192021222324252627
  1. /**
  2. * DWIN g-code thumbnail preview
  3. * Author: Miguel A. Risco-Castillo
  4. * version: 2.1
  5. * Date: 2021/06/19
  6. *
  7. * This program is free software: you can redistribute it and/or modify
  8. * it under the terms of the GNU Lesser General Public License as
  9. * published by the Free Software Foundation, either version 3 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU Lesser General Public License
  18. * along with this program. If not, see <https://www.gnu.org/licenses/>.
  19. *
  20. * For commercial applications additional licenses can be requested
  21. */
  22. #pragma once
  23. void Preview_DrawFromSD();
  24. bool Preview_Valid();
  25. void Preview_Reset();