mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 06:53:47 -07:00
Initial release
This commit is contained in:
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"name": "Flashforge Guider 2s 0.4 nozzle",
|
||||
"inherits": "fdm_flashforge_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Flashforge Guider 2s",
|
||||
"gcode_flavor": "marlin",
|
||||
"default_print_profile": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"printable_area": [
|
||||
"-140x-125",
|
||||
"140x-125",
|
||||
"140x125",
|
||||
"-140x125"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"extruder_offset": [
|
||||
"-20",
|
||||
"10"
|
||||
],
|
||||
"extruder_clearance_height_to_lid": "70",
|
||||
"extruder_clearance_height_to_rod": "23",
|
||||
"extruder_clearance_radius": "40",
|
||||
"use_relative_e_distances": "0",
|
||||
"auxiliary_fan": "1",
|
||||
"machine_max_acceleration_e": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"20",
|
||||
"20"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5",
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"3",
|
||||
"3"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.8"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.02"
|
||||
],
|
||||
"printer_settings_id": "Flashforge",
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"100%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"100"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M25",
|
||||
"default_filament_profile": [
|
||||
"Flashforge Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "M118 X10 Y10 Z10\nM140 S[bed_temperature_initial_layer_single]; set initial bed temp\nM104 S[nozzle_temperature_initial_layer] T0; set initial extruder temp\nM107; disable cooling fan\nG90; set to absolute positioning\nG28; home axes\nM132 X Y A B; recall home offsets from EPROM\nG1 Z50.0 F420; adjust Z\nG161 X Y F3300\nM7; wait for bed to stabilize\nM6 T0; wait for extruder to stabilize\nM651 S255; start case fan\nG1 Z0.3 F3600; move down to purge\nG92 E0; zero extruders\nG1 X120 Y-125 E20 F2000; extrude a line of filament across the front edge of the bed\nG1 X130 Y-125 F180; wait for ooze\nG1 X140 Y-125 F5000; fast wipe\nG1 Z1 F100; lift\nG92 E0; zero extruders again\nG1 E-1.0000 F1800",
|
||||
"machine_end_gcode": "M104 S0 T0; cool down extruder\nM140 S0 T0; cool down bed\nG162 Z F1800\nG28 X Y; home axes\nM132 X Y A B; recall home offsets from EPROM\nM652; turn off rear fan\nG91; set to relative positioning\nM18; disable stepper motors",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"wipe_distance": "2",
|
||||
"nozzle_type": "undefine"
|
||||
}
|
||||
Reference in New Issue
Block a user