mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:49:04 +08:00
Applied printer-linter format
This commit is contained in:
parent
916dc29d61
commit
fd97dd5d0c
@ -18,13 +18,12 @@
|
|||||||
"overrides":
|
"overrides":
|
||||||
{
|
{
|
||||||
"machine_depth": { "default_value": 302 },
|
"machine_depth": { "default_value": 302 },
|
||||||
|
"machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\nM355 S0; led off" },
|
||||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||||
"machine_heated_bed": { "default_value": true },
|
"machine_heated_bed": { "default_value": true },
|
||||||
"machine_height": { "default_value": 352 },
|
"machine_height": { "default_value": 352 },
|
||||||
"machine_name": { "default_value": "Anycubic Kobra Plus" },
|
"machine_name": { "default_value": "Anycubic Kobra Plus" },
|
||||||
"machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nM355 S1; Turn LED on\n; Add Custom purge lines\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X1.0 Y30 Z0.3 F5000.0 ; Move to start position\nG1 X1.0 Y100.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X1.3 Y100.0 Z0.3 F5000.0 ; Move to side a little\nG1 X1.3 Y30 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 E-2 F500 ; Retract a little \nG1 X50 F500 ; wipe away from the filament line\nG1 X100 F9000 ; Quickly wipe away from the filament line\nG1 Z5.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n; End custom purge lines" },
|
"machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nM355 S1; Turn LED on\n; Add Custom purge lines\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X1.0 Y30 Z0.3 F5000.0 ; Move to start position\nG1 X1.0 Y100.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X1.3 Y100.0 Z0.3 F5000.0 ; Move to side a little\nG1 X1.3 Y30 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 E-2 F500 ; Retract a little \nG1 X50 F500 ; wipe away from the filament line\nG1 X100 F9000 ; Quickly wipe away from the filament line\nG1 Z5.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n; End custom purge lines" },
|
||||||
"machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\nM355 S0; led off" },
|
|
||||||
"machine_width": { "default_value": 302 }
|
"machine_width": { "default_value": 302 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -11,17 +11,18 @@ type = quality
|
|||||||
weight = 0
|
weight = 0
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
infill_pattern = cubic
|
||||||
layer_height = 0.2
|
layer_height = 0.2
|
||||||
layer_height_0 = 0.2
|
layer_height_0 = 0.2
|
||||||
infill_pattern = cubic
|
material_final_print_temperature = 195
|
||||||
retraction_hop = 0.1
|
material_print_temperature = 195
|
||||||
retraction_combing = off
|
retraction_combing = off
|
||||||
|
retraction_hop = 0.1
|
||||||
retraction_hop_enabled = True
|
retraction_hop_enabled = True
|
||||||
retraction_hop_only_when_collides = True
|
retraction_hop_only_when_collides = True
|
||||||
speed_print = 80
|
|
||||||
speed_infill = 40
|
speed_infill = 40
|
||||||
speed_wall_x = 60
|
|
||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
|
speed_print = 80
|
||||||
|
speed_wall_x = 60
|
||||||
wall_thickness = 1.2
|
wall_thickness = 1.2
|
||||||
material_print_temperature = 195
|
|
||||||
material_final_print_temperature = 195
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user