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

    StefaanC

    @StefaanC

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

    StefaanC Unfollow Follow

    Latest posts made by StefaanC

    • RE: Best settings for stepper motors ?

      I am manegd to print the lizard.gcode my tower are on 1000mA extruder 800mA
      extruder steps/mm set to 500 . printhead E3D volcano 0,8mm
      only issue i have was the temp. setting in the lizard gcode was set too low , i had continues put it back To 210° els it would not stick to my buildtac heatbed .

      see video :
      https://youtu.be/hFBDHyYQpVE

      posted in Tuning and tweaking
      StefaanCundefined
      StefaanC
    • RE: Best settings for stepper motors ?

      ok i give a trie to change motors to 1300 and extruder to 663

      posted in Tuning and tweaking
      StefaanCundefined
      StefaanC
    • RE: Best settings for stepper motors ?

      M350 what do i put in this line ? i did make not any changes here .

      posted in Tuning and tweaking
      StefaanCundefined
      StefaanC
    • RE: Best settings for stepper motors ?

      M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation
      M92 X80 Y80 Z80 ; Set axis steps/mm
      M906 X1000 Y1000 Z1000 E800 I60 ; Set motor currents (mA) and increase idle current to 60%
      M201 X1000 Y1000 Z1000 E1000 ; Accelerations (mm/s^2)
      M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min)
      M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute

      posted in Tuning and tweaking
      StefaanCundefined
      StefaanC
    • RE: Best settings for stepper motors ?

      this stepper for towers : Nema 17 Schrittmotor Bipolar 2A 59Ncm 48mm Körper 4-Leiter.

      Manufacturer Part Number 17HS19-2004S1
      Step Angle 1.8°
      Step Accuracy 5%
      Holding Torque 59Ncm(83.6oz.in)
      Rated Current/phase 2.0A
      Phase Resistance 1.4ohms
      Voltage 2.8V
      Inductance 3.0mH±20%(1KHz)
      Weight 400g

      This one for extruder : 5:1 Planetary Gearbox High Torque Nema 17 Stepper Motor 1.68A DIY CNC.
      Manufacturer Part Number 17HS19-1684S-PG5
      Motor Type Bipolar Stepper
      Step Angle(W/O Gearbox) 1.8°
      Holding Torque 2Nm
      Rated Current/phase 1.68A
      Phase Resistance 1.65ohms
      Recommended Voltage 12-24V
      Inductance 2.8mH±20%(1KHz)
      Gearbox Type Planetary
      Gear Ratio(Exact Gear Ratio) 5 + 2/11
      Efficiency 90%
      Backlash at No-load <=1°
      Max.Permissible Torque 2Nm(283oz-in)
      Moment Permissible Torque 4Nm(566oz-in)
      Shaft Maximum Axial Load 50N
      Shaft Maximum Radial Load 100N

      posted in Tuning and tweaking
      StefaanCundefined
      StefaanC
    • Best settings for stepper motors ?

      Hello , what are the best stepper setting for duet and delta , the print starts ok lays a nice flat bottom print
      after a few layers it mis steps a pressure see picture :

      this my config.g

      ; Think3DPrint3D configuration file for Mini Kossel for testing Duet WiFi

      ; Communication and general
      M111 S0 ; Debug off
      M550 PMiniKosselWiFiTest ; Machine name and Netbios name (can be anything you like)
      M551 Preprap ; Machine password (used for FTP)
      ;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits
      M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
      ;*** Wifi Networking
      M552 S1 ; Enable WiFi. Disabled for setup and testing. Enable once set up on your network.

      M555 P2 ; Set output to look like Marlin
      M575 P1 B57600 S1 ; Comms parameters for PanelDue

      G21 ; Work in millimetres
      G90 ; Send absolute coordinates…
      M83 ; ...but relative extruder moves

      ; Axis and motor configuration
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S1 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 4 goes forwards
      M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)
      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration
      M665 R143.903 L370.614 B230 H453.409 ; set delta radius, diagonal rod length, printable radius and homed height
      M666 X-0.908 Y0.383 Z0.100 ; put your endstop adjustments here, or let auto calibration find them
      M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation
      M92 X80 Y80 Z80 ; Set axis steps/mm
      M906 X1000 Y1000 Z1000 E800 I60 ; Set motor currents (mA) and increase idle current to 60%
      M201 X1000 Y1000 Z1000 E1000 ; Accelerations (mm/s^2)
      M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min)
      M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute

      ; Thermistors
      M305 P0 T100000 B3950 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
      M305 P1 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
      M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
      M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds

      ; Fans
      M106 P1 H-1 ; disable thermostatic mode for fan 1

      ; Tool definitions
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures
      ;*** If you have a single-nozzle build, comment the next 2 lines
      M563 P1 D1 H2 ; Define tool 1
      G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures
      M92 E663:663 ; Set extruder steps per mm

      ; Z probe and compensation definition
      ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command
      M558 P1 X0 Y0 Z0 ; Z probe is an IR probe and is not used for homing any axes
      G31 X0 Y40 Z2.20 P500 ; Set the zprobe height and threshold (put your own values here)

      ;*** If you are using axis compensation, put the figures in the following command
      M556 S78 X0 Y0 Z0 ; Axis compensation here

      M208 S1 Z-0.2 ; set minimum Z
      ;
      T0 ; select first hot end

      posted in Tuning and tweaking
      StefaanCundefined
      StefaanC
    • RE: Cant get connected using a mac

      I have a mac too : here you find the information : https://duet3d.com/wiki/Getting_connected
      first download print run for mac aka pronterface => http://koti.kapsi.fi/~kliment/printrun/
      klick on port connection you must see this :/dev/tty.usbmodemFA431
      clic on connect and than follow From step number 4 from the link i set before .
      it is very easy !
      if your printer don't show in your port driver , it is possible you have to install FTDI driver for mac.

      posted in Firmware installation
      StefaanCundefined
      StefaanC
    • RE: How do i connect IR Z probe from pibot 5V

      Hello ; verry strange the pibot ir sensor normally need 5 volt , i did the capacitors away en connect to 3,3v and and sig , en the sensor works when trigger it gives around 643 in pink color , i just did the calibration and get this value : Calibrated 6 factors using 10 points, deviation before 2.979 after 0.351
      Is this a good sign ? after this calibration do have to save this ? so yes how do i do this .

      kind regards stefaan
      thank you for your replies .

      posted in Duet Hardware and wiring
      StefaanCundefined
      StefaanC
    • RE: How do i connect IR Z probe from pibot 5V

      Hello i put te resistors in place the ir sensor is powerd red led , when i come close to it it give a bleu led , it see my finger.
      but when i send M119 gives : Zprobe not stopped ! it is connected on the Zprobe connector 2 wires: 1 Gnd ,1 Zprobe in.
      doe i need doe some g code to let work this probe ?
      Are did i used the wrong board connector ?

      Wifi works Perfect . connection with browser works super too !

      Kind regards stefaan

      posted in Duet Hardware and wiring
      StefaanCundefined
      StefaanC
    • How do i connect IR Z probe from pibot 5V

      Hello , i order yesterday duet wifi control board , my previous was geeetech GT 2560 with pibot 5V rev1.3 IR Z probe
      now i read , that endstops are 3.3 volt do i need to place a resitor between ground and signal ? i did not on my geeetech board.
      To take 5 volt from the board what connector do i have to use ?

      kind reagards stefaan

      posted in Duet Hardware and wiring
      StefaanCundefined
      StefaanC