Problema calibrazione airtripper February 22, 2016 03:11PM |
Registered: 10 years ago Posts: 428 |
Extruding 10.000000mm of filament. Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)Cosa significa?
//this prevents dangerous Extruder moves, i.e. if the temperature is under the limit //can be software-disabled for whatever purposes by //#define PREVENT_DANGEROUS_EXTRUDE //if PREVENT DANGEROUS EXTRUDE is on, you can still disable (uncomment) very long bits of extrusion separately. #define PREVENT_LENGTHY_EXTRUDE #define EXTRUDE_MINTEMP 120 // degC #define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.
Re: Problema calibrazione airtripper February 22, 2016 03:16PM |
Registered: 10 years ago Posts: 3,268 |
Re: Problema calibrazione airtripper February 22, 2016 03:23PM |
Registered: 10 years ago Posts: 428 |
Re: Problema calibrazione airtripper February 22, 2016 03:35PM |
Registered: 10 years ago Posts: 428 |
Re: Problema calibrazione airtripper February 22, 2016 05:10PM |
Registered: 13 years ago Posts: 4,555 |
Re: Problema calibrazione airtripper February 23, 2016 03:05AM |
Registered: 11 years ago Posts: 6,409 |