Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Frank833
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 18
    • Best 0
    • Controversial 0
    • Groups 0

    Frank833

    @Frank833

    0
    Reputation
    1
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Frank833 Unfollow Follow

    Latest posts made by Frank833

    • RE: Multiple duetwifi's in one page

      Also, if this does what you want, I suspect that with 1.19 you can put the file in the www directory on the SD card of one (or all) the machines. Then you can refer your browser to that file. That way, all PCs have access to the same page.

      posted in General Discussion
      Frank833undefined
      Frank833
    • RE: A couple of questions

      One word of caution, terminals 1 & 2 are LIVE MAINS VOLTAGE. So make sure kiddies cannot get their fingers on them!

      posted in General Discussion
      Frank833undefined
      Frank833
    • RE: A couple of questions

      This is the SSR I use:

      http://www.ebay.com/itm/Output-24V-380V-25A-SSR-25-DA-Solid-State-Relay-PID-Temperature-Controller-/321871629524?epid=0&hash=item4af10b4cd4:g:seoAAOSwiLdV~3hX

      At $5, can't beat the price. Has an indicator light (so it's obvious when it's on). I mounted it to a heat sink, but it does not get warm in my use, so that is probably over kill.

      Will handle 24-380VAC for the heater and can be switched by 3-32VDC. It is rated at 25A so this should work for practically anyone.

      I assume it is made in China so is probably available outside the US easily.

      posted in General Discussion
      Frank833undefined
      Frank833
    • RE: Multiple duetwifi's in one page

      I cannot pull up the page with your sample (gets an HTTP 502 error). But assuming you want a single web page that shows 4 different DWCs….

      You can make a basic HTML page on your PC. In it have 4 iFrames. Each iFrame has the URL of one of 4 DWCs.

      Below is the MOST BASIC html file to get you started. Save this to a file (ending with .html) to your PC. Then open it in your browser. If all works for you, update the URLs as needed.

      <iframe src="https://www.duet3d.com/DuetWebControlSim/" width="45%" height="45%"><br /> alternative content for browsers which do not support iframe.<br /></iframe>
      <iframe src="https://www.duet3d.com/DuetWebControlSim/" width="45%" height="45%"><br /> alternative content for browsers which do not support iframe.<br /></iframe>
      <iframe src="https://www.duet3d.com/DuetWebControlSim/" width="45%" height="45%"><br /> alternative content for browsers which do not support iframe.<br /></iframe>
      <iframe src="https://www.duet3d.com/DuetWebControlSim/" width="45%" height="45%"><br /> alternative content for browsers which do not support iframe.<br /></iframe>

      posted in General Discussion
      Frank833undefined
      Frank833
    • RE: Slow file upload to Duet Wifi

      I can't comment on SD fragmentation issues…

      But in general, when we see that is is 'normal' for transfers to start fast and then slow down, it is caused by a router (or bandwidth manager), throttling speed. These throttles are generally setup to allow short transfers to be fast (so normal web browsing gets good performance), and slows larger transfers. The methods employed to slow the transfers often result in TCP errors.

      If speeds are just hit or miss, it is generally contention somewhere. With WiFi, a busy network takes lots of errors - hurting everyone. You might check and see how many other APs are in your area (how many can you 'see' with your phone?). If there are others, setting your AP to a different channel may help.

      posted in General Discussion
      Frank833undefined
      Frank833
    • RE: Connect issues on a specific computer after upgrading to Wifi

      Wasn't really a problem. I have an iPad I just leave by the printer. Phone works fine too.

      I know a few of us had this problem and most did not.

      posted in General Discussion
      Frank833undefined
      Frank833
    • RE: Someone smarter than me…....Please Help

      @Fishbyte:

      @Frank833 I just ordered one and question, does it go inline with one of the cables going to heat bed or does it go across both wires that go to the heatbed ? Thanks

      It goes in-line in your + or 'load' (if mains). So put it between the SSR, SCR, Relay or Duet (whatever is powering your heater) and the heater.

      It is just a dumb switch - it just disconnects the circuit if it gets too hot. Press the button to reset it. They sometime 'break' if they trip (fail to reset).

      posted in General Discussion
      Frank833undefined
      Frank833
    • RE: Connect issues on a specific computer after upgrading to Wifi

      I upgraded to 1.19.2 last night. It FIXED this problem which I have had consistently since starting to use my Duet Wifi in early 2017.

      posted in General Discussion
      Frank833undefined
      Frank833
    • RE: Printing Status Issues & Suggestions

      DWC shows the correct layer height 0.6 / 0.4 (first layer is 0.6).

      Slic3r(Prusa) does some funky things with supports, when I look at individual layers in Slic3r some have only supports and some have only the actual object. It could be that is getting it confused.

      The reported layer height (592) * 0.4 = 9.3" which is about the actual height of this print. The printed layers on this print went to about 750 before it finished. The print is not that tall.

      posted in Duet Web Control wishlist
      Frank833undefined
      Frank833
    • RE: Printing Status Issues & Suggestions

      Thanks, this is where it belongs, I did not scroll down so did not even see this area…

      Looking at the gcode, I don't see where it has 592 as the number of layers. If I should be looking for something specific, please let me know. Here is top/bottom of the code:

      ; generated by Slic3r 1.36.2-prusa3d-stable-win64 on 2017-09-14 at 23:06:23

      ;

      ; external perimeters extrusion width = 0.90mm
      ; perimeters extrusion width = 0.90mm
      ; infill extrusion width = 0.90mm
      ; solid infill extrusion width = 0.90mm
      ; top infill extrusion width = 0.80mm
      ; support material extrusion width = 0.80mm

      M104 S200 ; set temperature
      G90 ; absolute positioning
      M83 ; extruder relative mode
      M140 S45 ; set bed temp
      G10 P1 Z0.0 R200 S200 ; set extruder 1 temp
      M207 S4.0 R4.0 F2400 Z0.6 ; Settings for Firmware retraction
      G1 X0 Y0; 0 XY axis
      M116 P1 ; Wait for extruder to heat

      ; Filament gcode

      M109 S200 ; set temperature and wait for it to be reached
      G21 ; set units to millimeters
      G90 ; use absolute coordinates
      M83 ; use relative distances for extrusion
      G10 ; retract
      G1 Z0.600 F3000.000
      G1 X-24.259 Y26.996 F3000.000
      G11 ; unretract
      G1 F438.982
      G1 X-25.272 Y26.996 E0.18330
      G1 X-25.272 Y29.350 E0.42586
      ..................snip......................
      G1 X-64.181 Y0.588 E0.11638
      G1 X-69.059 Y5.466 E0.78964
      G1 X-68.042 Y5.466 E0.11638
      G1 X-64.181 Y1.605 E0.62505
      G1 X-64.181 Y2.622 E0.11638
      G1 X-67.025 Y5.466 E0.46046
      G1 X-66.008 Y5.466 E0.11638
      G1 X-64.181 Y3.638 E0.29587
      G1 X-64.181 Y4.655 E0.11638
      G1 X-65.313 Y5.787 E0.18331
      G10 ; retract
      ; Filament-specific end gcode
      ;END gcode for filament

      G10 P1 R0 S0 ; set extruder 1 temps to 0
      M140 S0 R0 ; turn off heatbed
      G4 P30000; wait 30 seconds (let extruder cool)
      M106 S0 ; turn off fan
      G91 ; relative positioning
      G1 Z25 ; Move head UP 25mm
      G90 ; back to absolute positioning
      G1 X0 Y0; home XY axis
      M84 ; disable motors
      ; filament used = 352711.8mm (848.4cm3)
      ; filament used = 1060.5
      ; filament cost = 21.2
      ; total filament cost = 21.2

      ; avoid_crossing_perimeters = 0
      ; bed_shape = 268.521x28.2227,264.1x56.1362,256.785x83.4346,246.657x109.819,233.827x135,218.435x158.702,200.649x180.665,180.665x200.649,158.702x218.435,135x233.827,109.819x246.657,83.4346x256.785,56.1362x264.1,28.2227x268.521,0x270,-28.2227x268.521,-56.1362x264.1,-83.4346x256.785,-109.819x246.657,-135x233.827,-158.702x218.435,-180.665x200.649,-200.649x180.665,-218.435x158.702,-233.827x135,-246.657x109.819,-256.785x83.4346,-264.1x56.1362,-268.521x28.2227,-270x0,-268.521x-28.2227,-264.1x-56.1362,-256.785x-83.4346,-246.657x-109.819,-233.827x-135,-218.435x-158.702,-200.649x-180.665,-180.665x-200.649,-158.702x-218.435,-135x-233.827,-109.819x-246.657,-83.4346x-256.785,-56.1362x-264.1,-28.2227x-268.521,0x-270,28.2227x-268.521,56.1362x-264.1,83.4346x-256.785,109.819x-246.657,135x-233.827,158.702x-218.435,180.665x-200.649,200.649x-180.665,218.435x-158.702,233.827x-135,246.657x-109.819,256.785x-83.4346,264.1x-56.1362,268.521x-28.2227,270x0
      ; bed_temperature = 45
      ; before_layer_gcode =
      ; bridge_acceleration = 0
      ; bridge_fan_speed = 100
      ; brim_width = 5
      ; complete_objects = 0
      ; cooling = 0
      ; default_acceleration = 0
      ; deretract_speed = 0
      ; disable_fan_first_layers = 1
      ; duplicate_distance = 6
      ; end_filament_gcode = "; Filament-specific end gcode \n;END gcode for filament\n"
      ; end_gcode = G10 P1 R0 S0 ; set extruder 1 temps to 0\nM140 S0 R0 ; turn off heatbed\nG4 P30000; wait 30 seconds (let extruder cool)\nM106 S0 ; turn off fan\nG91 ; relative positioning\nG1 Z25 ; Move head UP 25mm\nG90 ; back to absolute positioning\nG1 X0 Y0; home XY axis\nM84 ; disable motors
      ; extruder_clearance_height = 20
      ; extruder_clearance_radius = 20
      ; extruder_colour = ""
      ; extruder_offset = 0x0
      ; extrusion_axis = E
      ; extrusion_multiplier = 1
      ; fan_always_on = 0
      ; fan_below_layer_time = 100
      ; filament_colour = #80FF00
      ; filament_cost = 20
      ; filament_density = 1.25
      ; filament_diameter = 1.75
      ; filament_max_volumetric_speed = 8
      ; filament_notes = ""
      ; filament_soluble = 0
      ; filament_type = PLA
      ; first_layer_acceleration = 0
      ; first_layer_bed_temperature = 45
      ; first_layer_extrusion_width = 0
      ; first_layer_speed = 50%
      ; first_layer_temperature = 200
      ; gcode_comments = 0
      ; gcode_flavor = reprap
      ; infill_acceleration = 0
      ; infill_first = 0
      ; layer_gcode =
      ; max_fan_speed = 100
      ; max_layer_height = 0
      ; max_print_speed = 40
      ; max_volumetric_extrusion_rate_slope_negative = 0
      ; max_volumetric_extrusion_rate_slope_positive = 0
      ; max_volumetric_speed = 0
      ; min_fan_speed = 35
      ; min_layer_height = 0.07
      ; min_print_speed = 10
      ; min_skirt_length = 50
      ; notes =
      ; nozzle_diameter = 0.8
      ; only_retract_when_crossing_perimeters = 0
      ; ooze_prevention = 0
      ; output_filename_format = [input_filename_base].gcode
      ; perimeter_acceleration = 0
      ; post_process =
      ; printer_notes =
      ; resolution = 0
      ; retract_before_travel = 1
      ; retract_before_wipe = 0%
      ; retract_layer_change = 1
      ; retract_length = 7
      ; retract_length_toolchange = 10
      ; retract_lift = 0
      ; retract_lift_above = 0
      ; retract_lift_below = 0
      ; retract_restart_extra = 0
      ; retract_restart_extra_toolchange = 0
      ; retract_speed = 40
      ; single_extruder_multi_material = 0
      ; skirt_distance = 5
      ; skirt_height = 1
      ; skirts = 0
      ; slowdown_below_layer_time = 5
      ; spiral_vase = 0
      ; standby_temperature_delta = -5
      ; start_filament_gcode = "; Filament gcode\n"
      ; start_gcode = G90 ; absolute positioning\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nG10 P1 Z0.0 R[first_layer_temperature] S[first_layer_temperature] ; set extruder 1 temp\nM207 S4.0 R4.0 F2400 Z0.6 ; Settings for Firmware retraction\nG1 X0 Y0; 0 XY axis\nM116 P1 ; Wait for extruder to heat\n
      ; temperature = 210
      ; threads = 8
      ; toolchange_gcode =
      ; travel_speed = 50
      ; use_firmware_retraction = 1
      ; use_relative_e_distances = 1
      ; use_volumetric_e = 0
      ; variable_layer_height = 0
      ; wipe = 0
      ; wipe_tower = 0
      ; wipe_tower_per_color_wipe = 15
      ; wipe_tower_width = 60
      ; wipe_tower_x = 180
      ; wipe_tower_y = 140
      ; z_offset = 0
      ; clip_multipart_objects = 0
      ; dont_support_bridges = 0
      ; elefant_foot_compensation = 0
      ; extrusion_width = 0
      ; first_layer_height = 0.6
      ; infill_only_where_needed = 0
      ; interface_shells = 0
      ; layer_height = 0.4
      ; raft_layers = 0
      ; seam_position = aligned
      ; support_material = 1
      ; support_material_angle = 0
      ; support_material_buildplate_only = 0
      ; support_material_contact_distance = 0.2
      ; support_material_enforce_layers = 0
      ; support_material_extruder = 1
      ; support_material_extrusion_width = 0
      ; support_material_interface_contact_loops = 0
      ; support_material_interface_extruder = 1
      ; support_material_interface_layers = 3
      ; support_material_interface_spacing = 0
      ; support_material_interface_speed = 0
      ; support_material_pattern = rectilinear-grid
      ; support_material_spacing = 5
      ; support_material_speed = 0
      ; support_material_synchronize_layers = 0
      ; support_material_threshold = 25
      ; support_material_with_sheath = 1
      ; support_material_xy_spacing = 50%
      ; xy_size_compensation = 0
      ; bottom_solid_layers = 2
      ; bridge_flow_ratio = 1
      ; bridge_speed = 0
      ; ensure_vertical_shell_thickness = 1
      ; external_fill_pattern = rectilinear
      ; external_perimeter_extrusion_width = 0
      ; external_perimeter_speed = 0
      ; external_perimeters_first = 0
      ; extra_perimeters = 1
      ; fill_angle = 45
      ; fill_density = 10%
      ; fill_pattern = rectilinear
      ; gap_fill_speed = 0
      ; infill_every_layers = 1
      ; infill_extruder = 1
      ; infill_extrusion_width = 0
      ; infill_overlap = 25%
      ; infill_speed = 0
      ; overhangs = 1
      ; perimeter_extruder = 1
      ; perimeter_extrusion_width = 0
      ; perimeter_speed = 0
      ; perimeters = 2
      ; small_perimeter_speed = 0
      ; solid_infill_below_area = 70
      ; solid_infill_every_layers = 20
      ; solid_infill_extruder = 1
      ; solid_infill_extrusion_width = 0
      ; solid_infill_speed = 0
      ; thin_walls = 1
      ; top_infill_extrusion_width = 0
      ; top_solid_infill_speed = 0
      ; top_solid_layers = 2

      posted in Duet Web Control wishlist
      Frank833undefined
      Frank833