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,74 @@
{
"type": "filament",
"from": "system",
"instantiation": "false",
"name": "Snapmaker PETG-CF @base",
"filament_id": "1355502217",
"inherits": "fdm_filament_petg",
"required_nozzle_HRC": [
"40"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_cooling_layer_time": [
"20"
],
"filament_cost": [
"40"
],
"filament_density": [
"1.25"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"temperature_vitrification": [
"178"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"0"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"6"
],
"enable_pressure_advance": [
"0"
],
"cool_plate_temp": [
"70"
],
"eng_plate_temp": [
"70"
],
"textured_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"default_filament_colour": [
"#3D3C39"
],
"filament_type": [
"PETG-CF"
],
"nozzle_temperature_range_low": [
"240"
]
}