OrcaSlicer Files
This commit is contained in:
parent
e5468753cf
commit
181bd92f5e
1113 changed files with 69943 additions and 8 deletions
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Elegoo Neptune 4 Plus (0.8 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_neptune_4_common",
|
||||
"printer_model": "Elegoo Neptune 4 Plus",
|
||||
"printer_notes": "",
|
||||
"default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printer_variant": "0.8",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"320x0",
|
||||
"320x320",
|
||||
"0x320"
|
||||
],
|
||||
"printable_height": "385",
|
||||
"nozzle_hrc": "0",
|
||||
"nozzle_type": "brass",
|
||||
"nozzle_volume": "0",
|
||||
"cooling_tube_length": "5",
|
||||
"cooling_tube_retraction": "91.5",
|
||||
"enable_filament_ramming": "1",
|
||||
"parking_pos_retraction": "92",
|
||||
"auxiliary_fan": "1",
|
||||
"extra_loading_move": "-2",
|
||||
"extruder_clearance_height_to_lid": "380",
|
||||
"extruder_clearance_height_to_rod": "10",
|
||||
"extruder_clearance_radius": "60",
|
||||
"extruder_colour": ["#FCE94F"],
|
||||
"extruder_offset": ["0x0"],
|
||||
"fan_kickstart": "0",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_speedup_time": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"machine_load_filament_time": "0",
|
||||
"machine_unload_filament_time": "0",
|
||||
"machine_max_acceleration_e": ["5000", "5000"],
|
||||
"machine_max_acceleration_extruding": ["7000", "7000"],
|
||||
"machine_max_acceleration_retracting": ["7000", "7000"],
|
||||
"machine_max_acceleration_travel": ["7000", "7000"],
|
||||
"machine_max_acceleration_x": ["7000", "7000"],
|
||||
"machine_max_acceleration_y": ["7000", "7000"],
|
||||
"machine_max_acceleration_z": ["300", "300"],
|
||||
"machine_max_speed_e": ["60", "25"],
|
||||
"machine_max_speed_x": ["300", "200"],
|
||||
"machine_max_speed_y": ["300", "200"],
|
||||
"machine_max_speed_z": ["25", "12"],
|
||||
"machine_min_extruding_rate": ["0", "0"],
|
||||
"machine_min_travel_rate": ["0","0"],
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"printer_settings_id": "Elegoo",
|
||||
"retract_before_wipe": ["85%"],
|
||||
"retract_length_toolchange": ["2"],
|
||||
"deretraction_speed": ["45"],
|
||||
"retract_lift_above": ["0"],
|
||||
"retract_lift_below": ["0"],
|
||||
"retract_lift_enforce": ["All Surfaces"],
|
||||
"retract_restart_extra": ["0"],
|
||||
"retract_restart_extra_toolchange": ["0"],
|
||||
"retract_when_changing_layer": ["1"],
|
||||
"retraction_length": ["0.5"],
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_speed": ["45"],
|
||||
"use_firmwware_retraction": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"manual_filament_change": "1",
|
||||
"use_relative_e_distances": "1",
|
||||
"wipe": ["1"],
|
||||
"wipe_distance": ["1"],
|
||||
"z_hop": ["0.4"],
|
||||
"z_hop_types": ["Normal Lift"],
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "PAUSE",
|
||||
"default_filament_profile": [
|
||||
"Generic PLA @Elegoo"
|
||||
],
|
||||
"machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0.5 F6000\nG1 Z0 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X115 Y0.5 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder",
|
||||
"machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue