OK, thanks.
Posts made by Torro
-
Retract question.
Hi there,
Got a nice Hemera and tried to get the retract settings for TPU right.
Made some test, but no matter what, it´s stringing and blobbing.
i created a retract test part, sliced it with prusaslicer and added after 10mm commands like M207 S or F
I didn´t noticed any difference, so i searched the problem and found it.
In prusaslicer, retract is set to 40mm/s and 0.5mm retract.
When i do a single "M207" before starting a print, i get the following:
M207
Retraction/un-retraction settings: length 2.00/2.00mm, speed 1000/1000mm/min, Z hop 0.00mmThen i start the print and typing again M207, the console answers this:
M207
Retraction/un-retraction settings: length 2.00/2.00mm, speed 1000/1000mm/min, Z hop 0.00mmWhere gets the duet2 these settings for retract?!?
my congig.g:
; General preferences
M80
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder movesM669 K1 ; Select CoreXY mode
; Network
M550 P"MKC" ; Set machine name
M552 S1 ; Enable network
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet; Specials
M307 H2 A-1 C-1 D-1 ; disable the heater functionality
; Drives
M569 P0 S1 ; Drive 0 goes forwards X
M569 P1 S1 ; Drive 1 goes forwards Y
M569 P2 S1 ; Drive 2 goes forwards Z @ Xmin
M569 P3 S1 ; Drive 3 goes forwards Z @ Xmax
M569 P4 S0 ; Drive 4 goes backwards Extruder
M584 X0 Y1 Z2:3 U3 E4 P3 ; two Z motors connected to driver outputs Z and E1 Hide U
M350 X16 Y16 Z16 U16 E16 I1 ; Configure microstepping with interpolation
M92 X80.00 Y80.00 Z160 U160 E394.00 ; Set steps per mm
M566 X1100.00 Y1100.00 Z12.00 U12.00 E2500.00 ; Set maximum instantaneous speed changes (mm/min)
M203 X30000.00 Y30000.00 Z4000.00 U4000.00 E12000.00 ; Set maximum speeds (mm/min)
M201 X1200.00 Y1200.00 Z500.00 U500.00 E1000.00 ; Set accelerations (mm/s^2)
M906 X800.00 Y800.00 Z800.00 U800.00 E1000.00 I40 ; Set motor currents (mA) and motor idle factor in per cent
M84 S3000 ; Set idle timeout
; M556 S100 X0 Y1 Z1 ; Axis Skew Compensation
M564 H0 S1; Axis Limits
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X210 Y240 Z288 S0 ; Set axis maxima; Endstops
M574 X1 Y1 S0 ; Set active high endstops
M574 Z1 U1 S1; Z-Probe
M558 P0 H1 F200 T9000 B0 ; Disable Z probe but set dive height, probe speed and travel speed;
;G31 P500 X0 Y50 Z1.45
;M557 X10:230 Y10:240 S20 ; Define mesh grid; Heaters
M305 P0 T100000 B4388 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S130 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C
M301 H1 P33.6 I1.616 D65.8; Hotend PID values
M307 H1 A294.3 C155.1 D2.8 B0 ; Hotend Heater parameters; Fans
M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 T45:55 H100:101:102 ; Set fan 2 value,
M912 P0 S-3.5; Tools
M563 P0 D0 H1 ; 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; 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
First lines of a gcode: editor didn´t find ANY M207 commands
; generated by PrusaSlicer 2.3.3+win64 on 2021-08-08 at 17:22:24 UTC
;
; external perimeters extrusion width = 0.45mm
; perimeters extrusion width = 0.45mm
; infill extrusion width = 0.45mm
; solid infill extrusion width = 0.45mm
; top infill extrusion width = 0.40mm
; first layer extrusion width = 1.00mmM107
M190 S60 ; set bed temperature and wait for it to be reached
;TYPE:Custom
T0 ; Sets Tool0 as default
M106 P0 S0 ; Stop Part Cooling Fan
M109 S220
G28 ; home all axes
G91 ; relative mode
G1 E2 F300 ; Fill Nozzle alt
G1 E-0,5 F1800 ; Fill Nozzle
G90 ; absolute Mode
G21 ; set units to millimeters
G90 ; use absolute coordinates
M82 ; use absolute distances for extrusion
G92 E0
M572 D0 S0.07
;LAYER_CHANGE
;Z:0.3
;HEIGHT:0.3
G1 Z0.300 F9000.000
G1 E-0.50000 F2400.000
G92 E0
G1 X46.824 Y102.993 F9000.000
G1 E0.50000 F1500.000
M204 S1000
;TYPE:Skirt
;WIDTH:1
G1 F427.524
G1 X48.055 Y102.453 E0.67250
G1 X50.249 Y101.738 E0.96873
G1 X51.560 Y101.445 E1.14123
G1 X52.880 Y101.250 E1.31248
G1 X55.141 Y101.130 E1.60310
G1 X154.851 Y101.130 E14.40244
G1 X157.118 Y101.249 E14.69378 -
RE: I can't print object sliced with Prusa Slicer...
Any error messages?
My Problem was a missing "t0" in the Start Code
-
RE: Problems with prusaslicer 2.3
i got it.
I just added "M109 S[first_layer_temperature]" to the start code.I couldn't imagine doing it like that.
-
RE: Problems with prusaslicer 2.3
i think i got the problem.
M190 S120 ; set bed temperature and wait for it to be reached
M104 S255 ; set temperature
;TYPE:Custom
T0 ; Sets Tool0 as default
M106 P0 S0 ; Stop Part Cooling Fan
G28 ; home all axes
G91 ; relative mode
G1 E52 F300 ; Fill Nozzle
G90 ; absolute Mode
M109 S255 ; set temperature and wait for it to be reached
G21 ; set units to millimeterswith that gcode, the error message is gone, but there is an advice. "tried to extrude, but the extruder is not at temperature"
it wants to prime the nozzle BEFORE M109 S255.
This command appears after the start code and seems to be written by prusaslicer. Now, i don´t know how to change the order. -
RE: Problems with prusaslicer 2.3
@Torro said in Problems with prusaslicer 2.3:
Error: Attempting to extrude with no tool selected
No, i didn´t. but it´s a good idea
I added "T0 ; Sets Tool0 as default" to the start code in the slicer. the last lines in my config.g are here:
; Tools
M563 P0 D0 H1 ; 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 0CI still get this error message. With gcodes created by S3D, there are no error messages, so i think, that config.g should be ok.
Thanks!!
-
Problems with prusaslicer 2.3
Hi there,
I´m playing with the prusslicer 2.3
when i start a gcode, the heaters heat up and the printer homes. than there is this error:
"Error: Attempting to extrude with no tool selected."
The printer starts printing anyway.
I changed the "gcode flavour" from reprapfirmware to reprap/sprinter. with reprapfirmware, the hotend didn´t heat up.
Here are the first lines of the gcode:
M107
M190 S120 ; set bed temperature and wait for it to be reached
M104 S255 ; set temperature
;TYPE:Custom
M106 P0 S0 ; Stop Part Cooling Fan
G28 ; home all axes
G91 ; relative mode
G1 E52 F300 ; Fill Nozzle
G90 ; absolute Mode
M109 S255 ; set temperature and wait for it to be reached
G21 ; set units to millimeters
G90 ; use absolute coordinates
M82 ; use absolute distances for extrusion
G92 E0Has anyone an idea, how i get rid of this error message?
Thanks!
-
RE: Automatic shutdown without ATX
I did that with a ssr relay. Connected to the ps_on Pins from duet and a push Button.
Ps_on pin from duet is Connected to the ssr minus.
In the end Script from the slicer, i added
M81 S1. -
RE: Mesh bed Levelling with BLTouch. Am I doing something wrong?
I tried bed leveling with different probes, ir probe and bltouch.
My Problem was different trigger heights at different locations on the bed with both probes.
Check that. Trigger height should be the same, no matter where you probe on the bed.
I think the printhead is somehow twisting.
Good luck!
-
RE: New and ingeneous ways to kill the duet...
i rewired the printhead. the printer was on, because i needed the light.
so i cut the complete cable with 24V/5V. fortunately, i just needed a new fuse for the fans...i don´t know what i was thinking...
-
RE: Dropping bed to Zmax at end of print
I did exact this using stall detection for Z max.
It's a bit tricky to get the detection working, but it works for me.The key was to Reduce motor current and increase the Speed.
-
RE: Duet Wifi upload speed question
@dc42 said in Duet Wifi upload speed question:
M122 P104 S200
SD write speed for 200.0Mbyte file was 1.77MBytes/sec
nearly 2 minutes
-
Duet Wifi upload speed question
Hi there,
i have a small issue and don´t know what to try next.
the problem is, the bigger the file, the slower the upload.
gcode about 200MB, upload speed starts at 40KiB/s and ends at about 400KiB/s
a small file with 2-3MB is done in a heart beat. and DWC shows something between 960KiB/s and 1.3MB/sM122 shows WiFi signal strength -42dBm, reconnections 0, sleep mode modem
i´m using a USB3.0 external HDD, connected to the router.
when i upload from the computer directly, the upload speed for bigger files is about 500KiB/s.M122 P104: SD write speed for 10.0Mbyte file was 1.89MBytes/sec
is the microSD the bottleneck? it´s a sandisk class 10.
Thanks!
-
RE: Changed the network, how can I...
got it working. getting connected guide helped.
-
Changed the network, how can I...
...get the duet wifi connected again?
I took the sd card, changed the SSID and password in config.g and put it back to the duet. unfortunately, it won´t connect.
what am i missing?
thanks!
-
RE: Q's on homing & 2nd Z axis U not responding (CR-10S Maestro)
I tried it with driver 2 and 4. Didn't work.
There is a guide in dozuki, he uses driver 2 and 3. I changed it and it worked immediately. The extruder is connected to drive 4.
Only issue is, that you have to home Z first. -
RE: Dc42 ir probe on the way
It's not transparent and not shiny.
the probe measures different trigger heights at different positions. -
RE: Dc42 ir probe on the way
no, the probe seems to have problems with my bed surface.
i gave up the leveling. -
RE: 2 Z motors, to endstops
@phaedrux said in 2 Z motors, to endstops:
@torro said in 2 Z motors, to endstops:
homeall
G91 ; relative positioning
G1 S1 X-300 Y-300 F5000 ; move quickly to X or Y endstop and stop there (first pass)
G1 S1 X-300
G1 S1 Y-300
G1 X10 Y10 F6000 ; go back a few mm
G1 S1 X-20 F360 ; move slowly to X axis endstop once more (second pass)
G1 S1 Y-20 ; then move slowly to Y axis endstop
M98 Phomez.gTry changing M98 Phomez.g to G28 Z
Same behaviour. I just put the m98 phomez. G in the first line of homeall.g
Now it works as expected