| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR ORGANIZATION
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2019-03-10 02:29+0200\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=cp1252\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Generated-By: pygettext.py 1.5\n"
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:24
- msgid "FlatCAM Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:48
- msgid ""
- "BASIC is suitable for a beginner. Many parameters\n"
- "are hidden from the user in this mode.\n"
- "ADVANCED mode will make available all parameters.\n"
- "\n"
- "To change the application LEVEL, go to:\n"
- "Edit -> Preferences -> General and check:\n"
- "'APP. LEVEL' radio button."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:70
- msgid "<b>Scale:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:72
- msgid "Change the size of the object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:80
- msgid "Factor:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:82
- msgid ""
- "Factor by which to multiply\n"
- "geometric features of this object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:91 D:\1.DEV\FlatCAM_beta\ObjectUI.py:256
- msgid "Scale"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:93
- msgid "Perform scaling operation."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:99
- msgid "<b>Offset:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:101
- msgid "Change the position of this object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:108
- msgid "Vector:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:110
- msgid ""
- "Amount by which to move the object\n"
- "in the x and y axes in (x, y) format."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:118 D:\1.DEV\FlatCAM_beta\ObjectUI.py:949
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1506
- msgid "Offset"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:120
- msgid "Perform the offset operation."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:134
- msgid "Gerber Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:141 D:\1.DEV\FlatCAM_beta\ObjectUI.py:567
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:891
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1404
- msgid "<b>Plot Options:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:147
- msgid "Solid "
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:149
- msgid "Solid color polygons."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:155
- msgid "M-Color "
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:157
- msgid "Draw polygons in different colors."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:163
- msgid "Plot"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:165 D:\1.DEV\FlatCAM_beta\ObjectUI.py:608
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:937
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1490
- msgid "Plot (show) this object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:173 D:\1.DEV\FlatCAM_beta\ObjectUI.py:579
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:897
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1426
- msgid "<b>Name:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:183
- msgid "<b>Apertures:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:185
- msgid "Apertures Table for the Gerber Object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:194
- msgid ""
- "Toggle the display of the Gerber Apertures Table.\n"
- "When unchecked, it will delete all mark shapes\n"
- "that are drawn on canvas."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:205
- msgid "Mark All"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:207
- msgid ""
- "When checked it will display all the apertures.\n"
- "When unchecked, it will delete all mark shapes\n"
- "that are drawn on canvas."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:219
- msgid "Code"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:219
- msgid "Dim"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:219
- msgid "Size"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:219 D:\1.DEV\FlatCAM_beta\ObjectUI.py:949
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1506
- msgid "Type"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:223
- msgid "Index"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:225
- msgid "Aperture Code"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:227
- msgid "Type of aperture: circular, rectangle, macros etc"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:229
- msgid "Aperture Size:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:231
- msgid ""
- "Aperture Dimensions:\n"
- " - (width, height) for R, O type.\n"
- " - (dia, nVertices) for P type"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:235
- msgid "Mark the aperture instances on canvas."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:243
- msgid "Scale Factor:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:245
- msgid ""
- "Change the size of the selected apertures.\n"
- "Factor by which to multiply\n"
- "geometric features of this object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:258
- msgid "Perform scaling operation on the selected apertures."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:264
- msgid "Buffer Factor:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:266
- msgid ""
- "Change the size of the selected apertures.\n"
- "Factor by which to expand/shrink\n"
- "geometric features of this object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:277
- msgid "Buffer"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:279
- msgid "Perform buffer operation on the selected apertures."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:287
- msgid "<b>Generate new Gerber Object:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:289
- msgid "Will generate a new Gerber object from the changed apertures."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:295
- msgid "Go"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:297
- msgid ""
- "Will generate a new Gerber object from the changed apertures.\n"
- "This new object can then be isolated etc."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:313
- msgid "<b>Isolation Routing:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:315
- msgid ""
- "Create a Geometry object with\n"
- "toolpaths to cut outside polygons."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:322
- msgid "Tool dia:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:324
- msgid ""
- "Diameter of the cutting tool.\n"
- "If you want to have an isolation path\n"
- "inside the actual shape of the Gerber\n"
- "feature, use a negative value for\n"
- "this parameter."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:335
- msgid "Passes:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:337
- msgid ""
- "Width of the isolation gap in\n"
- "number (integer) of tool widths."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:345
- msgid "Pass overlap:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:347
- msgid ""
- "How much (fraction) of the tool width to overlap each tool pass.\n"
- "Example:\n"
- "A value here of 0.25 means an overlap of 25% from the tool diameter found above."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:357
- msgid "Milling Type:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:359
- msgid ""
- "Milling type:\n"
- "- climb / best for precision milling and to reduce tool usage\n"
- "- conventional / useful when there is no backlash compensation"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:364
- msgid "Climb"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:365
- msgid "Conv."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:369
- msgid "Combine"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:371
- msgid "Combine all passes into one object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:376
- msgid "\"Follow\""
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:378
- msgid ""
- "Generate a 'Follow' geometry.\n"
- "This means that it will cut through\n"
- "the middle of the trace."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:385
- msgid "<b>Generate Isolation Geometry:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:387
- msgid ""
- "Create a Geometry object with toolpaths to cut \n"
- "isolation outside, inside or on both sides of the\n"
- "object. For a Gerber object outside means outside\n"
- "of the Gerber feature and inside means inside of\n"
- "the Gerber feature, if possible at all. This means\n"
- "that only if the Gerber feature has openings inside, they\n"
- "will be isolated. If what is wanted is to cut isolation\n"
- "inside the actual Gerber feature, use a negative tool\n"
- "diameter above."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:406
- msgid "FULL Geo"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:408
- msgid ""
- "Create the Geometry Object\n"
- "for isolation routing. It contains both\n"
- "the interiors and exteriors geometry."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:417
- msgid "Ext Geo"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:419
- msgid ""
- "Create the Geometry Object\n"
- "for isolation routing containing\n"
- "only the exteriors geometry."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:426
- msgid "Int Geo"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:428
- msgid ""
- "Create the Geometry Object\n"
- "for isolation routing containing\n"
- "only the interiors geometry."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:446
- msgid "<b>Clear N-copper:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:448
- msgid ""
- "Create a Geometry object with\n"
- "toolpaths to cut all non-copper regions."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:454
- msgid "NCC Tool"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:456
- msgid ""
- "Create the Geometry Object\n"
- "for non-copper routing."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:462
- msgid "<b>Board cutout:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:464
- msgid ""
- "Create toolpaths to cut around\n"
- "the PCB and separate it from\n"
- "the original board."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:470
- msgid "Cutout Tool"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:472
- msgid ""
- "Generate the geometry for\n"
- "the board cutout."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:478
- msgid "<b>Non-copper regions:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:480
- msgid ""
- "Create polygons covering the\n"
- "areas without copper on the PCB.\n"
- "Equivalent to the inverse of this\n"
- "object. Can be used to remove all\n"
- "copper from a specified region."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:492 D:\1.DEV\FlatCAM_beta\ObjectUI.py:526
- msgid "Boundary Margin:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:494
- msgid ""
- "Specify the edge of the PCB\n"
- "by drawing a box around all\n"
- "objects with this minimum\n"
- "distance."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:505 D:\1.DEV\FlatCAM_beta\ObjectUI.py:536
- msgid "Rounded Geo"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:507
- msgid "Resulting geometry will have rounded corners."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:512 D:\1.DEV\FlatCAM_beta\ObjectUI.py:546
- msgid "Generate Geo"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:516
- msgid "<b>Bounding Box:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:518
- msgid ""
- "Create a geometry surrounding the Gerber object.\n"
- "Square shape."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:528
- msgid ""
- "Distance of the edges of the box\n"
- "to the nearest polygon."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:538
- msgid ""
- "If the bounding box is \n"
- "to have rounded corners\n"
- "their radius is equal to\n"
- "the margin."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:548
- msgid "Generate the Geometry object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:559
- msgid "Excellon Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:568
- msgid "Solid"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:570
- msgid "Solid circles."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:598 D:\1.DEV\FlatCAM_beta\ObjectUI.py:916
- msgid "<b>Tools Table</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:600
- msgid ""
- "Tools in this Excellon object\n"
- "when are used for drilling."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:606 D:\1.DEV\FlatCAM_beta\ObjectUI.py:935
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1488
- msgid "Plot Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:618
- msgid "Diameter"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:618 D:\1.DEV\FlatCAM_beta\ObjectUI.py:813
- msgid "Drills"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:618 D:\1.DEV\FlatCAM_beta\ObjectUI.py:814
- msgid "Slots"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:619
- msgid "Offset Z"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:623
- msgid ""
- "This is the Tool Number.\n"
- "When ToolChange is checked, on toolchange event this value\n"
- "will be showed as a T1, T2 ... Tn in the Machine Code."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:627 D:\1.DEV\FlatCAM_beta\ObjectUI.py:961
- msgid ""
- "Tool Diameter. It's value (in current FlatCAM units) \n"
- "is the cut width into the material."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:630
- msgid ""
- "The number of Drill holes. Holes that are drilled with\n"
- "a drill bit."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:633
- msgid ""
- "The number of Slot holes. Holes that are created by\n"
- "milling them with an endmill bit."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:636
- msgid ""
- "Some drill bits (the larger ones) need to drill deeper\n"
- "to create the desired exit hole diameter due of the tip shape.\n"
- "The value here can compensate the Cut Z parameter."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:640
- msgid "Toggle display of the drills for the current tool."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:646
- msgid "<b>Create CNC Job</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:648
- msgid ""
- "Create a CNC Job object\n"
- "for this drill object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:657
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1120
- msgid "Cut Z:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:659
- msgid ""
- "Drill depth (negative)\n"
- "below the copper surface."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:667
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1156
- msgid "Travel Z:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:669
- msgid ""
- "Tool height when travelling\n"
- "across the XY plane."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:677
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1176
- msgid "Tool change"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:679
- msgid ""
- "Include tool-change sequence\n"
- "in G-Code (Pause for tool change)."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:685
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1169
- msgid "Tool change Z:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:687
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1171
- msgid ""
- "Z-axis position (height) for\n"
- "tool change."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:696
- msgid "Start move Z:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:698
- msgid ""
- "Tool height just before starting the work.\n"
- "Delete the value if you don't need this feature."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:706
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1202
- msgid "End move Z:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:708
- msgid ""
- "Z-axis position (height) for\n"
- "the last move."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:716
- msgid "Feedrate (Plunge):"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:718
- msgid ""
- "Tool speed while drilling\n"
- "(in units per minute).\n"
- "This is for linear move G01."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:727
- msgid "Feedrate Rapids:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:729
- msgid ""
- "Tool speed while drilling\n"
- "(in units per minute).\n"
- "This is for the rapid move G00.\n"
- "It is useful only in conjunction \n"
- "with Marlin postprocessor."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:740
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1265
- msgid "Spindle speed:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:742
- msgid ""
- "Speed of the spindle\n"
- "in RPM (optional)"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:750
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1278
- msgid "Dwell:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:752
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1280
- msgid ""
- "Pause to allow the spindle to reach its\n"
- "speed before cutting."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:757
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1287
- msgid "Number of milliseconds for spindle to dwell."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:765
- msgid "Postprocessor:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:767
- msgid ""
- "The json file that dictates\n"
- "gcode output."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:776
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1310
- msgid "Probe Z depth:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:778
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1312
- msgid ""
- "The maximum depth that the probe is allowed\n"
- "to probe. Negative value, in current units."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:788
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1324
- msgid "Feedrate Probe:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:790
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1326
- msgid "The feedrate used while the probe is probing."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:799
- msgid ""
- "Select from the Tools Table above\n"
- "the tools you want to include."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:806
- msgid "<b>Type: </b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:808
- msgid ""
- "Choose what to use for GCode generation:\n"
- "'Drills', 'Slots' or 'Both'.\n"
- "When choosing 'Slots' or 'Both', slots will be\n"
- "converted to a series of drills."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:815
- msgid "Both"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:823
- msgid "Create GCode"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:825
- msgid "Generate the CNC Job."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:830
- msgid "<b>Mill Holes</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:832
- msgid "Create Geometry for milling holes."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:837
- msgid ""
- "Select from the Tools Table above\n"
- " the hole dias that are to be milled."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:844
- msgid "Drills Tool dia:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:846 D:\1.DEV\FlatCAM_beta\ObjectUI.py:862
- msgid "Diameter of the cutting tool."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:851
- msgid "Mill Drills Geo"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:853
- msgid ""
- "Create the Geometry Object\n"
- "for milling DRILLS toolpaths."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:860
- msgid "Slots Tool dia:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:867
- msgid "Mill Slots Geo"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:869
- msgid ""
- "Create the Geometry Object\n"
- "for milling SLOTS toolpaths."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:887
- msgid "Geometry Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:918
- msgid ""
- "Tools in this Geometry object used for cutting.\n"
- "The 'Offset' entry will set an offset for the cut.\n"
- "'Offset' can be inside, outside, on path (none) and custom.\n"
- "'Type' entry is only informative and it allow to know the \n"
- "intent of using the current tool. \n"
- "It can be Rough(ing), Finish(ing) or Iso(lation).\n"
- "The 'Tool type'(TT) can be circular with 1 to 4 teeths(C1..C4),\n"
- "ball(B), or V-Shaped(V). \n"
- "When V-shaped is selected the 'Type' entry is automatically \n"
- "set to Isolation, the CutZ parameter in the UI form is\n"
- "grayed out and Cut Z is automatically calculated from the newly \n"
- "showed UI form entries named V-Tip Dia and V-Tip Angle."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:949
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1506
- msgid "Dia"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:949
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1506
- msgid "TT"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:955
- msgid ""
- "This is the Tool Number.\n"
- "When ToolChange is checked, on toolchange event this value\n"
- "will be showed as a T1, T2 ... Tn"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:966
- msgid ""
- "The value for the Offset can be:\n"
- "- Path -> There is no offset, the tool cut will be done through the geometry line.\n"
- "- In(side) -> The tool cut will follow the geometry inside. It will create a 'pocket'.\n"
- "- Out(side) -> The tool cut will follow the geometry line on the outside."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:973
- msgid ""
- "The (Operation) Type has only informative value. Usually the UI form values \n"
- "are choosed based on the operation type and this will serve as a reminder.\n"
- "Can be 'Roughing', 'Finishing' or 'Isolation'.\n"
- "For Roughing we may choose a lower Feedrate and multiDepth cut.\n"
- "For Finishing we may choose a higher Feedrate, without multiDepth.\n"
- "For Isolation we need a lower Feedrate as it use a milling bit with a fine tip."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:982
- msgid ""
- "The Tool Type (TT) can be:\n"
- "- Circular with 1 ... 4 teeth -> it is informative only. Being circular the cut width in material\n"
- "is exactly the tool diameter.\n"
- "- Ball -> informative only and make reference to the Ball type endmill.\n"
- "- V-Shape -> it will disable de Z-Cut parameter in the UI form and enable two additional UI form\n"
- "fields: V-Tip Dia and V-Tip Angle. Adjusting those two values will adjust the Z-Cut parameter such\n"
- "as the cut width into material will be equal with the value in the Tool Diameter column of this table.\n"
- "Choosing the V-Shape Tool Type automatically will select the Operation Type as Isolation."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:993
- msgid ""
- "Plot column. It is visible only for MultiGeo geometries, meaning geometries that holds the geometry\n"
- "data into the tools. For those geometries, deleting the tool will delete the geometry data also,\n"
- "so be WARNED. From the checkboxes on each row it can be enabled/disabled the plot on canvas\n"
- "for the corresponding tool."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1007
- msgid "Tool Offset:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1009
- msgid ""
- "The value to offset the cut when \n"
- "the Offset type selected is 'Offset'.\n"
- "The value can be positive for 'outside'\n"
- "cut and negative for 'inside' cut."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1033
- msgid "<b>Tool Dia:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1035
- msgid "Diameter for the new tool"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1049
- msgid "Add"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1051
- msgid ""
- "Add a new tool to the Tool Table\n"
- "with the diameter specified above."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1057
- msgid "Copy"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1059
- msgid ""
- "Copy a selection of tools in the Tool Table\n"
- "by first selecting a row in the Tool Table."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1065
- msgid "Delete"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1067
- msgid ""
- "Delete a selection of tools in the Tool Table\n"
- "by first selecting a row in the Tool Table."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1084
- msgid "<b>Tool Data</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1086
- msgid ""
- "The data used for creating GCode.\n"
- "Each tool store it's own set of such data."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1097
- msgid "V-Tip Dia:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1099
- msgid "The tip diameter for V-Shape Tool"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1108
- msgid "V-Tip Angle:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1110
- msgid ""
- "The tip angle for V-Shape Tool.\n"
- "In degree."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1122
- msgid ""
- "Cutting depth (negative)\n"
- "below the copper surface."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1132
- msgid "Multi-Depth:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1134
- msgid ""
- "Use multiple passes to limit\n"
- "the cut depth in each pass. Will\n"
- "cut multiple times until Cut Z is\n"
- "reached.\n"
- "To the right, input the depth of \n"
- "each pass (positive value)."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1147
- msgid "Depth of each pass (positive)."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1158
- msgid ""
- "Height of the tool when\n"
- "moving without cutting."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1178
- msgid ""
- "Include tool-change sequence\n"
- "in the Machine Code (Pause for tool change)."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1204
- msgid ""
- "This is the height (Z) at which the CNC\n"
- "will go as the last move."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1214
- msgid "Feed Rate X-Y:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1216
- msgid ""
- "Cutting speed in the XY\n"
- "plane in units per minute"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1226
- msgid "Feed Rate Z (Plunge):"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1228
- msgid ""
- "Cutting speed in the Z\n"
- "plane in units per minute"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1238
- msgid "Feed Rate Rapids:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1240
- msgid ""
- "Cutting speed in the XY\n"
- "plane in units per minute\n"
- "for the rapid movements G00.\n"
- "It is useful only in conjunction \n"
- "with Marlin postprocessor."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1253
- msgid "Cut over 1st pt"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1255
- msgid ""
- "In order to remove possible\n"
- "copper leftovers where first cut\n"
- "meet with last cut, we generate an\n"
- "extended cut over the first cut section."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1267
- msgid ""
- "Speed of the spindle in RPM (optional).\n"
- "If LASER postprocessor is used,\n"
- "this value is the power of laser."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1297
- msgid "PostProcessor:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1299
- msgid ""
- "The Postprocessor file that dictates\n"
- "the Machine Code (like GCode, RML, HPGL) output."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1337
- msgid ""
- "Add at least one tool in the tool-table.\n"
- "Click the header to select all, or Ctrl + LMB\n"
- "for custom selection of tools."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1345
- msgid "Generate"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1347
- msgid "Generate the CNC Job object."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1356
- msgid "<b>Paint Area:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1358
- msgid ""
- "Creates tool paths to cover the\n"
- "whole area of a polygon (remove\n"
- "all copper). You will be asked\n"
- "to click on the desired polygon."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1368
- msgid "Paint Tool"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1370
- msgid "Launch Paint Tool in Tools Tab."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1388
- msgid "CNC Job Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1407
- msgid "<b>Plot kind:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1409
- msgid ""
- "This selects the kind of geometries on the canvas to plot.\n"
- "Those can be either of type 'Travel' which means the moves\n"
- "above the work piece or it can be of type 'Cut',\n"
- "which means the moves that cut into the material."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1418
- msgid "All"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1419
- msgid "Travel"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1420
- msgid "Cut"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1432
- msgid "<b>Travelled dist.:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1434
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1441
- msgid ""
- "This is the total travelled distance on X-Y plane.\n"
- "In current units."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1470
- msgid "<b>CNC Tools Table</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1472
- msgid ""
- "Tools in this CNCJob object used for cutting.\n"
- "The tool diameter is used for plotting on canvas.\n"
- "The 'Offset' entry will set an offset for the cut.\n"
- "'Offset' can be inside, outside, on path (none) and custom.\n"
- "'Type' entry is only informative and it allow to know the \n"
- "intent of using the current tool. \n"
- "It can be Rough(ing), Finish(ing) or Iso(lation).\n"
- "The 'Tool type'(TT) can be circular with 1 to 4 teeths(C1..C4),\n"
- "ball(B), or V-Shaped(V)."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1507
- msgid "P"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1513
- msgid "Update Plot"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1515
- msgid "Update the plot."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1522
- msgid "<b>Export CNC Code:</b>"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1524
- msgid ""
- "Export and save G-Code to\n"
- "make this object to a file."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1530
- msgid "Prepend to CNC Code:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1532
- msgid ""
- "Type here any G-Code commands you would\n"
- "like to add to the beginning of the generated file."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1543
- msgid "Append to CNC Code"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1545
- msgid ""
- "Type here any G-Code commands you would\n"
- "like to append to the generated file.\n"
- "I.e.: M2 (End of program)"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1564
- msgid "Toolchange G-Code:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1566
- msgid ""
- "Type here any G-Code commands you would\n"
- "like to be executed when Toolchange event is encountered.\n"
- "This will constitute a Custom Toolchange GCode,\n"
- "or a Toolchange Macro.\n"
- "The FlatCAM variables are surrounded by '%' symbol.\n"
- "\n"
- "WARNING: it can be used only with a postprocessor file\n"
- "that has 'toolchange_custom' in it's name and this is built\n"
- "having as template the 'Toolchange Custom' posprocessor file."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1586
- msgid "Use Toolchange Macro"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1588
- msgid ""
- "Check this box if you want to use\n"
- "a Custom Toolchange GCode (macro)."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1604
- msgid ""
- "A list of the FlatCAM variables that can be used\n"
- "in the Toolchange event.\n"
- "They have to be surrounded by the '%' symbol"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1613
- msgid "Parameters"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1616
- msgid "FlatCAM CNC parameters"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1617
- msgid "tool = tool number"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1618
- msgid "tooldia = tool diameter"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1619
- msgid "t_drills = for Excellon, total number of drills"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1620
- msgid "x_toolchange = X coord for Toolchange"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1621
- msgid "y_toolchange = Y coord for Toolchange"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1622
- msgid "z_toolchange = Z coord for Toolchange"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1623
- msgid "z_cut = Z coord for Toolchange"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1624
- msgid "z_move = Z coord for Toolchange"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1625
- msgid "z_depthpercut = the step value for multidepth cut"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1626
- msgid "spindlesspeed = the value for the spindle speed"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1627
- msgid "dwelltime = time to dwell to allow the spindle to reach it's set RPM"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1645
- msgid "View CNC Code"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1647
- msgid ""
- "Opens TAB to view/modify/print G-Code\n"
- "file."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1654
- msgid "Save CNC Code"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1656
- msgid ""
- "Opens dialog to save G-Code\n"
- "file."
- msgstr ""
|