User Tools

Site Tools


mycnc:mycnc_configuration_dialogs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mycnc:mycnc_configuration_dialogs [2019/07/11 12:33] ivanmycnc:mycnc_configuration_dialogs [2019/07/12 15:49] ivan
Line 109: Line 109:
   * Press the "Save" button to save your settings   * Press the "Save" button to save your settings
  
-=== Triggers ===+=== Triggers/Timers===
 {{:mycnc:config-triggers-001-main.png}} {{:mycnc:config-triggers-001-main.png}}
 +
 +Triggers allow the software to interpret the sensor data depending on the sensor behaviour or the current position in the control program. The settings that can be assigned to the triggers are the following:
 +  * Enabled/disabled toggle to specify whether this particular trigger is on/off.
 +  * Input number to indicate which particular input the trigger is bound to.
 +  * Trigger behaviour (rising/falling edge). The trigger does not check for the actual status of the sensor, but rather for the change in status. This way, if rising edge is specified, the trigger will be initiated when the sensor goes from OFF to ON (rising), and similarly, the trigger will be prompted if the falling edge has been specified when the sensor changes from ON to OFF.
 +  * Output number specifies which output port is bound to the trigger prompt. This feature remains from the earlier versions of the software.
 +  * Slot specifies the result of the trigger being prompted. Usually, the Stop Program option is chosen, however custom trigger responses can be written as PLC commands (such as TRIG04)
 +
 +Timers serve as a way to use the controller rather than the computer for timing tasks. The following settings can be specified:
 +  * Enabled/disabled toggle.
 +  * Output pin number to specify which pin is bound to the timer
 +  * Pulse time, in order to set how long the process tied to the output pin (such as a coolant system) will be ON
 +  * Pause time, in order to set how long this process will be OFF
  
 === MPG through binary inputs === === MPG through binary inputs ===
 {{:mycnc:config-mpg-binary-001.png}} {{:mycnc:config-mpg-binary-001.png}}
 +These settings allow the user to set up the manual pulse generator behaviour. The following settings can be modified:
 +  * Enabled/disabled toggle for each MPG
 +  * Input ports number (2 ports needed for an MPG).
 +  * Slot can be changed between MPG (to move the spindle around), THC/Z axis offset for manual control of the z-axis during torch height control, or Spindle Sync to synchronize the vertical z-axis movement and the rotation of the spindle. 
 +  * Encoder resolution: number of encoder markings per rotation * number of impulses per marking
  
 === Jog through ADC inputs === === Jog through ADC inputs ===
Line 282: Line 300:
 ====Macro Wizard==== ====Macro Wizard====
  
-===Homing X, Y, Z...===+===Homing XYZABCUV===
 {{:mycnc:config-002-homing-xyz.png}} {{:mycnc:config-002-homing-xyz.png}}
 Homing settings are available for all the potential axes that are used by the myCNC software (X, Y, Z, A, B, C, U, V), as well as the XY-plane.  In order to set up homing, the following settings are available: Homing settings are available for all the potential axes that are used by the myCNC software (X, Y, Z, A, B, C, U, V), as well as the XY-plane.  In order to set up homing, the following settings are available:
Line 378: Line 396:
  
 ==Plasma Settings== ==Plasma Settings==
 +{{:mycnc:config-017-plasma-settings.png}}
  
 ==Hypertherm Communication== ==Hypertherm Communication==
 +{{:mycnc:config-018-hypertherm-communication.png}}
  
 ==Hypertherm Diagnistics== ==Hypertherm Diagnistics==
 +{{:mycnc:config-019-hypertherm-diagnostics.png}}
  
 +===Gas/Oxyfuel===
 +{{:mycnc:config-020-gas-oxyfuel.png}}
  
 +===Cutcharts===
 +{{:mycnc:config-021-cutcharts.png}}
  
 +===THC===
 +{{:mycnc:config-022-thc.png}}
  
 +===Mill/Lathe===
  
 +==Spindle==
 +{{:mycnc:config-023-spindle.png}}
  
 +==Tools==
 +{{:mycnc:config-024-tools.png}}
  
 +==ATC Pots==
 +{{:mycnc:config-025-atc-pots.png}}
  
 +==Lathe==
 +{{:mycnc:config-026-lathe.png}}
  
 +===Multi Head===
 +{{:mycnc:config-027-multi-head.png}}
  
-=== Spindle === +===Laser Control=== 
-{{mycnc:configuration:mycnc-spindle-cfg-001.png}} +{{:mycnc:config-028-laser-control.png}}
-{{mycnc:configuration:mycnc-spindle-cfg-002.png}} +
- +
-  - **Spindle Speed, [rpm]** - A minimum, maximum range of Spindle, a step value (current spindle speed will be increased/decreased by this value while pressing on-screen SpinBox **Default Spindle Speed**) \\ {{mycnc:configuration:mycnc-spindle-cfg-003.png?600}} \\ Maximum spindle speed value is used to adjust 0-10V analogue DAC output as well. +
-  - **Spindle Overspeed, [%]** - A minimum, maximum range of Spindle Overspeed, a step value (current spindle overspeed will be increased/decreased by this value while pressing optional on-screen SpinBox **Spindle Overspeed**). Both "Default Spindle Speed" and "Spindle Overspeed" can  be used to adjust spindle speed on-the-fly, but there is a difference between parameters +
-    * **Default Spindle Speed** will be overwritten while running next **M3 Sxxxx** or **Sxxxx** code. For instance, you change spindle speed to 12000rpm, then **M3 S8000** comes from G-code, spindle speed will be changed to **8000rpm** +
-    * If you change **Spindle Overspeed, [%]** value, it will be applied for next **Sxxxx** code as well. For instance, current spindle speed is 5000rpm, you set "Spindle overspeed" to 120%, spindle speed increased up to 6000rpm (5000rpm*120%/100%). Then **M3S8000** code comes from G-code program, spindle speed raised up to 9600rpm (8000rpm*120%/100%) +
-  - **Encoder channel**. If feedback encoder is installed on the Spindle for threading, it might be configured in this position. Control boards ET5, ET10 have 6 encoder inputs (with hardware decoder), ET7 has 3 encoder inputs (hardware decoding as well). Encoder channel # should be configured here. +
-  - **Encoder pulsed per revolution**. If Spindle Encoder feedback is used, the number of encoder pulses per spindle revolution should be set up here. +
-  - **Voltage offset, units** - see below +
-  - **Voltage ratio, units** - these two parameters are used to adjust DAC output voltage. \\ \\ <code>These parameters are active in case RS485/Modbus Communication is disabled</code>  There is 12bit register is used for the DAC output. In theory, while writing values from 0 to 4095, the DAC output voltage is changed from 0 to 10V. A real maximum DAC voltage depends on the control board can be 11-12V. However, most of Spindle frequency inverters use 0-10V, there are many models on the market that use different voltage range for spindle speed control like 0-5V, 1-6V, 0-6V. \\ \\ If spindle speed changed (PLC procedures M03, M04, SPN) the control software sends the to PLC procedures spindle speed value in **eparam** variable. The value is adjusted by the software by using the parameters **offset** and **ratio**. Eparam variable value can be calculated as  <code>eparam = Offset + 4095*(Spindle Speed)*Ratio/(Max Spindle Speed)</code>  +
-    * If you don't need any adjustment, set **Offset** to "0" and **Ratio** to "1".  +
-    * If you use spindle inverter with 0-5V range for instance, then you might need to set the **Ratio** to "0.5" +
-    * For spindle range 1-6V you might need to set the **Offset** as well. Minimum voltage is "1V", then **Offset** should be about 10% (1V of 10V) of 12bit range (4095), the **Offset** value is about "410". \\ It's better to tune **Offset** and **Ratio** values by experiments with real VFD unit connected. +
-  - **RS485/Modbus communication**. The checkbox enables communication with VFD through RS485/Modbus instead of analogue control. +
-  - **Spindle ratio (Modbus)**. If Modbus is enabled, the myCNC control software sends to PLC procedure variable **eparam** RAW spindle speed value (in rpm) multiplied by **Spindle ratio (Modbus)** parameter value.  +
-    * For instance, if Spindle speed is 10000rpm and **Speed ratio (modus)** is "1", then eparam value will be "10000" (exact spindle speed).  +
-    * If the ratio variable is not enough to adjust Spindle speed register according to VFD type requirements, this can vbe made in PLC source. +
-  - **RS485 speed** - RS485 communication baudrate selector +
-  - **Connection** - RS485 connection configuration +
-    * 8 or 7 bits +
-    * No Parity, Odd or Even Parity +
-    * 1 or 2 stop bits +
-  - **Inverter Address** - up to 4 VFD can be connected through Modbus to arrange 4-spindle automatical polling. It needs to select the checkbox and set up Modbus ID for each VFD to enable VFD automatical polling  +
-  - **Write Registers**. For automatical Modbus polling registers, there are usually 2 control registers fo VFD.  +
-    * Frequency (SPidnel Speed) is changed by writing to "WR/Frequency" register  +
-    * Spindle control ON/OFF by writing some value to "WR/Operate" register. \\ Register addresses should be set up in these parameters +
-  - **Read Registers**. VFD might have some status/diagnostic registers to read. The values may contain useful information like current power, current speed, temperature, errors, current status etc. You may select some register to automatical reading and show the value in this window.  \\ \\  {{mycnc:configuration:mycnc-spindle-cfg-004.png}} \\  +
-  - "Write registers" and "Read registers" are different for different VFD manufacturers. We have pre-defined register addresses for the VFD inverters we tested. To set up register addresses just press the button with VFD type. +
- +
-==== Camera  ====+
  
-{{:quickstart:mycnc-quick-start:camera-j17-001.jpg}}+===Tangential Knife=== 
 +{{:mycnc:config-029-tangential-knife.png}}
  
-The camera module allows for automatic working path adjustments using pre-calibrated reference markers. +===Special Purpose===
  
-For a full overview of camera features and its setup process, please consult the [[quickstart:mycnc-quick-start:cnc-vision-setup|CNC Vision QuickStart guide]].+==Flatbed correction== 
 +{{:mycnc:config-030-flatbed-correction.png}}
  
-=== Operator Panel  === +==Height map== 
-{{mycnc:configuration:mycnc-configuration--49.png}}+{{:mycnc:config-031-height-map.png}}
  
-  - **Enable** - Enable Operator Panel through Serial Port (UART) communication +==3D Printer== 
-  **Serial Port** choose serial port Operator Panel connected +{{:mycnc:config-032-3d-printer.png}}
-  **Serial Speed** - choose UART speed communication +
-  - **Serial Debug** - Enable debug information while communication with operator panel\\ <code>ET7 Operator panel board id connected by default and does not use Serial communication settings above</code> +
-  - Key configuration settings +
-    - **Key Number** Key ID +
-    - **Pressed** - select checkbox to define Handler for **Press** event +
-    - **Release** - select checkbox to define Handler for **Release** event (2 Handlers will be displayed if both Press and Release checkbox selected) +
-    - **Shift** - select checkbox if **Shift** button should be pressed with the button to activate Handler +
-    - **Slot**  - Combobox with the Handler name +
-    - **Parameters** - Optional parameters line for the Handler+
  
-==== Panel/Pendand/Hardkeys/Hotkeys Handler List ====+==MaxLaser== 
 +{{:mycnc:config-033-maxlaser.png}}
  
-^ Handler name ^ Description ^ +==Circular Saw== 
-| CNC Action | Custom defined [[mycnc:mycnc_screen_configuration#mycnc_actions|action]] | +{{:mycnc:config-034-circular-saw.png}}
-| CNC Variable: Switch | Switch Global gariable value betweek given list of values. Parameters contain variable Number, **"/"** separator, values list separated by **";"**. \\ Example: \\ **CNC Variable: Switch**     Parameters: **5522/0.001;0.01;0.1;1.0;10** | +
-| CNC Variable: Toggle | Toggle Global gariable value. Parameter contains variable Number. \\ Example: \\ **CNC Variable: Toggle** Parameters: **5522** | +
-| CNC Variable: Change | Add to Global gariable value given "delta". Parameter contains variable **Number** and **Delta** value separated by symbol **"/"**. \\ Example: \\ **CNC Variable: Change** Parameters: **5522/-0.2** \\ **CNC Variable: Change** Parameters: **5522/0.01** | +
-| CNC Variable: Clear | Clear Global gariable value (=0). Parameter contains variable Number. \\ Example: \\ **CNC Variable: Clear** Parameters: **5522** | +
-| CNC Variable: Set | Set to "1" Global gariable value (=1). Parameter contains variable Number. \\ Example: \\ **CNC Variable: Set** Parameters: **5522** | +
-| CNC VariableAssign | Assign Global gariable to given value. Parameter contains variable Number and the value separated by symbol **"/"**. \\ Example\\ **CNC Variable: Assign** Parameters: **5522/0.01**  \\ **CNC Variable: Assign**  Parameters: **5522/0.1**  \\ **CNC Variable: Assign** Parameters: **5522/1.0** | +
-| File: Open | Show "File Open" dialog | +
-| File: Open DXF/HPGL | Show "DXF/HPGL File Open" dialog | +
-| File: Refresh | Reload current g-code file | +
-| Hardware: Direct Binary Set | Set given output pin (write "1"). Parameter contains **Pin Number**. \\ Example: \\ **Hardware: Direct Binary Set**     Parameters: **15** | +
-| Hardware: Direct Binary Clear | Clear given output pin (write "0"). Parameter contains **Pin Number**. \\ Example: \\ **Hardware: Direct Binary Clear**     Parameters: **15** | +
-| Hardware: Direct DAC Set | Write to DAC register given value. Parameters contain **DAC Channel#** and **the value** separated by symbol **"/"**. \\ Example: \\ **Hardware: Direct DAC Set** Parameters: **0/2048** | +
-| Hardware: Direct PWM Set | Write to PWM register given value. Parameters contain **PWM Channel#** and **the value** separated by symbol **"/"**. \\ Example: \\ **Hardware: Direct PWM Set** Parameters: **2/1024** | +
-| Hide: Custom widget by name | | +
-| Job: Play 1 line | | +
-| Job: Play 1 line backward | | +
-| Job: Run G-code | | +
-| Job: Run G-code with Confirmation | | +
-| Job: Start running | | +
-| Job: Start Cutting from Edge | | +
-| Job: Start running backward | | +
-| Job: Stop running | | +
-| Job: Reset current pointer | | +
-| Job: Back To Path | | +
-| Job: Skip Forward | | +
-| Job: Skip Backward | | +
-| Job: Skip Forward 10 | | +
-| Job: Skip Backward 10 | | +
-| Jog: X- | | +
-| Jog: X+ | | +
-| Jog: Stop X | | +
-| Jog: X- Y- | | +
-| Jog: X- Y+ | | +
-| Jog: X+ Y- | | +
-| Jog: X+ Y+ | | +
-| Jog: All Stop | | +
-| Jog: Y- | | +
-| Jog: Y+ | | +
-| Jog: Stop Y | | +
-| Jog: Z- | | +
-| Jog: Z+ | | +
-| Jog: Stop Z | | +
-| Jog: A- | | +
-| Jog: A+ | | +
-| Jog: Stop A | | +
-| Jog: B- | | +
-| Jog: B+ | | +
-| Jog: Stop B | | +
-| Jog: C- | | +
-| Jog: C+ | | +
-| Jog: Stop C | | +
-| Jog: X- && Key: | | +
-| Jog: X+ && Key: | | +
-| Jog: Y- && Key: | | +
-| Jog: Y+ && Key: | | +
-| Jog: Z- && Key: | | +
-| Jog: Z+ && Key: | | +
-| Jog: A- && Key: | | +
-| Jog: A+ && Key: | | +
-| Jog: B- && Key: | | +
-| Jog: B+ && Key: | | +
-| Jog: C- && Key: | | +
-| Jog: C+ && Key: | | +
-| Jog: Stop X | | +
-| Jog: Stop Y | | +
-| Jog: Stop Z | | +
-| Jog: Stop A | | +
-| Jog: Stop B | | +
-| Jog: Stop C | | +
-| Jog: Shift Set | | +
-| Jog: Shift Clear | | +
-| Jog: Shift Toggle | | +
-| Jog: Ctrl Set | | +
-| Jog: Ctrl Clear | | +
-| Jog: Ctrl Toggle | | +
-| Jog Speed Override: inc | | +
-| Jog Speed Override: dec | | +
-| Key Press: | | +
-| Key Release: | | +
-| (Dlg)Key Press: Shift | | +
-| (Dlg)Key Release: Shift | | +
-| (Dlg)Key Press: Up | | +
-| (Dlg)Key Press: Down | | +
-| (Dlg)Key Press: Left | | +
-| (Dlg)Key Press: Right | | +
-| (Dlg)Key Press: Escape | | +
-| (Dlg)Key Press: Enter | | +
-| (Dlg)Key Press: Dot | | +
-| (Dlg)Key Press: Delete | | +
-| (Dlg)Key Press: Backspace | | +
-| (Dlg)Key Press: 0 | | +
-| (Dlg)Key Press: 1 | | +
-| (Dlg)Key Press: 2 | | +
-| (Dlg)Key Press: 3 | | +
-| (Dlg)Key Press: 4 | | +
-| (Dlg)Key Press: 5 | | +
-| (Dlg)Key Press: 6 | | +
-| (Dlg)Key Press: 7 | | +
-| (Dlg)Key Press: 8 | | +
-| (Dlg)Key Press: 9 | | +
-| Move to Toolpath | | +
-| Parking Position: Save | | +
-| Parking Position: Move To | | +
-| Pendant: Axis (*) | | +
-| Pendant: Mul (*) | | +
-| Pendant: Wheel CW | | +
-| Pendant: Wheel CCW | | +
-| Pendant: Mul increment | | +
-| Pendant: Mul decrement | | +
-| Pendant: Axis change+ | | +
-| Pendant: Axis change- | | +
-| Pendant0: x0.001 | | +
-| Pendant0: x0.01 | | +
-| Pendant0: x0.1 | | +
-| Pendant0: x1 | | +
-| Pendant0: Axis Off | | +
-| Pendant0: Axis X | | +
-| Pendant0: Axis Y | | +
-| Pendant0: Axis Z | | +
-| Pendant0: Axis A | | +
-| Pendant0: Axis B | | +
-| Pendant0: Axis C | | +
-| Pendant: Work Coordinate Half | | +
-| Pendant: Work Coordinate Reset | | +
-| PLC: Run procedure | | +
-| PLC: Run external unit procedure | | +
-| Run Numpad: | | +
-| Show: Pendant control widget | | +
-| Select Axis | | +
-| Show: MDI widget | | +
-| Show: Config widget | | +
-| Show: Editor widget | | +
-| Show: Work widget | | +
-| Show: Library Shape widget | | +
-| Show: Diagnostic widget | | +
-| Show: User widget | | +
-| Show: Centring widget | | +
-| Show: Rotation widget | | +
-| Show: Rotation tab | | +
-| Show: Saw Cutting widget | | +
-| Show: Log widget | | +
-| Show: Report widget | | +
-| Show: Support widget | | +
-| Show: Custom widget by name | | +
-| Speed Override: inc | | +
-| Speed Override: dec | | +
-| Speed Override: Set % | | +
-| Spindle Speed: inc | | +
-| Spindle Speed: dec | | +
-| Spindle Speed: Set  | | +
-| Tie Toolpath position to current work position | | +
-| Toggle Machine/Work DRO (if applicable) | | +
-| Toggle Jog enable/disable | | +
-| Toggle Jog mode unlimited/step | | +
-| Toggle Soft Limits enable/disable | | +
-| Toggle Flood On/Off | | +
-| Toggle Spindle On/Off | | +
-| Toggle Spindle CCW On/Off | | +
-| Toggle Constant Velocity (CV) On/Off | | +
-| Toggle Virtual Keyboard | | +
-| Toggle: Custom widget by name | | +
-| View: Zoom In | | +
-| View: Zoom Out | | +
-| View: Fit to Window | | +
-| Work Coordinate: Set | | +
-| Work Coordinate: Reset | | +
-| Work Coordinate: 1/2 | |+
  
-==== Hardware  ==== +==PWM PIDs== 
-=== Common Hardware Settings === +{{:mycnc:config-035-pwm-pids.png}}
-{{mycnc:configuration:mycnc-configuration--53.png}}+
  
-  * **Output bits inversion** - any of output bits 0...63 can be inverted by setup checkbox +==Modbus servo== 
-  * **Input bits inversion** - any of input bits 0...63 can be inverted by setup checkbox +{{:mycnc:config-036-modbus-servo.png}}
-  * **ADC inputs inversion** - any of ADC inputs 0...7 can be inverted by setup checkbox +
-  * **Pulse width** - Pulse width for **PULSE** outputs can be adjusted by changing the combo box value. {{mycnc:configuration:mycnc-configuration-pulse-width-001.png?650}} +
-**Control boards ET6, ET7 -** +
-<code> +
-(A) Combo Box represents motor outputs 0,1,2,3; +
-(B) Combo Box represents channels 4,5.</code> +
-**Control boards ET1, ET10 -** +
-<code> +
-(A) combo box is used to setup pulse width. +
-(B) combo box should be set to "0"</code> +
-  * **Pulse width** - selection pulses format - either PULSE/DIR or CW/CCW+
  
-==== Advanced ==== +==Exhaust/Extraction control== 
-=== Config Manager === +{{:mycnc:config-037-exhaust-extraction-control.png}}
-**(Obsolete settings)** +
-{{mycnc:configuration:mycnc-configuration--58.png}}+
  
-=== Load default settings === +====Camera==== 
- It's possible to select and set to default value some of settings like  +{{:mycnc:config-038-camera.png}}
-  * absolute/incremental programming(absolute) +
-  * Feedrate dimension (unit/min) +
-  * Linear programming unit (mm) +
-  * Some of Tab Widgets visible state (Library, Diagnose, Settings, Editor, ROtate, Curtcharts) +
-{{mycnc:configuration:mycnc-configuration--59.png}}+
  
-=== Debug === +For a full overview of CNC Vision Camera setup, please consult the [[quickstart:mycnc-quick-start:cnc-vision-setup|QuickStart CNC Vision manual]].
-Enable log of keys pressed by operator. +
-{{mycnc:configuration:mycnc-configuration--61.png}}+
  
-=== UI settings === +====5 axes RTCP=== 
-{{mycnc:configuration:mycnc-update-001-12.png}}+{{:mycnc:config-039-5-axes-rtcp.png}}
  
-== Allow to edit cnc-screen.xml ==+====Panel/Pendant====
  
-{{mycnc:configuration:allow-to-edit-001.png}}+===Wireless Pendant/XHC=== 
 +{{:mycnc:config-040-wireless-pendant-xhc.png}}
  
-This experimental option is very first attempt to graphic editor for UI. The option is activated if the checkbox selected and Save button pressed+===Operator Panel=== 
 +{{:mycnc:config-041-operator-panel.png}}
  
-A window "Edit XML config item" with an item attributes will be shown by a mouse right click on the item. At the moment "button", "display" and some other items are supported by "Edit XML config item".+===Gamepad=== 
 +{{:mycnc:config-042-gamepad.png}}
  
-  * It's possible to change attributes "Position X", "PositionY", "width", "height" on-the-fly. The item will be moved/resized immediately +===Hotkeys=== 
-  * It's possible to drag-n-drop the item with a mouse right button pressed +{{:mycnc:config-043-hotkeys.png}}
-  * Changing other attributes will take effect after the software restarted. +
-  * If "Save" button pressed on the "Edit XML config item" window, new file **"cnc-screen-custom.xml"** will be created and used as the config. Original **"cnc-screen.xml"** will be untouched. To roll-back all the changes made in "Edit XML config item" window, just remove **"cnc-screen-custom.xml"**+
  
 +===Hardkeys===
 +{{:mycnc:config-044-hardkeys.png}}
  
-<code>The checkbox is cleared every time the Software loaded +====Hardware====
-and is not stored in configuration file for safety reason. +
  
-It turned out that a profile can be ruined very quickly with this feature.  +===Common Hardware Settings=== 
-We are considering to remove it for future releases.</code>+{{:mycnc:config-045-common-hardware-settings.png}}
  
-{{mycnc:configuration:allow-to-edit-002.png}} +===Encoders=== 
-{{mycnc:configuration:allow-to-edit-003.png}}+{{:mycnc:config-046-encoders.png}}
  
 +===Analogue Closed Loop===
 +{{:mycnc:config-047-analogue-closed-loop.png}}
  
 +===Pulse-Dir Closed Loop===
 +{{:mycnc:config-048-pulse-dir-closed-loop.png}}
  
 +===ET2/ET4===
 +{{:mycnc:config-049-et2-et4.png}}
  
 +===Host Modbus===
 +{{:mycnc:config-050-host-modbus.png}}
  
 +====Advanced====
  
 +===Profile===
 +{{:mycnc:config-051-profile.png}}
  
 +===Debug===
 +{{:mycnc:config-052-debug.png}}
  
 +===UI Settings===
 +{{:mycnc:config-053-ui-settings.png}}
  
  
  
  
mycnc/mycnc_configuration_dialogs.txt · Last modified: 2022/10/28 15:51 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki