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
56
resources/profiles/Snapmaker/machine/fdm_common.json
Normal file
56
resources/profiles/Snapmaker/machine/fdm_common.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"name": "fdm_common",
|
||||
"gcode_flavor": "marlin2",
|
||||
"pause_gcode": "M600 ;pause print",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"use_relative_e_distances": "1",
|
||||
"silent_mode": "0",
|
||||
"auxiliary_fan": "0",
|
||||
"remaining_times": "1",
|
||||
"single_extruder_multi_material": "0",
|
||||
"single_extruder_multi_material_priming": "0",
|
||||
"purge_in_prime_tower": "0",
|
||||
"enable_filament_ramming": "0",
|
||||
"nozzle_volume": "0",
|
||||
"cooling_tube_retraction": "0",
|
||||
"cooling_tube_length": "8",
|
||||
"parking_pos_retraction": "0",
|
||||
"extra_loading_move": "-2",
|
||||
"high_current_on_filament_swap": "0",
|
||||
"wipe": [
|
||||
"0"
|
||||
],
|
||||
"wipe_distance": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"45"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"45"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"fan_speedup_overhangs": [
|
||||
"1"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Auto Lift"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue