I have created a lathe profile path that simulated fine in fusion (tool moves perpendicular to the Z axis and excises the path profile)…when the code is pasted into ChiliPeppr the tool has rotated 90 degree axis and operates in the simulation in parallel to the Z axis (is the code not set to recognize a lathe operation and is trying to “mill” the path?)…any clues pls?
well the same problem exits in the live machine…the z axis must need to be transposed to the x axis…is it as simple as find and replace x for z points? or better to create the job in mill space and run it run it in “x” axis space…
If you look at the code that interprets the gcode I don’t think we ever put in a method for g17 thru 19. Your gcode should run fine though as long as you have your controller configured correctly.
I’m dying here…I gave up on Fusion and I created a model in GG and the model runs ok in simulation in CP in both GG and CP…when i run it live in CP it blows by “y” commands and seems to add them to x driver…steeping through the commands in simulation seems to increment/decrement the y axis appropriately (v07 44 20)
here are a few lines of code…
as to configuration: when I go and look at the config file it has separated motors and axis appropriately but when running live it seems to be overwritten to all motors driving X…stop and look at config and it shows proper pairing of motors and axis…axis mode is “standard”…
the ghost in the machine has set the axis to all “X” on occasion but I can’t seem to get that problem to replicate…all the axis are paired correctly (Again) when i go and look at “config” again
( Created by GrblGru:GCodeCreator )
( 10.02.2018 16:44:21 )
ChiliPeppr doesn’t support simulating lathe paths. If you’re seeing correct simulation for lathe paths, that actually makes me think your Gcode is wrong then because I can’t see a way to simulate correct lathe movements in ChiliPeppr. Keep in mind ChiliPeppr simply blindly sends your Gcode to your CNC controller. It does not modify anything. This feels like it’s still your CNC controller config or your Gcode generation. If your y moves get ignored, it’s gotta be a configuration issue or your Gcode generation is off.