Changed robo 3d to slic3r and fixed some startup bugs.
This commit is contained in:
parent
a26c8d8caa
commit
fd50795555
6 changed files with 8 additions and 4 deletions
|
|
@ -64,7 +64,7 @@ perimeter_extrusion_width = 0
|
|||
perimeter_speed = 60
|
||||
perimeters = 3
|
||||
post_process =
|
||||
print_center = 114.3,127
|
||||
print_center = 114,127
|
||||
raft_layers = 0
|
||||
randomize_start = 1
|
||||
resolution = 0
|
||||
|
|
@ -89,7 +89,7 @@ solid_infill_every_layers = 0
|
|||
solid_infill_extrusion_width = 0
|
||||
solid_infill_speed = 60
|
||||
spiral_vase = 0
|
||||
start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\n109 S{temperature} ; set the extruder temp and wait\nG29 ; probe bed\n
|
||||
start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\nM109 S{temperature} ; set the extruder temp and wait\nG29 ; probe bed\n
|
||||
support_material = 1
|
||||
support_material_angle = 0
|
||||
support_material_enforce_layers = 0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
baud_rate = 250000
|
||||
default_slice_engine = Slic3r
|
||||
windows_driver = CDM20824_Setup.exe
|
||||
default_material_presets = PLA
|
||||
|
|
@ -64,7 +64,7 @@ perimeter_extrusion_width = 0
|
|||
perimeter_speed = 60
|
||||
perimeters = 3
|
||||
post_process =
|
||||
print_center = 114.3,127
|
||||
print_center = 114,127
|
||||
raft_layers = 0
|
||||
randomize_start = 1
|
||||
resolution = 0
|
||||
|
|
@ -89,7 +89,7 @@ solid_infill_every_layers = 0
|
|||
solid_infill_extrusion_width = 0
|
||||
solid_infill_speed = 60
|
||||
spiral_vase = 0
|
||||
start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\n109 S{temperature} ; set the extruder temp and wait\nG29 ; probe bed\n
|
||||
start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\nM109 S{temperature} ; set the extruder temp and wait\nG29 ; probe bed\n
|
||||
support_material = 1
|
||||
support_material_angle = 0
|
||||
support_material_enforce_layers = 0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
baud_rate = 250000
|
||||
default_slice_engine = Slic3r
|
||||
windows_driver = CDM20824_Setup.exe
|
||||
default_material_presets = PLA
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
baud_rate = 250000
|
||||
default_slice_engine = Slic3r
|
||||
windows_driver = CDM20824_Setup.exe
|
||||
default_material_presets = PLA
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
baud_rate = 250000
|
||||
default_slice_engine = Slic3r
|
||||
windows_driver = CDM20824_Setup.exe
|
||||
default_material_presets = PLA
|
||||
Loading…
Add table
Add a link
Reference in a new issue