mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-02 15:46:45 -08:00
Fixed color rendering of snappy.
This commit is contained in:
2
Makefile
2
Makefile
@@ -69,7 +69,7 @@ wiki/v1.5-%.png: %.scad config.scad GDMUtils.scad
|
||||
rm -f $(subst wiki/v1.5-,tmp_,$@)
|
||||
|
||||
wiki/v1.5-snappy_full.png: full_assembly.scad $(wildcard *.scad)
|
||||
${OPENSCAD} -o $(subst wiki/v1.5-,tmp_,$@) --render --imgsize=3200,3200 --projection=p \
|
||||
${OPENSCAD} -o $(subst wiki/v1.5-,tmp_,$@) --imgsize=3200,3200 --projection=p \
|
||||
--csglimit=2000000 --camera=0,0,245,65,0,30,3000 -D '$$t=0.5' $<
|
||||
${CONVERT} -trim -resize 800x800 -border 10x10 -bordercolor '#ffffe5' $(subst wiki/v1.5-,tmp_,$@) $@
|
||||
rm -f $(subst wiki/v1.5-,tmp_,$@)
|
||||
|
||||
2
wiki
2
wiki
Submodule wiki updated: 26c32e2bbb...5e92e0add3
Reference in New Issue
Block a user