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

    Posts made by josegerdes

    • Height Map Negative

      ad33503c-5aaa-47af-b673-ef63e05c0605-image.png

      Why my HeightMap have negative values? Its based on my Z offset or something?

      Config...
      ; Configuration file for Duet 3 Mini 5+ (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.4 on Fri Oct 15 2021 18:08:53 GMT-0300 (Horário Padrão de Brasília)

      ; General preferences
      M575 P1 S1 B57600 ; enable support for PanelDue
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"José Arthur's Printer" ; set printer name

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0.0 S1 D3 V60 ; physical drive 0.0 goes forwards
      M569 P0.1 S0 D3 V60 ; physical drive 0.1 goes forwards
      M569 P0.2 S0 ; physical drive 0.2 goes forwards
      M569 P0.3 S1 ; physical drive 0.3 goes forwards
      M569 P0.4 S0 ; physical drive 0.4 goes forwards
      M584 X0.0 Y0.1 Z2:4 E0.3 ; set drive mapping
      M350 X32 Y32 Z32 E32 I1 ; configure microstepping with interpolation
      M92 X160.00 Y160.00 Z3200.00 E830.00 ; set steps per mm
      M566 X900.00 Y900.00 Z100.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z300.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z100.00 E250.00 ; set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X210 Y210 Z200 S0 ; set axis maxima

      ; Endstops
      M574 X1 S3 ; configure sensorless endstop for low end on X
      M574 Y1 S3 ; configure sensorless endstop for low end on Y
      M574 Z1 S2 ; configure Z-probe endstop for low end on Z
      M915 X S8 F0 R0 ; Set X axis Sensitivity
      M915 Y S8 F0 R0 ; Set X axis Sensitivity

      ; Z-Probe
      M950 S0 C"io3.out" ; create servo pin 0 for BLTouch
      M558 P9 C"io3.in" H5 F60 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X0 Y50 Z2.7 ; set Z probe trigger value, offset and trigger height
      M557 X15:200 Y0:200 S50 ; define mesh grid

      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
      M140 H0 ; map heated bed to heater 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S280 ; set temperature limit for heater 1 to 280C
      M307 H0 B0 R0.230 C300.2 D10.67 S1.00 V12.2 ; PID
      ; Fans
      M950 F0 C"out5" Q500 ; create fan 0 on pin out5 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"out4" Q500 ; create fan 1 on pin out4 and set its frequency
      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 F0 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

      ; Custom settings are not defined

      posted in Duet Web Control
      josegerdesundefined
      josegerdes
    • RE: BLTOUCH ERRO ON 3.4.0beta5

      @T3P3Tony SelfTest work but probe not work, make the bltouch get stuck some times.. @dc42

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • RE: BLTOUCH ERRO ON 3.4.0beta5

      @t3p3tony Sory about Captal letters! Long time i dont use forums. I like this community a lot.

      So my bltouch its a bit strange...
      these commands i got it working.. i was using like

      M280 P3 S10 I1 ; deploy - it was wrong

      M280 P0 S10 ; deploy
      M280 P0 S90 ; retract
      M280 P0 S120 ; test mode
      M280 P0 S160 ; clear test mode or error condition

      but i am having other error, sometimes my bltouch get stuck up and then do a erro and i cant reset, its like the magnet its so strong

      @T3P3Tony

      Deploy

      ; deployprobe.g
      ; called to deploy a physical Z probe
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.4 on Fri Oct 15 2021 18:08:53 GMT-0300 (Horário Padrão de Brasília)
      M280 P0 S10 ; deploy BLTouch

      Retract

      ; retractprobe.g
      ; called to retract a physical Z probe
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.4 on Fri Oct 15 2021 18:08:53 GMT-0300 (Horário Padrão de Brasília)
      M280 P0 S90 ; retract BLTouch

      Config

      ; Configuration file for Duet 3 Mini 5+ (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.4 on Fri Oct 15 2021 18:08:53 GMT-0300 (Horário Padrão de Brasília)

      ; General preferences
      M575 P1 S1 B57600 ; enable support for PanelDue
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"José Arthur's Printer" ; set printer name

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0.0 S1 D3 V60 ; physical drive 0.0 goes forwards
      M569 P0.1 S0 D3 V60 ; physical drive 0.1 goes forwards
      M569 P0.2 S0 ; physical drive 0.2 goes forwards
      M569 P0.3 S1 ; physical drive 0.3 goes forwards
      M569 P0.4 S0 ; physical drive 0.4 goes forwards
      M584 X0.0 Y0.1 Z2:4 E0.3 ; set drive mapping
      M350 X32 Y32 Z32 E32 I1 ; configure microstepping with interpolation
      M92 X160.00 Y160.00 Z3200.00 E830.00 ; set steps per mm
      M566 X900.00 Y900.00 Z100.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z300.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z100.00 E250.00 ; set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X210 Y215 Z200 S0 ; set axis maxima

      ; Endstops
      M574 X1 S3 ; configure sensorless endstop for low end on X
      M574 Y1 S3 ; configure sensorless endstop for low end on Y
      M574 Z1 S2 ; configure Z-probe endstop for low end on Z
      M915 X S4 F0 R0 ; Set X axis Sensitivity
      M915 Y S4 F0 R0 ; Set X axis Sensitivity

      ; Z-Probe
      M950 S0 C"io3.out" ; create servo pin 0 for BLTouch
      M558 P9 C"^io3.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
      M557 X15:195 Y0:160 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
      M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S280 ; set temperature limit for heater 1 to 280C

      ; Fans
      M950 F0 C"out5" Q500 ; create fan 0 on pin out5 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"out4" Q500 ; create fan 1 on pin out4 and set its frequency
      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 F0 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

      ; Custom settings are not defined

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • BLTOUCH ERRO ON 3.4.0beta5

      I have Duet 3 Wifi Mini ( plus i think ) and BLTOUCH COMMANDS ARE NOT WORKING... All updated...

      https://github.com/Duet3D/RepRapFirmware/releases/tag/3.4.0beta5
      i had to update because my sensorless was with a bug.

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • RE: PLEASE HELP trying to make duet work

      now worket without the

      ; Stallguard Sensitivy
      M915 X S60 F0 R0 ; Set X axis Sensitivity
      M915 Y S60 F0 R0 ; Set X axis Sensitivity
      probably the defalt confg? addded D30 V40 to drivers

      posted in Tuning and tweaking
      josegerdesundefined
      josegerdes
    • RE: PLEASE HELP trying to make duet work

      maybie its this bug https://forum.duet3d.com/topic/21108/stall-detection-on-duet-3-mini/7

      posted in Tuning and tweaking
      josegerdesundefined
      josegerdes
    • RE: PLEASE HELP trying to make duet work

      @fcwilt said in PLEASE HELP trying to make duet work:

      M98 P"homex.g"

      now Z its working but sensorless not sensing the end...

      M400 ; wait til stuff stops
      M574 X1 Y1 S3 ; use stall guard for endstops
      M913 X60 Y60 ; drop motor currents to 30%
      M201 X800 Y800 ; reduce acceleration on X/Y to stop false triggers
      M915 P0 S1 R0 F0; Sensitivity 4, don’t take action, don’t filter
      G91 ; set relative
      G1 Z5 F1200 S2
      G1 S1 X-250 F4000 ; move left 250mm, stopping at the endstop
      G1 X10 F1200; move away from end
      G1 Z-5 F1200 S2
      G90 ; back to absolute positioning
      M400 ; wait again
      M913 X100 Y100 ; motor currents back to 100%
      M201 X3000 Y3000 ; accel back to original
      M574 X1 Y1 Z0 S0 ; set endstops back

      And z its in a strange loop i need to check... why

      posted in Tuning and tweaking
      josegerdesundefined
      josegerdes
    • RE: PLEASE HELP trying to make duet work

      @t3p3tony i did… i lk try to fix all that to se if works.. realy i soent all day hahaah

      posted in Tuning and tweaking
      josegerdesundefined
      josegerdes
    • RE: PLEASE HELP trying to make duet work

      @t3p3tony no I didn’t because i dont know how to start i thing my config its all wrong…. Can you send me the correct config, i tune here…
      The X and Y homing is not working. It just dont stop… and the Z when i home the dobble motor not work, it forget about dobble motor

      posted in Tuning and tweaking
      josegerdesundefined
      josegerdes
    • PLEASE HELP trying to make duet work

      I am trying to work with dobble motors in z ( 2 motors ), bltouch and sensorless... but nothing its working.. please some one help me

      The thing is when i make a movment it work but homing not work
      DUET 3 MINI all last versions

      CONFIG

      ; Configuration file for Duet 3 Mini 5+ (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.4 on Fri Oct 15 2021 18:08:53 GMT-0300 (Horário Padrão de Brasília)

      ; General preferences
      M575 P1 S1 B57600 ; enable support for PanelDue
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"My Printer" ; set printer name

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0.0 S1 ; physical drive 0.0 goes forwards
      M569 P0.1 S1 ; physical drive 0.1 goes forwards
      M569 P0.2 S0 ; physical drive 0.2 goes forwards
      M569 P0.3 S1 ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1 Z2:4 E0.3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X160.00 Y160.00 Z3200.00 E830.00 ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X215 Y210 Z200 S0 ; set axis maxima

      ; Endstops
      M574 X1 S3 ; configure sensorless endstop for low end on X
      M574 Y1 S3 ; configure sensorless endstop for low end on Y
      M574 Z1 S2 ; configure Z-probe endstop for low end on Z
      ; Stallguard Sensitivy
      ;
      M915 X S2 F0 H100 R0 ; Set X axis Sensitivity
      M915 Y S1 F0 H100 R0 ; Set Y axis Sensitivity

      ; Z-Probe
      M950 S0 C"io3.out" ; create servo pin 0 for BLTouch
      M558 P9 C"^io3.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
      M557 X15:215 Y15:195 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
      M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S280 ; set temperature limit for heater 1 to 280C

      ; Fans
      M950 F0 C"out5" Q500 ; create fan 0 on pin out5 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"out4" Q500 ; create fan 1 on pin out4 and set its frequency
      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 F0 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

      ; Custom settings are not defined

      HOMEALL
      ; homeall by executing individual axes homing macros
      M98 homex.g
      M98 homey.g
      M98 homez.g

      HOMEX
      M400 ; wait til stuff stops
      M574 X1 Y1 S3 ; use stall guard for endstops
      M913 X30 Y30 ; drop motor currents to 30%
      M201 X1000 Y1000 ; reduce acceleration on X/Y to stop false triggers
      M915 P0:1 S3 R0 F0 H400; both motors because corexy; Sensitivity 4, don’t take action, don’t filter, 400steps/sec
      G91 ; set relative
      G1 Z5 F1200 S2
      G1 S1 X-250 F4000 ; move left 250mm, stopping at the endstop
      G1 X10 F1200; move away from end
      G1 Z-5 F1200 S2
      G90 ; back to absolute positioning
      M400 ; wait again
      M913 X100 Y100 ; motor currents back to 100%
      M201 X3000 Y3000 ; accel back to original
      M574 X1 Y1 Z0 S0 ; set endstops back

      HOMEY
      M400 ; wait til stuff stops
      M574 X1 Y1 S3 ; use stall guard for endstops
      M913 X30 Y30 ; drop motor currents to 30%
      M201 X1000 Y1000 ; reduce acceleration on X/Y to stop false triggers
      M915 P0:1 S3 R0 F0 H400; both motors because corexy; Sensitivity 4, don’t take action, don’t filter, 400steps/sec
      G91 ; set relative
      G1 Z5 F1200 S2
      G1 S1 Y-250 F4000 ; move forward 250mm, stopping at the endstop
      G1 Y10 F1200; move away from end
      G1 Z-5 F1200 S2
      G90 ; back to absolute positioning
      M400 ; wait again
      M913 X100 Y100 ; motor currents back to 100%
      M201 X3000 Y3000 ; accel back to original
      M574 X1 Y1 Z0 S0 ; set endstops back

      HOMEZ
      M400
      ; slow down for probing
      M566 Z10 ; max instantaneous speed change (mm/min) (jerk)
      M203 Z400 ; max speed (mm/min)
      M201 Z100 ; max acceleration (mm/s^2)

      ; probe
      M558 A1 F400 ; set single probe at faster feed rate
      G30 ; probe
      M558 A10 F100 ; set single probe at slower feed rate (more accurate)
      G30 ; probe to get a more accurate postion

      M400
      ; set normal speeds
      M566 Z60 ; max instantaneous speed change (mm/min) (jerk)
      M203 Z900 ; max speed (mm/min)
      M201 Z20

      posted in Tuning and tweaking help doble motor duet
      josegerdesundefined
      josegerdes
    • RE: Duet 3 Mainboard 6hc Board warranty request

      @dc42 can you follow me please so we can chat.? then u can unfollow

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • My printer

      Guys my stall detection dont work, i am using duet for 6 mounths and i couldnt make it work. Can u guys help me and check if i can make my configs better. And the power protection not working to.. If i poweroff the printer then turn on in a middleprint can i restart when it stopped?

      ; General preferences
      G90
      M83
      M667 S1

      ; Network
      M550 P JOSE ARTHUR PRINTER
      M552 S1
      M587 S"ASSJA1" P"291005gus"
      M586 P0 S1
      M586 P1 S0
      M586 P2 S0

      ; Drives
      M569 P0 S1
      M569 P1 S1
      M569 P2 S1
      M569 P3 S0
      M350 X16 Y16 Z16 E16 I1
      M92 X80 Y80 Z800 E100
      M566 X900 Y900 Z10 E120
      M203 X12000 Y12000 Z300 E3000
      M201 X1000 Y1000 Z100 E5000
      M906 X1000 Y1000 Z1000 E1000 I60
      M84 S30

      ; Axis Limits
      M208 X0 Y0 Z0 S1
      M208 X285 Y235 Z250 S0

      ; Endstops
      M574 X1 Y1 S1
      M574 Z1 S2

      ; Z-Probe
      M558 P9 H4 F600 T5000 X0 Y0 Z1
      M307 H3 A-1 C-1 D-1
      G31 X25 Y0 Z1.9 P25
      M557 X25:205 Y25:165 S50

      ; Heaters
      M305 P0 T100000 B3988 C0 R4700
      M143 H0 S120
      M305 P1 T100000 B4725 C0 R4700
      M143 H1 S240
      M307 H1 A340.0, C140.0, D5.5 S0.3
      M557 X25:275 Y25:275 S20

      ; Fans
      M106 P0 S1 I0 F500 H-1
      M106 P1 S1 I0 F500 H-1
      M106 P2 S1 I0 F500 H-1

      ; Tools
      M563 P0 D0 H1
      G10 P0 X0 Y0 Z0
      G10 P0 R0 S0

      ; Automatic power saving
      M911 S20.0 R40.0 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"
      M915 X Y S5 F0 H200 R3

      ; Miscellaneous
      M501
      T0

      posted in Duet Hardware and wiring
      josegerdesundefined
      josegerdes
    • RE: Duet WIFI Z not working during print only!!! Layer not going up

      thx..! and u know a script with curl to automatcly upload file from simplify 3D

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • RE: Duet WIFI Z not working during print only!!! Layer not going up

      It worked👍 Printing perfectly, the only problem its that my fan fuse come kind a bugged... i connected fan ans it burned realy crazy now im in brasil its kind hard to find one other... but iam in love with this boad... u kind a genius to make something sooo good!

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • RE: Duet WIFI Z not working during print only!!! Layer not going up

      the problem is that it stay in layer 1 all print... print all gcode in the layer 1
      i tryed with other boards work with them...can u help me

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • RE: Duet WIFI Z not working during print only!!! Layer not going up

      @dc42 said in DUET WIFI Z NOT WORKING DURING PRINT ONLY!!! LAYER NOT GOING UP:

      M208
      M208
      Axis limits - X: 0.0 min, 200.0 max, Y: -50.0 min, 200.0 max, Z: 0.0 min, 200.0 max

      ALL working but z jjust dont work in print...

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • RE: Duet WIFI Z not working during print only!!! Layer not going up

      Thx so much for u reply. The Z work completely when its not printing. But in the print, it just print with xy and the Z dont move, i see layers number not going up to, its like 50% of the gcode done and i. Layer 1.... and theprint like a disaster.

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • RE: Z axis will not change layers during a print

      I have the same problem any one
      Can help me here!!??? Realy the same and my fusr its blow to! Fan fuse, it have someting to do eith that?

      posted in General Discussion
      josegerdesundefined
      josegerdes
    • RE: Duet WIFI Z not working during print only!!! Layer not going up

      ; Configuration file for Duet WiFi (firmware version 1.20 or newer)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Jun 18 2018 23:27:29 GMT-0300 (Hora oficial do Brasil)

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      M667 S1 ; Select CoreXY mode

      ; Network
      M550 PJose Arthur Printer ; Set machine name
      M552 S1 ; Enable network
      M587 S"" P"" ; Configure access point. 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 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes backwards
      M569 P3 S1 ; Drive 3 goes forwards
      M350 X16 Y16 Z16 E16 I0 ; Configure microstepping without interpolation
      M92 X80 Y80 Z400 E100 ; Set steps per mm
      M566 X900 Y900 Z10 E120 ; Set maximum instantaneous speed changes (mm/min)
      M203 X12000 Y12000 Z300 E3000 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z100 E5000 ; Set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E820 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y-50 Z0 S1 ; Set axis minima
      M208 X200 Y200 Z200 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 S0 ; Set active low endstops
      M574 Z1 S2

      ; Z-Probe
      M558 P7 H6 F120 T6000 ; Set Z probe type to switch and the dive height + speeds
      G31 P20 X0 Y50 Z0 ; Set Z probe trigger value, offset and trigger height
      M557 X25:175 Y25:175 S20 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B3988 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4725 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P2 S1 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off

      ; Tools
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 X0 Y0 Z0.5 ; Set tool 0 axis offsets
      G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

      ; Automatic power saving
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss

      ; Custom settings are not configured

      ; Miscellaneous
      M501 ; Load saved parameters from non-volatile memory
      T0 ; Select first tool

      posted in Firmware installation
      josegerdesundefined
      josegerdes
    • Duet WIFI Z not working during print only!!! Layer not going up

      Guys please help me! My Z axis not working ONLY during a print! I saw some people with this error but i didnt understood! im from brasil 🙂

      posted in Firmware installation
      josegerdesundefined
      josegerdes