- Home
- MPR 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
- A line that is not this format
mpr_line_unreadable - No header block
mpr_missing_header - The panel size is missing
mpr_no_panel - A value before any block
mpr_value_without_block - A name that was never given a value
mpr_formula_unknown_name - A name defined in terms of itself
mpr_formula_circular - A formula that divides by zero
mpr_formula_divide_by_zero - A formula that stops too early
mpr_formula_incomplete - Something left over after the formula
mpr_formula_trailing_input - A character that means nothing in a formula
mpr_formula_bad_character - A function given the wrong number of values
mpr_formula_bad_arity - A function this converter does not know
mpr_formula_unknown_function - A function that cannot be worked out
mpr_formula_out_of_range - A formula nested too deeply
mpr_formula_too_deep - STANDARD used inside a sum
mpr_formula_standard_in_sum - A value measured from somewhere else
mpr_formula_relative - A value that could not be worked out
mpr_formula_unresolved - An element outside any contour
mpr_element_without_contour - A move before the contour started
mpr_move_before_start - A point missing one of its coordinates
mpr_point_incomplete
The file was refused
- Cutting before any depth was set
cut_no_depth - No cutting moves found
no_cuts - A boring macro without a position or a depth
mpr_drill_incomplete - A row of holes with no spacing
mpr_row_no_spacing - An edge this converter does not know
mpr_horiz_edge_unknown - A contour element this converter does not know
mpr_element_unsupported - An arc without a radius
mpr_arc_no_radius - A macro pointing at a contour that is not there
mpr_contour_missing - An operation this converter does not read yet
mpr_macro_unsupported - 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
- Cutting to one side of the path
mpr_compensation_unverified - A format version nobody has checked
mpr_version_unverified - A relative value read as absolute
mpr_relative_value_assumed - A row of holes written out one by one
mpr_row_expanded - A hole into an edge
mpr_horiz_face_unverified - A contour with no height
mpr_contour_z_assumed - G-code output has not been run yet
gcode_unvalidated