Slic3r seems to revert to defaults every time I start a prin

All things related to the Rostock MAX 3D Printer, the worlds FIRST Delta kit!
Post Reply
pappahymen
Plasticator
Posts: 6
Joined: Sun Jan 05, 2014 5:43 pm

Slic3r seems to revert to defaults every time I start a prin

Post by pappahymen »

I have completed my construction of the Rostock Max as per the manual and have followed it to the letter for the software setup as well but I cant get Slic3r to work properly. I am trying to do my first print the calibration cube but every time I hit start job, the printer drops the extruder temp to 200 degrees and wont start printing until it hits there. I have tried many times to create profiles and configurations as per the instructions but I haven't been able to. I have them set up but on the Slic3r page or Repetier the configurations are grayed out and I cant select anything. Anyone had a similar experience? I tried to uninstall Repetier and re-install it but that has not helped. Any assistance would be greatly appreciated.
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5391
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: Slic3r seems to revert to defaults every time I start a

Post by mhackney »

Look at the generated gcode file. The header looks like this for Slic3r generated code:

Code: Select all

; generated by Slic3r 1.0.0RC2 on 2014-01-06 at 12:05:41

; layer_height = 0.2
; perimeters = 2
; top_solid_layers = 2
; bottom_solid_layers = 2
; fill_density = .5
; perimeter_speed = 10
; infill_speed = 10
; travel_speed = 500
; nozzle_diameter = 0.5
; filament_diameter = 1.71
; extrusion_multiplier = 1
; perimeters extrusion width = 0.55mm
; infill extrusion width = 0.55mm
; solid infill extrusion width = 0.55mm
; top infill extrusion width = 0.55mm
; first layer extrusion width = 0.55mm

G21 ; set units to millimeters
M104 S235 ; set temperature
G28
G1 Z300 F7500
M109 S235 ; wait for temperature to be reached
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
G1 F9000.000 E-8.00000
G1 Z1.200 F30000.000
G92 E0
; new layer
Notice where it sets the temp on the 2nd code line "M104 235". If you are not seeing the values you set, then you might not be overwriting the original file? Report back.

cheers,
Michael

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
pappahymen
Plasticator
Posts: 6
Joined: Sun Jan 05, 2014 5:43 pm

Re: Slic3r seems to revert to defaults every time I start a

Post by pappahymen »

hollow_cube.gcode
(291.66 KiB) Downloaded 212 times
Michael
Thanks for the reply. I checked the g code and it is definitely overwriting with 200. I am including the G code as well as A screen shot because I cant select the print setting, printer settings or the extruder 1 settings as they are grayed out.
Attachments
slic3r settings grayed.jpg
pappahymen
Plasticator
Posts: 6
Joined: Sun Jan 05, 2014 5:43 pm

Re: Slic3r seems to revert to defaults every time I start a

Post by pappahymen »

G21 ; set units to millimeters
M107
M104 S200 ; set temperature
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle

M109 S200 ; wait for temperature to be reached
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
G1 F1800.000 E-1.00000
G92 E0
G1 Z0.350 F7800.000
G1 X-12.500 Y-19.160 F7800.000
G1 E1.00000 F1800.000
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5391
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: Slic3r seems to revert to defaults every time I start a

Post by mhackney »

Run Slic3r freestanding and save to a different file name to make sure you are actually writing the updated file. I seem to recall that when you tweak Slic3r parameters in Repetier Host you need to save or reload or something. Maybe someone here will remember, I've been slicing in KISSlicer so I've forgotten all that!

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
pappahymen
Plasticator
Posts: 6
Joined: Sun Jan 05, 2014 5:43 pm

Re: Slic3r seems to revert to defaults every time I start a

Post by pappahymen »

I opened the Slic3r independently and changed the settings and exported the gcode. I opened it up and it still says 200 degrees. I think I will try another slicing program. Hopefully it will work better than this.
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5391
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: Slic3r seems to revert to defaults every time I start a

Post by mhackney »

Now that's odd! I'd verify the new temp values and shutdown and relaunch slicr. You do know that you need to click the little disk button to save a configuration correct? Try saving it with a new name too.

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
pappahymen
Plasticator
Posts: 6
Joined: Sun Jan 05, 2014 5:43 pm

Re: Slic3r seems to revert to defaults every time I start a

Post by pappahymen »

Ok it seems like renaming everything again and exporting the gcode worked this time. I will test this and hopefully I am able to print something finally. I will follow up with my results.
Thanks again.
geneb
ULTIMATE 3D JEDI
Posts: 5358
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: Slic3r seems to revert to defaults every time I start a

Post by geneb »

Can you post a screen shot of the Slic3r configuration window that shows the filament temperature?

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
pappahymen
Plasticator
Posts: 6
Joined: Sun Jan 05, 2014 5:43 pm

Re: Slic3r seems to revert to defaults every time I start a

Post by pappahymen »

I was finally able to print after exporting the independently generated G code. Now all I have to do is fine tune the printer to get rid of some problem areas with the printing. Thanks for all the help. But that will have to wait as I have to leave the country for a few days.
Post Reply

Return to “Rostock MAX”