- Home
- XXL to G-code converter
- Messages
Messages and errors
When the converter refuses a file or warns about it, it names a reason. Each reason has a page here explaining what the converter saw and what to change.
The file could not be read
- Missing H header line
missing_header - Duplicate H header line
duplicate_header - Header missing a dimension
header_missing - Unknown token in the header
header_unknown_token - Bad number in a value
bad_number - Malformed parameter
malformed_param - Unknown parameter letter
unknown_param - Duplicate parameter
duplicate_param - Arc without a centre
arc_needs_center - Value must be a whole number
int_required - Coordinate out of range
out_of_range - PAR without a value
declaration_incomplete - A name a value cannot be given to
declaration_bad_name - A name that was never given a value
expr_unknown_name - A value that divides by zero
expr_divide_by_zero - A bracket left open
expr_unbalanced - Something left over after the value
expr_trailing_input - A value that stops in the middle
expr_incomplete - A character that means nothing in a value
expr_bad_character - Brackets nested too deeply
expr_too_deep - A command missing a parameter it needs
missing_param - A face the converter has no name for
unknown_face
The file was refused
- Cutting before any depth was set
cut_no_depth - No cutting moves found
no_cuts - A line from another format has no G-code equivalent
gcode_op_dropped - Only the top face is written
gcode_face_unsupported
Converted with a warning
- G-code output has not been run yet
gcode_unvalidated