Using Slic3r wth XYZ Davinci 1.0 3D Printer

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • The limitations of XYZware comes with Davinci 3D printers are well known as infill patterns, printing speed and, most importantly, extruder temperature. Here, we propose to use Slic3r to generate G-code for davinci 3d printers in order to overcome such issues.
    IMPORTANT NOTICE!
    If your extruder is "clicking" on the first layer, you must adjust the bed! Otherwise you will have a very poor printing quality!
    A header for slic3r exported g-code is needed for xyzware to recognize. The numbers in the header are not quite necessary that you may leave them as is and paste them into your slic3r.
    The header mentioned in the video is as follows:
    ; filename = Task.3w
    ; print_time = 1267
    ; machine = daVinciF10
    ; total_layers = 39
    ; version = 15062609
    ; total_filament = 1485.95
    ; nozzle_diameter = 0.40
    ; layer_height = 0.20
    ; support_material = 0
    ; support_material_extruder = 1
    ; extruder_filament = 1485.95:0.00
    ; extruder = 1
    ; filamentid = 50,50,
    ; materialid = 0,
    ; fill_density = 0.20
    ; raft_layers = 0
    ; support_density = 0.15
    ; shells = 2
    ; speed = 45
    ; brim_width = 0
    ; dimension = 36.09:36.46:7.95
    G21 ; set units to millimeters
    M107
    ;M104 S0 ; set temperature
    ;M109 S0 ; wait for temperature to be reached

Комментарии • 49