Warning text improvement

This commit is contained in:
peteruithoven 2013-10-23 18:46:13 +02:00
parent f3e45662ad
commit c1160c60a7
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function generate_gcode() {
console.log("pointsToPrint: ",pointsToPrint);
if(pointsToPrint > MAX_POINTS_TO_PRINT) {
alert("Sorry, your doodle too complex and / or to high");
alert("Sorry, your doodle is too complex or too high. Please try to simplify it.");
console.log("ERROR: to many points too convert to gcode");
return [];
}