mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Update Snapmaker profiles (#2939)
* fix printing parameters for Snapmaker printers * update * Update Snapmaker profiles * update end gcode
This commit is contained in:
32
resources/profiles/Snapmaker/machine/fdm_linear2_dual.json
Normal file
32
resources/profiles/Snapmaker/machine/fdm_linear2_dual.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"name": "fdm_linear2_dual",
|
||||
"inherits": "fdm_linear2",
|
||||
"retraction_speed": [
|
||||
"35",
|
||||
"35"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"35",
|
||||
"35"
|
||||
],
|
||||
"extruder_clearance_radius": "110",
|
||||
"extruder_clearance_height_to_rod": "45",
|
||||
"extruder_clearance_height_to_lid": "133",
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"35"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"Snapmaker PLA",
|
||||
"Snapmaker PETG"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user