mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
ENH: CLI: refine some logic
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
This commit is contained in:
21
resources/profiles/BBL/cli_config.json
Normal file
21
resources/profiles/BBL/cli_config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user