Close



Results 1 to 10 of 19

Threaded View

  1. #14
    Staff Engineer Roberts_Clif's Avatar
    Join Date
    Jun 2017
    Location
    Washington State, USA
    Posts
    1,151
    Add Roberts_Clif on Thingiverse
    Try Installing Cura 15.04.6 - Here
    Install one or more of the Cura 15.04.6 profile ini files attached.
    1st Layer Print speed 32 ~ 46% No Fan
    All Other Layers Print speed 70-86% Fan Speed about 50%

    I print PLA at 196C ~ 206C with a bed temperature 40C ~ 56C

    Check to be sure that your Ender 3 Printer is defined as your Primary 3D Printer...
    If you need adjust the temperatures higher in the Cura Profiles as needed.

    Hope this will help. I use the same Profiles for ABS only adjust the Nozzle to 228C and the Bed to 96C.

    Hope this We will Help.
    Sometimes we need more information in order to teach you what is required for that perfect print!
    My Profiles work for me they may not work for you.

    Your Start G-Code should look like this
    G21 ;metric values
    G90 ;absolute positioning
    M82 ;set extruder to absolute mode
    ;M106 S127 ;set Fan half speed
    M107 ;start with the fan off
    G28 X0 Y0 ;move X/Y to min endstops
    G28 Z0 ;move Z to min endstops
    G1 Z15.0 F{travel_speed} ;move the platform down 15mm
    ;Put printing message on LCD screen // The line below should contain your Print Message
    M117 My Print...
    G28 X0 Y0
    G1 E4.0 ;prime extruder
    G92 E0 ;reset extruder length
    ;M420 S1 ; Bed Leveling On //// Comment this line it is for my Auto Bed Leveling "On Feature"
    M220 S32.000000


    Your End G-Code should look like this
    M104 S0 ;extruder heater off
    M140 S0 ;heated bed heater off (if you have it)
    G91 ;relative mode
    G1 Z+0.5 E-2 F{travel_speed} ;raise Z above print
    G90 ;absolute mode
    G1 X0 Y270 ;move extruder to rear left Model to front.
    M84 ;steppers off
    G90 ;absolute positioning
    Attached Files Attached Files
    Last edited by Roberts_Clif; 11-26-2018 at 02:20 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •