Slic3r drama
Posted: Sat Mar 08, 2014 8:35 pm
I'm having problems with Slic3r. I'm new--so forgive if I'm just missing something obvious.
My new Orion is amazing, and all the test files on the SD card print beautifully.
The problem is that the Gcode Slic3r is producing doesn't seem to reflect my filament size and temp configurations. The Filament size is fixed at 3, and the temperature settings are ignored as well.
If I run slicer outside of Repetier Host, I get the accurate code and save it to an SD card to print. From within Rep Host, even though my config settings
seem correct (1.75 filament), the resulting code shows filament diameter at 3, and the bed and nozzle temps are off:
; generated by Slic3r 1.0.0RC3 on 2014-03-08 at 17:04:39
; layer_height = .2
; perimeters = 3
; top_solid_layers = 5
; bottom_solid_layers = 3
; fill_density = .3
; perimeter_speed = 30
; infill_speed = 30
; travel_speed = 200
; nozzle_diameter = 0.5
; filament_diameter = 3
; extrusion_multiplier = 1
; perimeters extrusion width = 0.45mm
; infill extrusion width = 0.45mm
; solid infill extrusion width = 0.45mm
; top infill extrusion width = 0.40mm
; first layer extrusion width = 0.60mm
G21 ; set units to millimeters
M107
G28
M104 S200
M190 S0
M109 S200
; BEGINNING OF HEAD MOVEMENT WARNING TONES
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M117 KEEP HANDS AWAY
G4 S3
; END OF HEAD WARNING TONES
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
G1 F6000.000 E-5.40000
G1 Z0.550 F12000.000
G92 E0
And here's the code generated by the external slic3r:
; generated by Slic3r 1.0.0RC3 on 2014-03-08 at 16:30:17
; layer_height = .2
; perimeters = 3
; top_solid_layers = 5
; bottom_solid_layers = 3
; fill_density = .3
; perimeter_speed = 30
; infill_speed = 30
; travel_speed = 200
; nozzle_diameter = 0.5
; filament_diameter = 1.75
; extrusion_multiplier = 1
; perimeters extrusion width = 0.50mm
; infill extrusion width = 1.02mm
; solid infill extrusion width = 0.85mm
; top infill extrusion width = 0.85mm
; first layer extrusion width = 1.00mm
G21 ; set units to millimeters
M107
G28
M104 S225
M190 S90
M109 S225
; BEGINNING OF HEAD MOVEMENT WARNING TONES
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M117 KEEP HANDS AWAY
G4 S3
; END OF HEAD WARNING TONES
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
G1 F1800.000 E-5.40000
G1 Z0.700 F12000.000
G92 E0
G1 X-0.601 Y22.772 F12000.000
G1 Z0.500 F12000.000
G1 E5.40000 F1800.000
My new Orion is amazing, and all the test files on the SD card print beautifully.
The problem is that the Gcode Slic3r is producing doesn't seem to reflect my filament size and temp configurations. The Filament size is fixed at 3, and the temperature settings are ignored as well.
If I run slicer outside of Repetier Host, I get the accurate code and save it to an SD card to print. From within Rep Host, even though my config settings
seem correct (1.75 filament), the resulting code shows filament diameter at 3, and the bed and nozzle temps are off:
; generated by Slic3r 1.0.0RC3 on 2014-03-08 at 17:04:39
; layer_height = .2
; perimeters = 3
; top_solid_layers = 5
; bottom_solid_layers = 3
; fill_density = .3
; perimeter_speed = 30
; infill_speed = 30
; travel_speed = 200
; nozzle_diameter = 0.5
; filament_diameter = 3
; extrusion_multiplier = 1
; perimeters extrusion width = 0.45mm
; infill extrusion width = 0.45mm
; solid infill extrusion width = 0.45mm
; top infill extrusion width = 0.40mm
; first layer extrusion width = 0.60mm
G21 ; set units to millimeters
M107
G28
M104 S200
M190 S0
M109 S200
; BEGINNING OF HEAD MOVEMENT WARNING TONES
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M117 KEEP HANDS AWAY
G4 S3
; END OF HEAD WARNING TONES
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
G1 F6000.000 E-5.40000
G1 Z0.550 F12000.000
G92 E0
And here's the code generated by the external slic3r:
; generated by Slic3r 1.0.0RC3 on 2014-03-08 at 16:30:17
; layer_height = .2
; perimeters = 3
; top_solid_layers = 5
; bottom_solid_layers = 3
; fill_density = .3
; perimeter_speed = 30
; infill_speed = 30
; travel_speed = 200
; nozzle_diameter = 0.5
; filament_diameter = 1.75
; extrusion_multiplier = 1
; perimeters extrusion width = 0.50mm
; infill extrusion width = 1.02mm
; solid infill extrusion width = 0.85mm
; top infill extrusion width = 0.85mm
; first layer extrusion width = 1.00mm
G21 ; set units to millimeters
M107
G28
M104 S225
M190 S90
M109 S225
; BEGINNING OF HEAD MOVEMENT WARNING TONES
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M120 S4 P10
G4 P40
M117 KEEP HANDS AWAY
G4 S3
; END OF HEAD WARNING TONES
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
G1 F1800.000 E-5.40000
G1 Z0.700 F12000.000
G92 E0
G1 X-0.601 Y22.772 F12000.000
G1 Z0.500 F12000.000
G1 E5.40000 F1800.000