mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 18:25:54 +08:00
Profile: Anker M5/C first layer consistency improvements (#3321)
first layer consistency improvments
This commit is contained in:
parent
3537bd29ae
commit
9208767b18
@ -23,8 +23,6 @@
|
|||||||
"0x235"
|
"0x235"
|
||||||
],
|
],
|
||||||
"printable_height": "250",
|
"printable_height": "250",
|
||||||
"machine_start_gcode": "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 S{first_layer_temperature[0]-30} ; Anti-ooze - Set hotend temp to 30 degrees less than target\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home",
|
|
||||||
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84",
|
|
||||||
"layer_change_gcode": "",
|
"layer_change_gcode": "",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
"nozzle_type": "hardened_steel",
|
"nozzle_type": "hardened_steel",
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
"0x220"
|
"0x220"
|
||||||
],
|
],
|
||||||
"printable_height": "250",
|
"printable_height": "250",
|
||||||
"machine_start_gcode": "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 S{first_layer_temperature[0]-30} ; Anti-ooze - Set hotend temp to 30 degrees less than target\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home",
|
|
||||||
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84",
|
|
||||||
"layer_change_gcode": "",
|
"layer_change_gcode": "",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
"nozzle_type": "hardened_steel",
|
"nozzle_type": "hardened_steel",
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"gcode_flavor": "marlin2",
|
"gcode_flavor": "marlin2",
|
||||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
||||||
"machine_start_gcode": "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 Sfirst_layer_temperature[0] ; Set hotend temp\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home",
|
"machine_start_gcode": "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 S150 ; Set hotend temp to 150 degrees to prevent ooze\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home",
|
||||||
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84",
|
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM18",
|
||||||
"change_filament_gcode": "M600",
|
"change_filament_gcode": "M600",
|
||||||
"machine_pause_gcode": "M601",
|
"machine_pause_gcode": "M601",
|
||||||
"extruder_colour": [
|
"extruder_colour": [
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"support_bottom_z_distance": "0.15",
|
"support_bottom_z_distance": "0.15",
|
||||||
"support_top_z_distance": "0.15",
|
"support_top_z_distance": "0.15",
|
||||||
"top_surface_pattern": "monotonic",
|
"top_surface_pattern": "monotonic",
|
||||||
"bottom_surface_pattern": "monotonic",
|
|
||||||
"bottom_shell_thickness": "0",
|
"bottom_shell_thickness": "0",
|
||||||
"top_shell_thickness": "0",
|
"top_shell_thickness": "0",
|
||||||
"default_acceleration": "6000",
|
"default_acceleration": "6000",
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
"support_bottom_z_distance": "0.20",
|
"support_bottom_z_distance": "0.20",
|
||||||
"support_top_z_distance": "0.20",
|
"support_top_z_distance": "0.20",
|
||||||
"top_surface_pattern": "monotonic",
|
"top_surface_pattern": "monotonic",
|
||||||
"bottom_surface_pattern": "monotonic",
|
|
||||||
"bottom_shell_thickness": "0",
|
"bottom_shell_thickness": "0",
|
||||||
"top_shell_thickness": "0",
|
"top_shell_thickness": "0",
|
||||||
"default_acceleration": "6000",
|
"default_acceleration": "6000",
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
"support_bottom_z_distance": "0.25",
|
"support_bottom_z_distance": "0.25",
|
||||||
"support_top_z_distance": "0.25",
|
"support_top_z_distance": "0.25",
|
||||||
"top_surface_pattern": "monotonic",
|
"top_surface_pattern": "monotonic",
|
||||||
"bottom_surface_pattern": "monotonic",
|
|
||||||
"bottom_shell_thickness": "0",
|
"bottom_shell_thickness": "0",
|
||||||
"top_shell_thickness": "0",
|
"top_shell_thickness": "0",
|
||||||
"default_acceleration": "6000",
|
"default_acceleration": "6000",
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"adaptive_layer_height": "0",
|
"adaptive_layer_height": "0",
|
||||||
"reduce_crossing_wall": "0",
|
"reduce_crossing_wall": "0",
|
||||||
"max_travel_detour_distance": "0",
|
"max_travel_detour_distance": "0",
|
||||||
"bottom_surface_pattern": "monotonicline",
|
"bottom_surface_pattern": "monotonic",
|
||||||
"bottom_shell_thickness": "0.5",
|
"bottom_shell_thickness": "0.5",
|
||||||
"bridge_speed": "50",
|
"bridge_speed": "50",
|
||||||
"bridge_acceleration": "500",
|
"bridge_acceleration": "500",
|
||||||
@ -93,8 +93,8 @@
|
|||||||
"bottom_shell_layers": "4",
|
"bottom_shell_layers": "4",
|
||||||
"top_shell_layers": "5",
|
"top_shell_layers": "5",
|
||||||
"bridge_flow": "0.95",
|
"bridge_flow": "0.95",
|
||||||
"initial_layer_speed": "65",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_infill_speed": "125",
|
"initial_layer_infill_speed": "50",
|
||||||
"initial_layer_travel_speed": "100%",
|
"initial_layer_travel_speed": "100%",
|
||||||
"outer_wall_speed": "125",
|
"outer_wall_speed": "125",
|
||||||
"inner_wall_speed": "250",
|
"inner_wall_speed": "250",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user