check for missing params
This commit is contained in:
parent
02b900a8f0
commit
002a0cf9c9
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export function fdm_export(print, online, ondone, ondebug) {
|
|||
|
||||
// smallish band-aid. refactor above to remove redundancy
|
||||
function updateParams(layer, params) {
|
||||
// params = getRangeParameters(process, layer);
|
||||
if (!params) params = getRangeParameters(process, layer);
|
||||
zhop = params.zHopDistance || 0; // range
|
||||
retDist = params.outputRetractDist || 0; // range
|
||||
retSpeed = params.outputRetractSpeed * 60 || 1; // range
|
||||
|
|
|
|||
Loading…
Reference in a new issue