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

HOWTO.txt « meta - github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40997b477adc125fea594f19ec29eca3a61890c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
find engine setting literals


cd ~/Development/CuraEngine/output/reflection/

~/bin/substitute.pl y 'while(/getSetting\w+\("(\w+)"\)/gsm) { print "$1\n"; }' ../../src/ | sort | uniq > engineSettingLiterals.txt


run setting inheritance reflection

cd ~/Development/CuraEngine
./build/CuraEngine analyse ../Cura/resources/definitions/fdmprinter.def.json meta/refl_ff.gv output/reflection/engineSettingLiterals.txt -piew

dot meta/refl_ff.gv -Tpng > meta/rafl_ff_dotted.png


green block = used in engine
red edge = inherit function only
black edge = parent-child relation