orcaslicer/resources/profiles/Elegoo/filament/Elegoo Generic PETG.json
Kalooth dae9d62be5
Initial add of Neptune 4 Plus profile (#2980)
* Initial add of N4Plus profile

Still some tuning to get it "right" but way better than nothing or just copying the Max profile.

* Fixing machine_start and manual filament change

Adding PRINT_START to the machine_start_gcode
Adding manual_filament_change override to True since this printer doesn't have automatic filament change.

* Adjusting accelerations and removing Z-Hop

Bumping accelerations to stock levels for all sizes and removing Z-Hop by default.

* Adding Z-Hop back in to be safe

Getting more stringing with Z-hop on but also rubbing prints during some moves.

* Removing print_start and lower accels a little

PRINT_START is automatically called on this printer so removing it from machine start gcode
Lowering accelerations a tiny bit. May bump it back up later but wanted a safer value.
2023-12-05 21:35:34 +08:00

49 lines
1.6 KiB
JSON

{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSG99",
"name": "Elegoo 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"],
"overhang_fan_threshold": ["25%"],
"nozzle_temperature_initial_layer": ["240"],
"fan_max_speed": ["50"],
"fan_min_speed": ["20"],
"slow_down_min_speed": ["10"],
"slow_down_layer_time": ["8"],
"filament_flow_ratio": ["0.95"],
"filament_max_volumetric_speed": ["10"],
"filament_start_gcode": ["; filament start gcode\n"],
"compatible_printers": [
"Elegoo Neptune 0.4 nozzle",
"Elegoo Neptune X 0.4 nozzle",
"Elegoo Neptune 2 0.4 nozzle",
"Elegoo Neptune 2S 0.4 nozzle",
"Elegoo Neptune 2D 0.4 nozzle",
"Elegoo Neptune 3 0.4 nozzle",
"Elegoo Neptune 3 Pro 0.4 nozzle",
"Elegoo Neptune 3 Plus 0.4 nozzle",
"Elegoo Neptune 3 Max 0.4 nozzle",
"Elegoo Neptune 4 (0.2 nozzle)",
"Elegoo Neptune 4 (0.4 nozzle)",
"Elegoo Neptune 4 (0.6 nozzle)",
"Elegoo Neptune 4 (0.8 nozzle)",
"Elegoo Neptune 4 Max (0.2 nozzle)",
"Elegoo Neptune 4 Max (0.4 nozzle)",
"Elegoo Neptune 4 Max (0.6 nozzle)",
"Elegoo Neptune 4 Max (0.8 nozzle)",
"Elegoo Neptune 4 Plus (0.2 nozzle)",
"Elegoo Neptune 4 Plus (0.4 nozzle)",
"Elegoo Neptune 4 Plus (0.6 nozzle)",
"Elegoo Neptune 4 Plus (0.8 nozzle)",
"Elegoo Neptune 4 Pro (0.2 nozzle)",
"Elegoo Neptune 4 Pro (0.4 nozzle)",
"Elegoo Neptune 4 Pro (0.6 nozzle)",
"Elegoo Neptune 4 Pro (0.8 nozzle)"
]
}