Jump to content

obewan

Member
  • Posts

    166
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by obewan

  1. You need to put the bed and extruder placeholders in the machine start Gcode

     

    eg

     

    G21 ; set units to millimeters
    G90 ; use absolute positioning
    M80 ;power supply on
    M104 S{material_print_temperature_layer_0} ; set extruder temp
    M140 S{material_bed_temperature_layer_0} ; set bed temp
    M190 S{material_bed_temperature_layer_0} ; wait for bed temp
    M109 S{material_print_temperature_layer_0} ; wait for extruder temp
    G92 E0.0 ; reset extruder distance position
     

  2. So i made a 11mm box and sure enough when i sliced it at 0.2 layer height it had 54 layer(which equates too 10.8 mm)

    The only setting i could find that effected this is the slicing tolerance, exclusive gave 54 layers, inclusinve gave 56 layer, middle gives the correct layers at 55.

     

  3. Quote

    /**
     * Default Max Feed Rate (mm/s)
     * Override with M203
     *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
     */
    #define DEFAULT_MAX_FEEDRATE          { 300, 300, 5, 25 }
     

    The above is from Marlin configuration.h

     

    It seems Marlins default max feedrate limits the extruder tp 25mm/s

    Try sending A M203 E50 and see if it allows you to go faster.

     

  4. I also have 'no' rotate option in the marketplace, i DO however have a rotate button on the left hand tools bar.

    Silly question, but you do have a stl loaded and have clicked on the object.on the bed ?

     

     

    Dont shoot me down if i have stated the obvious :)

  5. I guess this is a 3dlabprint model, these stl are single line (no wall thickness) i found there are several cura settings that will prevent the iner structure from being sliced, mainly slicing tollerance that needs to be set at 'exclusive' and surface mode set as 'both' there are others also.

     

    I have attached a cura 3.6 profile that i use to print these planes

     

    hope it helps

     

    wing-single wall.curaprofile

  6. 5 hours ago, Smithy said:

    Don't work if the bottom is not flat, so you have to lower the object in the bed to get a flat bottom.

    Agreed, but clicking 'lay flat' on this particular object flips it onto the other face, which allows you to print it ok.

×
×
  • Create New...