Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

PixelCNC Has Moved: deftware.org

CAM software developed by artists for artists to create unique and original works on a 3-axis CNC router or mill. · By Deftware

Demo version fails to generate meaningful .nc file

A topic by olinrich created May 25, 2019 Views: 619 Replies: 2
Viewing posts 1 to 2

Just a bit of text:

( Generated By: PixelCNC v1.33a, Post: GRBL Inches.txt v1.00 )
G20 G90 G91.1
( End Program )
M30

Developer (2 edits)

Did you create an operation that actually generated a toolpath visible in the view? For example, the spiral operation will produce a toolpath that appears as such:

If you're not seeing any toolpath in the view after creating an operation then you need to carefully consider the parameters you're using for the operation to generate a toolpath with, because it's not impossible to cause an operation to generate zero cut paths - which will in turn generate zero useful G-code.

EDIT: It would be tremendously helpful for us to get you on track to generating useful G-code if you could provide more details as the provided User Guide explains. Step-by-step instructions for reproducing the problem and the generated log-file are invaluable for getting to the bottom of problems such as this.

All's well... I had failed to complete the config. Thanks