Jump to content

mauriziop

Dormant
  • Posts

    3
  • Joined

  • Last visited

Posts posted by mauriziop

  1. Hello to all,
    I want to change the lines highlighted in yellow, are the gcode that cure has set by default, I have a custom printer fdm but I can not find which json file in the folder ? \ Program Files \ Ultimaker Cura 3.3 \ resources \ definitions I have to change, I tried to look in fdmextruder and fdmprinter but I did not find anything, can someone help me?
    Thanks for the time spent Maurizio

     

    ;FLAVOR:RepRap
    ;TIME:52841
    ;Filament used: 0m
    ;Layer height: 0.2
    ;Generated with Cura_SteamEngine 3.3.1
    T1
    M104 T1 S200
    M109 T1 S200

    M82 ;absolute extrusion mode

    ; Start GCode General
    ;Sliced at: Thu 17-05-2018 10:46:40
    G21        ;metric values
    G90        ;absolute positioning
    M82        ;set extruder to absolute mode
    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
    ;M25         ;PAUSE
    G1 F{travel_speed}

    M83 ;relative extrusion mode
    G1 F1500 E-6.5
    ;LAYER_COUNT:101
    ;LAYER:0
    G1 F1200 E-9.5
    T1
    M82 ;absolute extrusion mode

    ;Estrusore 1
    T1                      ;Switch to the 2nd extruder
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again

  2. Hello to all,
    I want to change the lines highlighted in yellow, are the gcode that cure has set by default, I have a custom printer fdm but I can not find which json file in the folder ? \ Program Files \ Ultimaker Cura 3.3 \ resources \ definitions I have to change, I tried to look in fdmextruder and fdmprinter but I did not find anything, can someone help me?
    Thanks for the time spent Maurizio

     

    ;FLAVOR:RepRap
    ;TIME:52841
    ;Filament used: 0m
    ;Layer height: 0.2
    ;Generated with Cura_SteamEngine 3.3.1
    T1
    M104 T1 S200
    M109 T1 S200

    M82 ;absolute extrusion mode

    ; Start GCode General
    ;Sliced at: Thu 17-05-2018 10:46:40
    G21        ;metric values
    G90        ;absolute positioning
    M82        ;set extruder to absolute mode
    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
    ;M25         ;PAUSE
    G1 F{travel_speed}

    M83 ;relative extrusion mode
    G1 F1500 E-6.5
    ;LAYER_COUNT:101
    ;LAYER:0
    G1 F1200 E-9.5
    T1
    M82 ;absolute extrusion mode

    ;Estrusore 1
    T1                      ;Switch to the 2nd extruder
    G92 E0                  ;zero the extruded length
    G1 F200 E10             ;extrude 10mm of feed stock
    G92 E0                  ;zero the extruded length again
     

×
×
  • Create New...