Web printing doesn't work for me
-
I'm getting the same type of behavior. Bed and hotend heat up, machine homes X,Y,Z, then print goes to 100% finished and machine starts to cool down. I'm running the same firmware versions as Ian Tech. Config generated by the online tool as well.
Gcode console only reports the file was selected for printing:
[c]12:14:19 AMM32 2020_nt.gcode
File 2020_nt.gcode selected for printing[/c]I'm generating my gcode with simplify3d, first 50 or so lines:
[c]
; G-Code generated by Simplify3D(R) Version 3.1.1
; May 2, 2017 at 8:37:24 PM
G90
M82
M106 S0
M140 S60
M190 S60
M104 S200 T0
M109 S200 T0
G28 ; home
; G29 S1 ; Load HeightMap
G92 E0
G1 E-1.6000 F2800
G1 Z0.180 F1000
; layer 1, Z = 0.18
T0
; tool H0.200 W0.480
; skirt
G1 X124.076 Y125.720 F6000
G1 E0.0000 F840
G92 E0
G1 X125.720 Y124.076 E0.0835 F1500
G1 X126.337 Y123.820 E0.1075
G1 X135.663 Y123.820 E0.4425
G1 X136.280 Y124.076 E0.4665
G1 X137.500 Y125.296 E0.5285
G1 X138.720 Y124.076 E0.5905
G1 X139.337 Y123.820 E0.6145
G1 X148.663 Y123.820 E0.9494
G1 X149.280 Y124.076 E0.9734
G1 X150.000 Y124.796 E1.0100
G1 X150.720 Y124.076 E1.0466
G1 X151.337 Y123.820 E1.0706
G1 X160.663 Y123.820 E1.4056
G1 X161.280 Y124.076 E1.4296
G1 X162.500 Y125.296 E1.4915
G1 X163.720 Y124.076 E1.5535
G1 X164.337 Y123.820 E1.5775
G1 X173.663 Y123.820 E1.9125
G1 X174.280 Y124.076 E1.9365
G1 X175.924 Y125.720 E2.0200
G1 X176.180 Y126.337 E2.0440
G1 X176.180 Y135.663 E2.3790
G1 X175.924 Y136.280 E2.4030
G1 X174.704 Y137.500 E2.4650
G1 X175.924 Y138.720 E2.5270
G1 X176.180 Y139.337 E2.5510
G1 X176.180 Y148.663 E2.8859
G1 X175.924 Y149.280 E2.9099
G1 X175.204 Y150.000 E2.9465
G1 X175.924 Y150.720 E2.9831
G1 X176.180 Y151.337 E3.0071
G1 X176.180 Y160.663 E3.3421
G1 X175.924 Y161.280 E3.3661
G1 X174.704 Y162.500 E3.4280
G1 X175.924 Y163.720 E3.4900
G1 X176.180 Y164.337 E3.5140
G1 X176.180 Y173.663 E3.8490
G1 X175.924 Y174.280 E3.8730
G1 X174.280 Y175.924 E3.9565
G1 X173.663 Y176.180 E3.9805
G1 X164.337 Y176.180 E4.3155
G1 X163.720 Y175.924 E4.3395
G1 X162.500 Y174.704 E4.4015
G1 X161.280 Y175.924 E4.4634
G1 X160.663 Y176.180 E4.4875
G1 X151.337 Y176.180 E4.8224
G1 X150.720 Y175.924 E4.8464
G1 X150.000 Y175.204 E4.8830
G1 X149.280 Y175.924 E4.9196
G1 X148.663 Y176.180 E4.9436
G1 X139.337 Y176.180 E5.2786
G1 X138.720 Y175.924 E5.3026
G1 X137.500 Y174.704 E5.3645
G1 X136.280 Y175.924 E5.4265
G1 X135.663 Y176.180 E5.4505
G1 X126.337 Y176.180 E5.7855
G1 X125.720 Y175.924 E5.8095
G1 X124.076 Y174.280 E5.8930
G1 X123.820 Y173.663 E5.9170
G1 X123.820 Y164.337 E6.2520
G1 X124.076 Y163.720 E6.2760
G1 X125.296 Y162.500 E6.3380
G1 X124.076 Y161.280 E6.3999
G1 X123.820 Y160.663 E6.4240
G1 X123.820 Y151.337 E6.7589
G1 X124.076 Y150.720 E6.7829
G1 X124.796 Y150.000 E6.8195
G1 X124.076 Y149.280 E6.8561
G1 X123.820 Y148.663 E6.8801
G1 X123.820 Y139.337 E7.2151
G1 X124.076 Y138.720 E7.2391
G1 X125.296 Y137.500 E7.3010
G1 X124.076 Y136.280 E7.3630
G1 X123.820 Y135.663 E7.3870
G1 X123.820 Y126.337 E7.7220
[/c]I've tried with G29 S1 to load height map, and just as G28 without but no dice either way.
contents of my homeall.g:
[c]
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool on Tue Apr 25 2017 17:32:13 GMT-0400 (EDT); Relative positioning
G91; Lift Z
G1 Z5 F6000; Course home X or Y
G1 X-305 Y305 F4000 S1
; Course home X
G1 X-305 S1
; Course home Y
G1 Y305 S1: 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 X20 Y30 F4000
G30; Uncomment the following line to lift the nozzle after probing
;G1 Z5 F100
[/c]Hopefully that helps diagnose this as well.
-
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