Show all posts by user
you seem to be missing a m109 instruction that tells it to wait for extruder to reach temp
eg.
;Generated with Cura_SteamEngine 15.01
; Default start code
G28 ; Home extruder
G1 Z15 F100
M107 ; Turn off fan
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
M190 S50
; Activate all used extruder
M104 T0 S200
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperat
by
obewan
-
Printing
might be dissabled in configuration.h
//#define SDSUPPORT // Enable SD Card Support in Hardware Console
by
obewan
-
Prusa i3 and variants
when you start 'printing' the firmware will 1st heat the hot end to the required temperature,it will not move
the axis untill the hotend has stabalised for about 10 seconds.
Is the hot end reaching the print temperature ?
by
obewan
-
Printing
What positions do you have your end stop switches ?
In your config.h you have them set for x,y,z - max
"
383.// @section homing
384.
385.// Specify here all the endstop connectors that are connected to any endstop or probe.
386.// Almost all printers will be using one per axis. Probes will use one or more of the
387.// extra connectors. Leave undefined any used for non-endstop and non-
by
obewan
-
Reprappers
sounds allmost like the x endstop is triggered (apart from the error). does x move if you manually press the x endstop ?
by
obewan
-
Reprappers
could be too much contrast , try adjusting the preset on the display pcb
by
obewan
-
Reprappers
would the G10 and G11 commands do what you need
by
obewan
-
Reprappers
you need to download the u8glib folder and save to the arduino library folder
by
obewan
-
Reprappers