Update Snapmaker profiles (#2939)

* fix printing parameters for Snapmaker printers

* update

* Update Snapmaker profiles

* update end gcode
This commit is contained in:
Dylan 2023-12-05 21:08:48 +08:00 committed by GitHub
parent d45ac9201d
commit 1998ec41c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
242 changed files with 6709 additions and 2864 deletions

View 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"
]
}