Please note: the forum is closed.
No new user registrations are accepted. For more info, please click here.
No new user registrations are accepted. For more info, please click here.
Slow to start printing
rhaub101
Posts: 89π Super Member π
Iβm wondering if this is normal for an A5:
Scenario 1.
I pre-heat the machine to 195/60
Insert the usb flash drive and hit print
Machine takes about a minute then starts printing
Scenario 2.
I pre-heat the machine to 245/70
Insert the usb flash drive and hit print
Machine takes about 5 minutes then starts printing
Scenario 3.
I connect to Pronterface and pre-heat to 245/70
Hit print
Machine takes about 3 seconds then starts printing
I prefer to print from the flash drive but the wait time seems to be excessive.
What does your A5 do? Thanks in advance
Comments
I'm thinking the problem is in the Gcode, but it is strange - I'd be looking at the pre-print Gcode in the the slicer settings
I have reformatted the flash drive and tried others with no difference. Iβll Β look at the gcode (not sure what Iβm looking for) and upload a file here.
Someone pointed out that the Pronterface connection goes right to the main board. Could there be a problem with the display board or the display board firmware?Β
The start Gcode is in a text box in Cura - tells the printer to prime the nozzle, etc. before printing starts - are you using latest version 4.4 or newer? some versions are years old and outdated - also do not have the JGAurora profiles included
The path to the location of the Gcode text box is:
; -- START GCODE --
G21 ;set units to millimetres
G90 ;set to absolute positioning
M106 S0 ;set fan speed to zero (turned off)
G28 ;home all axis
M420 S1
G92 E0 ;zero the extruded length
G1 Z1 F1000 ;move up slightly
G1 X60.0 Z0 E9.0 F1000.0;intro line
G1 X100.0 E21.5 F1000.0 ;continue line
G92 E0 ;zero the extruded length again
; -- end of START GCODE --
I pre-heat both the bed and hot end for about 10 minutes before starting to print - the bed thermistor is in the center of the bed, and it takes time to heat up all the bed evenly, not just the center
Have you sliced with prusa slicer? - It may be a Cura thing
Good idea to try a different slicer. But i would think if itβs a problem in the gcode from Cura it would not start right away with Pronterface. Β Iβm gonna try it anyway. Thanks
Also sliced it with Slic3r. It starts instantly at 250/70
This is the gcode file sliced on Cura 4.3 at 250/70. It still took 31 seconds to start.
Im lost.
Pretty obvious from your comparisons that Cura is putting out dodgy code - I still use it, but lots of people say they have ditched CuraΒ completely for one reason or another - I read its programmed in Python, which is quite old and produces basic programs, whereas other slicers are using more modern programs that create slicers with better interfaces
Magic numbers:
.12
.2
.3
printer is in an enclosure and was left for 8 mins for hot end and heat bed to settle at 205c and 50c
Cura took 51 seconds to do anything
Slic3r took 34 seconds to do anything
Its a temperature thing - both hot end and bed have to be at right temperatures together - and they were alternatively going high and low, but not both at the right temperatures at the same time for long enough - eventually they were, and things started to happen
There are electrolytic capacitors on the MKS Gen L controller board next to the thermistor leads sockets - they slow down the speed that the processor sees the voltages changing on the analog sense pins - replacing with smaller or higher value capacitors is the only way I can see you can overcome the problem if it really bugs you - smaller values will change indicated temperatures more quickly, larger values will hold indicated values steady for longer
Stephen, why is .12 the magic layer height? .15 is the normal in the Cura profile for the A5/A5s.
I don't think JGAurora use a common lead screw pitch and the processor has to round up/down the calculations or something, whereas the magic numbers result in more accurate calculations
https://jgmakerforum.com/discussion/495/jgaurora-a5-magic-number
If you do an Internet search for "3d printer magic numbers" you'll find that there are different magic numbers for different printers
Howdy, Stranger!
RegisterIt looks like you've been lurking for a while.
If you register, we will remember what you have read and notify you about new comments. You will also be able to participate in discussions.
So if you'd like to get involved, register for an account, it'll only take you a minute!