<Guest935698>
hi. I have program (download form web ) it's pulley generator (for 3D print ) , and all working good , generate STL file , perfect , but I want generate DXF also , then to prgram add : projection(cut = true)
<J24k98>
to make it 2D
<Guest935698>
then make 2D DXF , and I can export it as DXF , then I add variable true , false , and if checked then make DXF , ir not then make 3D model , and this make me problem :
<Guest935698>
if ( DXFneed == true ) projection(cut = true);
<Guest935698>
if ( DXFneed == true ) projection(cut = true)
<Guest935698>
if checked , then all is OK , if not then get message : WARNING: No top level geometry to render
<J24k98>
DXFneed is a variable - if it is true the result is 2D
<Guest935698>
yes,
snaked has quit [Quit: Leaving]
<J24k98>
you can paste! the code - but the warning means there is no object
<Guest935698>
oh..... now understand ... no module are executed .. on line 86 to 99 is code , profile variable define what excute , with what parameters .. sorry .. understand not .. sorry..
<J24k98>
no problem .. feel free to ask. There is a tutorial for openSCAD if you like to learn more
erectus has quit [Remote host closed the connection]
erectus has joined #openscad
<Guest935698>
I just want generate pulley for my 3D print , and find some problem , then need add scale .. working good .. very easy .. now understand it .. then thanks all for help ..
<Guest935698>
thanks all , best regards.
erectus has quit [Ping timeout: 240 seconds]
Guest935698 has quit [Quit: Client closed]
erectus has joined #openscad
arebil has joined #openscad
ferdna has joined #openscad
misterfish has quit [Ping timeout: 245 seconds]
<InPhase>
kintel: I was skimming the backlog that I apparently forgot to read. You mentioned wireframe going out, so maybe you've tested by now... Does the testing routine I wrote happen to pick up wireframe errors? Or does the 3x3 block algorithm miss it with its intentional design to ignore edge effects? It will depend on how fat the wireframes that show up are. And I seem to recall they were different
<InPhase>
thicknesses on different systems at one point.
<InPhase>
kintel: I marked that algorithm when I wrote it as possibly not being suitable for all conceivable image test types, so I'm just keeping some attention for cases where it might not work. :)
califax has quit [Remote host closed the connection]
califax has joined #openscad
ferdna has quit [Quit: Leaving]
qeed has quit [Remote host closed the connection]
qeed has joined #openscad
misterfish has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
ToAruShiroiNeko has quit [Ping timeout: 252 seconds]
ToAruShiroiNeko has joined #openscad
ToAruShiroiNeko has quit [Read error: Connection reset by peer]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
To_Aru_Shiroi_Ne has joined #openscad
fling has quit [Ping timeout: 240 seconds]
misterfish has quit [Ping timeout: 264 seconds]
guso78k has quit [Quit: Client closed]
lastrodamo has quit [Quit: Leaving]
JakeSays_ has joined #openscad
JakeSays has quit [Ping timeout: 260 seconds]
califax has quit [Remote host closed the connection]
califax has joined #openscad
misterfish has joined #openscad
JakeSays_ is now known as JakeSays
SamantazFox has joined #openscad
SamantazFox has quit [Client Quit]
SamantazFox has joined #openscad
lastrodamo has joined #openscad
<J24k98>
about "Fontconfig error: Cannot load default config file: No such file: <null>" should i open an issue for this?
<teepee>
there's one I think, also it should not hurt
mmu_man has joined #openscad
kintel has joined #openscad
<kintel>
InPhase: The comparison algorithms do struggle a bit with 1-pixel wide lines, but it will detect error where multiple lines meet, so it has worked well so far
fling has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]