Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Last active November 11, 2024 18:58
Show Gist options
  • Save peteristhegreat/460c1a5e599c74fde5fe51ce7ca23f4e to your computer and use it in GitHub Desktop.
Save peteristhegreat/460c1a5e599c74fde5fe51ce7ca23f4e to your computer and use it in GitHub Desktop.
Tenlog Hands 2, Cura Setup, Cura Profile, Start gcode, End gcode

Introduction

Get this directly from Tenlog

https://www.tenlog3d.com/blog/how-to-set-up-the-latest-cura-for-tenlog-dmp-3d-printer_b21

Google Drive link for cura profile...

https://drive.google.com/drive/folders/1rIBKh7Ese6b8loxL9J_prINBMDmiQEfZ?usp=sharing

My shorthand of the directions are below:

Cura > Add Printer > Custom FFF Printer

Printer Dimensions

  • 220mm220mm250mm

Printer (tab)

Machine Settings

Printer Settings
X (Width)
  220mm
Y (Depth)
  220mm
Z (Height)
  250mm
Build plate shape
  Rectangular (default)
Origin at center
  (unchecked) (default)
Heated bed
  (checked)  # Click this
G-code flavor
  Marlin (default)
Printhead Settings
X min
  -75mm
Y min
  -18mm
X max
  18mm
Y max
  35mm
Gantry Height
  250mm
Number of Extruders
  2
Apply Extruder offsets to GCode
  (checked) (default)

Start GCode

G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 ;Move to min endstops
G1 Z15.0 F9000 ;move the platform down 15mm
M117 Printing...

End GCode

M104 T0 S0 ;1st extruder heater off
M104 T1 S0 ;2nd extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300  ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning

Extruder 1/2 (tabs)

Nozzle Settings

Nozzle size
  0.4mm
Compatible material diameter
  1.75mm
Nozzle offset X
  0mm
Nozzle offset Y
  0mm
Cooling Fan Number
  0

(Blank gcode for Extruder Start and Extruder End)

PK ! .¼<Í Í  tl-d3pro_draft_#2[general]
version = 4
name = Draft #2
definition = fdmprinter
[metadata]
setting_version = 10
type = quality_changes
quality_type = draft
[values]
material_bed_temperature = 45
retraction_combing = all
PK ! ešZ› ›  tl_dual_0_#3_draft_#2[general]
version = 4
name = Draft #2
definition = fdmprinter
[metadata]
position = 0
setting_version = 10
intent_category = default
type = quality_changes
quality_type = draft
[values]
material_print_temperature = 200
retract_at_layer_change = True
retraction_amount = 3
skin_overlap = 20.0
speed_travel = 60.0
support_angle = 70
support_infill_rate = 30
support_xy_distance = 0.2
support_z_distance = 0.15
PK ! SÃ ´_ _  tl_dual_1_#3_draft_#2[general]
version = 4
name = Draft #2
definition = fdmprinter
[metadata]
position = 1
setting_version = 10
intent_category = default
type = quality_changes
quality_type = draft
[values]
infill_sparse_density = 50
material_print_temperature = 200
material_standby_temperature = 190.0
retraction_speed = 60.0
speed_travel = 60.0
wall_thickness = 0.8
PK  ! .¼<Í Í  tl-d3pro_draft_#2PK  ! ešZ› ›  ü tl_dual_0_#3_draft_#2PK  ! SÃ ´_ _  Ê tl_dual_1_#3_draft_#2PK   Å \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment