**PixelCNC v1.76b - User Guide** http://www.deftware.org support@deftware.org Last Updated: 2/12/24 Introduction ============ This guide is meant to help users become oriented with PixelCNC's user interface and familiarized with the various options and parameters that are made available through it. This guide also provides insight into different parameters and settings, usage tips and strategies, and potential pitfalls to watch out for. This guide is not meant to serve as a step-by-step tutorial or walk-through for new users who are inexperienced with the conventions of CNC machining/routing and CAM software in general. Instead, it is provided as a reference to the user interface itself for users who are relatively comfortable learning how to use a new program, and experienced with CAM/CNC concepts and principles. PixelCNC's interface is designed to streamline the creation of a project into an easily navigated step-by-step process that aims to avoid sacrificing control over how toolpaths are generated. Instead of omitting options and parameters to simplify the interface they are instead organized in an intuitive manner. This reduces PixelCNC's learning curve making it more approachable for users of all levels of expertise. Built-in Tutorials ------------------ PixelCNC includes a built-in tutorial system to walk users through the hows-and-means of using different features and the software as a whole. The interactive tutorials can be accessed via the Help menu or by clicking the graduation cap icon button on the view button bar toward the right. (See the Interactive Tutorials section) PixelCNC's interactive tutorials are the fastest and easiest way to learn how to use PixelCNC. New users should go through the first few tutorials to learn how to use the canvas system, define tools, generate toolpaths, and export G-code. We'd love your feedback! Tell us what you want to learn how to do, what features or functions are hard to understand or figure out, or what kind of projects you'd like to be shown how to do, and we'll do our best to follow your suggestions when adding new tutorials. Feel free to send us an email at: support@deftware.org YouTube Videos -------------- Visit our YouTube channel https://youtube.com/@deftware1 to find tutorials and project how-to's. If you have any requests for tutorials or need help using PixelCNC please feel free to send us an email at support@deftware.org and we'll get you right up to speed! User Interface Overview ======================= The layout of PixelCNC's interface divides it up into several parts - most of which are accessible to users at any point in time, either directly or via a mouse click or two. The key components of the interface are: the menubar at the top left of the window, the 'Project Mode' buttons situated immediately beneath the menu, a set of 'View' buttons along the top of the 3D view, and a program status bar along the bottom of the window for conveying notifications and information about the program state that may be useful. The status bar includes a 3D coordinate readout for the point on the canvas or simulation that's at the mouse cursor's location, which can be useful for canvas editing and determining cutting parametes for operations. The 3D view comprises the area behind the 2D user interface where users are able to view and edit their project's canvas, inspect their operations' generated toolpaths and their respective cutpaths' simulation. The PixelCNC interface exposes everything that a project consists of, in a hierarchical fashion. One or two interface 'panels' can be visible at any given time. There is always at least one panel on the left side of the window and depending on the program state, a panel may also be visible on the right side of the window as well. These panels constitute selected project modes and any other selections the user has made while in one of the different modes. UI panels expose everything to the user that can be interacted with for creating and working on projects. Each mode is intended to allow users to work with one aspect of a project at a time. These project modes comprise the core of PixelCNC's interface and the intended overall workflow for creating a project. Users start by creating their project's canvas using canvas "layers". Layers can be created by importing existing media from disk, generated from other layers or the canvas, or created from scratch by-hand. Layers can then be composited together on the project's canvas which toolpaths are generated from. Users can then define their cutting tools and their project's CNC operations to generate toolpaths and view them in the simulation mode. A project's operations can be exported using one of the included G-code post-processors, or users can easily tailor one for their specific CNC controller. Anyone who needs help creating a post-processor can email us at support@deftware.org and we'll work with them to create a usable working post-processor for your machine's CNC controller. This usually takes less than a day. PixelCNC's mode-centric interface streamlines the workflow into a sort of step-by-step process without confining the user to progressing through the "steps" in a strictly linear fashion. Users can freely switch between modes in any order to make changes, adjustments, or tweak the different parameters of any aspect of a project as needed. This interface design is meant to ensure flexibile control over a project without hindering productivity. File Menu --------- The 'File' menu provides user with commands for working with project files and exporting G-code. ### New Project ### Discard's the currently open project, which includes the canvas, layers, tools, operations, toolpaths and simulation, and returns PixelCNC to a blank project state. If the user makes changes to the current project after saving it, or opening it from disk, the user will be prompted as to whether or not they wish to discard their changes when creating a new project. ### Open Project ### Opens an existing PixelCNC ".PNC" project file from the file system. As with creating a new project this too will prompt the user first if they are about to discard unsaved changes to the current project. An Open Project button is also shown on the View Toolbar along the top of the program window. ### Save Project ### If the currently open project has already been saved, or opened from an existing project file on disk, this can be used to quickly save the current project instead of using the Save Project As function, which requires selecting a file to save to on disk. This menu option is grayed out if the current project has either not been saved yet or no changes have been made to it. ### Save Project As... ### Opens a prompt that allows the user to choose where to save the current project file. !!! TIP A project file is a self-contained PixelCNC project file with the ".PNC" filename extension. Project files comprise: canvas layers, defined tools, defined operations, generated toolpaths, and simulation heightmaps. All project data is stored in the project file, independent of any source media that was used to create it. This includes text-layer TrueType/OpenType fonts and model-layer geometry. Project files created using older versions of PixelCNC should be openable using newer versions but they are not backwards compatible - older versions of PixelCNC will not be able to open projects that were created using a newer version, unless the project version itself is the same between them. !!! : Free Trial Saving of project files is disabled in the free trial of PixelCNC. ### Export G-code ### This opens the Export G-code dialog where users can select their G-code export mode and set any other pertinent options before choosing a filepath to save one or more exported ASCII text G-code files to, which can then be sent to a CNC controller to be run on a machine. Only "write-enabled" operations are included in outputted G-code, regardless of the G-code export mode used. Operations have their "write-enabled" flag active by default upon creation. (See the Project Operations Mode section for more information) The G-code export modes and other options available on the G-code export dialog are as follows: Post-Processor : This shows the currently selected G-code post-processor. Clicking this button allows users to select a different post-processor to be used. It is critically important that the correct post-processor is used when exporting G-code that's intended to be run on a specific machine as different CNC controllers are compatible with - and expect - different types of G-code. Post-processors (or 'posts') enable CAM software to translate and format generated G-code to conform to the specific dialects that different CNC controllers operate on. Users can access the folder where posts are stored via the File menu by selecting 'View Post-Processors' in the event that a modified post or new one obtained elsewhere is needed. If modifying an existing post users should always make a copy of the post and modify the copy instead. The included posts should never be directly modified! (See the View Post-Processors section) Open G-code After Export : PixelCNC will automatically open newly exported G-code files for viewing and/or any additional editing that the user may want to perform by-hand when this option is enabled. G-code files will open using the default established program in the operating system for the G-code file extension used. The operating system may prompt the user asking which program should be used to open exported G-code files. When chosing where to export G-code the post-processor's specified G-code file extension will be used. Users may also chose one of the default file types from the file-path selection dialog, or specify an entirely unique one manually in the file name field. Export Operations Individually : Exports each operation as a separate G-code file which can be run independent of other operations. This is useful if users need to make manual tool changes or inspect the workpiece between operations. Export Operations Per-Tool : Exports consecutive operations as combined G-code files based on whether or not they have the same tool in common. This is intended for projects that require manual tool changes. Export Operations Combined : This option is intended for machines which employ automatic tool-changing capability, or projects whose operations utilize a single cutting tool. Projects with multiple operations employing different cutting tools should use this option if the CNC machine running the resulting G-code features an automatic tool changer and the correct tools occupy the indexes their definitions the user specified their parameters to under Project Tools. It is important that the selected post-processor has the "UseToolChange" parameter enabled in order for tool-change command blocks to be included in exported G-code. Users may need to use an existing post as a base for creating a custom one which includes tool changing. (See the View Post-Processors section) 2D Operation Repetition : Exported G-code can duplicate operations' toolpaths a specified number of times along the X and Y axes to cut a grid of multiple projects simultaneously. Each repetition is offset by a multiple of the canvas size to where leaving the spacing parameters at zero will duplicate operations with no spacing between repetitions. Repetitions are ordered to travel in a winding S pattern, from left-to-right on odd-numbered rows and right-to-left on even-numbered rows, to prevent what would otherwise be unnecessary rapid moves back to one side of the repetition rows. The G-code file(s) generated will be formatted in accordance with the selected post-processor. Projects do not need to be created in the units that a user wishes to run on their machine. The measurement units of a project are converted to the units indicated by the selected post. This is useful for users who have a millimeters-only machine but would rather work in inches, or vice-versa. ### View Post-Processors ### Opens the folder where PixelCNC G-code post-processor files are located to allow users quick access for creating and modifying their posts. Users can create new post-processors if their CNC controller is not compatible with the ones provided by using an existing one as a template for creating their own. It's recommended that the included posts are not directly modified, but instead copied to a new text file within which modifications are made. See the Export G-code section above for more information. !!! WARNING Edits should never be made to the original included post-processors as they may be replaced by a future automatic update and users will lose their changes to them. If a user modifies one of the included posts and it is subsequently replaced during an automatic update it may export G-code which is not as they intended, potentially leading to adverse outcomes. Always modify a *copy* of a post and not the original post-processors themselves. Users can create their own posts for their CNC controller by familiarizing themselves with the controller's G-code specification (usually found on the manufacturer's website) and adapt one of the existing posts accordingly. PixelCNC's post-processor system is meant to be very simple to understand so that anyone can create their own for just about any CNC controller they might encounter. Posts include documentation in the form of comments to help users create their own for different CNC controllers. Alternatively, users can request a post for their specific controller if none of the included posts are compatible. Users who create new posts for different controllers can submit them for inclusion in future PixelCNC releases. To have your post-processor included in a PixelCNC release, or to have one made for your controller, please feel free to email us at: support@deftware.org ### View Log Files ### Opens the folder where PixelCNC outputs all of the log files that are generated for debugging purposes. If users encounter problems with PixelCNC they can email their most recently generated log files to support@deftware.org along with a description of the problem and the steps to reproduce it. Screenshots are also very useful when debugging issues and are also generated to the log files folder, named with a timestamp and the operation number and name. Config Menu ----------- The 'Config' menu provides users with access to all of PixelCNC's options and settings. From the Config menu the following dialogs and options are accessible: ### Predefined Themes ### PixelCNC is equipped with built-in interface 'themes' to allow users to quickly modify the coloration and appearance of visual elements such as the UI and the contents of the 3D view. While these colors can be individually customized via their respective dialogs (UI Settings and View Settings), themes enable users to quickly choose an existing color scheme that best suits their personal preference. From there users can then customize PixelCNC's appearance and coloration further, or use the chosen theme as-is. ### UI Settings ### The UI Settings dialog allows selecting different built-in fonts for the interface's text, and its coloration, as well as the coloration of the user-interface itself. There are also a few toggleable UI options included in the dialog that users can adjust to their preference as well. Charmap Size : Sets the size that text-layer editing's Character Map dialog will generate and display previews for each character of the currently selected font. This can be reduced if characters are too slow to generate, or increased to improve the clarity and visibility of font characters. Show Keyboard/Mouse Inputs : Enable this option to display user inputs onscreen along with a cursor hilight to increase visibility. This option is used for recording tutorials and how-to videos to help viewers understand what inputs are being used. !!! Tip Most numeric value parameter edit boxes also allow entering mathematic expressions. Expressions are evaluated and the calculated result replaces the expression the user has typed upon pressing enter or the edit box otherwise loses input focus. Expressions can contain simple arithmetic, exponents, math functions, and parentheses. ### View Settings ### The 'View Settings' dialog contains options and settings for the default coloration, line thicknesses, and scaling factors that are used to render the contents of the 3D view. This dialog also provides some other options for controlling the 3D view and its behavior. Less self-explanatory settings are detailed as follows: Default (Color) Curves : These adjust how the two colors chosen for rendering the canvas and simulation are mapped to height values. This is useful when trying to visualize halftones, for instance, where only the very top of the simulated stock material should consist of the top color, while the rest of the material should be the bottom color. Boundaries Thickness : Controls the pixel-thickness of volume edge lines that are drawn for the canvas and its layers. Paths Thickness : Controls the pixel-thickness of paths-layers' contents as well as that of CNC operations' toolpaths. Grid Thickness : Controls the pixel-thickness of the Z.0 plane's grid lines. Light Yaw/Pitch : Sets the direction to the illumination source used to shade the canvas and simulation in the 3D view. Shade Contrast : Adjusts the amount of shading to apply to the canvas and simulation heightmaps. Shade Glossiness : Adjusts the shininess or glossiness of the canvas and simulation rendering. Perspective FOV : This setting controls the field-of-view, in degrees, of the 3D viewport when in perspective-projection mode which is toggled via the projection mode button that's situated among the view-buttons at the top of the 3D view, appearing as a birds-eye-view of a grid. This option does not affect the view when in orthographic projection (the default mode). Framerate : Sets the maximum framerate of PixelCNC's interface and 3D view. Decreasing this value can conserve laptop battery life and reduce GPU utilization, at the expense of interface and 3D view responsiveness. CPU Budget : Sets the maximum amount of available system performance which is used to update PixelCNC's interface and render the 3D view. This has a direct impact on the compute resources that are available for background tasks such as: updating the canvas when manipulating or editing layers, the generation of layers, calculation of toolpaths, and simulation updates. Fast View Update : For systems with less powerful graphics hardware this option will draw a simplified version of the project canvas and CNC simulation heightmaps when users manipulate the view camera position/orientation or when modifying the canvas' contents. This is to improve 3D view interaction responsiveness on slower systems. The view will update with a full quality render at the conclusion of an interaction. Swap Camera Buttons : This swaps the left/right mouse buttons' roles in manipulating the 3D view. The default mouse button configuration designates the left mouse button for panning the 3D view while the right mouse button rotates the view. Rolling the mousewheel will incrementally dolly or zoom the view. Click-dragging the mousewheel as a button allows for immediate dolly/zoom input. Anti-Aliasing : This will draw smoothed lines for the 3D view's grid, canvas/layer volume boundaries, paths-layer paths, and toolpaths. GPU View Buffering : PixelCNC conserves compute and rendering hardware resources by redrawing the 3D view only when the contents change, or the camera's position/orientation change. This option enables the most recent rendering of the 3D view to be stored on the GPU (where it is produced) using a "FrameBuffer Object". This allows for fast copying of the view to the PixelCNC window when updating the 2D user interface each frame. Less powerful graphics hardware (particularly older Intel graphics) can have issues with framebuffer objects which may result in a variety of undesirable behaviors. If users experience crashes when minimizing the PixelCNC window they should try disabling this option - which will be slower when updating the 3D view but will function much more reliably. Modern graphics hardware is best utilized by keeping this enabled. Most systems should keep this option enabled unless users are experiencing issues. Texture Filtering : Toggles whether or not rendering of the canvas and simulation uses filtered texturing. When filtering is disabled the individual heightmap pixels will be clearly visible, otherwise they are interpolated to provide a smoother appearance. This does result in severe aliasing when the camera is zoomed far enough from the canvas/simulation heightmaps and generally is best left enabled. Modern hardware generally does not benefit performance-wise from disabling texture filtering. Boost Layer Contrast : Applies a Laplacian convolution filter to raster/text layers when rendering their bottom-plane (when the layer is selected) to improve visibility by hilighting areas of heightmap contrast, such as edges and gradients. The contents of a layer are rendered at the bottom plane of the selected layer to improve users' ability to discern what contribution each layer is making to the overall canvas when many layers are composited together. Users running PixelCNC on slower systems may want to disable this to improve the speed at which the layer plane is able to be rendered to the 3D view as the Laplacian convolution for boosting contrast requires an extra compute step. High Quality Rendering : Canvas and simulation heightmaps are rendered (by default) using a series of quadrilaterals that are 'stacked' along the dominant axis the camera is viewing along. This leads to rendering artifacts that can only be mitigated by refining the heightmap coordinate used to render each pixel of each polygon to be closer to the actual heightmap surface. This option enables refining the heightmap coordinate by searching for the intersection where an imaginary ray from the camera to the polygon surface intersects the heightmap. This entails sampling the heightmap from memory a dozen or so more times for each pixel rendered in the 3D view, which can be taxing for slower/older graphics hardware, and should be disabled if the 3D view is sluggish when manipulating the camera or canvas contents. !!! : Simulation Rendering The High Quality Rendering option has no effect on simulation rendering when Raymarched Rendering is enabled from the Simulation Settings dialog. Raymarched Rendering is a more accurate and expensive method for rendering the simulation heightmap. ### CNC/CAM Settings ### The 'CNC/CAM Settings' dialog exposes settings and options which affect working with a project's canvas and the generation of operations' toolpaths. Default Measurement Units : This setting controls the units of measure that new projects will be created with. This does not affect the units of any existing projects - PixelCNC will still load existing projects in the units they were created with. Exported G-code is in the units of measure indicated by the post-processor used, regardless of the project's measurement units due to the automatic conversion between project units and the units of the selected post-processor. Canvas Quality : This controls the resolution of the rendered canvas in the 3D view. This is *not* the same as the "Canvas Resolution" parameter (see the Canvas Properties section) which instead determines the actual pixel-density of the canvas which toolpaths are calculated from. The Canvas Quality setting indicates a fraction of the project's canvas resolution to render the canvas at, independent of the quality of generated toolpaths. Setting this to a value of 1.00 will render the canvas at its native resolution. Users should generally keep this value at its default unless their graphics hardware is extremely underpowered and rendering or updating the canvas during layer edits and compositing a project is slow. Canvas Geometry : The canvas is rendered using a vertically stacked set of polygons to allow for fast updates to the rendered view without requiring re-generation of the actual geometry being rendered. This setting dictates the number of polygons actually used to render the canvas. This setting can be reduced to help increase rendering performance while the Canvas Quality setting can be decreased to increase canvas update performance. Neither setting affects toolpath generation - they pertain exclusively to the quality the canvas is rendered and updated at. The Canvas Geometry setting can be increased to reduce the amount of visual artifacts that maybe visible in the canvas rendering. Artifacts are a side-effect of the aforementioned fast render update method used and do not affect actual toolpath generation. Layer Auto-Apply : This option causes layer modifications made within the 3D view to automatically be applied to the layer, rather than requiring the Apply button to be clicked on the right panel. Toolpath Simplify : Determines the minimum colinearity between line segments that is tolerated when generating cutpaths. Increasing this value sacrifices contour smoothness and accuracy by using fewer vertices, which results in coarser contours. Minimum Segment Length : The minimum tolerated length for individual line segments when generating toolpaths. This should be kept as low as possible to ensure maximum cutpath precision. In some situations this can be increased without sacrificing a noticeable amount of toolpath resolution, but in the case of some CNC operations such as Medial-Axis Carving it's best to keep this as low as possible to minimize the amount of error in generated cutpaths. Paths-layers traced from the canvas, or from raster/model/text layers, will be affected in their overall accuracy, but this setting does not directly affect the minimum distance between path nodes, per se. Maximum Segment Length : The maximum tolerated length of individual line segments when generating toolpaths and paths-layer paths. A longer maximum segment length will result in G-code with less feed commands. This can also negatively affect the quality of toolpaths, allowing a greater upper limit to coarseness, and increasing this value will benefit if accompanied by a corresponding decrease in the Paths Simplify setting. !!! WARNING Users should avoid modifying the Simplify and Min/Max Segment Length settings! Toolpath calculation can be highly sensitive to changes made to these parameters, causing undesirable results, poor performance, and other inconvenient behavior. They've been finely tuned through extensive trial-and-error with each operation type to maximize both toolpath quality and calculation speed. If an operation's resulting toolpath yields too many cutpath coordinates for a CNC controller to keep up with the feedrate, the Toolpath Simplify setting can be increased to reduce the number of cutpath coordinates, sacrificing overall cut quality and accuracy. Reducing a project's Canvas Resolution will also reduce the total number of cutpath coordinates that are generated by an operation. Trochoidal Angle Step : The trochoidal milling operations generate circular cut arcs that are a series of small linear cut feeds. This setting controls the angular increment for a cut arc's linear moves. The number of linear cuts along an arc is also modulated by the radius of the cut arc, allowing larger radius cuts to employ more individual linear cuts, and vice-versa. This is not a perfectly linearly scaling, otherwise all cuts would be the same length - which is not desirable when very small radii trochoidal cutpaths are generated. Rapid Speed : This is the top speed of the machine that will be running exported G-code, and is used for gauging an operation's runtime. This is in units of the currently open project. Rapid Accel : The acceleration rate of the machine that will be running exported G-code. This is also used for estimating the runtime for an operation's toolpath and is also within the units of the currently open project. DXF Tolerance : DXF vector files, when imported, are converted to PixelCNC's internal cubic spline paths. As there is no direct one-to-one conversion for parametrically defined geometry to cubic splines, DXF entities must be approximated. This parameter controls the tolerated error when generating paths from imported geometry. A lower value will result in paths which more closely adhere to the source geometry by producing more path nodes to achieve a closer fitment. DXF Auto-Join : This parameter serves as a margin-of-error within which separate geometry will be joined together into a continuous path. DXF vector files may comprise lists of separate individual geometry that's not continuous, even though they appear or are intended to be. In the case where continuous geometry is defined using multiple separate entities there is nothing in the DXF format which indicates that the entities are supposed to be connected or joined to form continuous geometry. Deducing whether or not two entities should be connected to form a continuous path requires comparing their end-points to see if they share the same XY coordinates. However, some DXF files may not have exactly matching coordinates between pieces of geometry which are intended to be continuous. This parameter can also be thought of as an auto-healing or auto-welding threshold when importing DXF geometry. Model-Layer Samples : PixelCNC supports the loading and use of 3D models in a project by internally converting them to a heightmap on-the-fly when compositing them with the project canvas. A 3D model's edges may result in aliasing artifacts when rendered to a heightmap using a single sample per depth value. This parameter controls the number of samples calculated from model geometry to calculate each heightmap value, at the expense of compositing speed. Undo/Redo Buffer Size : Controls the allowed amount of system memory that can be used to store undo/redo canvas changes. Different edits use different amounts of memory. Editing a raster-layer's contents will use more memory than simply moving a layer's position around, for example. The number of undoable events varies depending on the type of edits made. Undo/redo does not apply to creating or editing tool definitions and operations or their parameters, only the project's canvas. !!! : 32-Bit Memory Limitations Users running the (now discontinued) 32-bit version of PixelCNC may encounter memory allocation failures during toolpath calculations if Undo/Redo Memory is set too high. It is strongly recommended that users run the 64-bit version instead to avoid memory limitations (64-bit operating system required). ### Simulation Settings ### This dialog controls the quality of simulated cuts and their rendering. These parameters control the trade-off between simulation fidelity, computation cost, and speed of simulation calculations. Resolution : This controls the absolute dimensions of the CNC simulation's heightmap. Increasing this setting will yield a higher quality simulation while requiring more computation time. Decreasing this setting will produce a more coarse simulation that's less accurate while reducing computation and increasing the rate at which simulation playback can update. Most systems should keep this less than ~2048px as the cut simulation calculations become exponentially slower as this is increased, which could incur long simulation update times that give the appearance of the program hanging or freezing while calculations are performed. Increase this setting by small amounts each time to see how it affects performance (simulation won't update with new setting until 'Done' is clicked). Geometry : Controls the geometric complexity of the rendered simulation. With the default slice-stack rendering method (when Raymarched Rendering is disabled) this setting controls the number of planes used to render the simulation volume. This should not affect the computation time required to calculate a simulation update unless rendering the simulation volume is taxing for the available graphics hardware. If the framerate drops (the Frames Per Second counter is on the right-side of the status bar) while the simulation is running, or when the camera is moving while the simulation is paused, users can try lowering the Geometry setting to reduce the load imposed on the graphics hardware. When Raymarched Rendering is enabled the Geometry setting determines the resolution of the proxy mesh that serves as the surface from which rays are marched against the simulation heightmap. Increasing the mesh quality will increase the number of triangles being processed by the graphics hardware, which allows the proxy mesh to conform more closely to the simulation heightmap and decrease the distance rays must traverse to reach the underlying heightmap, reducing overall graphics computation. The optimal geometric-granularity/raymarch-distance balance will vary with the graphics hardware that's available. Raymarched Rendering : This option defaults to being disabled which results in the CNC simulation utilizing the same slice-stack rendering method as the canvas. Raymarched Rendering directly marches rays for each view pixel against the simulation's heightmap to visualize the state of the simulation. This generally produces a more detailed rendering than the default slice-stack rendering method at a higher computation cost. Raymarched rendering can slow down the simulation playback if settings are tuned to maximize render fidelity. Raymarch Coarseness : Visible only when Raymarched Rendering is enabled, this setting controls ray step-size increment. Increasing this will result in coarser and less accurate simulation rendering, while increasing performance and responsiveness when manipulating the 3D view. Older or slower hardware should keep this value higher when using raymarched rendering. This setting has no effect on rendering the simulation if raymarched rendering is disabled. Skip-to-End of Operation : Toggles whether selecting an operation will set the playback slider at 100% or 0% completion. Users who prefer to first see the finished result of an operation should leave this enabled while those who prefer to see a live simulation when they select an operation should disable this option. ### Project: Auto-Backup ### This option toggles whether or not projects are periodically saved to a temporary file on disk. These backups are automatically removed when exiting PixelCNC. A crash or system failure that occurs while using PixelCNC will cause a backup to remain on disk and the user will be prompted to recover the project the next time PixelCNC is launched. !!! WARNING The auto-backup functionality itself may interfere with regular use of PixelCNC. Most of these issues have since been resolved but if any users experience seemingly random crashes for no apparent, consistent, or reliably reproducible reason (typically when applying changes to a canvas layer or CNC operation) they should try disabling auto-backup to see if the crashes cease. Please report to us if this is the case by emailing us at: support@deftware.org ### GPU: Image Convolution ### PixelCNC makes extensive use of image processing algorithms for canvas editing and when generating and simulating CNC operations. This option toggles whether image processing operations should leverage the system's available graphics processor or the CPU instead. Modern computers, generally those built after 2012, will have a faster GPU than CPU for image processing tasks. If a computer has slower-than-average graphics processing capability, and/or a high number of CPU cores, it is possible that disabling this option will improve PixelCNC's overall performance. In most cases it is best to keep this option enabled. !!! Tip PixelCNC defaults to utilizing the GPU for image processing operations but will automatically disable this option and fallback to utilizing the CPU if it is detected to be faster. If this option is disabled by default it is because PixelCNC has determined that the system's CPU is more performant than the graphics hardware that is made available to it for expensive computations. Laptops with both integrated graphics and a dedicated GPU may require users to tell Windows to use the dedicated GPU for PixelCNC. This is a common issue with dual-graphics laptops when running programs that utilize graphics hardware. ### Log: Debug Info ### This option toggles whether or not more detailed debugging information is written to the log files PixelCNC produces. Logging extra information can hinder performance and slow down toolpath generation, simulating cuts, and canvas editing. Users should leave this disabled unless otherwise instructed if you are helping us debug an issue you're experiencing. ### Show Debug Console (F1) ### Toggles displaying the debugging console which displays what has been output to the current session's log file. Log files can be found by clicking "View Log Files" under the File menu. The console's contents can be scrolled via the mousewheel - and holding SHIFT in tandem will scroll larger steps. The console can also be toggled by pressing the F1 key as well. Enable logging debug info for more information to be output during all sorts of calculations. The console likely will not have much use for most people and is left in release builds as more of a novelty for the curious tinkerers and hacker types. ### Clear Tool Library ### Users can save tool definitions to a persistent library to be re-used with other projects. Saving and loading a definition is performed using the folder and diskette icon buttons on a selected tool index when in the Project Tools mode. Up to 32 tool definitions can be stored to the tool library. This option will clear all tool definitions from the library. ### Default Configuration ### This enables users to reset their PixelCNC configuration back to program defaults. This is handy if an important setting was changed and forgotten about that's causing problems. This does not affect tool definitions contained in the Tool Library, which must be explicitly cleared using the previously mentioned option. Help Menu --------- The 'Help' menu is where users can access information about PixelCNC and its use. ### Interactive Tutorials ### Shows the interactive tutorials dialog which lists the available built-in tutorials that walk users through using PixelCNC's various features and functionality. The interactive tutorial dialog can also be accessed directly from the View Toolbar (the graduation cap button). !!! Tip If you have any suggestions for tutorials you'd like to see please feel free to let us know by sending an email to us at: support@deftware.org ### User Guide ### This document, which serves as a reference for PixelCNC's interface and usage. ### Version Changes ### A list of all changes made to each released version of PixelCNC. For more information about changes visit the News section of our site. (See the Site News section below) ### Known Issues ### A list of the known issues affecting the current version of PixelCNC. ### Example Projects ### Opens the downloads page on our website using the system's default browser where example PixelCNC project files can be found for users to look at and learn from. ### YouTube Channel ### Opens the Deftware YouTube channel using the system's default browser where tutorial and walkthrough videos for PixelCNC can be found. ### Messageboard ### Opens the public forum (forum.deftware.org) using the system's default browser for users to ask questions, receive support, help others, and show off their PixelCNC projects, etc. ### Site News ### Opens the news blog on our website using the system's default browser. ### Visit Site ### Opens our website (www.deftware.org) using the system's default browser. ### Activate/Purchase PixelCNC ### When PixelCNC is running as a free trial these two options will be shown in the Help menu for activating PixelCNC using a product key - which can be purchased from our website via the Purchase PixelCNC option shown here in the Help menu. ### Deactivate PixelCNC ### When PixelCNC is activated to remove the free trial mode and its restrictions, an option to deactivate PixelCNC on the current system will be shown here in the Help menu. This will free up an activation for the product key that's being used so that it can be used to activate PixelCNC on another system. !!! WARNING Do not forget to deactivate PixelCNC on a system that you do not plan to use PixelCNC on any further! This includes a system that will undergo any hardware changes! Otherwise the activation will be counted against your product key and prevent activation on another system, or the same system if its hardware has changed. ### Check for Updates ### PixelCNC automatically checks for updates each time that it is launched. If an update becomes available that's newer than the version of PixelCNC that's running then users will be prompted to install the update. If the user declines to install the update then PixelCNC will no longer prompt the user to install that update version. When a newer version of PixelCNC is released the update prompt will be shown again. This option in the Help menu allows users to install an update they've previously declined to update to. ### About PixelCNC ### Displays information about PixelCNC such as version and build date information. The About dialog also includes attribution and acknowledgement information about 3rd party tools and resources used to develop PixelCNC. View Toolbar ------------ At the top edge of the 3D view is the 'View Toolbar', consisting of some buttons for manipulating various aspects of the 3D view. The view toolbar presents a few buttons for various 3D view related controls and toggles: ### New Project ### Quick access to the same function that's accessible from the File menu for creating a new empty project. ### Open Project ### Another quick access to the same function that's accessible from the File menu for loading an existing project file from disk. ### Save Project As... / Save Project ### Opens the Save As file dialog for projects which have not been saved yet, or opened from an existing project file, to allow the user to choose where to save the project file on disk. If the project is already associated with a known project file then the save button will automatically save the currently open project to that file, without prompting the user to choose where to save. The CTRL+S hotkey combo can also be used to quickly save a project - automatically opening the Save As dialog if the project has no known filepath. Otherwise it will simply save the file to a known project filepath. ### Export G-Code ### Opens the G-code exporting dialog, the same as when selected from the File menu. The CTRL+E keyboard shortcut can also be used to open the G-code export dialog. ### Home View ### The view-homing button is shown with a small home icon. Homing the vew resets the camera position and dolly/zoom to fit the current project within the view at an oblique perspective. ### 2D/3D Mode ### The 2D/3D mode toggle allows switching between allowing the user full 3D camera control or locking the camera's orientation to a top-down view, and restricting control to panning around the XY plane. This will also disable perspective projection and revert back to an orthogonal projection. ### Orthogonal/Perspective Projection ### The projected-grid button toggles between orthographic and perspective 3D projection modes. Orthographic projection is helpful for discerning exact proportions without the distortion of a perspective projection. The field-of-view of the perspective projection mode can be adjusted from the View Settings dialog in the Config menu. ### Toolpath Visibility ### This button toggles the drawing of toolpaths. All operations' toolpaths are rendered unless an operation is selected which will render only that operation's toolpath. Toolpath visibility is automatically re-enabled when an operation is re-calculated. ### Toolpath Occlusion ### Cycles through three different rendering modes for sections of toolpath which are occluded by canvas/simulation surfaces in the 3D view. Hiding occluded toolpaths can help to make a complex toolpath easier to visualize by obstructing sections which lie beneath geometry (such as before a selected operation's cuts have been performed while in the simulation mode). The occluded toolpath rendering mode applies an alternate rendering style to the obscured sections of rendered toolpaths to visually differentiate between sections that are above and below/behind surfaces. The last mode renders the entirety of a toolpath regardless of where it lies relative to surfaces. ### Show/Hide Grid Plane ### Toggles rendering of the XY grid in the 3D view. Does not affect Snap-To-Grid's effect when modifying layers or editing their content. ### Snap-to-Grid ### Toggles snapping to the visible grid when manipulating or editing canvas layers. ### Increase/Decrease Grid Subdivision ### Controls the grid plane subdivisions. ### Undo/Redo Canvas Changes ### Undo or redo changes that have been made to the canvas or its layers, and their contents while in their respective editing modes. The keyboard shortcuts for undo and redo are CTRL-Z and CTRL-R, respectively. These UI buttons are disabled when not in PixelCNC's Project Canvas mode, changes made to tools and operations cannot be undone/redone. See the CNC/CAM Settings section for changing the size of the undo/redo memory buffer. ### Interactive Tutorials ### Opens the Interactive Tutorials dialog, as is the case with the Interactive Tutorial option found in the Help menu. 3D View ------- The 3D view is where the project canvas, generated toolpaths, and CNC simulation are displayed per the selected project mode. It comprises an XY plane grid at Z=0 (in machine space) and red/green/blue XYZ axis lines situated with their intersection at the project's machine origin (X0Y0Z0). The 3D view position and orientation can be panned and rotated by clicking and dragging the mouse buttons in the view area. Scrolling and click-dragging the mouse wheel performs zoom/dolly. The pan/rotate functions of the mouse buttons may be swapped by toggling the "Swap Camera Buttons" option found on the "View Settings" dialog. Camera position/rotation can be finely adjusted by holding the CTRL key while panning/rotating/zooming the camera. Project Modes ============= There are four project mode icon-buttons at the top-left of the PixelCNC window situated below the menubar. Each mode exposes a different set of options and functionality to the user for working with the different aspects of a project. Users first design their project in the "Project Canvas" mode, define their cutting tools with the "Project Tools" mode, define CNC operations that employ the defined tools with the "Project Operations" mode, and preview a simulation of their operations with the "Project Simulation" mode. While project modes are organized in a logical stepwise fashion users are not required to finish working within one mode before moving to the next. Users can freely navigate between the different project modes as needed, except when they're disabled during toolpath calculation and live simulation playback. Project Canvas Mode ------------------- The left-most project mode button resembling a stack of squares within a dashed selection-rectangle allows for creating project's "canvas". A project's canvas is the input that CNC operations generate their toolpaths from. (Some operations support using the cubic spline paths-layers as input for generating toolpaths as well.) The Project Canvas mode is the default project mode when PixelCNC is started, when a new project is created, or an existing project is opened from the file system. From the canvas mode users can setup their project's canvas and add/remove/edit "layers" which serve as the contents of the canvas, similar to the layers in a Photoshop image. Layers can be created by importing several media types, generated using built-in layer generation functions, or by hand-crafting them from a blank layer (except model-layers, which can only be loaded from a 3D model file). Layers can be positioned, scaled, rotated, and blended together in different ways. Raster, paths, and text layers all have corresponding editing modes, each with different features and functionalities. While in other project modes the canvas is treated as a fixed composition that cannot be edited while in those modes. Any changes to the canvas or its contents can only be made from the Project Canvas mode. While in the Project Canvas mode options and functions for working with the canvas and its layers line the left-side of the PixelCNC interface. These are as follows: ### Canvas Properties ### This activates a UI panel on the right side of the window for specifying the project canvas' parameters. Canvas Resolution : The project canvas resolution is specified in pixels-per-inch. This value directly impacts the amount of computation involved when editing the canvas, and its layers, and when generating toolpaths. Users should be conservative with their project's canvas resolution to avoid excessive computation which can impact performance and result in longer wait times for certain functions. 100ppi is the default value and should be acceptable for most medium-to-large projects. Smaller projects such as jewelry engravings will likely need to increase their canvas resolution. The maximum allowed is 1000 pixels/inch. X/Y/Z Size and Origin : Here the dimensions of the canvas volume and where within it the machine origin are specified. The vertical Z size of the canvas as specified here ultimately determines the max depth that any generated toolpath will be allowed to cut. Operations cannot produce toolpaths which cut deeper than the Z-size of the canvas, their maximum cutting depth is limited to the Z size of the canvas. The XYZ Origin values indicate where the machine-origin is relative to the bottom-front-left of the canvas volume. This is the point within the canvas that generated G-code considers as X0Y0Z0 and should match where the physical CNC machine is zeroed out at before running. Machine Origin Percentages : These value knobs allow users to also adjust the project's machine-origin as a percentage of the canvas volume's dimensions, rather than entering it manually into the XYZ Origin edit-boxes as absolute values. Modifying the origin percentages automatically updates the XYZ Origin values. These values are percentages of the canvas' size making it simple to set the origin to the center or any of the extents of the canvas volume. Setting these values to 0% will place the machine origin at the bottom front-left corner of the canvas volume. An origin with the XYZ percentages at 100% will put the machine zero at the top rear-right corner of the canvas. The diagrams below illustrate the way that the machine origin changes with different XYZ percentages: ******************************************************************************* * X,Y,Z = 0%,0%,0% X,Y,Z = 50%,50%,100% X,Y,Z = 100%,50%,0% * * o-----------o o-----------o o-----------o * * / /| / /| / /| * * / / | Z / * / | Z / / | Z * * / / | / / | / / | * * o-----------o | o-----------o | o-----------o | * * | | o | | o | | o * * | | / | | / | | / * * | | / Y | | / Y | | * Y * * | |/ | |/ | |/ * * *-----------o o-----------o o-----------o * * X X X * ******************************************************************************* Z-Fill : The default canvas "background" height which layers are blended with. This is an absolute value with zero corresponding to the bottom of the canvas volume. Buttons are provided on the right-side of the Z-Fill editbox for automatically setting the value to the top or bottom of the canvas volume. Apply : Applies any changes made to the project's canvas properties. Changes will not take effect until the button is clicked. Any existing operations will need to have their toolpaths re-calculated. Done : Discards any modifications made to the canvas' properties, retaining its existing state as is visible in the 3D view, and closes the Canvas Properties panel. ### Canvas Appearance ### This panel allows controlling the color gradient of the canvas as rendered within the 3D view. This entails setting the top/bottom colors used as well as a distribution curve parameter that controls how the colors are weighted across the possible height values of the canvas. ### Add Layer ### Opens the Add Layer dialog where blank new canvas layers can be added to the canvas, created from existing media loaded from the file system, or added from the online Content Library. Layers can be created from existing media such as 2D raster/bitmap images, 2D vector graphics/geometry, and 3D model geometry. Text-layers can also be created for adding text directly to the canvas using installed TrueType/OpenType fonts found on the system. The Add Layer dialog is not the only way that canvas layers can be created. Functions for generating new layers from existing layers, and the canvas itself, are accessible via the left UI pane under Canvas Actions - and under Layer Actions while a layer is selected. Some functions are only accessible along the UI pane on the right side of the interface while a layer's editing mode is enabled - such as the Sweep Paths function that's accessible while editing a paths-layer. Different layer types allow for creating new layers in different ways. There are four different canvas layer types, each with a different purpose and usage for creating the compositions that comprise a project's canvas: + Raster-Layers: essentially a heightmap that's either loaded from an existed image, generated from a paths-layer, copied from a canvas composition, a model, or a text layer, or created from scratch using raster editing functions and/or merging multiple raster-layers together. + Paths-Layers: a set of one or more 2D cubic splines for representing 2D shapes, curves, and polygons. Paths-layers do not have any direct impact on the canvas composition itself like other layer types do. Paths-layers can also be used to generate a variety of shapes and forms as raster-layers. Paths can also be used as Contour Input for some CNC operations to directly generate cutpaths from, in lieu of contouring the canvas itself. Paths-layers can be loaded from vector images, traced from raster/model/text layers, or drawn by hand using the paths-layer's editing mode. + Text-Layers: text content that uses TrueType/TTF and OpenType/OTF fonts that are found installed on the system. Text-layers composite with the canvas like raster-layers. Text-layers can be duplicated as a raster-layer for subsequently editing with raster-layer editing functions. + Model-Layers: 3D geometry that can only be loaded from a 3D model file and do not have a corresponding editing mode as other layer types do. Model-layers function similar to raster-layers with the exception that they can be rotated freely and their geometry can be axis-swapped and mirrored as needed. Model-layers can be duplicated into a raster-layer for editing with raster editing functions. !!! : Fit to Canvas Option Loading an image/vector/model as a canvas layer includes an option on the Add Layer dialog to toggle whether or not the native scale of the loaded media is used to determine the layer's dimensions on the canvas. Otherwise the layer is automatically scaled to fit the dimensions of the canvas while retaining the media's existing aspect ratio. Model-layers can also be scaled by their native size - along with a scaling factor (such as to convert measurement units) - using the Scale By Geometry function that's accessible under Layer Actions when a model-layer is selected. Raster-layers will automatically size so that the loaded image's pixel density matches that of the canvas when Fit to Canvas is disabled on the Add Layer dialog. (e.g. a 1000x1000 pixel image will result in a layer that's 10"x10" in size if the canvas resolution is set to 100ppi) Below are the file formats that can be loaded as each layer type. Supported raster-layer file formats: + Deftware Compressed Scalar Field (.DCSF) + Joint Photo Experts Group (.JPG, .JPEG) + Portable Network Graphics (.PNG) + Google WebP (.WEBP) + Bitmap (.BMP) + Targa, Uncompressed (.TGA) + Graphics Interchange Format (.GIF) + Tagged Image File Format (.TIFF) + Support Vector Graphic (.SVG) Supported paths-layer file formats: + Support Vector Graphics (.SVG) + Drawing Exchange Format (.DXF) Supported model-layer file formats: + Stereolithography, binary (.STL) + Sterelithography, ASCII (.STL) + Wavefront Object, binary/ASCII (.OBJ) !!! : DCSF Image Format DCSF is our own format and stands for Deftware Compressed Scalar Field. It is a custom format for storing height fields at a much higher accuracy than conventional image formats are capable of, without files being nearly as large as the raw heightmap data itself. !!! : SVG Limitations Parsing of SVG vector images is implemented using a basic rasterization library which lacks some of SVG's less common or deprecated features. Users who experience issues with PixelCNC's ability to properly load an SVG as a raster-layer can share their experiences with us by sending an email to support@deftware.org ### Fit Canvas to Layers ### This will automatically size the canvas to contain all of its visible layers. Users can include a margin for the canvas to include around its layers when fitting to them. ### Trace Canvas/Layer to Paths ### Enables the creation of paths-layers by tracing the current canvas layer group's composition, or a selected raster/text/model layer at a specified Z-plane within the canvas volume. When tracing a selected layer the canvas composition will update to show only the selected layer, irrespective of its blend mode, layer groups, etc. The contour traced at the specified tracing Z-plane can be offset outward/away or inward/toward the canvas - or layer - by a positive or negative Offset value, respectively. The Error Threshold parameter controls the accuracy and complexity of the paths that are produced. A larger error threshold results in simpler and less accurate paths that comprise fewer path nodes. Conversely, a smaller error threshold produces more path nodes for each path in order to capture shapes and details better. The contouring that's performed is also affected by the Path Simplify and path Min/Max Segment Length parameters that are accessible via the CNC/CAM Settings dialog, under the Config menu. These settings affect the generation of toolpaths as well and should not be modified from their defaults unless you know what you're doing! The rendered Canvas Quality, which is also set from the CNC/CAM Settings dialog, does not affect the accuracy or quality of generated paths. Traced paths are generated internally from the canvas at its native resolution. ### Copy to Raster Layer ### Creates a raster-layer from of the canvas composition in its current state. This creates a copy of the canvas composition at its native resolution using the currently active layer group, and is not affected by the Canvas Quality setting found on the CNC/CAM Settings dialog under the Config menu, which only affects the resolution that the canvas is rendered at in the 3D view. ### Export Image ### Outputs the raw heightmap data of the canvas in its current state to an image file, normalized to where black represents the lowest point on the canvas and white the highest point. Heightmaps can be exported as DCSF, PNG, JPG, BMP, or TGA image files. ### Export Mesh ### Generates a triangle-optimized mesh generated from the canvas in its currently visible state to a model file. Meshes can be exported as either binary Stereolithography (.STL) or ASCII Wavefront Object (.OBJ) model files. !!! : Free Trial Exporting the canvas as a heightmap image or 3D model is disabled in the free trial of PixelCNC. ### Edit Raster: Enable/Disable ### Enables editing of the selected raster-layer's contents using the included heightmap editing functions. As with all layer editing modes the layer's properties on the right-side of the PixelCNC window are replaced with the interface to the editing functionality for the layer's type. The raster-editing functions available in the raster-editing mode are as follows: Area Selection : Raster-editing functions can be confined to a selected area of the active raster-layer being edited. Several selection tools, modes, and functions allow a variety of ways to select area(s) of a raster-layer to confine edits to or create a new raster-layer from. With the Rectangle and Ellipse selection tools holding the CTRL key enforces selection shape symmetry and holding the SHIFT keys enforces a fixed-aspect selection shape. Both keys can be held to enforce both simultaneously. Manual Brush : Exposes the parametric brush shape that the user can actively stroke the raster-layer with in the 3D view. Parameters include brush shape, diameter, value, fade, inertia, quality, and mode. Brush quality controls the fidelity of the brush strokes generated, allowing users to turn down the quality to increase responsiveness and performance on slower systems. A "Follow Canvas Surface" option toggles whether or not the brush is positioned on the canvas surface beneath the cursor's position. Disabling this option instead positions the brush at the point on the bottom of the raster-layer's volume that coincides with the mouse cursor's position in the 3D view. Adjust Levels : Displays an XY graph for manually defining a function to re-map height values. Left-clicking on the graph creates new function vertices which can be dragged to reposition them. Right-clicking vertices removes them. There are also a set of different interpolation functions for controlling the shape of the function between each pair of neighboring vertices. Expand/Contract : Allows applying a horizontal 2D (XY) or 3D (XYZ) offset to the raster-layer's contents at a specified radius. The Z-radius parameter can range from zero (for a horizontal-only expansion/contraction) up to a specified Horizontal Radius, which would equate to a spherical or 3D expansion/contraction. The "Lock Z-Radius" option forces the Z-radius to be equal to the Horizontal Radius, for a spherical/3D expansion/contraction. The "Expand Vertically" option allows for a true 3D offset when enabled, otherwise the function automatically applies a downward displacement equal to the Z-radius to prevent the contents of the raster-layer from expanding beyond the top of the layer or canvas. Draft Angle : Allows the addition of a draft angle to a raster-layer to eliminate vertical surfaces. Draft angles may be added that are up to 45 degrees. 2D Tiling : Repeats the layer's contents by a specified number of columns and rows with a percentage spacing between repetitions. The layer retains its X and Y dimensions and repeats its existing contents within them at the project's canvas resolution. It is a good idea to scale the layer to the dimensions you wish to have the repetitions span before performing 2D Tiling, to ensure that the desired fidelity is retained. Circular Tiling : Repeats the layer's contents a specified number of repetitions along a circle of a specified radius. A scaling factor allows scaling repetitions within their arc segment of the circle for including spacing between repetitions. An Offset parameter enables rotational adjustment for the repetitions around the circle. The layer is tiled so that it is centered along the circle along its Y axis, repeating the layer along its X-axis around the circle. The resulting raster-layer's contents are generated at the project's canvas resolution. !!! : Circular Tiling Selected Areas Circular Tiling does not abide by any area selections due to the fact that it changes the dimensions of a raster-layer. To generate a Circular Tiling of a selected area you can instead copy the selected area to a new raster-layer and perform the tiling operation on it. Quantize : Quantizes the raster-layer's height values to produce a terraced effect from 3D shapes and surfaces. The contents of the raster-layer are fixed at the number of quantization levels specified. ### Raster/Text Along Path(s) ### Both raster-layers and text-layers can be conformed to the paths of a paths-layer to produce a new raster-layer. The selected raster/text-layer must have the paths-layer it will be conformed to below it within the canvas layers list. The paths-layer does not need to be visible or included in any Layer Groups. Several options allow for a variety of interesting and useful effects to be produced. A rough live preview of the raster-layer that will be produced by the function is displayed in the 3D view, updating in response to changes to parameters. To keep PixelCNC responsive while adjusting Along Paths parameters, the preview is rendered and updated at a much lower quality than the actual generated layer will be, and can exhibit some distortion artifacts that won't be present in the final generated raster-layer. ### Edit Paths: Enable/Disable ### Users can create a new blank paths-layer and construct paths from scratch by hand, load a supported file format as a paths-layer, or generate a paths-layer using the tracing function on the canvas or other layer types. While the paths-editing mode is enabled the XY grid plane is vertically offset to the bottom-plane of the active paths-layer while editing - which is the plane that the layer's paths lie at. Editing paths involves the use of the left and right mouse buttons in combination with modifier keys held on the keyboard to create and edit paths within the 3D view. There are two selection groups in the path-editing mode: selected paths and selected nodes. Selecting a path reveals the nodes that comprises which can then be selected as well for editing/modifying/deleting. Path nodes cannot be selected without the path being selected first. Below is a table of the path-layer editing keyboard and mouse inputs: Keyboard | Mouse | Description --------------|--------------------|------------------------------------ | Left Click | Select/deselect a path or node when clicked. CTRL | Left Click | Create a new node to start a new path, continue a selected path from a selected end node, or insert a new node on a selected path where clicked. SHIFT | Left Click | Add a single path or node to the current selection when clicked. Adds all nodes of a selected path to the current node selection when clicked. | Left Click Drag | Move selected node(s) when dragged. CTRL | Left Click Drag | Move a control point of a selected node when the control point is dragged. SHIFT | Left Click Drag | Select paths via selection rectangle, or move selected node(s) orthogonally when dragged. CTRL+SHIFT | Left Click Drag | Select nodes of selected paths via selection rectangle. CTRL+ALT | Left Click Drag | Move both control points of a selected node symmetrically when a control point is dragged. | Right Click | Delete a selected path, or non-destructively remove a selected node, when clicked. When right-clicking an empty area away from paths/nodes: deselects all nodes first then, or otherwise, deselects all selected paths. CTRL | Right Click | Reset a selected node's control point's position to its node's position, removing its influence over curve segment's shape. SHIFT | Right Click | Deletes a selected node from a path when clicked, splitting the path. CTRL+A | | Select all paths. CTRL+SHIFT+A | | Select all nodes of all selected paths. DELETE | | Deletes all currently selected nodes non-destructively, if any, otherwise deletes all selected paths. While in the paths-editing mode the user may perform a few other actions listed on the right-panel. They are as follows: New Layer From Selection : While in the path-editing mode users can use this function to copy the currently selected paths to their own separate paths-layer, which can then be edited, used to generate shapes/forms, or generate toolpaths from with certain CNC operation types. (See the Project Operations Mode section) Simplify Paths : The path simplifying function chooses nodes to remove based on how much detail they contribute to their paths - which must be above a user-specified threshold value. The control points of the remaining nodes are adjusted to retain the original shape of the paths as much as possible. This function will simplify all paths of a layer if no paths are selected, otherwise only the selected paths will be simplified. Subdivide Paths : Inserts new nodes between each pair of neighboring nodes along each path in a layer. This function will subdivide only selected paths, and if none are selected then it will subdivide all paths of the selected layer. Sweep Paths : Generates a raster-layer by extruding specified "profile" paths along or between paths specified as "rails" to create flowing shapes. Profiles are user-positioned along the chosen rails to indicate where the profile exhibits maximum influence on the cross-section of the swept shape. Both single-rail and double-rail sweeps are possible. Sweeps require at least two profiles to be placed along the rail(s). To create a swept shape users select the path(s) which will serve as the sweep's rail(s) and click "Use Selection as Rails". Two or more profiles must be added by selecting one or more open paths and clicking "Add Selection to Profiles". A path can be added as a profile more than once along with other paths. The profiles will appear upright at a default position along the chosen rail path(s) in the 3D view. Profile positions on the rail(s) can be adjusted by clicking their entry in the profiles list. Profile position sliders allow for adjusting the position of the selected profile along each rail. The profile's position will update in the 3D view while manipulating the slider. Single-rail path sweeps simply sweep the profiles along the rail smoothly transitioning between profiles. The size of the profile paths determines the size of the swept shape at each profile's position along the rail. Double-rail sweeps allow for profiles to be positioned anywhere along each of the two rails allowing fine adjustment of the resulting shape's form. Profiles retain their aspect ratio while scaling by the distance between their endpoints on the rails. Paths used as profiles must be open (end-points not joined) and are interpreted by the order of their nodes from first-to-last as being oriented left-to-right when swept along rail paths. That is to say that the first node of a profile will be placed on the left-side and its last node on the right-side of the swept shape, where the left/right sides are relative to the direction the rail paths are defined in. For example: ************************************************* * * * profile path * * direction --> * * .---------. * * | | * * .---' * '---. * * / / \ * * o- - - - - - / - - - - - -* * * / * * / ^ * * o (start) / / * * * (end) / / * * / rail path * * / direction * * o * * * * * ************************************************* Supershape Stamp : This path-editing function allows parametrically defined "supershape" paths to be stamped into a paths-layer to quickly create interesting paths for a project's design. Used in combination with the Shapes From Paths and the Stroke Paths functions a variety of novel 3D forms can be created. Shapes can be directly used as toolpaths by certain operation types that allow using a paths-layer as input, instead of a canvas "waterline" Z height contour. This path-editing function includes a preview of the 2D shape that will be stamped. The size and orientation for the shapes that are stamped on the layer can also be set. Shapes can either have a fixed number of polygonal sides, or Continuous Shape can be enabled which will produce a smooth shape. The slider for the number of sides becomes a quality slider for adjusting the number of nodes and the accuracy of the stamped paths. The auto-center option toggles whether the shape is centered around the cursor according to the extents of its rectangular dimensions. When disabled the shape will be placed by its radial supershape function's center, which isn't necessarily at the center of the shape - particularly with shapes that only have one axis of symmetry (e.g. a raindrop). There are a number of presets that can be used as-is or as a starting point to create new shapes. The parameters for PixelCNC's supershapes have been boiled down into fewer components from what the classical supershape formula uses, this is in an effort to reduce the complexity of the parameter space for finding different interesting shapes. The best way to learn what the parameters do is to experiment with them and form an intuition about the relationships that the different parameters have with the resulting shape. ### Shapes From Paths (Paths-Layers) ### Opens a dialog for generating a new raster-layer by calculating 3D shapes from the closed paths of the selected paths-layer, or from the currently selected paths when the path-editing mode is enabled. The paths-layer's Z-size dictates the maximum height and/or radius of generated shapes. The Z origin of the paths-layer, relative to the bottom of the canvas, determines the thickness of the extruded base that generated shapes will be formed ontop of. !!! : Path-Editing Mode When path-editing is enabled the Shapes From Paths dialog will include a 'Z Origin' and a 'Z Size' slider (except when the Flat shape type is selected) for controlling the base Z height and shape height, or max radius, of generated shapes, instead of using the paths-layer's Z Origin and Z Size. This is to allow for selected paths to have shapes generated with varied Z properties without having to disable path-editing, adjust the layer's Z size/origin, and re-enable path-editing to generate shapes from different paths with different Z sizes. There are four shape types that can be generated from closed/circuitous paths: + Flat: Creates a simple 2.5D shape by effectively extruding paths to the top of the layer. + Chamfered: Generates a shape with beveled edges at a user-specified angle, extending from the paths themselves to the top of the paths-layer's volume. + Fillet: Produces a rounded bevel with a constant radius that's equal to the Z size of the paths-layer. + Rounded: Produces a rounded bevel with a varying radius that ranges from zero to the Z size of the paths-layer per the medial-axis of the 2D paths. This shape type effectively "inflates" a path's 2D form like a rubber balloon. Crease Inside-Corners : Enabling this option allows for a more faceted shape by producing creases which emanate from inside-corners into the resulting 3D shape. There is a significant compute cost that is incurred when this option is enabled and it works best with paths that have sharp corners where corner path nodes have control points either pointed in different directions or that are zeroed out. Node control points can be zeroed out by right-clicking them while holding CTRL. There is a caveat when enabling this option: neighboring paths can affect eachother's resulting shapes. This was kept to allow nested shapes to work as expected (i.e. an outer shape-path containing a another path as a hole). To prevent neighboring paths from interfering with eachother's generated shapes they will need to be individually selected from the path-editing mode to generate separate shape raster-layers, which can subsequently be merged back together into a single layer containing all of the shapes. Shape Exterior : The Shape Exterior option will generate a raster-layer that fills the canvas, effectively inverting the paths as though a canvas-sized path exists around them when generating shapes. Being that this option generates a canvas-sized raster-layer it will require more compute time to solve for the shapes that are produced when enable. ### Stroke Paths (Paths-Layers) ### Opens a dialog for generating a new raster-layer by applying brush strokes along the paths of the selected paths-layer, or the currently selected paths if the path-editing mode is enabled. The brush profile is specified using the same parametric brush definition that the raster-editing mode's Manual Brush function uses. A preview of the brush profile and its parameters are displayed on the Stroke Paths dialog. !!! : Super Quality Both Shapes From Paths and Stroke Paths functions include a 'Super Quality' option which doubles the resolution of the generated raster-layer. By default, these raster-layers are generated to match the resolution of the project canvas. There can be a noticeable improvement in quality if this option is enabled, particularly if the paths-layer is raised off the bottom of the canvas to include an extruded base for generated shapes and forms. This option incurs a longer compute time when generating the raster-layer output. ### Edit Text: Enable/Disable ### Text-layers behave similar to raster-layer except that they're generated from typed text using a chosen font. TrueType/OpenType fonts installed to the operating system are enumerated on program start to generate the list of fonts that users can select from when editing a text-layer. Each font is listed with a small preview of its appearance and font family-name. While in text-editing mode the user can type on their keyboard to edit the layer's text. Changes to the text's properties will automatically update the layer's dimensions. Text-layers can be resized after the fact but their resolution will not dynamically update to match the size of the layer for the canvas resolution. The layer will return to a calculated size that matches the canvas resolution if text-editing is enabled after it has being manually scaled. Character Map : The text-editing mode includes a Character Map dialog that can be accessed above the layer's text and font properties on the right side of the PixelCNC window. The character map allows users to easily search for specific characters from the currently selected text-layer font. This is meant as a visual navigation aid for dingbat fonts for finding elements to incorporate into a project's design. The size of characters shown in the character map dialog can be adjusted via the Charmap Size setting in the UI Settings dialog found in the Config menu. !!! : Project Font Usage PixelCNC includes any fonts used by text-layers into saved projects to allow working with the project on different systems without requiring that the same fonts are already installed on those systems. Text-layer fonts stored in a project file cannot be re-used in different projects or installed to the system and exist only within the project they are stored in. ### Copy to Raster-Layer (Text/Model-Layers) ### Creates a raster-layer duplicate of the currently selected text-layer or model-layer at the canvas' native resolution (set via Canvas Properties). This function allows the content of these layer types to have access to the array of raster-editing functions that are available. The quality that the canvas is actually rendered at in the 3D view, controlled by the Canvas Quality setting in the CNC/CAM Settings dialog, does not affect the resolution of the resulting raster-layer (though it does affect the appearance of the layer in the 3D view, but not how it affects toolpath generation). ### Scale by Geometry (Model-Layers) ### Automatically sizes a model-layer's dimensions according to the native scale of its vertex coordinates that describe the model's geometry. This is useful for sizing a layer according to the actual scale of the model as it was designed or created to be. A scaling factor with a few pre-calculated values allows for converting the native size of a model-layer's geometry to different measurement units (e.g. a model designed in inches scaled to a metric project, or vice-versa). Math equations can also be input to the scaling factor parameter if none of the pre-calculated scaling factors will suffice. If a model file's geometry is already scaled exactly as needed then users can disable the Fit to Canvas option on the Add Layer dialog before selecting Load Geometry as Model-Layer. This will prevent the model-layer from being fit to the canvas' dimensions. ### Upload Layer (Raster/Paths-Layers) ### Allows sharing a layer's contents to the Content Library for all users to incorporate into their project's canvas. This entails specifying a name, providing a description, selecting a category for the content, and specifying at least one tag to associate with the content. !!! : Raster Quality Raster-layer content will automatically be downscaled to ensure that it satisfies the library server's size requirements, which should be sufficient for most content, but any high-resolution raster content may suffer a loss in quality or fidelity as a result. ### Export Layer (Raster/Paths-Layers) ### Layers can be exported to some of the image formats that PixelCNC supports loading as a new layer. ### Duplicate Layer ### Creates a copy of the currently selected layer and its contents, making the new duplicate layer the currently selected layer. ### Merge Down Layer (Raster/Paths-Layers) ### Combines the contents of the selected layer with the layer beneath it, provided both layers are of the same type. Raster-layers will blend together using the selected layer's blending mode and the result will composite with the canvas using the lower layer's blending mode. Paths-layers simply combine the selected layer's paths with those of the layer beneath it and the origin and size of the resulting layer will be updated to reflect its contents' size and position on the canvas. ### Move (Layer) Up/Down ### These buttons will move the currently selected layer up or down within the layers list. Being that this affects the order of the layers it can also affect the actual canvas composition itself. Layers are composited with the canvas from bottom-to-top using their individual blending modes. That is to say that the bottom-most layer is first blended with the canvas, then the next layer is blended with that result, and so on, just as layers in graphic design software are composited together. ### Canvas Layers ### Displayed at the bottom of the left side of the program window in the Project Canvas mode is the list of canvas layers that make up the contents of the project's canvas that toolpaths will be generated from. Shown on the left side of each layer listed is an icon indicating the layer's type. A layer can be directly selected from the layer list or by left-clicking the layer itself in the 3D view. Only one layer can be selected at a time to position/scale/rotate/crop, edit its contents, and modify its properties shown on the right side of the program window. Right-clicking within the 3D view will deselect the currently selected layer, as will clicking "Done" on the layers properties pane on the right-side of the program window. Canvas Actions are shown on the left when no layer is selected. Layer Groups : Projects each have ten "Layer Groups" to allow a project to have up to ten different canvas compositions, each a different combination of the project's canvas layers. Each layer can belong to any combination of the ten available groups, including none or all of the ten layer groups. Selecting a layer group at the top of the Canvas Layers list, numbered 0..9, will show the canvas composition that results from the layers that are included in that group, and display the toolpaths of the operations that use the selected group. Layers can be included in, or excluded from, the currently selected Layer Group by toggling the diamond radio button that's shown next to each layer within the Canvas Layers list, next to its visibility toggle. Project Operations include an option for specifying which layer group that the operation is to generate its toolpath from (or list paths-layers from for using as Contour Input, when applicable). This functionality allows for different compositions to be used by different CNC operations for generating toolpaths. Prior to the introduction of Layer Groups users would need to manually go back-and-forth between their project's operations and canvas to make operation-specific changes to the canvas composition before re-generating an operation's toolpath. Or, they would need to create separate PixelCNC projects altogether just to have operations with different canvas compositions to generate toolpaths from. While the Project Canvas mode is active each layer that's included in the current Layer Group will display its 3D volume with a light gray wireframe box in the 3D view. Selected layers are shown with a highlighted bounding-box that is colored according to the layer's relationship to the canvas volume itself. Green on a selected layer's bounding box indicates being within the top and bottom planes of the canvas volume while red indicates that the corresponding corners/edges of the layer are not between the top/bottom planes of the canvas, that they're either above or below the canvas volume itself. A selected layer's displays several "grab handles" that are visible in the 3D view. Handles lie at the bottom corners, bottom edges, and at the top and bottom of the center of the layer's volume. These can be dragged using the left or right mouse buttons to directly manipulate the layer's size, orientation, and position within the 3D view - updating the corresponding layer parameters accordingly. !!! : Layer Auto-Update From the Config menu on the CNC/CAM Settings dialog is the "Layer Auto-Apply" option. This is enabled by default and results in any modifications to a layer's position, size, or rotation within the 3D view automatically being applied to the layer - and the canvas composition updated to reflect the changes made to the layer. Disabling this option requires any modifications made to a layer via its handles in the 3D view to be explicitly applied in order for these changes to be saved to the layer and reflected by the canvas composition. The values shown in the layer's properties panel will update according to changes made within the 3D view but will be discarded if the layer is deselected or the 'Done' button is clicked without first clicking 'Apply'. This option is provided for users to disable if their computer is not be able to quickly update the rendered contents of the canvas. The layer grab-handles and how they can be interacted with are listed in the following table: Handle | Mouse | Key | Action ----------------|------------|-------|---------------------------------------- Bottom Center | Left | | XY positioning Bottom Center | Left | SHIFT | XY positioning orthogonally Bottom Center | Right | | Z positioning Bottom Center | Right | CTRL | Z positioning, fine adjust Top Center | Left | | Z sizing Top Center | Left | CTRL | Z sizing symmetrically Top Center | Right | | XY positioning Top Center | Right | SHIFT | XY positioning orthogonally Corners | Left | | XY sizing Corners | Left | CTRL | XY sizing symmetrically Corners | Left | SHIFT | XY sizing retaining aspect ratio Corners | Left | ALT | XY cropping Corners | Right | | Z rotation Corners | Right | SHIFT | Z rotation at 12.5deg increments Edges | Left | | X or Y sizing Edges | Left | CTRL | X or Y sizing symmetrically Edges | Left | SHIFT | X or Y sizing retaining aspect ratio Edges | Left | ALT | X or Y cropping Edges | Right | | X or Y tilting Edges | Right | SHIFT | X or Y tilting at 12.5deg increments Corners/Edges | Left+Right | | X or Y positioning Modifier keys can generally be used in combination, e.g. scaling a layer by its corner handle can be done so symmetrically while retaining the layer's aspect ratio by holding both CTRL and SHIFT at the same time. The last row of the table above is meant to indicate that both edge and corner handles can also be used to position a layer by holding both the left and right mouse buttons simultaneously. When Snap-to-Grid is enabled this will snap the layer handle being dragged to the grid, instead of the layer's origin, to make it easier to align layers by their edges/corners rather than their center origin. ### Layer Properties ### The selected layer's properties are displayed on the right-side UI panel in the program window. Changes made to a layer's properties will not affect the layer until the "Apply" button is pressed. Name : The layer's name as listed in the canvas layers list on the left UI panel. X/Y/Z Size and Origin : Manual origin and size entry of the layer. The origin of the layer pertains to the bottom center of its volume and is relative to the bottom front left of the canvas volume. Mirror X/Y/Z : These will mirror a layer along its X and Y axes, and along the Z axis for model-layers Invert (Raster/Text-Layers) : This option allows the user to swap the interpretation of light/dark areas of a layer so that black is regarded as indicating high vs white indicating low. X/Y Tilt (Raster-Layers) : Applies an angled slope to the layer without modifying the horizontal area that it occupies. Rotation (Non-Model-Layers) : The angle of the layer around its Z axis. Holding the SHIFT key will increase angle value knob sensitivity for coarse adjustment while CTRL will decrease sensitivity for fine adjustment. X/Y/Z Angles (Model-Layers) : Rotates a model along pitch/roll/yaw axes, which can also be accomplished by right-click-dragging the edge and corner handles of a model-layer in the 3D view. Swap Geometry Axes (Model-Layers) : For models which do not have their interesting geometry facing along the Z axis users can swap how their axes are interpreted to properly orient the model on the canvas. This can be used in combination with the edge layer handles which allow model-layers to be rotated via right-click-drag, or by directly adjusting the model's XY angles via Layer Properties. Smooth (Non-Paths-Layers) : Allows a layer's contribution to the canvas to be independently smoothed before compositing with the canvas. The pixel radius is in canvas-pixels, not the original pixels of the input image for raster-layers. This ensures that the smoothing radius is uniform between all layers and the canvas, though it does mean that the physical radius of the smoothing will vary with changes to the canvas resolution. Z-Fill (Non-Paths-Layers) : This allows setting the height of the area outside of a layer's 3D volume, the "background" of the layer, which is also composited with the canvas using the layer's blending mode. Blend (Non-Paths-Layers) : Layers are blended with the canvas by several different methods according to the blending mode chosen for the layer. It's important to keep in mind that not just the layer's volume is blended with the canvas. The area around the layer is also blended with the canvas along with the layer's contents themselves. The layer's Z-Fill determines the value that will be applied to the canvas using the layer's blend mode. The default blend mode for layers is 'Maximum'. Layer blend modes are as follows: + Additive: sums the layer with the canvas + Subtractive: subtracts the layer from the canvas + Multiply: modulates the canvas with layer + Maximum: yields the highest Z values between the layer and canvas + Minimum: yields the lowest Z values between the layer and canvas + Difference: yields the absolute difference between the layer and canvas Remove Bottom (Raster/Text-Layers) : Prevents canvas composition and generative or editing functions from including the areas of a layer's contents that are co-planar with the layer's bottom plane. This effectively cuts out any shapes and forms within the layer, replacing them with the layer's Z-fill before blending the layer with the canvas during compositing, or during generative functions that use the layer as input. Apply : This will apply changes to the selected layer's properties and update the canvas rendered in the 3D view to reflect those changes. If the layer is deselected before any changes are applied they will be lost. If Canvas Auto-Update is disabled via the Config menu then any changes made to a layer within the 3D view will also need to be manually applied by clicking Apply. Done : Deselects the layer, discarding any parameter changes that haven't been applied to the layer. The layer can also be deselected by right-clicking in the 3D view. Project Tools Mode ------------------ The second project mode button is the "Project Tools" mode and appears as an icon-button of a hammer and wrench. In this mode the current project's tool indices are listed on the left UI panel. Users can specify tools for up to ten tool indices. For CNC machines equipped with an automatic tool changer each tool index corresponds to the tool index that the defined cutting tool physically occupies in the machine. !!! : Automatic Tool Changing The G-code output generated by PixelCNC will issue tool-change commands if the post-processor used to export G-code has "UseToolChange" set to a non-zero value. Any other necessary commands such as disabling coolant, turning the spindle off, etc... are also all automatically issued when performing a tool-change if their corresponding "Use" parameters in the post-processor used are also set to a non-zero value. Some CNC controllers that do not support the commands generated will simply ignore them while others may error out when encountered. The proper G-code commands for controlling the spindle, coolant, and tool changes must be specified via the pertinent values within the post-processor used for the CNC controller that will be running the G-code. Clicking a tool index from the left selects and opens a panel on the right side of the user interface that displays the tool definition's parameters for that tool index. A 2D diagram visualizing the cutting profile for the tool's parameters is displayed in the center of the PixelCNC window over the 3D view. There are four cutting tool types: Cylindrical, Tapered, V-bit, and Tapered Ball(nose). The parameters for each cutter type vary. Some parameters are shared by some tool types and some are unique to a single tool type. ### Tool Library ### Selecting a tool index will reveal save and load buttons for saving and loading tool definitions to and from the tool library, allowing tool definitions to be re-used across multiple projects. Only the load-tool button will be visible for a selected tool index if it does not yet have a tool definition. Once a tool definition has been entered for the selected tool index, by specifying its name, type, dimensions, and clicking "Apply", the save-to-library button will appear on the tool index for saving the definition to a tool library slot. While in the Project Operations mode, tool definitions previously saved to the tool library can be automatically assigned to an unused tool index by clicking the book icon button next to the operation's Tool parameter. (See the Project Operations Mode section) Clicking either of the save/load buttons will open the tool library dialog which displays the list of tool definitions stored in the library. There are a total of thirty-two available slots for storing tool definitions to. The tool library is stored in the user's configuration file but is retained if the user defaults their configuration via the Config menu. The tool library can be cleared manually from the Config menu. Load Library to List : Users can instantly load the first ten tool definitions stored in the tool library to their project, allowing the same set of tools to be re-used across multiple projects. Clear Tools List : Clears all of the tool definitions in the project's tools list, resetting their types back to 'None'. ### Tool Parameters ### The right UI panel for defining cutting tools appears whenever a tool index is selected. The parameters for defining a tool are as follows: Name : A label users can give a tool definition such as "0.25 ballnose" or "90deg v-bit". This is just to make it easy for users to quickly see what tool is in each slot for the current project. This label is also used when listing the tool definitions stored in the tool library. Type : The basic tool-shape profile. There are four options: 'cylinder', 'tapered', 'v-bit', and 'tapered ball'. Each type has different parameters required to define a usable cutting profile and can be used to create a range of cutters. In the case of v-bits you may find that the physical bit's angle is defined by vendors and sellers either as the angle of the tip of the bit or the angle between the flutes and shank of the cutter. You may also know only the flute length or diameter of the bit. PixelCNC offers both tapered and v-bit tool types to help users define their project tools as specified by the manufacturer. Inches/Metric : Toggles between the tool's dimensions being in inches or millimeters. This does not convert tool parameters between measurement units, it only affects how the parameters are interpreted when generating toolpaths and rendering the tool geometry during simulation. This allows for projects to use cutting tools with dimensions in either measurement units, regardless of the units the project was created with. Total Length : The length of the tool from tip to holder/chuck. This restricts the maximum cutting depth below the top plane of the project's canvas volume that toolpaths are allowed to cut to for purposes of preventing the chuck from crashing into the top of the project. The "Ignore Tool Lengths" option on an operation will prevent this behavior. Flute Length (Cylinder/Tapered/Tapered Ball) : Specifies the length of the cutting section of the tool. This should always be shorter than or equal to the Total Length parameter. The Flute Length is used to prevent toolpaths from being generated that will attempt to cut deeper than the tool is actually capable of cutting. It is important for users to be sure that the length they specify here is never longer than the physical tool's flute length, otherwise cuts may be generated which are too deep for the physical cutter to manage. The Cut Depth parameter of an operation can be forced to a value larger than its tool's flute length if "Ignore Tool Lengths" is enabled on the operation. Flute Diameter (Cylinder) : The cutting diameter of a cylindrical tool's fluted portion. ****************************************** * * * | | * * | | * * | | * * |/ / / . * * + / / /| * * |/ / / | * * '+-+-' * * | | * * --> <--- Flute Diameter * * | | * * * ****************************************** Corner Radius (Cylinder) : The corner radius of a cylindrical cutting tool's flutes. PixelCNC allows for cylindrical tools to have a corner-radius which enables specifying any shape cutter ranging from a round-over cutter, to a flat-end mill, to a ball-nose, and everything in-between. A ball-nose end mill will have a corner radius that is half of the tool's diameter. Round-over cutters are specified using a negative corner radius, up to half of the cutter's diameter (using a negative value). PixelCNC will automatically restrict the corner radius of a cylindrical tool to half the cutter's flute diameter. Tip Diameter (Tapered) : Tapered cutters tools may be truncated and instead have a flat on the cutter's tip. This parameter specifies the diameter of the flat at the tip of the cutter. A v-bit could be defined using the tapered cutter by setting this parameter to zero, though the V-bit tool type specifies its angle as the angle of the tip of the cutter whereas tapered cutters tend to specify an angle between the shank and flutes (which is geometrically equal to half of the tip angle). ****************************************** * * * | | * * | | * * | | * * + / / / / + * * \/ / / / / * * \/ / / / * * \/ / / * * ++-+ * * * * | | * * --> <--- Tip Diameter * * | | * * * ****************************************** Taper Angle (Tapered/Tapered Ball) : The angle that the flutes deviate inward from the shank of the tool. In the instance of a cylindrical cutting tool this would be zero degrees (use cylindrical cutter type for that instead). This is the tapered cutter convention used by McMaster Carr. A 90 degree v-bit would have a taper angle of 45 degrees. ******************************************* * * * | | * * | | * * | | * * + / / / / / + * * \/ / / / / /| * * \/ / / / / * * \/ / / / | * * +++++' * * / A | * * <---> * * / | * * * * A = Taper Angle * * * ******************************************* Bit Diameter (V-Bit) : The diameter of the widest point of a v-bit's flutes, indicating the widest cut that the cutter's geometry can manage. This is generally the width of the cutter at the top of the flutes. ****************************************** * * * | | * * | | * * | | * * +-----+-+ * * \ / / * * | \ / / | * * \ / * * | + | * * --> <--- Bit Diameter * * | | * * * ****************************************** Bit Angle (V-Bit) : The angle of the tip of a v-bit between opposing sides of the fluted geometry. This is equal to twice the angle between the shank and the flutes - which is regarded as the taper angle when defining a tapered end mill. ****************************************** * * * | | * * | | * * | | * * +-----+-+ * * \ / / * * \ / / * * \ / * * ' A = Bit Angle * * / \ * * * * / A \ * * <-----> * * / \ * * * ****************************************** Ball Radius (Tapered Ball) : The radius of the ball tip of a tapered ballnose cutter. The diameter of the tapered flutes where they meet the hemispherical ball portion of the flutes at a tangent, per the tool's taper angle, is also shown in the tool diagram thought it is not usually relevant or consequential for most applications. Ramp Angle : The angle in degrees, from horizontal, that a tool should enter a cut at, for operations that use the ramping or helical entry cut types. Note that not all operations allow for ramping and/or helical engagement cuts. Apply : After specifying a cutting tool's parameters its definition is saved to the selected tool index by pressing the 'Apply' button. Any changes made to an existing tool definition must also be applied by pressing Apply, including name changes. Once a definition is created for a tool index it can then be saved to the tool library by clicking the disk icon button on the tool index. Project Operations Mode ----------------------- The third project mode is for creating operations and generating their toolpaths and its button icon appears as an end-mill making chips fly. Its user interface layout and behavior is similar to that of the Project Tools mode, displaying a list of operations on the left side of the interface and operation parameters on the right. Initially, a new project will have no operations listed. Clicking the New Operation button will open the Operation Type dialog for selecting a new operation's type to add to the project's operations. This dialog organizes operation types into separate categories as follows: Category | Description ----------------|-------------------------------------- 3D Contouring | Conforms the cutter's path and geometry to the canvas. These are 2D patterns which are the XY paths the tool will follow as it traverses the shape of the canvas. These also will cut multiple levels at a specified cutting depth increment down to the canvas, or a specified maximum cutting depth. 2D/2.5D Milling | Produces toolpaths that are a series of horizontal cuts at incrementing depths down to a specified maximum cutting depth. Specialty Cuts | These are not easily classified as they operate on the canvas as more of an image rather than a 3D form, such as for creating stippled halftones and V-carvings. Selecting an operation type or clicking an existing operation from the operations list below the New Operation button will bring up the 'Operation Parameters' panel on the right side of the user interface. The various parameters can be set on this panel and a toolpath generated by clicking Apply. Depending on the type of operation, its parameters, the canvas resolution and complexity, and system's computing power, the time it takes to generate an operation's toolpath can range from seconds in the average case to minutes in the worst case. ### Operation Buttons ### When an operation is selected while in Project Operations mode buttons are shown on it within the operations list to move it up/down for re-ordering the project's operations. Buttons are also shown on operations while in this project mode for some other purposes, they're as follows: + Include/Exclude: Toggles the operation's inclusion in exported G-code and the project's CNC simulation. This is useful if the user wishes to disable an operation without actually removing it from the project, such as to test an alternative operation to use instead, and/or to view the simulation without the excluded operation(s) affecting it. + Show/Hide Toolpath: Toggles rendering of an operation's toolpath for use in situations where the density of toolpaths being rendered makes it difficult to see clearly. An operation's toolpath visibility is automatically re-enabled (if disabled) when a new toolpath is generated for it. + Remove Operation: Deletes the operation from the project entirely. This can also be achieved by setting an operation's type to "none" in the Operation Parameters panel. Operation parameters are specified via the right-panel that appears when an operation is selected, or while defining a new operation. Some parameters are shared by all operation types while some parameters are shared by only a few, and some only pertain to a single operation type. Different operation types behave differently - they do not all generate cuts that simply conform to the canvas surface. The parameters that are exposed by the Operation Parameters panel are as follows: ### Name ### A label for ease-of-use when working with operations. When the user clicks an empty operation slot it will automatically create a simple default operation name, "operation#", where # is which operation slot the operation is being created in. ### Type ### Opens a dialog listing the available operation types. Here's a table of PixelCNC's currently supported operation types and their individual descriptions: Operation | Description ------------------------|---------------------------------------------- Parallel Carving | Toolpath consists of parallel line cuts at a specified angle along the canvas which follow the contours of the canvas along the Z axis, accommodating for tool geometry. Chevron Carving | Similar to parallel contouring toolpaths except using zig-zag chevron cutpaths instead of straight parallel lines. Spiral Carving | Starting at a designated spiral center position, a cutpath which spirals outwards to contour the canvas. Labyrinth Carving | Toolpath follows a randomly generated maze which contours the canvas along the Z axis, producing a novel pattern texture with tapered and rounded project tools. Conformal Carving | Perturbed parallel cutpaths, horizontally displaced according to the Z gradients encountered along the way to create an interesting effect. Tessellated Carving | Concentric tessellating shape cutpaths which conform to the canvas to produce interesting textures or halftones. Paths Carving | Transforms a paths-layer's paths into cutpaths for 2D milling or 3D carving along the Z contours of the canvas. 2.5D Offset Milling | (AKA Horizontal Milling) Removes material at Cut Depth increments within canvas Z-plane contours that are generated at each cutting plane's depth. 2D Offset Milling | (AKA Pocket Milling) Similar to the 2D Profile Milling operation, mills area of a 2D contour generated from a specified canvas Z-plane or paths-layer down to a specified Max Depth. 2.5D Trochoidal Milling | (AKA Trochoidal Milling) Remove material at Cut Depth increments using trochoidal/circular cutpaths within canvas Z-plane contours generated at each cutting plane. 2D Trochoidal Milling | Similar to 2D Offset Milling but using trochoidal cuts to mill the area of a 2D contour generated from a specified canvas Z-plane, or paths-layer, down to a specified Max Depth. 2D Profile Milling | Carve along the contour generated by tracing the canvas at a specified Z-plane, or a paths-layer's closed paths, at a user-specified inward/outward offset. Medial-Axis Carving | Both 'V-carving' and 'B-carving' of shapes contoured from the canvas at a specified Z plane, or a paths-layer's closed paths, generating 3D cutpaths from a given tool's geometry and the shape of input contours. Standard Stippling | Depict light/dark areas through collections of v-bit or ball-nose stippling 'pecks'. The canvas determines how stipples are situated and how much the image contrast affects depth of the stipple cuts. Dithered Stippling | Uses error-diffusion to position stipples and determine their diameter for conveying contrast, with much improved representation of sharp edges over Standard Stippling. ### Tool ### Popdown menu for selecting a tool index to use. The selected tool index's definition affects the toolpath that will be generated by an operation and the tool geometry rendered for the simulation mode. The tool selection also determines what tool index an automatic tool changer will index to before the operation begins cutting, only if the post-processor used to export G-code includes a non-zero "UseToolChange" value. Load From Library : A tool definition can be automatically loaded to the project's tools list from the Tool Library by clicking the bookstack icon on the right of the operation's Tool parameter, which will open the tool library. Selecting a tool definition from the library will load the definition to the tool index already being used by the operation, if no other operation is using that tool index, or loaded to a different unused tool index automatically which the operation will then use. ### Layer Group ### Selects which canvas Layer Group to generate toolpaths from. Selecting a Layer Group will show its canvas composition in the 3D view just as when a group is selected while in the Project Canvas mode. This allows projects to have multiple compositions using its canvas layers that different types of toolpaths can be generated from. An example of a project that might use multiple layer groups would be an inlay. One group would be for the female design to cut out while a second group would be for cutting the mirrored male version of the design that will be inlaid into the results of the first layer group being cut. Some operations allow using a paths-layer as contour input for generating their cutpaths, instead of the canvas composition itself. A paths-layer must be included in the Layer Group that's selected for an operation in order to use the paths-layer as contour input. ### Speed ### The spindle/tool rotation speed, in rotations per minute or "RPM". Operation feeds/speeds are beyond the scope of this guide, and users should do their own research if they are unsure as to what these values should be. Spindle commands are omitted from exported G-code if the "UseSpindle" variable is set to zero in the post-processor used. ### Feed ### Sets the feeding rate the machine will move the cutter along generated cutpaths at, in either inches per minute or millimeters per minute, depending on the current project's measurement units (as set via the CNC/CAM Settings dialog before creating a new project). !!! Warning Users should know what they're doing when figuring their speeds and feeds and should not assume that the default values will not break something! Feed rates that are too low will result in the cutting edges of the tool rubbing more than cutting and wear them down much more quickly while also producing more heat. If you are cutting wood/plastic and it's burning/melting your feed rate is either too low or your spindle speed is too high. Feed rates that are too high could result in the tool breaking or chipping due to flutes taking too large a bite. Good feed rates can be calculated using feed and speed calculators designed for your style macahine and workpiece material, or determined through experience with trial-and-error. ### Engage ### The feed rate to use when engaging the workpiece and entering into a cutpath. This is the feed rate at which plunge, ramp, or helical entry cuts will be traversed leading into a cutpath and are almost always a lower value than the cutting feed rate. ### Coolant ### Popdown menu for selecting the coolant mode for the operation. The coolant mode command is issued after performing a tool change (if one is needed). Available coolant modes are 'Off', 'Mist', and 'Flood'. Coolant commands are omitted from exported G-code if the "UseCoolant" variable is set to zero in the post-processor used. ### Dir(ection) ### The direction of cut that PixelCNC should generate toolpaths for. Not all operations are affected or affected the same way by this setting, but for the ones that are users should set it according to their machine's capabilities and what sort of result they desire. For less-rigid machines conventional milling can do a better job of preventing machine flex, where the tool will be cutting against the motion of the machine. Climb milling tends to produce a better finish on rigid machines but may result in more machine flex on less rigid machines and cause the cutter to deviate from the cutpath as a result. ### Entry ### This allows alternative cut engage types beyond the basic 'plunge' entry cut. Not all operations allow for ramp or helical engage cuts to be generated. Those that do allow for engage cuts other than plunging will be generated according to the designated cutting tool's ramp angle set in its definition. This parameter controls the depth below the top of the canvas that the operation's cuts should begin at. For 2D milling operations this dictates the Z depth to begin the entry cut at, down to the Z of the first layer of cuts. Subsequent layers of cuts will begin their entry cut move just above the previous layer. For 3D carving operations this parameter dictates the depth that cuts should begin at, with the first layer of cuts being from Min Depth to Min Depth + Cut Depth below the top of the canvas. ### Cut Depth ### The depth of a cut or layer of cuts for each cutting pass. This is limited to the flute length of the tool selected for the operation unless Ignore Tool Lengths is enabled on an operation. Multiple layers of cuts are generated until the Max Depth is reached. Cuts begin at the specified Min Depth, where zero indicates the top-surface of the canvas. e.g. a Min Depth of 0.1" and Cut Depth of 0.15" will result in the first layer of cuts being at 0.25" below the top of the canvas. A subsequent layer of cuts will be at 0.4", then 0.55", etc.. ### Min Depth ### This is the minimum depth below the top surface of a project that cuts will begin at, not counting the Cut Depth itself. It can be thought of as a depth to offset generating cuts at. The first layer of cuts for an operation's toolpath are generated between Min Depth and Min Depth + Cut Depth below the top surface of the canvas. For 2D milling type operations the Min Depth parameter indicates where below the top of the canvas to begin the entry cut. Each subsequent layer of cuts increments this range by Cut Depth. Any section of a toolpath that is closer to the canvas top surface will be clipped/removed and the toolpath will be broken into separate cuts linked by a rapid at the specified Radid Height above the top of the canvas volume. ### Max Depth ### The absolute maximum depth the operation should cut to beneath the top plane of the canvas volume, regardless of number of cut passes that are required to reach it. This is limited to the Z size of the project's canvas. Most operations will generate a toolpath which cuts in 'Cut Depth' increments down to and including this depth value. ### Stepover ### Depending on the operation, this usually indicates the cut step-over for the cuts that the tool will take - how far apart individual cuts should be, which determines the amount of material that the tool will be removing from the work piece. A toggle button for switching between entering the parameter as a physical dimension or as percentage of the cutting tool's diameter is also provided. A rule of thumb is 25% to 50% of the cutting tool's diameter for most roughing operations, but different materials, cutters, machines, and projects will require different step sizes depending on whether the operation is intended as a roughing, re-roughing, or finishing operation. !!! : Tapered Ballnose Stepover Percentage As of v1.71b the stepover-as-percentage option is in terms of the ballnose diameter of tapered ballnose cutters, as opposed to the internally calculated diameter of the widest part of the cutting flutes. e.g. a ballnose radius of 1mm and a cut stepover percentage of 50% will result in a cut stepover of 1mm (a ball radius of 1mm equals a diameter of 2mm, and a 50% stepover of that is 1mm). ### Rapid Height ### Between individual cutpaths the tool will rapid up to this height above the top plane of the canvas volume before rapiding to the first XY coordinate of the next entry cut. Negative values can be used to lower the plane that the cutter will rapid between cuts at. It is important to make sure this does not cause an operation to crash the cutter through the workpiece. Keeping this parameter at the lowest possible value will minimize the total travel time spent retracting the tool up and feeding back down between cuts. Some situations may occur where clamps or other parts of the CNC machine lie in the path of rapids between cuts. Extreme care should be taken when examining a toolpath generated by any CAM program to ensure that rapids will not crash into any fixturing or other obstructions on or around the workpiece. A proper rapiding Z height should be established to prevent such situations or any obstructions should be removed or reconfigured so as to no longer pose a risk of causing the CNC machine to crash. Splitting one operation into multiple, using Min Depth to ensure each sub-operation cuts deeper than the one before, can be used with a negative Rapid Height to reduce total runtime for deep projects. !!! Tip Clamps and other fixturing can lead to a project's operations requiring a large Rapid Height to ensure that the cutting tool has enough Z clearance to accomodate them. Double-sided foam tape found at most stores can eliminate the need for clamps when carving woods and plastics, allowing for a much lower rapid height and therefore faster runtimes that avoid spending a lot of time feeding down into cuts. A small rapid height can also be used if the canvas volume is kept within the positions that clamps/work-holding are to be placed at. ### Leave Stock ### Specifies a minimum amount of material to leave behind for operations which produce cutpaths for bringing the canvas' form out of a workpiece. This is effectively a distance from the canvas' contours that cutter geometry will be kept at by generated cutpaths. The leave stock parameter is useful for projects that involve at least a roughing pass and a finishing pass by enabling a roughing pass to leave behind an amount of material for the finishing pass to come back and clean up. This helps to prevent spots where the forces exerted on the cutter vary due to passing in and out of material, ensuring that it will be cutting material the entire time. ### 2D Milling / Medial-Axis Carving: Offset ### Offsets the paths produced from the canvas when contoured at the specified Contour Z plane, or a selected paths-layer. A positive Offset value moves the resulting cutpaths away from canvas surfaces, or inward for paths, while a negative offset moves contours inside of canvas surfaces - and outside of paths in a paths-layer. 2D Offset and 2D Trochoidal Milling automatically take the cutting tool's diameter into account to keep the cutter within the pocket contours. 2D Profile Milling, however, generates cuts that center the tool along the contours. A button will appear on the Offset parameter for automatically setting this value to the radius of the cutting tool to cut inside of contours instead of along them. ### Hole Drilling: Retract ### When the Full Retract option is disabled this parameter determines how far to retract the tool from the end of each drill peck before feeding down to the end of the subsequent drill peck. ### Ignore Tool Lengths ### Tells the toolpath calculation to not limit Cut Depth to the selected tool's Flute Length and prevents Max Depth from being limited to the tool's Total Length. Use with caution! ### Parallel / Chevron / Conformal Carving: Cut Angle ### For operations which include this parameter the angle of cutpaths can be rotated to any orientation. Zero degrees is a -X to +X cutpath while -90 degrees would be from -Y to +Y and +90 degrees from +Y to -Y (for a Conventional milling direction). ### Chevron Carving: Width/Height ### These two values dictate the dimensions of the chevron operation's zig-zag pattern. Smaller values will create more zig-zags with different angles depending on the aspect ratio implied by the specified width/height values. ### Spiral Carving: X/Y ### Sets the center of the generated spiral relative to the center of the canvas. ### Spiral Carving: Radius ### Sets the maximum radius of the generated spiral. ### Labyrinth Carving: Variance ### The labyrinth operation's maze generation can be adjusted with this value to produce more or less wandering/squiggling and regularity. ### Labyrinth Carving: Horizontal/Vertical ### These two toggles control whether or not the labyrinth operations's unicursal maze generation algorithm should aim for mirroring the maze symmetrically along the X and/or Y axes - where 'vertical' does not refer to the Z axis, but instead the near/far Y axis. ### Labyrinth Carving: 90 degrees / 180 degrees ### These two symmetrical toggles pertain to rotational symmetry with maze generation. The algorithm currently is limited to merely attempting to maintain symmetry, per the rules of maze generation, so these options are hit-and-miss. Adjusting the step size and variance can produce better results with the symmetry toggles. ### Conformal Carving: Perturb Amount ### The amount of displacement that cutpaths should undergo per the project's canvas. ### Conformal Carving: Perturb Smoothing ### A smoothing radius for the perturbed cutpaths, to help reduce noisy/erratic looking toolpaths. This will produce more gradually convoluted cutpaths. ### Tessellated Carving: Cutpath Shape ### Specifies which of the available shape types to tessellate and generate concentric cutpaths with. ### Tessellated Carving: Cols/Rows ### The number of repetitions to produce along the X and Y axes when tessellating the chosen shape. ### Tessellated Carving: Cuts ### The number of concentric cuts to produce within each shape. This is in lieu of a cut stepover parameter because the aspect ratio of the shapes produced can vary and a consistent stepover is not possible. ### Tessellated Carving: Gap ### Shapes can be uniformly spaced by a physical distance, regardless of the number of columns, rows or cuts. The gap distance is not the actual spacing that will be left between neighboring shapes but instead the distance between the outer-most cuts of neighboring shapes in the tessellation pattern. The actual distance between the resulting cuts is equal to the amount of separation minus the cutter diameter. ### Tessellated Carving: Remove Partials ### Shapes that straddle the canvas edges result in a partial cut shape. Users can toggle omission of these shapes from the generated toolpath by enabling this option. ### Paths Carving: Paths-Layer ### Which paths-layer to use the paths from for creating cutpaths. Does not require that paths are closed shapes (like with other operations). This operation is explicitly for directly translating paths into cutpaths, and does not do proper profile milling (i.e. cutting along inside/outside of paths) or any kind of pocketing. ### Paths Carving: Follow Canvas ### Paths carving can generate cuts which traverse paths at a fixed Z-plane, at cut-depth increments until the maximum cutting depth specified is reached, or at cut-depth increments that bottom out along the canvas surface, as with other carving operations (such as: Parallel, Spiral, Chevron, etc). ### Paths Carving: Tool Offset ### Enforces cutpaths which do not allow the cutter's geometry to penetrate the surface of the canvas when Follow Canvas is enabled. When this option is disabled the cutpaths generated will move the center tip of the cutter across the canvas surface, which means that deep narrow areas too narrow for the cutter will still be entered by the cutter. Enabling this option will offset the generated toolpaths by the cutter's geometry so that the cutter's geometry conforms to the canvas surface, which is the case with all other carving operations (i.e. Parallel, Spiral, Chevron, etc) as these operations are intended to reproduce the shape and form form of the canvas with the chosen cutter's geometry. Paths Carving offers more flexibility in that users can disable this option and force the cutter to perfectly traverse the canvas in spite of how it may affect the final carved result as compared to the canvas. ### 2D Milling / Medial-Axis Carving / Hole Drilling: Contour (Input) ### These operation types allow for using either a 2D "waterline" tracing of the canvas at a specified Z-plane height or a paths-layer's paths as contour input from which cutpaths are calculated. When using a paths-layer as contour input to an operation the paths are treated like pocket contours by default (i.e. cut's the area that's inside of paths) unless the 'Invert' option is enabled which will treat the area outside of path shapes as a pocket and the paths as solid/islands. Nested paths (i.e. concentric circles) will produce an alternation between pocket/island for each successive path. e.g. two concentric circles, with Invert disabled, will create a donut-shaped pocket. With the Invert option enabled they would instead create a donut-shaped island with a pocket outside the outer circle and a pocket inside the inner circle. Paths that are used as contour input to these operations generally should not be touching or crossing the canvas edges. If the Invert option is used then they should have enough room around them for the cutting tool to pass between paths and the edges of the canvas. This may require increasing the canvas size in some situations if the paths are too large. !!! Tip PixelCNC's design and implementation are built upon a foundation that was largely intended for generating toolpaths from image designs and creating relief carvings. Hence, the quality of generated cutpaths when using a paths-layer as contour input is affected by the project's Canvas Resolution as paths-layers are internally rasterized at the canvas' resolution to perform contouring. In instances where users require that a path is followed as exactly as possible by a cutter the Paths Carving operation found in the 3D Contouring operation type category can sometimes produce better profiling cutpaths, and will generate cuts for non-closed paths as well. The caveat is that this operation does not allow for cut offsetting (i.e. profile along inside/outside of a path). The 2D milling and Medial-Axis carving operations allow for more advanced cutpath generation using a paths-layer as contour input, such as offsetting the contours, and are thusly affected by a project's canvas resolution. ### 2D Milling / Medial-Axis Carving / Hole Drilling: Contour Z ### This parameter is available if the contour input parameter is set to Trace Canvas. This value specifies the Z-plane which will delineate the contours from the canvas that are used for generating cutpaths. This must be set to a Z plane within the canvas volume that intersects features in the canvas, and not lie above or below where contours will actually be produced. Otherwise there will be no cutpaths that result when generating toolpaths. The value is a height above the bottom-plane of the canvas volume, regardless of where the machine origin or Z-zero are set to. ### 2D/2.5D Trochoidal Milling: Spiral Direction ### When a trochoidal milling operation has the Mixed cutting direction set, an option to choose which direction that a cut initially is performed at appears. This is the initial large spiral cut that begins in a pocket to clear a large area before beginning the actual series of cut arcs that extend away. Some machines may benefit from using the same spiral cutting direction, regardless of whether or not the series of cut arcs afterward are going to be alternating direction. Clicking this option will toggle between conventional and climb cutting directions for the initial clearing spiral. This option also affects the helical entry cut that precedes the spiral cut when the Helical entry cut is used with a trochoidal milling operation. ### 2.5D Offset Milling Operation ### (AKA Horizontal Milling) This milling operation is useful for fast removal of greater amounts of material, or for producing really interesting terraced results from heightmap designs. Using a tapered v-bit can also create really hypnotic and novel patterns. The two parameters that are important with offset milling are the step size and cut depth parameters. The step size shouldn't be larger than the radius of the tool being used and a good cut depth for roughing is usually somewhere around the diameter of the tool itself. Users should explore different values here as each machine is different. Ishould be kept in mind that using tiny values could cause the computer to run out of memory! This of course depends on the size and complexity of the project itself. !!! Tip Offset toolpath generation is more complicated than generating 3D carving toolpaths due to the complex cut-path sorting and ordering that is involved, both ensuring that material is removed in the proper order and reducing time spent 'cutting air' as the tool retracts and moves to a new cut. ### 2.5D Offset Milling: Stepover ### (AKA Horizontal Milling) This milling operation is useful for removing large amounts of material using offset contoured horizontal cuts, such as for roughing out a relief carving or 3D shape. It can also be useful to perform a surface/finishing pass using after a previous operation roughs out the majority of the material. Setting the cut stepover to zero for a 2.5D milling operation the toolpath generation algorithm will enable the Horizontal Finishing mode which skips generating the material removal toolpaths and only generate the contouring cuts that conform to the canvas. This is useful for creating a better finish on areas of the project that are less horizontal, such as the steeper sides of pockets and islands. ### 2.5D Offset Milling: Minimum Finish Angle ### When creating a horizontal finishing operation (by setting the stepover parameter to zero) the cutpaths generated can be restricted to areas of a minimum surface steepness to prevent extraneous cuts across flatter areas, adhering only to more-vertical areas of the canvas. ### 2.5D Offset Milling: Ignore Perimeter ### When cut stepover is set to zero for enabling horizontal finishing this option allows omitting cuts which are generated along the canvas edges, due to the canvas being treated like a pocket. ### 2D/2.5D Offset Milling: Smoothing ### This parameter can help reduce dramatic changes in direction, sharp corners, etc.. on internal cuts that hog out material, by softening the shape of the interior cutpaths that are generated. This can result in the actual distance between neighboring cuts deviating from the specified cut Stepover, mostly causing areas of cuts to become spaced further apart. It is recommended that the cut stepover distance be decreased when using this parameter. ### 2D Profile Milling: Outline Mode ### The outline mode option for the profiling operation will ignore any nested contours that result from the chosen contour input. The option is accompanied by a toggle for selecting whether the operation should only generate cutpaths for the outer-most pocket contours or outer-most island contours. The outline mode option is useful for cutting out a project after it has been carved. Users may wish to include tabs when cutting out a project to ensure the workpiece doesn't move into the cutter once the entirety of the outline contour has been traversed. ### 2D Profile Milling: Cut Width ### Successive profiling cuts can be generated which approach the final contour (plus offset) cuts by using a non-zero cut width. This does not indicate the width of the actual resulting profile cuts themselves, but instead corresponds to the distance between the inner-most and outer-most profiling cuts that are produced. Cuts are generated at 'stepover' increments starting with the most-distant from the contour+offset and progress to the inner-most at the contour+offset. The width of the channel produced by a given cut width is equal to the cut width parameter plus the cutter's diameter. If tabbing is used with a nonzero Cut Width then outer cuts will only be generated down to the tab height specified, and only the inner-most cut along the contour+offset will cut to the full depth. ### 2D Profile Milling: Tab Spacing/Length/Height ### The cutpaths generated by the profiling operation can have tabs incorporated into them in order to hold the workpiece in place while being cut-out. Tabs are placed at the max-depth of the operation, regardless of the project Z depth, so it's recommended to use a max-depth that matches the canvas' Z size. The tab parameters allow specifying the distance between tabs, the length of each tab, and the height that each tab extends up from the operation's max cutting depth. If any of the tab parameters are set to zero then tabs are not included into the generated profiling cutpaths. ### Medial-Axis Carving Operation ### The two uses of medial-axis carving are V-carving and B-carving. Medial-axis carving entails carving along a toolpath that follows the 'medial axis' of a given shape or form into the top surface of a project's canvas volume. The medial-axis can be thought of as the geometric skeleton of a shape. While following this skeleton the v-bit or ballnose tool is moved deeper or shallower along the Z-axis in order for the tool to produce a cut with the width of the original shape/form at each point along its median. The end result is that simple black/white designs can be used to produce a variety of works that still feature some interesting depth variance. The medial-axis carving operation is sensitive to the quality and smoothness of the canvas that depicts the shapes and forms to be carved. An image that has only exactly white or black pixels will not be able to convey shapes very smoothly. They will have jagged aliased edges and "stair-steps" due to being represented by pixels which can result in very spiny/spiky cutpaths. Designs intended to be used as input to medial-axis carving operations should be anti-aliased, their edges should consist of smooth gradients blending from black to white across at least a pixel or two. This is due to the contouring algorithm which follows the boundary exactly between black and white. Users can also employ the "smooth" parameter on the layers of their canvas to reduce the spine/spike discontinuity artifacts in their V-carving/B-carving cutpaths. ### Medial-Axis Carving: Depth Offset ### This parameter specifies a distance below the project's top-surface to offset generated cutpaths to along the Z axis. This occurs *after* the min/max cut depth parameters are applied and cuts are not affected by them after this offset is applied. It effectively behaves as though the top-surface of the project were being temporarily shifted to a lower position, such as when an area has already been milled out to a certain depth and a V-carving is needed on the lower surface. Make sure your medial-axis carving cutter has enough room around it to not crash into the sides of a milled out area or pocket! ### Standard Stippling: Advection ### Stipples can be advected with a positive or negative advection factor. Stipples initialize in a regular grid that can then be shifted toward or away from each other depending on the advection value and the height of the canvas at their location. Advection causes stipples to adjust their position in order to attempt to enforce a specific distance between themselves and their neighboring stipples according to the height of the canvas at their location with each advection iteration. The advection parameter controls the total number of iterations to perform stipple displacement with. If the user prefers a fixed grid then advection should be kept at zero. A positive advection value will result in stipples displacing to become more dense in lower areas and more sparse in higher areas of the canvas. Conversely, a negative advection value will invert the advection and stipple sizing - causing higher areas to have denser stipples and lower areas to be more sparse. This also inverts the stipple size parameters so that higher canvas areas will result in larger diameter stipples and vice-versa. This is for situations where users may want light stipples on a dark background, without first inverting the canvas' contents. ### Standard Stippling: Min/Max Dia(meter) ### Indicates the minimum and maximum possible stipple diameters. Whether the cutting tool is a v-bit or ballnose this controls only the diameter of the stipple, and the cutting depth. The depth at which the chosen cutter much reach to achieve a given diameter for each stipple is automatically calculated while generating the stippling toolpath. Where within the stipple diameter range that a stipple becomes is calculated from the canvas where the stipple is to be placed. The canvas is automatically contrasted so that the highest and lowest points correspond to the least and most dense stipple areas. !!! : Stipple Size vs Cut Depth Both stippling operations allow entering stipples as sizes because the necessary cutting depth to achieve a stipple size varies with each cutter profile. There can be a non-linear relationship between a stipple's size and the cutting depth required to achieve it, such as with a ballnose cutter. !!! : Canvas Z Size & Max Stipple Diameter The canvas Z-size must be deep enough to accommodate the necessary cutting depth for cutting stipples at the maximum diameter specified. For instance, a 90 degree V-bit produces a stipple with a diameter equal to twice the cutting depth, therefore cutting 0.25" stipples requires being able to cut 0.125" deep, the minimum Z size the canvas will need to have in order for 0.25" stipples. ### Dithered Stippling: Threshold ### Controls the light/dark threshold which spawns stipples across the canvas. A higher threshold will spawn more stipples. This stippling operation performs an error diffusion technique for placing stipples which will accentuate edges and convey shapes and forms differently than standard stippling does. ### Dithered Stippling: Lighten ### This affects the local area around a placed stipple by reducing the probability that another stipple will be placed near it, as well as the size of any neighboring stipples. ### Dithered Stippling: Darken ### Increases the density and size of stipples by increasing the probability that new stipples will be placed wherever none have not yet been placed. This parameter is best kept at a lower value while instead tuning the Threshold and Lighten values to achieve the desired stipple density, patterns, and contrast. For the best results: if the desired stipple density and distribution is too sparse this parameter should be increased as a last resort, but otherwise should be kept at a lower value in most cases. ### Dithered Stippling: Min/Max Dia(meter) ### These are the same as with the Standard Stippling operation's min/max stipple diameter parameters except that dithered stippling modulates the stipple diameters based on an error diffusion mechanism that allows a placed stipple to decrease the probability and size of potential neighbor stipples, whereas standard stippling bases stipple diameter purely on the canvas contents. ### Hole Drilling: Diameter Deviation ### This parameter for the Hole Drilling operation controls how much detected circular features can deviate from the selected tool's diameter. In the event that users are relying on a somewhat low-resolution image as contour input, the resulting contours for a given Z-plane (per the Contour Z parameter) may not result in circular features that are not the exact same size as the tool definition selected for the operation to generate drilling toolpaths from. Or the user may want to drill a series of holes, which vary in diameter, using a single drill bit size. This parameter is meant to allow users to drill those holes using their selected tool. ### Miscellaneous Options ### These options will modify the default toolpath that's generated by each operation's toolpath-generation algorithm. Link Cuts : Link cuts is useful for reducing and/or eliminating unnecessary retraction of the cutter to the operation's specified safe Z height by instead directly transitioning the cutting tool from the end of one cut to the beginning of the next, if it is close enough to not warrant a rapid. This is especially useful for 2D/2.5D milling type operations, as well as parallel/chevron contouring operations that have a mixed cutting direction specified to where the tool will effectively zig-zag back and forth across the workpiece, without needing to retract and rapid between cuts. Cuts are only linked, and thus skip a safe Z retraction + rapid move, if they're within roughly twice the stepover distance specified for the operation, though this varies depending on the actual operation type. Link cuts does not apply to some operations (i.e. stippling, medial-axis/paths carving). Hole Drilling: Full Retract : The Hole Drilling operation replaces the Link Cuts option with a toggle for retracting the tool to the Rapid Height between each drill peck before feeding at the Engage feed rate down to the end of the previous drill peck to then feed at the cutting feed rate by Cut Depth down further for the subsequent drill peck. Disabling this option instead retracts the cutter by the specified amount indicated by the Retract parameter (which replaces the Leave Stock / Offset parameter when this operation type is selected) at the cutting feed rate. Distance Sort : The distance sort option will attempt to reduce the total sum distance spent traveling between cuts with rapid moves by sorting cuts based on the chosen cut direction - choosing the next nearest cut instead of whichever cut the selected operation's algorithm happened to generate or contour next in the sequence. This is in an effort to reduce total operation runtime. The toolpath generation algorithms themselves generally operate within a narrow scope that does not incorporate any concept of minimizing total run-time for an operation, only generating a toolpath that will make cuts in a mechanically sound order (i.e. top-to-bottom, inside-to-outside, etc) but not that reduces runtime. This option acts as a secondary pass over the generated cutpaths to shuffle them to occur in a more economical way. Rest Machining : Rest-machining entails truncating a generated toolpath's cutpaths against the simulated cuts of all previous operations which do not have their exclusion option enabled. (See the Operation Buttons section) This can be useful, especially in combination with the distance-sort option, for preventing an operation from cutting areas of the canvas which previous operations have already removed material from. The rest machining option should only be utilized when the operation would otherwise waste a lot of time cutting air with the toolpath that it generates due to one or more prior operations removing material beforehand (such as a horizontal roughing operation before a horizontal re-roughing operation). Confine Cuts : Prevents the removal of material outside of the canvas sides by preventing cutpaths from approaching the canvas edges beyond the radius of the selected cutting tool for the operation. This option does not apply to all operations. Profile Milling / Medial-Axis Carving: Include Edges : This treats the canvas itself like a pocket, allowing contours to be generated along the inside bounds with the profiling and medial-axis carving operations. This option replaces the Confine Cuts option for some operations, specifically those that allow contouring the canvas with a Z-plane to generate cutpaths. ### Apply ### The apply button gathers the user's specified operation parameters and saves them to the currently selected operation and uses them to generate its toolpath. During this time PixelCNC may render temporary contour polylines within the 3D view as a visual indication of progress for more complicated operations that take longer to compute toolpaths for. ### Done ### This button simply deselects the active operation. When no operation is selected while in the Project Operations mode the 3D view will render all of the project's operations' toolpaths. This is unless any of them have their individual toolpath visibilities toggled off or toolpath rendering is disabled via the Toolpath Visibility toggle on the View Toolbar. (See the View Toolbar section) Project Simulation Mode ----------------------- The simulation mode renders a calculated approximation of the cuts that each operation will produce when run on a 3-axis CNC router or mill. This project mode's button appears as a film playback icon. In this mode operations are listed on the left-side of the window, just as with the Project Operations mode. The resolution and fidelity of the simulation can be controlled via the "Simulation Settings" dialog, accessed through the Config menu. The rendering method for the simulation can also be switched between two available methods: the default "slice-stack" rendering method, which the canvas is also rendered with by default, and a "raymarched rendering" method, which employs a rendering technique known as "parallax occlusion mapping". (See the Simulation Settings section) Selecting an operation will automatically update the 3D view to display the simulated cumulative result of all operations leading up to the selected operation - including the selected operation if "Skip-to-End of Operation" is enabled via the Simulation Settings dialog via the Config menu. Any operations which are "excluded" via the 'include/exclude' option being toggled off (paperclip button on an operation's slot when selected in the Project Operations mode, see the Project Operations Mode section), will not be included when simulating a project's operations. ### Simulation Appearance ### This panel allows controlling the color gradient of the simulation as rendered within the 3D view. This entails setting the top/bottom colors used as well as a distribution curve parameter that controls how the colors are weighted across the possible height values of the simulation. ### Export Heightmap ### Above the list of project operations that can be simulated on the left-side of the PixelCNC window is a button for exporting the current simulation heightmap as an image. ### Operation Simulation ### Basic information about the currently selected operation is displayed on the right side of the PixelCNC window along with playback controls for driving the simulation. Pressing the skip-back/rewind button will reverse the simulation state to the beginning of the selected operation - with the progress slider at zero percent. In this state the simulation will show the result of all operations prior to the selected operation which are not excluded from the project (via toggling the 'include operation' chainlink icon button in Operations mode). Pressing the play button will then perform a live simulation that progresses through all the cutpaths of the operation as though being run on a CNC. !!! : Rapid Moves and Cut Linking The simulation does not currently simulate rapid moves. The virtual cutter jumps from the end of one cutpath to the beginning of another, without traversing the space in between. This is also the situation with linking cuts that occur between cutpaths and plunge entry cuts, even though an actual feed command will be generated in exported G-code. Progress Slider : Allows the user to see and control what percentage of the operation the simulation displays as completed. Simulated cuts always include all preceeding operations' cuts, with the exception of those that have their exclude toggle enabled. The progress slider can also be used for scrubbing through an operation, rather than viewing a live simulation. Playback Controls : A positionable timeline and live playback buttons allow controlling the simulation playback state. Speed : This controls the length each simulation update traverses of an operation's cutpaths. A larger simulation speed value will result in longer sections of the toolpath being simulated. Larger speed values may begin to tax a system's compute capabilities and reduce the rate that the live simulation is able to update at. Draw Tool : Toggles whether or not the currently simulated operation's cutting tool geometry is drawn in the rendered simulation. Follow Tool : Toggles whether or not the camera follows the cutter position as the simulation updates during live playback. Done : Deselects the currently selected operation. Once an operation is unselected the 3D view will resume drawing all toolpaths from all operations - unless toolpath drawing is toggled off for any operations or via the view toggle button at the top of the 3D view area.