-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding more Elegoo printer profiles Elegoo Neptune X Elegoo Neptune 2 Elegoo Neptune 2S Elegoo Neptune 2D * add ultimaker 2 profile
- Loading branch information
Showing
19 changed files
with
1,208 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"name": "UltiMaker", | ||
"url": "", | ||
"version": "01.01.00.00", | ||
"force_update": "0", | ||
"description": "UltiMaker configurations", | ||
"machine_model_list": [ | ||
{ | ||
"name": "UltiMaker 2", | ||
"sub_path": "machine/UltiMaker 2.json" | ||
} | ||
], | ||
"process_list": [ | ||
{ | ||
"name": "fdm_process_common", | ||
"sub_path": "process/fdm_process_common.json" | ||
}, | ||
{ | ||
"name": "0.12mm Fine @UltiMaker 2", | ||
"sub_path": "process/0.12mm Fine @UltiMaker 2.json" | ||
}, | ||
{ | ||
"name": "0.18mm Standard @UltiMaker 2", | ||
"sub_path": "process/0.18mm Standard @UltiMaker 2.json" | ||
}, | ||
{ | ||
"name": "0.25mm Draft @UltiMaker 2", | ||
"sub_path": "process/0.25mm Darft @UltiMaker 2.json" | ||
} | ||
], | ||
"filament_list": [ | ||
{ | ||
"name": "fdm_filament_common", | ||
"sub_path": "filament/fdm_filament_common.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_abs", | ||
"sub_path": "filament/fdm_filament_abs.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pet", | ||
"sub_path": "filament/fdm_filament_pet.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pla", | ||
"sub_path": "filament/fdm_filament_pla.json" | ||
}, | ||
{ | ||
"name": "UltiMaker Generic ABS", | ||
"sub_path": "filament/UltiMaker Generic ABS.json" | ||
}, | ||
{ | ||
"name": "UltiMaker Generic PETG", | ||
"sub_path": "filament/UltiMaker Generic PETG.json" | ||
}, | ||
{ | ||
"name": "UltiMaker Generic PLA", | ||
"sub_path": "filament/UltiMaker Generic PLA.json" | ||
} | ||
], | ||
"machine_list": [ | ||
{ | ||
"name": "fdm_machine_common", | ||
"sub_path": "machine/fdm_machine_common.json" | ||
}, | ||
{ | ||
"name": "UltiMaker 2 0.4 nozzle", | ||
"sub_path": "machine/UltiMaker 2 0.4 nozzle.json" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
resources/profiles/UltiMaker/filament/UltiMaker Generic ABS.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFB99", | ||
"setting_id": "GFSA04", | ||
"name": "UltiMaker Generic ABS", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_abs", | ||
"filament_flow_ratio": [ | ||
"0.926" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"2" | ||
], | ||
"compatible_printers": [ | ||
"UltiMaker 2 0.4 nozzle" | ||
] | ||
} |
45 changes: 45 additions & 0 deletions
45
resources/profiles/UltiMaker/filament/UltiMaker Generic PETG.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFG99", | ||
"setting_id": "GFSG99", | ||
"name": "UltiMaker Generic PETG", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pet", | ||
"reduce_fan_stop_start_freq": [ | ||
"1" | ||
], | ||
"slow_down_for_layer_cooling": [ | ||
"1" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"30" | ||
], | ||
"overhang_fan_speed": [ | ||
"90" | ||
], | ||
"fan_max_speed": [ | ||
"40" | ||
], | ||
"fan_min_speed": [ | ||
"20" | ||
], | ||
"slow_down_min_speed": [ | ||
"10" | ||
], | ||
"slow_down_layer_time": [ | ||
"8" | ||
], | ||
"filament_flow_ratio": [ | ||
"0.95" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"2" | ||
], | ||
"filament_start_gcode": [ | ||
"; filament start gcode\n" | ||
], | ||
"compatible_printers": [ | ||
"UltiMaker 2 0.4 nozzle" | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
resources/profiles/UltiMaker/filament/UltiMaker Generic PLA.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFL99", | ||
"setting_id": "GFSL99", | ||
"name": "UltiMaker Generic PLA", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pla", | ||
"filament_flow_ratio": [ | ||
"0.987" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"slow_down_layer_time": [ | ||
"8" | ||
], | ||
"hot_plate_temp_initial_layer": [ | ||
"60" | ||
], | ||
"nozzle_temperature": [ | ||
"205" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"200" | ||
], | ||
"compatible_printers": [ | ||
"UltiMaker 2 0.4 nozzle" | ||
] | ||
} |
88 changes: 88 additions & 0 deletions
88
resources/profiles/UltiMaker/filament/fdm_filament_abs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"type": "filament", | ||
"name": "fdm_filament_abs", | ||
"from": "system", | ||
"instantiation": "false", | ||
"inherits": "fdm_filament_common", | ||
"cool_plate_temp" : [ | ||
"80" | ||
], | ||
"eng_plate_temp" : [ | ||
"80" | ||
], | ||
"hot_plate_temp" : [ | ||
"80" | ||
], | ||
"textured_plate_temp" : [ | ||
"80" | ||
], | ||
"cool_plate_temp_initial_layer" : [ | ||
"80" | ||
], | ||
"eng_plate_temp_initial_layer" : [ | ||
"80" | ||
], | ||
"hot_plate_temp_initial_layer" : [ | ||
"80" | ||
], | ||
"textured_plate_temp_initial_layer" : [ | ||
"80" | ||
], | ||
"slow_down_for_layer_cooling": [ | ||
"1" | ||
], | ||
"close_fan_the_first_x_layers": [ | ||
"3" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"30" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"0" | ||
], | ||
"filament_type": [ | ||
"ABS" | ||
], | ||
"filament_density": [ | ||
"1.10" | ||
], | ||
"filament_cost": [ | ||
"20" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"240" | ||
], | ||
"reduce_fan_stop_start_freq": [ | ||
"1" | ||
], | ||
"fan_max_speed": [ | ||
"5" | ||
], | ||
"fan_min_speed": [ | ||
"5" | ||
], | ||
"overhang_fan_threshold": [ | ||
"25%" | ||
], | ||
"overhang_fan_speed": [ | ||
"80" | ||
], | ||
"nozzle_temperature": [ | ||
"235" | ||
], | ||
"temperature_vitrification": [ | ||
"110" | ||
], | ||
"nozzle_temperature_range_low": [ | ||
"235" | ||
], | ||
"nozzle_temperature_range_high": [ | ||
"240" | ||
], | ||
"slow_down_min_speed": [ | ||
"10" | ||
], | ||
"slow_down_layer_time": [ | ||
"15" | ||
] | ||
} |
Oops, something went wrong.