mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Update Snapmaker profiles (#2939)
* fix printing parameters for Snapmaker printers * update * Update Snapmaker profiles * update end gcode
This commit is contained in:
parent
d45ac9201d
commit
1998ec41c5
242 changed files with 6709 additions and 2864 deletions
73
resources/profiles/Snapmaker/machine/fdm_linear2.json
Normal file
73
resources/profiles/Snapmaker/machine/fdm_linear2.json
Normal file
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"name": "fdm_linear2",
|
||||
"inherits": "fdm_common",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
"wipe_distance": [
|
||||
"2"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Normal Lift"
|
||||
],
|
||||
"extruder_clearance_radius": "75",
|
||||
"extruder_clearance_height_to_rod": "25",
|
||||
"extruder_clearance_height_to_lid": "90",
|
||||
"machine_max_acceleration_x": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_acceleration_e": [
|
||||
"3000"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"150"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"150"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"40"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"45"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"1"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"1"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"1"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"3"
|
||||
],
|
||||
"thumbnails": [
|
||||
"300x150"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"2"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"Snapmaker PLA"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue