Notifications
Clear all
Prusa slicer printing 2mm high
Hello, when I slice with cura it ran fine.
When I slice with prusaslicer the test line is fine then when it moves to print the model it starts atleast 2mm high.
I have no Z offset in prusaslicer and haven't modified the start code.
sample of gcode attached.
Posted : 14/03/2023 10:50 pm
RE: Prusa slicer printing 2mm high
Nothing was attached to your post. But instead of the gcode file, save the project file (File -> Save Project). Zip that .3mf file (forum silently rejects most file types, but accepts .zip) and post that. The .3mf file will have all the setting you used.
Posted : 15/03/2023 11:20 am
Topic starter
answered:
RE: Prusa slicer printing 2mm high
That's weird maybe it's not allowed on here. I don't use 3mf I use STL's.
; generated by PrusaSlicer 2.5.0+win64 on 2023-03-14 at 21:40:52 UTC ; ; external perimeters extrusion width = 0.45mm ; perimeters extrusion width = 0.45mm ; infill extrusion width = 0.45mm ; solid infill extrusion width = 0.45mm ; top infill extrusion width = 0.40mm ; support material extrusion width = 0.35mm ; first layer extrusion width = 0.42mm M73 P0 R163 M73 Q0 S165 M201 X1000 Y1000 Z200 E5000 ; sets maximum accelerations, mm/sec^2 M203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm / sec M204 P1250 R1250 T1250 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2 M205 X8.00 Y8.00 Z0.40 E4.50 ; sets the jerk limits, mm/sec M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec M107 ;TYPE:Custom M862.3 P "MK3S" ; printer model check M862.1 P0.4 ; nozzle diameter check M115 U3.10.1 ; tell printer latest fw version G90 ; use absolute coordinates M83 ; extruder relative mode M104 S238 ; set extruder temp M140 S100 ; set bed temp M190 S100 ; wait for bed temp M109 S238 ; wait for extruder temp G28 W ; home all without mesh bed level G80 ; mesh bed leveling G1 Z0.2 F720 G1 Y-3 F1000 ; go outside print area G92 E0 G1 X60 E9 F1000 ; intro line G1 X100 E12.5 F1000 ; intro line G92 E0 M221 S95 ; Don't change E values below. Excessive value can damage the printer. M907 E538 ; set extruder motor current G21 ; set units to millimeters G90 ; use absolute coordinates M83 ; use relative distances for extrusion M900 K0.04 ; Filament gcode LA 1.5 M900 K20 ; Filament gcode LA 1.0 M107 ;LAYER_CHANGE ;Z:0.2 ;HEIGHT:0.2 ;BEFORE_LAYER_CHANGE G92 E0.0 ;0.2 G1 E-.8 F2100 G1 Z.2 F720 ;AFTER_LAYER_CHANGE ;0.2 G1 X79.181 Y64.716 F10800 G1 E.8 F2100 M204 S800 ;TYPE:Skirt/Brim ;WIDTH:0.42 G1 F1200 G1 X79.931 Y64.097 E.02977 G1 X82.063 Y63.366 E.06897 G1 X114.967 Y63.366 E1.00692 G1 X115.331 Y63.316 E.01124 G1 X134.692 Y63.32 E.59247 G1 X135.04 Y63.366 E.01075 G1 X167.89 Y63.366 E1.00526 G1 X169.204 Y63.681 E.04135 G1 X170.258 Y64.235 E.03644 G1 X171.223 Y65.151 E.04072 G1 X171.889 Y66.239 E.03902 G1 X172.285 Y67.757 E.04803 G1 X172.285 Y146.938 E2.42309 G1 X171.969 Y148.25 E.04127 M73 Q0 S164
Posted : 16/03/2023 4:49 pm
Topic starter
answered:
RE: Prusa slicer printing 2mm high
I updated to prusaslicer 2.5.1 and deleted all of my presets, hopefully that resolves it.
Posted : 16/03/2023 6:21 pm