Fixed a spelling error
Made sure we can convert gcode with comments. Made the export order the instructions correctly. Made printing order the instructions correctly.
This commit is contained in:
parent
15d03cb802
commit
dd308308eb
8 changed files with 35 additions and 16 deletions
|
|
@ -38,8 +38,8 @@ fill_density = 0.25
|
|||
fill_pattern = rectilinear
|
||||
first_layer_acceleration = 0
|
||||
first_layer_bed_temperature = 90
|
||||
first_layer_extrusion_width = 200%
|
||||
first_layer_height = 0.25
|
||||
first_layer_extrusion_width = 1.5
|
||||
first_layer_height = 0.4
|
||||
first_layer_speed = 30%
|
||||
first_layer_temperature = 225
|
||||
g0 = 0
|
||||
|
|
@ -90,7 +90,7 @@ retract_before_travel = 10
|
|||
retract_layer_change = 1
|
||||
retract_length = 1
|
||||
retract_length_tool_change = 10
|
||||
retract_lift = .2
|
||||
retract_lift = .5
|
||||
retract_restart_extra = 0
|
||||
retract_restart_extra_toolchange = 0
|
||||
retract_speed = 30
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
layer_height = 0.1
|
||||
first_layer_height = 0.25
|
||||
first_layer_height = 0.4
|
||||
perimeters = 2
|
||||
fill_density = 0.25
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
layer_height = 0.3
|
||||
first_layer_height = 0.3
|
||||
first_layer_height = 0.4
|
||||
bottom_clip_amount = 0
|
||||
perimeters = 2
|
||||
top_solid_layers = 3
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
layer_height = 0.2
|
||||
layer_height = 0.4
|
||||
first_layer_height = 0.25
|
||||
perimeters = 2
|
||||
fill_density = 0.25
|
||||
Loading…
Add table
Add a link
Reference in a new issue