Web printing doesn't work for me
-
I'm away from home and on my phone right now but seem to remember something similar in another thread and the fix was to change the "flavour" from reprap to Marlin.
-
I just tried a new RRF config in case something was wrong, and it defaults to Marlin, deckingman. I tried toggling it to something else then back to Marlin, but it's still not working. I downgraded to 1.17E and I'm still getting the same results. All the previous gcode on my machine that worked now exhibits the "100% finished after homing" behavior. Maybe this was a result of the web interface upgrade? I'm going to see if that's downgrade-able next.. machine worked fine on 1.17E and the previous versions of web interface.
-
Just a thought. Have you got your config.g set to use absolute extrusion to match what you are using in the slicer ? If it's set to use relative in config .g but absolute in the slicer, that might screw it.
The comment about firmware flavour was for the guy using Cura as there is a comment in his start gcode saying RepRap as the flavour. -
@Ian Tech, your gcode looks OK except that I recommend you include M82 in your slicer start gcode to tell it you are using absolute extrusion (Cura doesn't support relative).
@forgets, your gcode looks OK too, but as you are using S3D I recommend you switch it to use relative extrusion.
Both of you, what M563 command are you using to define tool 0?
-
@dc42 I added M82 to the start gcode and M563 P0 D4 H1 but there was no difference.
@deckingman The reprap option says marlin and sprinter in parenthesis in cura
-
@Ian Tech try hand editing your homeall.g file.. I took out all the extraneous spaces and notations and it prints again. I think it's possible the RRF configurator is adding some characters in that are causing it to stall / pause. I hope the fix works for you Ian Tech.
@dc42 I'll post if I find any differences so hopefully it can get sorted out. Maybe there's a character limit being exceeded with the homeall.g file that's being generated by RRF configurator? I just redid my settings for the file by hand typing them out and it works.. so… it's fixed.. but it seems like there's a bug there somewhere. Let me know what you need me to post to help you replicate so it can be squashed for future versions.
-
If you can send me a homeall.g file that replicates the problem, that would be helpful.
-
Ok Removing many comments in homeall.g fixed the problem… Thank you guys for the help
@dc42 I don't have it but more than 1/2 of the whole file was comments. -
@dc42, here's the complete contents of the homeall.g
[c]; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool on Wed May 03 2017 00:57:00 GMT-0400 (EDT); Relative positioning
G91; Lift Z
G1 Z5 F6000; Course home X or Y
G1 X-305 Y305 F1800 S1
; Course home X
G1 X-305
; Course home Y
G1 Y305: Move away from the endstops
G1 X5 Y-5 F6000; Fine home X
G1 X-305 F360 S1
; Fine home Y
G1 Y305 S1; Absolute positioning
G90; Go to first bed probe point and home Z
G1 X30 Y30 F6000
G30; Uncomment the following line to lift the nozzle after probing
;G1 Z5 F100[/c]I don't have a dropbox account or anything so if you'd like me to send it to you give me an email address or let me know what's the easiest way to get it to you. Glad the fix is pretty simple on the user end, hopefully it will be on yours too.
-
I would just like to add to this. I have just commissioned my printer with the Duet WiFi. Same issue. Same fix by editing the homeall.g file.
This is working:
G91 ; relative mode
G1 Z4 F200 ; raise head 4mm
G1 X-300 F3000 S1 ; move up to 240mm in the -X direction, stopping if the homing switch is triggered
G1 X4 F600 ; move slowly 4mm in the +X direction
G1 X-10 S1 ; move slowly 10mm in the -X direction, stopping at the homing switch
G1 Y200 F3000 S1 ; move up to 240mm in the +Y direction, stopping if the homing switch is triggered
G1 Y-4 F600 ; move slowly 4mm in the -Y direction
G1 Y10 S1 ; move slowly 10mm in the +Y direction, stopping at the homing switch
G1 Z5 F6000 ; Raise Head 5mm
G1 Z-325 F1800 S1 ; Move Z down until the switch triggers
G90 ; Back to absolute positioning
G92 Z2.5 ; Tell the firmware where we areFirmware Name: RepRapFirmware for Duet WiFi
Firmware Electronics: Duet WiFi 1.0
Firmware Version: 1.18.1 (2017-04-09)
WiFi Server Version: 1.03 (ch fork)
Web Interface Version: 1.15a