In previous versions of carbide motion the machine coordinates could be changed in carbide motions settings . Is there still a way to preform this ( I have extended y rails ) thx
Open Carbide Create (yes CC). Go to the Help menu and about. Then Open Data Directory. On my system
Carbide6 Folder
Shapeoko.json file
Open that in a text application and modify. Just be careful that you dont over do the limits. During Jogging the limits are adhered to so you dont want to bang into the mechanical limits and cause loss of steps.
Here is my SO3 XXL with HDZ
"bitRunnerEnabled": true,
"bitSetterEnabled": true,
"bitSetterX": -25.0,
"bitSetterY": -787.5,
"bitZeroType": 1,
"connection": 1,
"lastConfigSent": 2,
"lastProbeIndex": 0,
"lastSizeOption": 0,
"odometer": [
{
"cleared": false,
"minutes": 9572.87211666668,
"startDate": "2023-06-12",
"travelX": 4916307.175526679,
"travelY": 4117757.3069210052,
"travelZ": 1614626.5398516655
}
],
"showCarbideRouterRpm": true,
"spindleType": 0,
"travelX": -830.0,
"travelY": -850.0,
"travelZ": -140.0,
"version": 0,
"webhooks": [],
"workOffsetX": 626.9749755859375,
"workOffsetY": 470.5249938964844,
"workOffsetZ": 17.614999999999995
}
By adding the extended y rails then I should only have to change the above from -850.0 to -1400 and no other changes ?
Thank you for your help .
-Steve
This topic was automatically closed after 30 days. New replies are no longer allowed.