Settings used in the example benchy GCode

Hello,

Does anybody know what printer settings are used in the example Benchy GCode that ships with the 06. They work really with the filament I’ve brought and I would like to use them for other prints. But when I import the Benchy GCode into Cura the printer settings are disabled and you can’t even view them?

Thanks

According to the gcode file found here, these are the settings documented in the comment lines:

;FLAVOR:Marlin
;TIME:6781
;Filament used: 4.03945m
;Layer height: 0.2
;MINX:80.2
;MINY:94.689
;MINZ:0.3
;MAXX:139.773
;MAXY:125.303
;MAXZ:48.5

“global_quality”: [general]
version = 4
name = SV06 #2
definition = SV01

[metadata]
type = quality_changes
quality_type = draft
setting_version = 20

[values]
acceleration_enabled = True
adhesion_type = skirt
jerk_enabled = True
retraction_combing = off

“extruder_quality”: [general]
version = 4
name = SV06 #2
definition = SV01

[metadata]
type = quality_changes
quality_type = draft
intent_category = default
position = 0
setting_version = 20

[values]
acceleration_travel = 1000
brim_line_count = 6
infill_sparse_density = 10
initial_layer_line_width_factor = 150
jerk_print = 5
material_print_temperature = 185
raft_margin = 3
raft_surface_layers = 1
retract_at_layer_change = True
retraction_amount = 0.5
retraction_hop = 0.4
retraction_hop_enabled = True
retraction_speed = 30
skirt_gap = 0
skirt_line_count = 3
speed_print = 60
speed_travel = 200
speed_wall_0 = 25
speed_wall_x = 30
wall_line_count = 3
wall_line_width_0 = 0.35
zig_zaggify_infill = True

1 Like

Cool cheers,

I’ve had another look through the GCode and can now see where all the variables are, I was only looking at the start of the file not further down missing a lot of the variables.

Thanks :slight_smile: