@p40whk could you check if there is a G10 command at the end of the .gcode file that you're running? (just before the end gcodes will run)
Posts made by jasperkm
-
RE: Mid Air Prints unless I Restart
-
RE: Babystepping bug
Yes it's a voron2, macros are attached. After printer startup I run warmup macro, then print and everything is good.
Then second print and babystepping causes issues.
Not using mesh grid compensation, only G32 for bed leveling.IIRC, this problem occurred to me after updating to latest firmware, before that I didn't really have issues. I've tried my best to rule out anything voron related before posting here to see if it might be something in RRF.
I've put the macros in a zip file, but it wouldn't let me upload so I made the extension .gcode. If you change it back to .zip it will open
0_1548543015387_Macros.gcode -
RE: Babystepping bug
Before and in between print is always full xyz home
Start codeG21 ;set units to mm G90 ;use absolute coordinates M290 R0 S0 ;reset babystepping M220 S100 ;reset speed multiplier G92 E0 ;reset e count T0 ;-----------------------Placeholder retraction and PA--------------------------------- ;M207 S3.3 R0 F6000 T1800 Z0 ;firmware retraction for 0.4mm nozzle abs ;M572 D0 S0.06 ;pressure advance for 0.4mm nozzle abs ;M593 F38.5 ;Dynamic acceleration adjustment ;Divide the speed at which the outer perimeter was printed (in mm/sec) by the distance between adjacent ringing peaks (in mm) ;Change back acceleration to 3000 when turning this off, 3200 when on, can print 60mm/s outer perimiters with this ;-----------------------FIRST LAYER TEMPS--------------------------------- M140 S105 ;set bed temperature do not wait M109 S235 ;set first layer temp and wait M98 P"/macros/homing/scripts/zhop_up.g" ;hop and home without moving back to center M98 P"/macros/homing/scripts/probe_x.g" ;home x M98 P"/macros/homing/scripts/probe_y.g" ;home y G90 ;use absolute coordinates ;-----------------------PRIMING AND WIPING-------------------------------- G0 X100 Y252 Z7 F9000 ;drop down to 7 height for priming G92 E0 ;zero the extruded length ;G1 E-4 F4800 ;retraction move before wiping G90 ;use absolute coordinates G0 X100 Y252 Z0 F9000 ;wipe moves G0 X68 Y252 Z0 F9000 G0 X100 Y252 Z0 F5000 G0 X68 Y252 Z0 F5000 G0 X105 Y252 Z0 F1800 G0 X125 Y252 Z3 F9000 G0 X178.5 Y254 Z3 F9000 ;move to directly above mechanical Z-switch M98 P"/macros/zprobe/use_mslow.g" ;probe z offset G30 G0 X100 Y100 F18000 ;move to center of bed G1 E10 F150 ;prime extruder G92 E0 ;reset extrusion
end code
M104 S0 ;turn off hotend/extruder heater M140 S0 ;turn off bed heater M106 S0 ;turn off fans G91 ;set to relative positioning G1 Y20 X20 Z1 F2000 ;move away from print quickly G1 E-5 F600 ;retract the filament a bit before lifting the nozzle to release some of the pressure G1 Z30 ;raise Z from current position G1 E-8 F500 ;retract filament even more G90 ;set to absolute positioning M98 P"/macros/moveto/park_xy.g" ;Move XY towards back M106 S255 ;full fans for cooling hotend M106 P5 S255 ;full exhaust fan M84 X Y E0:1 ;Disable XY and E motors G4 S180 ;wait 3 mins M106 S0 ;fans off M106 P5 S0 ;exhaust fan off M106 P7 S0 ;leds off M140 S50 ;set bed temp for remove parts
Z axis is always good, 4 motors belted z, all tight, checked mechanics
Z probe is mechanical offset switch for nozzle offset and induction on toolhead for bed leveling, bed is level within 1 microstepMy homing files all refer to macros, do you want me to send them all ?
0_1548536235170_config.gThanks for looking into it
I'll update wifi server
-
Babystepping bug
Hi all,
I have a problem when using duet, it's been going on for a while. When I turn on the printer and start a first print, sometimes I need babystepping of 0.05 or 0.1mm This is all OK and the print is perfect (first and second layer etc.) while babystepping stays at the value for the entire print.
After the first print I remove parts from the bed and want to start a second print. Now babystepping is reset back to 0 and I need new offset (sometimes more than 0.1mm, like 0.2mm, extreme example). The first layer is then perfect but the second layer is mashed into the first layer causing overflow and problems when I keep babystepping at this value of like 0.2.
I discovered that when I reset babystepping on the second print after the first layer using M290 R0 S0, the second layer is now good again. If I reset babystepping on the first print after the first layer, it prints too high and the print is messed up. Hope you understand what I'm saying. So this method kind of works, but I was wondering is this a bug in RRF, and can you maybe look into this? Thanks in advance.
Duet Web Control 2.0.0-RC3 (this is unrelated, problem exist long before the update)
Electronics: Duet WiFi 1.02 or later + DueX5
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 2.02(RTOS) (2018-12-24b1)
Duet WiFi Server Version: 1.21RC4(08b3)Kind regards,
Jasper
-
RE: G-coe from console often leads to disconnected DWC
Maybe this also works here.
Go to settings, List items, and delete all the entries in Default Gcodes, and hit apply.
Credits to @Phaedrux , fixed my issue with disconnect on sending some particular gcode
-
RE: DWC 1.22 retraction while printing
So am I correct in assuming that it doesn't do anything anymore, just acts like a log? Thanks a lot for the fix!
-
RE: DWC 1.22 retraction while printing
This fixes it, tho I dont know what is default gcodes? What happens when I delete them? I notice that the gcode I send via console now shows up in default gcode under list item
-
DWC 1.22 retraction while printing
Hi, I have set firmware retraction in my slicer and want to change retraction during print. Before it worked fine but after updating to new duet web interface 1.22 (duet 2 wifi) it doesnt work anymore. Gives me the following error.
Sending M207 S3.4 R0 F4200 T1800 Z0.4 in Gcode console
A JavaScript error has occurred so the web interface has closed the connection to your board. It is recommended to reload the web interface now. If this happens again, please contact the author and share this error message:
Version: 1.22
Message: TypeError: rememberedGCodes.indexOf is not a function
URL: http://192.168.178.15/js/dwc.js
Line: 1175:52
Error object: {}