mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 20:10:37 +08:00
19 lines
499 B
C++
19 lines
499 B
C++
/*================================================================*/
|
|
/*
|
|
* Author: Pavel Surynek, 2023 - 2025
|
|
* Company: Prusa Research
|
|
*
|
|
* File: seq_test_interface.hpp
|
|
*
|
|
* Tests of the sequential printing interface for Prusa Slic3r
|
|
*/
|
|
/*================================================================*/
|
|
|
|
#ifndef __SEQ_TEST_INTERFACE_HPP__
|
|
#define __SEQ_TEST_INTERFACE_HPP__
|
|
|
|
/*----------------------------------------------------------------*/
|
|
|
|
|
|
#endif /* __SEQ_TEST_PREPROCESS_HPP__ */
|