DWC 3.1.1
-
@luca-Massimiliano You upload gcode files to the 'Jobs' screen in DWC, print from there!
See: https://duet3d.dozuki.com/Wiki/Duet_Web_Control_v2_and_v3_(DWC)_Manual#Section_JobsIan
-
-
@droftarts STL OK?
-
@luca-Massimiliano No. You need to 'slice' the stl first, with something like Cura or PrusaSlicer, to make a gcode file, then upload that. I think Repetier Server does this for you, but then it transfers the gcode to the Duet by USB (or Telnet over Ethernet/WiFi, which should be faster), as it's printing, which can cause pausing problems.
Most people prefer to have control over the slicing of the stl to gcode, so use a separate program to do this. Repetier Server takes away this control, to make it easier to use. Up to you.
Ian
-
TI RINGRAZIO MA RIPRENDERO DOPO LA STAMPA DIRETTA
-
IL MIO INIZIALE PROBLEMA PRIMA DI ADGIORNARE TUTTA LA MACCHINA COSA CHE SONO CONTENTISSIMO E RINGRAZIO TUTTI MA IN PARTICOLAR MODO PHAEDRUX PHAEDRUX. E' IL SEGUENTE , IL RISCALDATORE T1 NON VIENE RICONOSCIUTO REPETIER NE DA PRONTERFACE ![0_1616086549858_1111111.JPG](Uploading 100%)
-
This post is deleted! -
@leblond are you available for some italian translation?
-
-
NON RIESCO INSERIRE PIU' FOTO
-
IL RISCALDATORE T1 NON VIENE RICONOSCIUTO DA REPETIER NE DA PRONTERFACE ! ECCO LA FOTO DELLA SCHEDA https://duet3d.dozuki.com/Wiki/Hardware_Overview#Section_Firmware_notes
IL RISCALDATORI SONO NOMINATI E1 E0 E BED IN TUTTE LE APPLICAZIONI ,VENGONO NOMINATI E1 E2 E IL BED NOMINATO E0 QUINDI NON VORREI CHE SI CREI UN CONFLITTO , -
QUI SONO GIUSTI:
M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat 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"e0temp" Y"thermistor" T100000 B4388 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat 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
M308 S2 P"e1temp" Y"thermistor" T100000 B4388 ; configure sensor 2 as thermistor on pin e1temp
M950 H2 C"e1heat" T2 ; create nozzle heater output on e1heat and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S280 ; set temperature limit for heater 2 to 280C -
I don't know anything about proterface or repetier. I would suggest you use DWC to interact with the printer.
-
PER ME NON E' NECESSARIO USARE QUESTE APPLICAZIONI , SOLO CHE VOLEVO FARE UNA PROVA E CON IL NOSTRO DUET NON SO ANCORA USARLO ORA MI METTERO' A STUDIARE E USERO' SOLO DUET . PER LE TRADUZIONI DISONIBILE
-
This may be your best guide for learning the Duet interface.
https://duet3d.dozuki.com/Wiki/Duet_Web_Control_v2_and_v3_(DWC)_Manual
-
-
@luca-Massimiliano I think in your config.g you have two tools defined as T0 and T1. Maybe Repetier Server has the first tool as T1, and second tool as T2. So change your config.g so that M563 uses P1 and P2, not P0 and P1. For example:
; Tools M563 P1 D0 H1 F0 ; define tool 1 G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C M563 P2 D1 H2 F0 ; define tool 2 G10 P2 X0 Y0 Z0 ; set tool 2 axis offsets G10 P2 R0 S0 ; set initial tool 2 active and standby temperatures to 0C
Ian
-
si p0 e p1 viene riconosciuto e letta la sonda ma il comando g10 p1 \p2 devo camiarli in g10 p0 e g10 p1?
-
@luca-Massimiliano yes, change lines starting G10 P0 to G10 P1, and G10 P1 to G10 P2.
Ian
-
VORREI FARE UNA PROVA DI STAMPA IN ABS E' CORRETTO
HO UNA DIFFICOLTA' SUL FILAMENO :
CONFIG.G
HO COPIATO DAL MANUALE L ESEMPIO E COPIATO ,
M207 S0.9 R0.0 F3000 T3000 Z0.0 ; firmware retraction settings for PETG
M307 H0 A214.3 C641.7 D1.3 S1.00 V24.0 B0 ; Bed PID tune for 120c
M307 H1 A491.0 C190.9 D2.8 S1.00 V23.9 B0 ; Hot end PID tune at 280c
M566 X1200 Y1200 Z60 E3000 ; jerk settings for PETG
M204 P1000 T4000
Carica macro,:
M291 P"Please wait while the nozzle is being heated up" R"Loading ABS" T5 ; Display message
G10 S200 ; Set current tool temperature to 200C
M116 ; Wait for the temperatures to be reached
M291 P"Feeding filament..." R"Loading ABS" T5 ; Display new message
M83 ; Extruder to relative mode
G1 E10 F600 ; Feed 10mm of filament at 600mm/min
G1 E470 F3000 ; Feed 470mm of filament at 3000mm/min
G1 E20 F300 ; Feed 20mm of filament at 300mm/min
G4 P1000 ; Wait one second
G1 E-10 F1800 ; Retract 10mm of filament at 1800mm/min
M400 ; Wait for moves to complete
M292 ; Hide the message
G10 S0 ; Turn off the heater again
SCARICARE macro,:
M291 P"Please wait while the nozzle is being heated up" R"Unloading ABS" T5 ; Display message
G10 S100 ; Heat up the current tool to 100C
M116 ; Wait for the temperatures to be reached
M291 P"Retracting filament..." R"Unloading ABS" T5 ; Display another message
G1 E-20 F300 ; Retract 20mm of filament at 300mm/min
G1 E-480 F3000 ; Retract 480mm of filament at 3000mm/min
M400 ; Wait for the moves to finish
M292 ; Hide the message again
M84 E0:1 ; Turn off extruder drives 1 and 2HO COPIATO DAL MANUALE L ESEMPIO E COPIATO ,