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

@ -1,34 +1,14 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSX04",
"name": "Snapmaker J1 PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.92"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"8"
],
"nozzle_temperature_initial_layer": [
"205"
],
"nozzle_temperature": [
"200"
],
"compatible_printers": [
"Snapmaker J1 0.4 nozzle",
"Snapmaker J1 0.6 nozzle"
],
"filament_end_gcode": [
"; ====================================\n;END Gcode for filament T[current_extruder] \nG92 E0\nG1 F600 E-6 ;retract\n{if current_extruder == 0}G0 X-20 F12000 {endif} ;\n{if current_extruder == 1}G0 X350 F12000 {endif} ;\nM106 S0 ; Lüfter aus\n{if has_wipe_tower and total_toolchanges > 0 and current_extruder == 0}T1 \nG0 X{wipe_tower_x[0]} Y{wipe_tower_y[0]} F{travel_speed*60}{endif} ;\n{if has_wipe_tower and total_toolchanges > 0 and current_extruder == 1}T0 \nG0 X{wipe_tower_x[0]} Y{wipe_tower_y[0]} F{travel_speed*60}{endif} ;\n;END gcode for filament T[current_extruder] (Ende) \n; ====================================="
],
"filament_start_gcode": [
"; ====================================\n; START gcode for filament T[current_extruder]\nM900 T[current_extruder] K0.054\nG1 F600 E5.5 \nM106 S255 ;Lüfter an\n; START gcode for filament T[current_extruder] (Ende)\n; ===================================="
]
}
"type": "filament",
"from": "system",
"instantiation": "true",
"name": "Snapmaker J1 PLA",
"setting_id": "2479259696",
"inherits": "Snapmaker J1 PLA @base",
"compatible_printers": [
"Snapmaker J1 (0.2 nozzle)",
"Snapmaker J1 (0.4 nozzle)",
"Snapmaker J1 (0.6 nozzle)",
"Snapmaker J1 (0.8 nozzle)"
]
}