Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sourcelist.cmake « ArcWelderInverseProcessor - github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ba137627f788c4139e0782ed12736e3961c3b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
set(ArcWelderInverseProcessorSources ${ArcWelderInverseProcessorSources}
    arc_interpolation.h
    arc_interpolation.cpp
    arc_interpolation_structs.h
    ArcWelderInverseProcessor.h
    ArcWelderInverseProcessor.cpp
    firmware.cpp
    firmware.h
    firmware_types.h
    marlin_1.cpp
    marlin_1.h
    marlin_2.cpp
    marlin_2.h
    prusa.cpp
    prusa.h
    repetier.cpp
    repetier.h
    smoothieware.cpp
    smoothieware.h
)