Search found 177 matches

by smf
Sun Mar 01, 2015 7:05 pm
Forum: Finished 'Ready to go' Scripts/Plug-in's
Topic: model railroad track planning
Replies: 11
Views: 91759

Tutorial step 2: create track parts

To create a new track part, select "Create" from the QCTrack menu. The following dialog will appear: Create.png Enter a block name for the to be created block, e.g. "MC24188" for a Maerklin C-System track with number 24188. Because the "MC24" is all the same for all compatible tracks, this informati...
by smf
Wed Feb 25, 2015 8:43 pm
Forum: Finished 'Ready to go' Scripts/Plug-in's
Topic: model railroad track planning
Replies: 11
Views: 91759

Tutorial step 1: installation

To install the QCTrack extension, download the latest zip file and unpack it to the ..../qcad/scripts folder, so there exists a file ..../qcad/scripts/QCTrack/QCTrack.js in your QCad-installation. That's all. :) After a QCad restart, you should have a new menu item "QCTrack" after the "Help" item.
by smf
Wed Feb 25, 2015 8:41 pm
Forum: Finished 'Ready to go' Scripts/Plug-in's
Topic: model railroad track planning
Replies: 11
Views: 91759

libraries for QCTrack

Attached are example libraries containing track elements (and some example plans) for Märklin H0 C-Gleis, Märklin Z miniclub and Ninco slot car tracks.
NincoSchienen.dxf
Ninco slot car
(124.47 KiB) Downloaded 3567 times
MaerklinZ.dxf
Märklin Z (miniclub)
(922.67 KiB) Downloaded 3124 times
MaerklinC.dxf
Märklin H0 C-Gleis
18.09.15 updated / now incl. R3-curved-turnout
(1.27 MiB) Downloaded 3533 times
MaerklinM.dxf
Märklin H0 M-Gleis
20.01.17
(609.94 KiB) Downloaded 2650 times
by smf
Wed Feb 25, 2015 8:37 pm
Forum: Finished 'Ready to go' Scripts/Plug-in's
Topic: model railroad track planning
Replies: 11
Views: 91759

model railroad track planning

Hi there, with massive support of Andrew and many many suggestions of Husky and Clive, I wrote some scripts to ease model railroad track plannig with QCad. Please see the original thread at http://www.qcad.org/rsforum/viewtopic.php?f=107&t=3172 for the full story, here you'll find only the latest ve...
by smf
Wed Feb 25, 2015 8:02 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2723099

Re: model railroad track planning

Thanks for the hint - I was already wondering how to send my tutorials... :wink:

@Clive: thank you for unlocking me, I will post everything in the next days presumably. I startet with the main things at viewtopic.php?f=109&t=3348
by smf
Wed Feb 25, 2015 4:13 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 82148

Re: script collection for layer config, multiprint, reconcil

Attached is a simple example demonstrating ActivateLayer, ActivateLayerConfig and MultiPrintToPDF.
by smf
Wed Feb 25, 2015 4:03 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 82148

Re: script collection for layer config, multiprint, reconcil

Example text on _DEFS layer for MultiPrintToPDF: print Luftbilder 297 210 @Default @Luftbild 0.0025 DINA4_1_400 Luftbild pur 0.005 DINA4_1_200 Luftbild Gelände @Default This results in a print configuration (mind the "print" keyword in the first line!) called "Luftbilder" with page size is 297x210 m...
by smf
Wed Feb 25, 2015 3:57 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 82148

Re: script collection for layer config, multiprint, reconcil

Example text on _DEFS layer for ActivateLayerConfig: layer LargeScale NORD_VERSION/Black/0.50mm (ISO)/CONTINUOUS UMGEB_GEBAEUDE/Cyan/0.70mm (ISO)/CONTINUOUS UMGEB_GRENZE/Black/0.70mm (ISO)/CONTINUOUS This results in a layer config predef (mind the "layer" keyword in the first line!) called "LargeSca...
by smf
Wed Feb 25, 2015 3:55 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 82148

Re: script collection for layer config, multiprint, reconcil

Example text on _DEFS layer for ActivatePredef:

Code: Select all

Luftbild pur
EG_WAND
EG_WAND_FILL
LUFTBILD

This results in a layer predef called "Luftbild pur". Activating this predef, only the layers "EG_WAND", "EG_WAND_FILL" and "LUFTBILD" will be visible.
by smf
Wed Feb 25, 2015 3:51 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 82148

script collection for layer config, multiprint, reconcile...

Hi there, some time ago I wrote some scripts that might be useful to others, so I want to share them here. All scripts are within a "MyTools"-folder and result in a new QCad menu called "MyTools". I admit the name is not really expressive, but I couldn't resist to call it mine. e_ugeek The following...
by smf
Wed Feb 25, 2015 3:32 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2723099

Re: model railroad track planning

Finally... :D Attached is version 92 of QCTrack. Unfortunately, I couldn't get a separator in the QCTrack menu before "Show part list" in a non-hacking way. :? So I skipped it and hope that sometimes I understand how to do it the right way. :) I will send Clive this version and updated tutorials via...
by smf
Thu Feb 12, 2015 9:30 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2723099

Re: model railroad track planning

Hi there,

I'm still alive... I am very busy at present and still unhappy with some details that I want to fix before I release a "final" version... :( I hope to have something better in a not too long time. Sorry. :cry:
by smf
Fri Feb 06, 2015 8:55 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2723099

Re: model railroad track planning

@Clive, thank you - this seems the best way. I will look at some minor details and update some tutorials (perhaps something like "how to create a simple plan from scratch"). I have some more scripts that are independent of QCTrack, ready to use and perhaps useful for others. I will beautify them and...
by smf
Sun Feb 01, 2015 9:21 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2723099

Re: model railroad track planning

Hi Husky, thanks again :) for your feedback. I'm sorry for not-understanding the translation issue. :( Your screenshots show the German translations - what is missing? Only the "OK" and "Abbrechen" buttons are Qt-default buttons, so they are not in the ts-files, everything else should be translated ...
by smf
Sat Jan 31, 2015 9:13 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2723099

Re: model railroad track planning

Hi Clive, I'm completely open - at first, I thought this sub "script Add-On & Plug-in challenge" would be the right one, but I agree to Husky that the current thread is way too long for a "normal user" and a model railroad track planner perhaps would not look at this subforum at first. Like Husky I ...

Go to advanced search