soft limit enable for z-axis, gSender settings

This commit is contained in:
cpu
2026-06-04 19:52:44 +02:00
parent 4e7e9a6ced
commit ae2925098b
4 changed files with 1918 additions and 3 deletions

View File

@@ -68,8 +68,8 @@ axes:
steps_per_mm: 1000.000
max_rate_mm_per_min: 1500.000
acceleration_mm_per_sec2: 50.000
max_travel_mm: 110.000
soft_limits: false
max_travel_mm: 125.000
soft_limits: true
homing:
cycle: 1
positive_direction: true
@@ -106,7 +106,7 @@ sdcard:
cs_pin: gpio.5
parking:
enable: true
enable: false
axis: Z
pullout_distance_mm: 5.000
pullout_rate_mm_per_min: 250.000

View File

@@ -0,0 +1 @@
{"$13":"0","$20":"1","$21":"0","$22":"1","$23":"3","$30":"24000","$32":"0","$100":"1000.000","$101":"1000.000","$102":"1000.000","$110":"4000.000","$111":"4000.000","$112":"1500.000","$120":"400.000","$121":"400.000","$122":"50.000","$130":"230.000","$131":"350.000","$132":"110.000","$10":"1"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,165 @@
{
"version": "1.0",
"exportDate": "2026-05-16T10:31:52.704Z",
"profile": {
"id": [
"ShanWan Controller(XBOX 360 For Windows) (STANDARD GAMEPAD Vendor: 045e Product: 028e)"
],
"name": "Genesis",
"mapping": "standard",
"buttons": [
{
"label": "A",
"value": 0,
"primaryAction": null,
"secondaryAction": null
},
{
"label": "B",
"value": 1,
"primaryAction": null,
"secondaryAction": null
},
{
"label": "X",
"value": 2,
"primaryAction": "SET_R_JOG_PRESET",
"secondaryAction": null
},
{
"label": "Y",
"value": 3,
"primaryAction": null,
"secondaryAction": null
},
{
"label": "LB",
"value": 4,
"primaryAction": "JOG_Z_P",
"secondaryAction": null
},
{
"label": "RB",
"value": 5,
"primaryAction": null,
"secondaryAction": null
},
{
"label": "LT",
"value": 6,
"primaryAction": "JOG_Z_M",
"secondaryAction": null
},
{
"label": "RT",
"value": 7,
"primaryAction": null,
"secondaryAction": null
},
{
"label": "Back",
"value": 8,
"primaryAction": "SET_P_JOG_PRESET",
"secondaryAction": null
},
{
"label": "Start",
"value": 9,
"primaryAction": "SET_N_JOG_PRESET",
"secondaryAction": null
},
{
"label": "L3",
"value": 10,
"primaryAction": null,
"secondaryAction": null
},
{
"label": "R3",
"value": 11,
"primaryAction": null,
"secondaryAction": null
},
{
"label": "Up",
"value": 12,
"primaryAction": "JOG_Y_P",
"secondaryAction": null
},
{
"label": "Down",
"value": 13,
"primaryAction": "JOG_Y_M",
"secondaryAction": null
},
{
"label": "Left",
"value": 14,
"primaryAction": "JOG_X_M",
"secondaryAction": null
},
{
"label": "Right",
"value": 15,
"primaryAction": "JOG_X_P",
"secondaryAction": null
},
{
"label": "Home",
"value": 16,
"primaryAction": "CONTROLLER_COMMAND_HOMING",
"secondaryAction": null
}
],
"axes": [
0,
0,
0,
0
],
"joystickOptions": {
"stick1": {
"horizontal": {
"primaryAction": "x",
"secondaryAction": "x",
"isReversed": false
},
"vertical": {
"primaryAction": "y",
"secondaryAction": "y",
"isReversed": false
},
"mpgMode": {
"primaryAction": null,
"secondaryAction": null,
"isReversed": false
}
},
"stick2": {
"horizontal": {
"primaryAction": "a",
"secondaryAction": "a",
"isReversed": false
},
"vertical": {
"primaryAction": "z",
"secondaryAction": "z",
"isReversed": false
},
"mpgMode": {
"primaryAction": null,
"secondaryAction": null,
"isReversed": false
}
},
"zeroThreshold": 30,
"movementDistanceOverride": 100
},
"lockout": {
"button": null
},
"modifier": {
"button": null
}
}
}