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

    olo2000pm

    @olo2000pm

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

    olo2000pm Unfollow Follow

    Latest posts made by olo2000pm

    • RE: Duet wifi v1.04, upgraded reprap firmware 2.03

      Problem solved.
      I added M107 to the kisslicer
      Thank you for your help

      posted in Duet Hardware and wiring
      olo2000pmundefined
      olo2000pm
    • RE: Duet wifi v1.04, upgraded reprap firmware 2.03

      Why does this record not turn off the fans?
      M106 P1 H-1 S0
      M106 P2 H-1 S0

      After all, it shows that the thermostat is turned off

      posted in Duet Hardware and wiring
      olo2000pmundefined
      olo2000pm
    • RE: Duet wifi v1.04, upgraded reprap firmware 2.03

      ; KISSlicer - PRO
      ; Windows
      ; version 2 a 0.4.4 Win64
      ; Built: Jul 7 2018, 11:14:03
      ; Running on 4 cores
      ;
      ; Saved: 2019-07-18 20:21:29
      ; 'PI3_mitsubishiL mitsubishiPP.gcode'
      ;
      ; Anti-shrink gain x=1.000000, y=1.000000, z=1.000000
      ;
      ; *** Printer Settings ***
      ;
      ; printer_name = Tryb kopii - ABS
      ; profile_date = 2019-07-18 20:20:59
      ; bed_STL_filename =
      ; extension = gcode
      ; cost_per_hour = 0
      ; g_code_prefix = 473231200A473930200A4D3832200A4732380A473120
      ; ^ 5A350A54320A54203C455854202B20313E0A4D3134302053203C4245
      ; ^ 443E200A4D313136200A4D3130342053203C54454D503E200A4D3130
      ; ^ 392053203C54454D503E200A4D3130342053203C54454D503E0A5432
      ; ^ 20
      ; > Decoded
      ; > G21
      ; > G90
      ; > M82
      ; > G28
      ; > G1 Z5
      ; > T2
      ; > T <EXT + 1>
      ; > M140 S <BED>
      ; > M116
      ; > M104 S <TEMP>
      ; > M109 S <TEMP>
      ; > M104 S <TEMP>
      ; > T2
      ; g_code_preheat = 3B20686561742074686520286E6578742C207468656
      ; ^ E2063757272656E742920657874727564657220776974686F7574207
      ; ^ 7616974696E670A3B4D31303420533C54454D503E20543C4558542B3
      ; ^ 03E0A3B20556E636F6D6D656E74207468652070726576696F7573206
      ; ^ C696E6520746F20656E61626C6520707265686561740A
      ; > Decoded
      ; > ; heat the (next, then current) extruder without waiting
      ; > ;M104 S<TEMP> T<EXT+0>
      ; > ; Uncomment the previous line to enable preheat
      ; g_code_warm = 3B204865616420746F20746865207374617274206F6620
      ; ^ 746865206E65787420706174680A3B473120583C4E455854583E2059
      ; ^ 3C4E455854593E2046363030300A3B47342050300A3B2053656C6563
      ; ^ 742074686520546F6F6C20286578747275646572290A3B543C455854
      ; ^ 2B303E0A3B20436F727265637420706F736974696F6E20666F72206D
      ; ^ 756C74692D6E6F7A7A6C650A3B473120583C4E455854583E20593C4E
      ; ^ 455854593E2046363030300A3B47342050300A3B205365742074656D
      ; ^ 7020616E64207468656E20776169740A3B4D31303420533C54454D50
      ; ^ 3E0A3B4D31303920533C54454D503E0A3B205055524745204F522050
      ; ^ 52494D45204845524520494620444553495245440A
      ; > Decoded

      posted in Duet Hardware and wiring
      olo2000pmundefined
      olo2000pm
    • RE: Duet wifi v1.04, upgraded reprap firmware 2.03

      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Sun Feb 24 2019 22:58:40 GMT+0100 (czas środkowoeuropejski standardowy)

      ; General preferences
      M111 S0;
      G21
      G90 ; Send absolute coordinates...
      M82 ; ...but relative extruder moves

      ; Network
      M550 P"GIANTS" ; Set machine name
      M552 S1 ; Enable network
      M587 S" ; Configure access point and IP addresses. You can delete this line once connected
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      M569 P0 S1 ; Drive 0 os X
      M569 P1 S0 ; Drive 1 os Y
      M569 P2 S1 ; Drive 2 os Z
      M569 P3 S1 ; Drive 3 os U
      M569 P4 S1 ; Drive 4 os Y
      M569 P5 S0 ; Drive 5 ekstruder lewy
      M569 P6 S0 ; Drive 6 ekstruder prawy
      M584 X0 Y1:4 Z2 U3 E5:6 ; U Dodatkowy silnik w osiX
      M350 X32 Y32:32 U32 Z256 E64:64 I0 ; Configure microstepping
      M92 X160.85 Y160.75:160.75 U160.85 Z25800 E370:370 ; Set steps per mm
      M566 X300.00 Y300.00:300.00 U300.00 Z12.00 E120.00:120.00 ; Set maximum instantaneous speed changes (mm/min)
      M572 D0 S0.015
      M572 D1 S0.015
      M203 X10000.00 Y10000.00:10000.00 U10000.00 Z200.00 E1200.00:1200.00 ; Set maximum speeds (mm/min)
      M201 X3000.00 Y3000.00:3000.00 U3000.00 Z100.00 E250.00:250.00 ; Set accelerations (mm/s^2)
      M906 X1400.00 Y1200.00:1200.00 U1400.00 Z1700.00 E1700.00:1700.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S0 ; Set idle timeout
      M564 S1 H0 ; Set idle timeout
      M208 X316 Y285 U317 Z250 ; Set axis maxima
      M208 X-60 Y0 U0 Z0 S1 ; Set axis minima
      M558 P0

      M574 X1 Y1 U2 Z1 S1 ;krancowka U na maksimum

      ; Heaters
      M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
      M305 P0 T100000 B4635 C9.503333e-8 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4635 C9.503333e-8 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S253 ; Set temperature limit for heater 1 to 253C
      M305 P2 T100000 B4635 C9.503333e-8 R4700 ; Set thermistor + ADC parameters for heater 2
      M143 H2 S253 ; Set temperature limit for heater 2 to 253C

      M106 P0 S200 ; Wentylator chloszenia elektroniki, lewy przod
      M106 P1 H-1 S0 ; Wentylator chlodzenie wydruku lewy
      M106 P2 H-1 S0 ; Wentylator chlodzenia wydruku prawy
      M106 P3 S1 I0 F500 H1 T45 ; Ustaw wartosc wentylatora 1, odwrocenie i czestotliwosc sygnału PWM. Sterowanie termostatyczne jest wlaczone
      M106 P4 S1 I0 F500 H2 T45 ; Ustaw wartosc wentylatora 2, odwrocenie i czestotliwosc sygnału PWM. Sterowanie termostatyczne jest wlaczone
      M106 P5 S200 ; Wentylator chlodzenia elektroniki, lewy tyl
      M106 P6 S200 ; Wentylator chlodzenia elektroniki, prawy tyl
      M106 P7 S200 ; Wentylator chlodzenia elektroniki, prawy przod
      M106 P8 S80 ; Uruchom wentylator HEPA z limited predkoscia

      M563 P0 D0 H1 F1 ; narzedzie 0 uzywa wytlaczarki 0, grzejnika 1 i wentylatora 1
      G10 P0 X0 Y0 Z0 S0 R0 ; ustaw korekcje narzedzia i temperatury

      M563 P1 D1 H2 X3 F2 ; narzedzie 1 wykorzystuje wytlaczarke 1, podgrzewacz 2, wentylator 2 i odwzorowuje X na U
      G10 P1 Y0.7 U0 Z0 S0 R0 ; ustaw przesuniecia 1 narzedzia i temperatury

      M563 P2 D0: 1 H1: 2 X0: 3 F1: 2 ; narzedzie 2 wykorzystuje zarowno wytlaczarki, podgrzewacze ciepla i wentylatory, jak i odwzorowuje X na X i U
      G10 P2 X40 Y0 U-40 Z0 S0 R0 ; ustawic korekcje narzedzi i temperatury

      M567 P2 E1: 1 ; ustawic stosunek mieszania 100% na obu wytlaczarkach

      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured

      ; Automatic saving after power loss is not enabled

      ; Miscellaneous
      M501
      T0 ; Select first tool ; Select first tool

      posted in Duet Hardware and wiring
      olo2000pmundefined
      olo2000pm
    • Duet wifi v1.04, upgraded reprap firmware 2.03

      Duet wifi v1.04,
      Good day. I upgraded the duet2 wifi to reprap firmware 2.03 (2019-06-13b2). When I turn on the printout from ABS, the fans turn on 78%. How to turn it off?
      The fans are turned off in the blowmistress. in config I have:
      M106 P1 H-1 S0;
      M106 P2 H-1 S0
      The firmware was fine before the change

      posted in Duet Hardware and wiring
      olo2000pmundefined
      olo2000pm