Jump to content

VMA

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by VMA

  1. What settings in Cura can adjust to tell it to cover the small gap in the top layer?  There are 3 other areas similar to this on the part but they are filled in properly, the rest of the print is good.

     

    20210108_160201.thumb.jpg.49867b2b8bfc6329068c9cc32a918000.jpg

     

    3 Top Layers

    1 Top Surface Skin Layer

    0.6 mm Nozzle

    0.32 mm Layer Height

    0.55 mm Line Width (For All Line Widths)

    40 mm/s for Top/Bottom Speed

    30 mm/s for Top Surface Skin Speed

    PETG @ 235

  2. Got it Gr5. (Thanks for your help on this!)

     

    Everything's good to go!  I removed M105 and it didn't make any difference but it was my unknowing that once the bed was heated the extruder would heat, so my original question has been resolved.

     

    Do you have anything else before editing the machine settings in Cura?

  3. Cura Code:

    ;FLAVOR:Marlin
    ;TIME:9466
    ;Filament used: 6.38425m
    ;Layer height: 0.2
    ;MINX:67.24
    ;MINY:30.265
    ;MINZ:0.2
    ;MAXX:152.756
    ;MAXY:131.892
    ;MAXZ:57.8
    ;Generated with Cura_SteamEngine 4.6.1
    M140 S60
    M105
    M190 S60
    M104 S200
    M105
    M109 S200
    M82 ;absolute extrusion mode
    ; Ender 3 Custom Start G-code
    G92 E0 ; Reset Extruder
    G28 ; Home all axes
    G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
    G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
    G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
    G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
    G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
    G92 E0 ; Reset Extruder

     

    Prusa Code:

    ; generated by PrusaSlicer 2.2.0+win64 on 2020-06-29 at 04:30:30 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.38mm
    ; first layer extrusion width = 0.42mm

    M201 X500 Y500 Z100 E5000 ; sets maximum accelerations, mm/sec^2
    M203 X500 Y500 Z10 E60 ; sets maximum feedrates, mm/sec
    M204 P500 R1000 T500 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2
    M205 X8.00 Y8.00 Z0.40 E5.00 ; sets the jerk limits, mm/sec
    M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
    M107
    G90 ; use absolute coordinates
    M83 ; extruder relative mode
    M104 S215 ; set extruder temp
    M140 S50 ; set bed temp
    M190 S50 ; wait for bed temp
    M109 S215 ; wait for extruder temp
    G28 ; home all
    G1 Z2 F240
    G1 X2 Y10 F3000
    G1 Z0.28 F240
    G92 E0.0
    G1 Y190 E15.0 F1500.0 ; intro line
    G1 X2.3 F5000
    G1 Y10 E30 F1200.0 ; intro line
    G92 E0.0
    G21 ; set units to millimeters
    G90 ; use absolute coordinates
    M83 ; use relative distances for extrusion
    ; Filament gcode
    ;BEFORE_LAYER_CHANGE
     

  4. I'm using Ultimaker Cura 4.6.1 with a Creality Ender 3 v.2.

     

    When I set any nozzle temp in Cura, the printer is not being set when I run the print, the temp has to be set manually.  When I create the gcode in PrusaSlicer it works fine.  I can see the gcode telling the printer what to do:

     

    M140 S60
    M105
    M190 S60
    M104 S200
    M105
    M109 S200

     

    However, the printer will start unless I manually set the temp on the printer.  Oddly there's no issue with bed temp.

     

    Any input would be appreciated.

     

    Regards,

     

    Kevin

×
×
  • Create New...