mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-02 14:56:56 +00:00
1. set wipe tower position to default when duplicate object 2. add cli_safe check logic when switch printers JIRA: no jira Change-Id: Iebe62f8be6acd6f44743abf3b0fe92ec04c94197
22 lines
578 B
JSON
22 lines
578 B
JSON
{
|
|
"printer": {
|
|
"Bambu Lab A1": {
|
|
"cli_safe_acceleration_e": "0,0",
|
|
"cli_safe_acceleration_extruding": "0,0",
|
|
"cli_safe_acceleration_retracting": "0,0",
|
|
"cli_safe_acceleration_travel":"6000,6000",
|
|
"cli_safe_acceleration_x": "6000,6000",
|
|
"cli_safe_acceleration_y": "6000,6000",
|
|
"cli_safe_acceleration_z": "0,0",
|
|
"cli_safe_jerk_e": "0,0",
|
|
"cli_safe_jerk_x": "0,0",
|
|
"cli_safe_jerk_y": "0,0",
|
|
"cli_safe_jerk_z": "0,0",
|
|
"cli_safe_speed_e": "0,0",
|
|
"cli_safe_speed_x": "0,0",
|
|
"cli_safe_speed_y": "0,0",
|
|
"cli_safe_speed_z": "0,0"
|
|
}
|
|
}
|
|
}
|