[go: up one dir, main page]

Activity for rattleCAD

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    a free version of rattleCAD 4.0 is available on https://rattlecad.gumroad.com/l/FYhsl rattleCAD 4.0 comes in a .tar file including runtime and startscript.

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Open Discussion

    Hi Vincent, you will find the newest details on rattleCAD.com Manfred

  • Vincent morano Vincent morano posted a comment on discussion Open Discussion

    Hello All! I am designing my first frame with this program. I have the lugs that I would like to use, and am having a hard time figuring out how to adjust the DT to ST angle (61°), ST to CS (67°), and CS to CS (10°). I see they are listed in light grey color on the 'Frame Details' page. Would someone be able to explain a little bit about this process? Also, any additional resources or 'how to's' about this program would be helpful. Many thanks, Vincent

  • Vincent morano Vincent morano posted a comment on discussion Open Discussion

    Hello All! I am designing my first frame with this program. I have the lugs that I would like to use, and am having a hard time figuring out how to adjust the DT to ST angle (61°), ST to CS (67°), and CS to CS (10°). I see they are listed in light grey color on the 'Frame Details' page. Would someone be able to explain a little bit about this process? Also, any additional resources or 'how to's' about this program would be helpful. Many thanks, Vincent

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    could you please send me a private message? Manfred

  • Humberto Humberto posted a comment on discussion Help

    Hi, I just installed Rattle CAD 4.0, windows 64. The program is not accepting provided license.

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    Hi I did some updates and starts testing now! lets see if can make it run on my Fedora 30 Manfred Am 21.10.2019 um 19:02 schrieb Michael Woon: Hi Manfred, any progress? This might give you a clue (I'm not actually sure what to make of it): Fedora 28 didn't automatically have |BASH_FUNC__module_raw%%| et al automatically exported to the environment (from god knows where, it seems to be a thing people are unhappy about: https://access.redhat.com/discussions/4124031), and runs rattleCAD just fine. When...

  • Michael Woon Michael Woon posted a comment on discussion Help

    It seems I spoke too soon! I just rebooted and everything works fine (go figure) So it seems that simply unsetting those variables fixed everything. Perhaps getting rattleCAD to play along with them might be a thing to do, but for the moment, I'm happy!

  • Michael Woon Michael Woon posted a comment on discussion Help

    Hi Manfred, any progress? This might give you a clue (I'm not actually sure what to make of it): Fedora 28 didn't automatically have BASH_FUNC__module_raw%% et al automatically exported to the environment (from god knows where, it seems to be a thing people are unhappy about: https://access.redhat.com/discussions/4124031), and runs rattleCAD just fine. When I unset these manually (so my environment contains no bash functions), rattleCAD starts but the gui fails ====== G U I ==============================...

  • Michael Woon Michael Woon posted a comment on discussion Help

    I'm really not sure, my understanding of environments doesn't run so deep, and as usual, bash is written in a way that's very dense and hard to read. I did notice that Martin's (from the Mozilla bug report) BASH_FUNC__module_raw%% is slightly different from mine. For the most part, it's just the order of some unsets changed (I'm not sure what that does / what difference it makes, but there's a section where both the logic and commands are different (lines 36-40)...

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    I hink you are close to it. ... outside the topic: do you what BASH_FUNC__module_raw%% is for? Manfred

  • Michael Woon Michael Woon posted a comment on discussion Help

    Hi Manfred, of course that's okay! Thanks so much for the quick reply, I wasn't even expecting it so soon. In case this helps, this function is supposed to be available in the environment: BASH_FUNC__module_raw%%=() { unset _mlshdbg; if [ "${MODULES_SILENT_SHELL_DEBUG:-0}" = '1' ]; then case "$-" in *v*x*) set +vx; _mlshdbg='vx' ;; *v*) set +v; _mlshdbg='v' ;; *x*) set +x; _mlshdbg='x' ;; *) _mlshdbg='' ;; esac; fi; unset _mlre _mlIFS; if [ -n "${IFS+x}" ]; then _mlIFS=$IFS; fi; IFS=' '; for _mlv...

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    Hi, I found a similar known problem for mozilla https://bugzilla.mozilla.org/show_bug.cgi?id=1454339 I have to dive into it this will be fixed in the next version coming the next days. Is this OK for you? Manfred

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    Hi Michael, rattleCAD 4.0 has required batteries included, so there is no need to install any additional tcl stuff. however: As I could see, the problem is located in a procedure that cares about the shell environment. I fear I have to test it specifically on a Fedore Linux too. If you type in your command shell: env can you post the output? do you get any string with the name BASH_FUNC__module_raw or %%? Manfred

  • Michael Woon Michael Woon posted a comment on discussion Help

    Hi Manfred, first of all, thank you so much for developing this software! It's really a great piece of work, far superior to bikecad etc in my opinion! I just tried to run the latest version (4.0.15) but it failed to start. From stdout: ... ====== M A I N ============================ * ... rattleCAD 4.0! - Free-Demo -> class Session ... init_tcl_info ... /home/woon/rattleCAD/rattleCAD-4.0-Free/vanillawish-e5dc71ed9d-20190801-linux64/tcl8.6{/home/woon/rattleCAD/rattleCAD-4.0-Free/vanillawish-e5dc71ed9d-20190801-linux64/tkpath0.3.3/libtkpath0.3.3.so...

  • Michael Woon Michael Woon modified a comment on discussion Help

    Hi Manfred, first of all, thank you so much for developing this software! It's really a great piece of work, far superior to bikecad etc in my opinion! I just tried to run the latest version (4.0.15) but it failed to start. From stdout: ... ====== M A I N ============================ ... rattleCAD 4.0! - Free-Demo -> class Session ... init_tcl_info ... /home/woon/rattleCAD/rattleCAD-4.0-Free/vanillawish-e5dc71ed9d-20190801-linux64/tcl8.6 {/home/woon/rattleCAD/rattleCAD-4.0-Free/vanillawish-e5dc71ed9d-20190801-linux64/tkpath0.3.3/libtkpath0.3.3.so...

  • Michael Woon Michael Woon posted a comment on discussion Help

    Hi Manfred, first of all, thank you so much for developing this software! It's really a great piece of work, far superior to bikecad etc in my opinion! I just tried to run the latest version (4.0.15) but it failed to start. From stdout: ... ====== M A I N ============================ ... rattleCAD 4.0! - Free-Demo -> class Session ... init_tcl_info ... /home/woon/rattleCAD/rattleCAD-4.0-Free/vanillawish-e5dc71ed9d-20190801-linux64/tcl8.6 {/home/woon/rattleCAD/rattleCAD-4.0-Free/vanillawish-e5dc71ed9d-20190801-linux64/tkpath0.3.3/libtkpath0.3.3.so...

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    Hi, I try to answer your questions: the pdf-files are stored in the "export" directory rattleCAD 4.0 does not require ghostscript anymore * frame jig: by concept this view is an abstraction of the bicycle/frame geometry. its aim is (so far) to transfer the numbers to your frame jig and so a 1:1 scale should not be required. which version do you use: Free or Private? if you use the private version please contact me via rattlecad.com -> author latest version of rattleCAD 4.0 is version 14. version...

  • Laszlo Puskas Laszlo Puskas posted a comment on discussion Help

    Hi Manfred, I've finished designing the frame, great program, I love the result! I would now need to print a 1:1 page scale for the frame builder. When I try to 'export PDF', all the pages are shuffled from 'Base Geometry' to 'Frame Jig' but I cannot seem to find any created files in the 'PDF' directory. Am I missing something here? Is ghostscript not needed any more as you mentioned further above? Another question regarding printing: is there a way to adjust page scale for the frame jig? I've only...

  • Fletcher Pratt Fletcher Pratt posted a comment on discussion Open Discussion

    rattleCAD 4.0.14 shortened the distance from 28.58mm (what is on my printout and what I cut to, different from the example I posted, though the same frame) to 26.7mm, a 1.89mm difference and about what would easily fit a 1/16" filler rod, which is what I used to estimate the gap. Thank you.

  • Fletcher Pratt Fletcher Pratt posted a comment on discussion Open Discussion

    Here is the file. I am about to try 4.0.14.

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Open Discussion

    Hi Fletcher, pleaseprovide me your project file to rebuild the situation. does this failure also occur with rattleCAD 4.0.14? thanks, Manfred

  • Fletcher Pratt Fletcher Pratt posted a comment on discussion Open Discussion

    In the workshop drawing there are numbers that seem to indicate the distance from the ends of the downtubes and seatubes to the farthest part of the notches where they meet. I used the downtube value and my notch left a ~2mm gap between the downtube and seattube, on two different tubes. I'm wondering what these numbers are and where they come from. In the image I've indicated the value I used and the tube junction where I had the gap. I'm using RattleCad 4.0.06 win64.exe Thank you, Fletcher [image:...

  • Michael Otto Michael Otto posted a comment on discussion Open Discussion

    Hi Manfred, I would like to design a 32" bike using the rim Nimbus Dominator2: Can be found here: https://www.einradladen.com/Felge-686mm-32-Zoll-Nimbus-Dominator2 Nimbus neuste 32 Zoll Felge. - Größe (ETRTO): 686mm - Größe (Zoll): 32 Zoll You mentioned editing the init.xml for version 3.Xfor a 36" rim in a topic. Is this also possible in 4.X? I have checked the 4.X folders but not found the mentioned file. Thanks, Michael

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Open Discussion

    Hi Pietro, did you succeed? Manfred

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on ticket #11

    rattleCAD goes 4.0 you can get more details here: rattlecad.com rattleCAD 4.0 comes with an installer for windows 64 and packaged app for MacOs

  • Manfred ROSENBERGER Manfred ROSENBERGER modified a comment on discussion Help

    rattleCAD goes 4.0 you can get more details here: rattlecad.com

  • Manfred ROSENBERGER Manfred ROSENBERGER modified a comment on discussion Help

    rattleCAD goes 4.0 you can get more details here:

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    rattleCAD goes 4.0 you can get more details here: www.rattlecad.com

  • Maximilian Maximilian posted a comment on discussion Help

    Hello, rattleCAD looks very fine but how can i install or use rattlecad 3.6 in Windows? I would like to test the 3.6. An exe for 3.6 does not seem to be available yet. I have no experience with kit or tcl files. I think a manual would help a lot of people. How do I get this version up and running in Windows? Thank you and have a nice bike :-)

  • rattleCAD rattleCAD released /3.4/rattleCAD_3.4.03.22-win32-x86_64.exe

  • rattleCAD rattleCAD released /3.4/rattleCAD_3.4.03.22.kit

  • Anonymous created ticket #11

    Wie installieren

  • rattleCAD rattleCAD released /3.6/rattleCAD_3.6.30.kit

  • Pietro Masdea Pietro Masdea posted a comment on discussion Open Discussion

    as soon as i get home from work thanks Manfred

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Open Discussion

    could you upload your svg-file, please?

  • Pietro Masdea Pietro Masdea modified a comment on discussion Open Discussion

    http://s27.photobucket.com/user/pete2528ca/media/56388D45-3AEA-40C9-BFD6-AA697F58BDFC.jpg.html

  • Pietro Masdea Pietro Masdea posted a comment on discussion Open Discussion

    http://s27.photobucket.com/user/pete2528ca/media/56388D45-3AEA-40C9-BFD6-AA697F58BDFC.jpg.html][IMG]http://i27.photobucket.com/albums/c173/pete2528ca/56388D45-3AEA-40C9-BFD6-AA697F58BDFC.jpg

  • Pietro Masdea Pietro Masdea posted a comment on discussion Open Discussion

    Hello Manfred. ok i keep getting this message: [URL=http://s27.photobucket.com/user/pete2528ca/media/56388D45-3AEA-40C9-BFD6-AA697F58BDFC.jpg.html][IMG]http://i27.photobucket.com/albums/c173/pete2528ca/56388D45-3AEA-40C9-BFD6-AA697F58BDFC.jpg[/IMG][/URL] what am i doing wrong? BTW, i donated today! pietro

  • Pietro Masdea Pietro Masdea posted a comment on discussion Open Discussion

    thank you!

  • Pietro Masdea Pietro Masdea posted a comment on discussion Open Discussion

    ok ill try this when i get home

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Open Discussion

    Hi Pietro, rattleCAD requires a specific format of svg that contains no <path> element. You can find a tool included in rattleCAD to convert a standard svg-file to a rattleCAD-like svg-file.</path> File -> SVG-Component opens a tool named: simplifySVG opens a additional GUI to read standard SVG and vonvert it into a rattleCAD-like SVG-file. ... load your logo and export it with a new name. tipp: your logo needs a defined origin position that i t can be placed correctly best way to do this: create...

  • Pietro Masdea Pietro Masdea posted a comment on discussion Open Discussion

    Hi there. I am getting an error message every time I try to upload an .svg file of my logo into rattlecad. Is this something that can be done? If so, what am I doing wrong. I am using the latest version of Rattlecad. Thanks. Pietro

  • Rinty Murphy Rinty Murphy posted a comment on discussion Help

    Many thanks Manfred. It's clear now.

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    it depends on the pivot center of the saddle. this could only be determined by the technical specification of the seatpost ... if available ... ... in the one bolt-image it will be close to zero ... but I am not sure ... from my experience the technical specifications are not really satisfying ... :( in the attached image the centerline of the saddle rail does not go through pivot position of the seatpost (blue circle)

  • Rinty Murphy Rinty Murphy posted a comment on discussion Help

    Thank you, so in the case of the one-bolt image, the Seatpost pivot offset should be zero?

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    Hi, please take a look here: it works the same on windows https://sourceforge.net/p/rattlecad/discussion/1080424/thread/9834c8f8/#8afb the difference is; https://www.androwish.org/download/index.html http://www.ch-werner.de/AndroWish/vanillawish-65f348db8d-win64.exe run rattleCAD: have vanillawish and rattleCAD.kit in the same directory vanillawish-65f348db8d-win64.exe rattleCAD_3.6.26.kit Manfred

  • Tony Mohr Tony Mohr posted a comment on discussion Help

    HI I have the same issue as GS Astuto but I am not a programmer and can't follow how you guys resolved it! How do you install a 'kit' file in windows 10?

  • Manfred ROSENBERGER Manfred ROSENBERGER modified a comment on discussion Help

    it is all about the blue coloured point in the last image

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    it is all about the blue colourd point in the last image

  • Manfred ROSENBERGER Manfred ROSENBERGER modified a comment on discussion Help

    it is to handle different types of seatposts: as you can see, there is a parameter missing for the 2 bolt seatpost

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    it is to handle different types of seatposts:

  • Rinty Murphy Rinty Murphy posted a comment on discussion Help

    Following a bit more investigation, I have discovered that the second 40mm parameter is called "Seatpost pivot offset" - can you explain this parameter? That will answer my question. Many thanks,

  • Rinty Murphy Rinty Murphy posted a comment on discussion Help

    Hi, When I am setting up the saddle position on the base geometry tab, there is a number that I don't understand. Have a look at the attached image - there is a grey number 13.34 just below the saddle, which seems to be dependand on the saddle setback (25mm in this case) - what does this number mean Also - there are two distances of 40mm from the top of the saddle - what does the lower distance represent? Also - am I correct to assume that the saddle /offset_x parameter (in the saddle parameter -022...

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    fine! thanks, best regards Manfred Am 14.11.2018 um 22:29 schrieb Gert Cobbles: Hi MAnfred, with the 32 bit version it works. Thank you gert Open .kit file in linux ? https://sourceforge.net/p/rattlecad/discussion/1080424/thread/9834c8f8/?limit=25#f0f7 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/rattlecad/discussion/1080424/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

  • Gert Cobbles Gert Cobbles posted a comment on discussion Help

    Hi MAnfred, with the 32 bit version it works. Thank you gert

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    Hi Gert, sorry, I do not provide the zip-file anymore. ./vanillawish-65f348db8d-linux64 ... as the name says ... it is 64 bit and does not work on 32 bit Linux. but the 32 bit version should also be available at christian werners donwload page ... best, Manfred Am 12.11.2018 um 22:28 schrieb Gert Cobbles: Hello Manfred, the solution above doesn't work for me. The terminal says: bash: ./vanillawish-65f348db8d-linux64: cannot execute binary file: Fehler im Format der Programmdatei Does it only work...

  • Manfred ROSENBERGER Manfred ROSENBERGER modified a comment on discussion Help

    Hi Gert, sorry, I do not provide the zip-file anymore. ./vanillawish-65f348db8d-linux64 ... as the name says ... it is 64 bit and does not work on 32 bit Linux of course. but the 32 bit version should also be available at christian werners donwload page ... https://www.androwish.org/download/index.html best, Manfred

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    Hi Gert, sorry, I do not provide the zip-file anymore. ./vanillawish-65f348db8d-linux64 ... as the name says ... it is 64 bit and does not work on 32 bit Linux of course. but the 32 bit version should also be available at christian werners donwload page ... http://www.ch-werner.de/AndroWish/ best, Manfred

  • Gert Cobbles Gert Cobbles posted a comment on discussion Help

    Hello Manfred, the solution above doesn't work for me. The terminal says: bash: ./vanillawish-65f348db8d-linux64: cannot execute binary file: Fehler im Format der Programmdatei Does it only work on 64-bit-systems? Where are the .zip-files like you provided in the older versions of rattleCAD? Thanks a lot. gert

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    One more question in case of debug: could you please provide me the content of osEnv-Tab in rattleCAD Info-Panel? rattleCAD -> ? -> Info -> osEnv or ctrl + I -> osEnv ... to find out what was responsible for the error thanks, Manfred

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    the latest should work, but I did not test it yet

  • GS ASTUTO GS ASTUTO posted a comment on discussion Help

    That one does open! Thanks! What plugin kit should go with this?

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    maybe please try this version: https://sourceforge.net/projects/rattlecad/files/3.6/rattleCAD_3.6.26.kit/download and keep me updated, Manfred

  • rattleCAD rattleCAD released /3.6/rattleCAD_3.6.26.kit

  • GS ASTUTO GS ASTUTO posted a comment on discussion Help

    Full Path -- PATH=C:\ActiveTcl\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\PuTTY;C:\Program Files (x86)\Videocharge Software\Watermark Master;C:\Program Files (x86)\VideoLAN\VLC;C:\Program Files (x86)\OpenLibraries\bin;C:\Program...

  • GS ASTUTO GS ASTUTO posted a comment on discussion Help

    C:\Program Files (x86)\VideoLAN\VLC;c:\windows\system32;C:\Program Files\mp4box;%path%;C:\Program Files (x86)\OpenVPN\bin;%PhoenixPath%;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    or could you please provide me the content of your PATH-variable? Manfred

  • GS ASTUTO GS ASTUTO posted a comment on discussion Help

    Here's my env -- % parray ::env ::env(ALLUSERSPROFILE) = C:\ProgramData ::env(APPDATA) = C:\Users\tims\AppData\Roaming ::env(COMPUTERNAME) = ILMOSTRO ::env(COMSPEC) = C:\WINDOWS\system32\cmd.exe ::env(CommonProgramFiles) = C:\Program Files\Common Files ::env(CommonProgramFiles(x86)) = C:\Program Files (x86)\Common Files ::env(CommonProgramW6432) = C:\Program Files\Common Files ::env(DriverData) = C:\Windows\System32\Drivers\DriverData ::env(FPS_BROWSER_APP_PROFILE_STRING) = Internet Explorer ::env(FPS_BROWSER_USER_PROFILE_STRING)...

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on discussion Help

    looks like to be the same problem as in here: https://sourceforge.net/p/rattlecad/discussion/1080424/thread/e5b3b20f/ did you install a new other software? from Autodesk, maybe? Manfred

  • GS ASTUTO GS ASTUTO posted a comment on discussion Help

    I can run rattlecad 3.4.05.45, however any version newer fails with the error init screen. Anyone solve this yet? Or have some clues? TIA

  • Manfred ROSENBERGER Manfred ROSENBERGER modified a comment on ticket #20

    fork and headtube clearance? or fork and downtube clearance? could please add a sketch or an image?

  • Manfred ROSENBERGER Manfred ROSENBERGER modified ticket #20

    Check fork headtube clearance

  • Manfred ROSENBERGER Manfred ROSENBERGER posted a comment on ticket #20

    fork and headtube clearance? could please add a sketch or an image?

  • Patrick Delaney Patrick Delaney created ticket #20

    Check fork headtube clearance

  • rattleCAD rattleCAD released /3.6/rattleCAD_3.6.24.kit

  • rattleCAD rattleCAD released /3.6/rattleCAD_3.6.23.kit

  • rattleCAD rattleCAD released /3.6/rattleCAD_3.6.23_plugin.zip

  • rattleCAD rattleCAD released /3.6/rattleCAD_3.6.22_plugin.zip

  • Manfred ROSENBERGER Manfred ROSENBERGER modified ticket #17

    Persistent jig selection

  • Manfred ROSENBERGER Manfred ROSENBERGER modified ticket #16

    Customizable default folder for project files

1 >