Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

NicoClock

5
Posts
1
Topics
A member registered 70 days ago

Recent community posts

Hi Charlie,

Sorry for my late reply but now I have used your instructions and it works!  Thank you for this solution and learning.

Nico

Hi Charlie,

Thank you for your very helpfull answer. I will try your method tomorrow and will let you know the result. 

Nico

I've used a 'simple' 2D profile milling with the following parameters. Would you like other information?



Additional: the simulation gives the right position

As a relative CNC beginner, I have the following question. I have created my first G-code in PixelCNC, 
but my machine starts above the material instead of in the material. 
I compared the G-code start with my current CAM (Easel) and see the following difference 
(it is not he same project). Easel starts at Z6.000 and goes to Z-0.600. PixelCNC starts at Z6.100 and 
goes to Z5.40. Please help.
PixelCNC:  
( Generated by: PixelCNC v1.84b ) 
( Post: GRBL Metric.txt v1.10 ) 
G21 G90 G91.1 
( Buitenkant 1.4 bit ) 
( Spindle: CW 10000 ) 
M3 S10000 
G0 Z6.10 X15.42 Y22.07 
G1 Z5.40 F50 X15.26 Y22.20 F250 
X15.13 Y22.37 Y22.61    
Easel:   
G21 M3 S10000 
G90 
G1 Z6.000 F228.6 
G0 X59.413 Y149.523 
G1 Z-0.600 F75.0 
G1 X59.504 Y149.653 F350.0 
G1 X59.475 Y149.802 F350.0 
G1 X59.347 Y149.891 F350.0