mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Fix paramters of the process and machine files (#4246)
* Update fdm_process_common.json --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
0e1307ab83
commit
93714f834d
7 changed files with 80 additions and 78 deletions
|
@ -10,7 +10,7 @@
|
|||
"0.4"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
"cooling_tube_length": "5",
|
||||
"cooling_tube_retraction": "91.5",
|
||||
"default_filament_profile": [
|
||||
"FlyingBear Generic PLA"
|
||||
"FlyingBear PLA"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @FlyingBear Reborn3",
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
"30"
|
||||
],
|
||||
"enable_filament_ramming": "1",
|
||||
"extra_loading_move": "-2",
|
||||
|
@ -69,7 +69,7 @@
|
|||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"30",
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
|
@ -85,11 +85,11 @@
|
|||
"9"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"2",
|
||||
"3",
|
||||
"0.4"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"15",
|
||||
"30",
|
||||
"25"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
|
@ -101,7 +101,7 @@
|
|||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"5",
|
||||
"20",
|
||||
"12"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
|
@ -113,7 +113,7 @@
|
|||
"0"
|
||||
],
|
||||
"machine_pause_gcode": "PAUSE",
|
||||
"machine_start_gcode": "M140 S40\nG28\nG4 P200\nG90\nG1 Z4\nZ_TILT_ADJUST\nM140 [bed_temperature_initial_layer_single] \nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-3 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START", "machine_unload_filament_time": "0",
|
||||
"machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] \nG28\nG4 P200\nG90\nG1 Z4\nZ_TILT_ADJUST\nM140 S[bed_temperature_initial_layer_single] \nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-3 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START",
|
||||
"max_layer_height": [
|
||||
"0.28"
|
||||
],
|
||||
|
@ -157,7 +157,7 @@
|
|||
"0"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
"0"
|
||||
"349"
|
||||
],
|
||||
"retract_lift_enforce": [
|
||||
"All Surfaces"
|
||||
|
@ -169,7 +169,7 @@
|
|||
"0"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"0"
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
|
@ -178,7 +178,7 @@
|
|||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
"30"
|
||||
],
|
||||
"scan_first_layer": "0",
|
||||
"silent_mode": "0",
|
||||
|
@ -198,9 +198,9 @@
|
|||
"2"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
"0.4"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Normal Lift"
|
||||
"Auto Lift"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue