Cartographer Models
Models are not required if you are using Cartographer Survey Touch.
Why use models??
There are many different reasons to why you would want to use different models with your probe, these vary from person to person, but they could be as follows:
Using different print surfaces, such as different PEI / Spring Steel sheets
Printing at a wide range of temperatures or materials
Cartographer models can help manage this, allowing you to essentially have different offsets and different profiles for the different temperatures and build surfaces that you print on.
Using the default
model.
default
model. When performing a calibration with the CARTOGRAPHER_CALIBRATE
command a model is created called default
. This will be saved to your printer.cfg after you compelte a SAVE_CONFIG
, this could either be via running the command or performing a save and restart from your webUI.
The default
model will be loaded automatically when your machine turns on.
Available Commands
Viewing Available Models -
CARTOGRAPHER_MODEL_LIST
- Shows your available models, it also indicates which model is active. Example:
Changing Active Model -
CARTOGRAPHER_MODEL_SELECT NAME=model
- This command will select and load the model with the name you have selected. Example:
Saving New Models -
CARTOGRAPHER_MODEL_SAVE NAME=model
- command can save the current active model as a new model. This will overwrite any existing model with that given name. You must perform aSAVE_CONFIG
in order to commit the changes to the config file. Example:
Deleting Models -
CARTOGRAPHER_MODEL_REMOVE NAME=model
command will delete the cartographer model withmodel
as the name from your config file. You must perform aSAVE_CONFIG
in order to commit the changes to the config file. Example:
Last updated