• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Error:Failed to activate input monitor on pin 255

Scheduled Pinned Locked Moved
General Discussion
4
18
444
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    SJI
    last edited by 12 Jul 2023, 07:36

    Hi all.
    I have a genuine duet 3 and 1LC. I have just installed and commissioned the 1LC. When I go to print a gcode file I get this error first Error:Failed to activate input monitor on pin 255. It must be the 1LC toolboard as I've never seen this message before
    16891471736635643257025596209907.jpg
    16891472371027844562514179937336.jpg

    What is this related too? Accelerometer on the toolboard

    undefined 1 Reply Last reply 12 Jul 2023, 08:12 Reply Quote 0
    • undefined
      jay_s_uk @SJI
      last edited by 12 Jul 2023, 08:12

      @SJI no idea until we see your config

      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

      undefined 1 Reply Last reply 12 Jul 2023, 08:53 Reply Quote 0
      • undefined
        SJI @jay_s_uk
        last edited by 12 Jul 2023, 08:53

        @jay_s_uk
        ; Configuration file for Duet 3 (firmware version 3)
        ; executed by the firmware on start-up
        ;
        ; generated by RepRapFirmware Configuration Tool v3.3.16 on Tue Jul 11 2023 13:25:33 GMT+1000 (Australian Eastern Standard Time)

        ; General preferences

        ; Wait a moment for the CAN expansion boards to start
        ; Toolboard 1LC CAN Address B20
        G4 S2 ; Wait for Toolboard 1LC to Start
        ;--------------------------------------------------------------------------------------------------------------------------------------------------------------

        G90 ; send absolute coordinates...
        M83 ; ...but relative extruder moves
        M550 P"HevORT - Midnight" ; set printer name
        M669 K1 ; select CoreXY mode

        ; Network
        M552 P192.168.1.20 S1 ; enable network and acquire dynamic address via DHCP
        M586 P0 S1 ; enable HTTP
        M586 P1 S0 ; disable FTP
        M586 P2 S0 ; disable Telnet

        ; Drives
        M569 P0.0 S1 ; physical drive 0.0 goes forwards X
        M569 P0.1 S0 ; physical drive 0.1 goes backwards Y
        M569 P20.0 S0 ; Toolboard 1LC physical drive 0.2 goes backwards E
        M569 P0.3 S1 ; physical drive 0.3 goes backwards Z1
        M569 P0.4 S0 ; physical drive 0.4 goes forwards Z2
        M569 P0.5 S0 ; physical drive 0.5 goes backwards Z3
        M584 X0.0 Y0.1 Z0.3:0.4:0.5 E20.0 ; set drive mapping MB6 and Toolboard 1LC B20 Address
        M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
        M92 X80.00 Y80.00 Z800.00 E412 ; set steps per mm
        M566 X1200.00 Y1200.00 Z155.00 E5000.00 ; set maximum instantaneous speed changes (mm/min)
        M203 X30000.00 Y30000.00 Z1200.00 E10000.00 ; set maximum speeds (mm/min)
        M201 X10000.00 Y10000.00 Z500.00 E30000.00 ; set accelerations (mm/s^2)
        M906 X1200 Y1200 Z1000:1000:1000 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
        M84 S30 ; Set idle timeout

        ;--------------------------------------------------------------------------------------------------------------------------------------------------------------

        ; Axis Limits - Define X,Y Origin
        ;X0.0 Y0.0 = Bed Center
        M208 X-142 Y-152 Z0 S1 ; set axis minima
        M208 X142 Y152 Z320 S0 ; set axis maxima

        ;--------------------------------------------------------------------------------------------------------------------------------------------------------------

        ; Endstops
        M574 X1 S1 P"20.io2.in" ; Tool board 1LC configure active-low X axis endstop
        M574 Y1 S1 P"io2.in" ; configure active-high endstop for low end on Y via pin io2.in
        M574 Z1 S2 ; configure Z-probe endstop for low end on Z

        ;--------------------------------------------------------------------------------------------------------------------------------------------------------------

        ; Heaters
        M308 S0 P"temp0" Y"thermistor" T100000 B4138 A"Bed" ; configure sensor 0 as thermistor on pin temp0
        M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
        M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
        M140 H0 ; map heated bed to heater 0
        M143 H0 S120 ; set temperature limit for heater 0 to 120C

        M308 S1 P"20.temp1" Y"thermistor" T500000 B4723 C1.196220e-7 A"LGX Hotend" ; configure sensor 1 as thermistor on pin temp1 - Slice Engineering HTT 13/5/21
        M950 H1 C"20.out0" T1 ; create nozzle heater output on out0 and map it to sensor 1
        M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
        M307 H1 R3.048 K0.408:0.041 D3.32 E1.35 S1.00 B0 ; LGX Tuned for 220 deg 12/07/2023
        M143 H1 S400 ; set temperature limit for heater 1 to 400C

        M308 S2 P"temp2" Y"thermistor" T100000 B4138 A"Chamber" ; configure sensor 2 as thermistor on pin temp2
        M950 H2 C"out2" T2 ; create chamber heater output on out2 and map it to sensor 2
        M307 H2 B1 S1.00 ; enable bang-bang mode for the chamber heater and set PWM limit
        M141 H2 ; map chamber to heater 2
        M143 H2 S280 ; set temperature limit for heater 2 to 280C

        ;--------------------------------------------------------------------------------------------------------------------------------------------------------------

        ; Fans
        M950 F0 C"0.out9" Q2000 ; create fan 0 on pin out7 and set its frequency
        M106 P0 C"CPAP Cooling" S0 H-1 B0.1 L0.15 ; set fan 0 name and value. Thermostatic control is turned off

        M950 F1 C"20.out2" Q100 ; Toolboard 1LC create fan 2 on pin OUT2 and set its frequency
        M106 P1 C"LGX Cooling" H1 T45:150 ; Toolboard 1LC set fan 1 name and value. Thermostatic control is turned on

        ;--------------------------------------------------------------------------------------------------------------------------------------------------------------

        ; Tools
        M563 P0 D0 H1 F0 ; define tool 0
        G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
        G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

        ;--------------------------------------------------------------------------------------------------------------------------------------------------------------

        ; Z-Probe
        ; Pushed to macro's
        M950 S0 C"20.io0.out" ; create servo pin 0 for BLTouch
        M558 P9 C"^20.io0.in" H20 F500 T12000 ; set Z probe type to bltouch and the dive height + speeds

        ;--------------------------------------------------------------------------------------------------------------------------------------------------------------

        ; Miscellaneous
        M575 P1 S1 B57600 ; enable support for PanelDue
        M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

        M950 P2 C"out3" ; Set out3 to Heatbed Safety Contactor
        M42 P2 S0 ; Set Heatbed Safety Contactor Off

        M912 P0 S-8.3 ; Set Electronics Temperature Monitor Adjustment
        T0 ; select first tool

        ;Toolboard 1LC
        M955 P20.0 I20 ; Configure accelerometer on toolboard with CAN address 20 and specify orientation
        ; Accelerometer Orientation - Accelerometer X+ = Axis X+, Accelerometer Y+ = Axis Y+
        M593 P"zvddd" F40.5 ; use ZVDDD input shaping to cancel ringing at 40.5Hz
        ;-------------------------------------------------------------------------------------------------------------------------------------------------------------

        undefined undefined 2 Replies Last reply 12 Jul 2023, 08:55 Reply Quote 0
        • undefined
          jay_s_uk @SJI
          last edited by 12 Jul 2023, 08:55

          @SJI theres nothing in your config thats wrong so maybe something is being added to your gcode thats sending a command.
          maybe post your start gcode so we can take a look

          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

          undefined 1 Reply Last reply 12 Jul 2023, 09:33 Reply Quote 0
          • undefined
            SJI @jay_s_uk
            last edited by jay_s_uk 7 Dec 2023, 09:36 12 Jul 2023, 09:33

            @jay_s_uk

            ;Simplify 3d – Scripts – Starting
            G90
            M82
            M98 P"0:/macros/Setup/Safety_Contactor_ON"
            M98 P"0:/macros/Setup/StartScript"
            ;Select Bed Mesh
            ;M117 "Bed Mesh Full X260 Y290"
            ;M98 P"0:/macros/Bed/BedMeshFullX260Y290"
            ;M117 "Bed Mesh Half X130 Y145"
            ;M98 P"0:/macros/Bed/BedMeshHalfX130Y145"
            M117 "Bed Mesh Small X65 Y72.5"
            M98 P"0:/macros/Bed/BedMeshSmallX65Y72.5"
            ;M117 "Bed Mesh Ulti X150 Y130"
            ;M98 P"0:/macros/Bed/BedMeshUltiX150Y130"
            T0
            ;P"0:/macros/Setup/Safety_Contactor_ON"
            ;Safety Contactor ON
            M42 P2 S1
            ;P"0:/macros/Setup/StartScript"
            ;Here is the start of the macros for bed leveling, etc
            M98 P"0:/macros/Setup/Filament_Loaded_message"
            M98 P"0:/macros/BLTouch/Probesettings.g" ;BLTouch Parameters
            M117 "Screw Levelling"
            M98 P"0:/macros/Bed/ScrewLevelling" ;Levels Bed Screws
            ;P"0:/macros/Setup/Filament_Loaded_message"
            M291 P"FILAMENT LOADED?" S3
            G4 S1
            M117 "LET'S PRINT"
            G4 S1
            ;P"0:/macros/BLTouch/Probesettings.g"
            M574 Z0 P"20.nil"
            M950 S0 C"20.io0.out"
            M558 P9 C"^20.io0.in" H20 F500 T12000
            G31 P500 X0 Y-30.0 Z1.4 ; set Z probe trigger value, offset and trigger height
            ;P"0:/macros/Bed/ScrewLevelling"
            ;3 x LeadScrews Levelling
            ;BLTouch OffSets
            ;X axis = 0 no offset
            ;Y axis = -30 in front of the nozzle
            M561 ; clear bed transform
            G29 S2 ; clear height map
            G28 ; home all axis
            G90 ; use absolute co-ordinates
            M671 X-142:0:142 Y-88:152:-88 S50
            M558 H20 F480 T12000 ;Set Z probe dive height (H) + speeds (F Probe 1st probe 8mm/s:2nd probe) (T Travel 200mm/s)
            ; Probe the bed at 3 points adjacent to motors
            G30 P0 X-142 Y-88 H0 Z-99999 ;X-142 Y88 Driver 3
            G30 P1 X0.0 Y122 H0 Z-99999 ;X0 Y304 Driver 4
            G30 P2 X142 Y-88 H0 Z-99999 S3 ;X142 Y88 Driver 5
            G28 Z ;Home Z Axis Again
            M558 H5 F120 ;Set Z Axis Dive Height + F = 2mm/s
            G30 P0 X-142 Y-88 H0 Z-99999 ;X142 Y88 Driver 3
            G30 P1 X0.0 Y122 H0 Z-99999 ;X0 Y304 Driver 4
            G30 P2 X142 Y-88 H0 Z-99999 S3 ;X142 Y88 Driver 5
            G28 ; Home all axes for establishing datums
            undefined 1 Reply Last reply 12 Jul 2023, 09:37 Reply Quote 0
            • undefined
              jay_s_uk @SJI
              last edited by 12 Jul 2023, 09:37

              @SJI again, theres nothing in those either so i'm unsure of where the message is coming from.
              Do you have anything in start.g or daemon.g in sys?

              Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

              undefined 1 Reply Last reply 12 Jul 2023, 09:43 Reply Quote 0
              • undefined
                SJI @jay_s_uk
                last edited by 12 Jul 2023, 09:43

                @jay_s_uk i'm not using daemon.g or start.g
                It's got me stumped.
                Oh I'm on build 3.4.5
                Board: Duet 3 MB6HC (MB6HC)
                Firmware: RepRapFirmware for Duet 3 MB6HC 3.4.5
                Duet Web Control 3.4.5
                1LC was updated too 3.4.5

                undefined 1 Reply Last reply 12 Jul 2023, 09:53 Reply Quote 0
                • undefined
                  jay_s_uk @SJI
                  last edited by 12 Jul 2023, 09:53

                  @SJI can you post the first section of the gcode file up to the point it starts to prnit?

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  undefined 1 Reply Last reply 12 Jul 2023, 10:06 Reply Quote 0
                  • undefined
                    SJI @jay_s_uk
                    last edited by jay_s_uk 7 Dec 2023, 10:06 12 Jul 2023, 10:06

                    @jay_s_uk

                    ; thumbnail begin 160x160 7692
                    ;Removed for posting
                    ; thumbnail end
                    ; G-Code generated by Simplify3D(R) Version 5.1.1
                    ; Jul 12, 2023 at 4:08:35 PM
                    ; Settings Summary
                    ; processName,Process 1
                    ; targetModels,ExtrusionArm
                    ; profileName,HevORT
                    ; profileVersion,2023-07-12 16:07:33
                    ; app,S3D-Software 5.1.1
                    ; technology,fff
                    ; baseProfile,
                    ; extruder,Extruder 1
                    ; toolheadNumber,0
                    ; nozzleDiameter,0.60000
                    ; extrusionMultiplier,1.00000
                    ; extrusionWidthMode,automatic
                    ; extrusionWidth,0.30000
                    ; useRetraction,0
                    ; retractDistance,1.00000
                    ; extraRestartDistance,0.00000
                    ; retractVerticalLift,0.00000
                    ; retractSpeed,1800.00000
                    ; useCoasting,0
                    ; coastingDistance,0.20000
                    ; useWiping,0
                    ; wipingDistance,5.00000
                    ; speedMaxFlowRate,1000.00000
                    ; toolheadOffsetX,0.00000
                    ; toolheadOffsetY,0.00000
                    ; filamentDiameter,1.75000
                    ; filamentPricePerKilogram,52.00000
                    ; filamentDensity,1.22000
                    ; primaryExtruder,Extruder 1
                    ; layerHeight,0.20000
                    ; topSolidLayers,5
                    ; bottomSolidLayers,5
                    ; outlinePerimeters,1
                    ; useVaseMode,0
                    ; useAdaptiveLayerHeights,0
                    ; minAdaptiveLayerHeight,0.10000
                    ; maxAdaptiveLayerHeight,0.30000
                    ; adaptiveSmoothingLevel,5
                    ; horizontalOuterCompensation,0.00000
                    ; horizontalInnerCompensation,0.00000
                    ; firstLayerUnits,percentage
                    ; firstLayerHeightPercentage,100
                    ; firstLayerWidthPercentage,100
                    ; firstLayerSpeedPercentage,100
                    ; firstLayerHeightAbsolute,0.30000
                    ; firstLayerWidthAbsolute,0.40000
                    ; firstLayerSpeedAbsolute,900.00000
                    ; startPointStrategy,closest
                    ; alignStartPointsX,0.00000
                    ; alignStartPointsY,0.00000
                    ; restrictStartPoints,0
                    ; perimeterPrintingOrder,inside_out
                    ; islandPrintingOrder,closest
                    ; printInfillBeforePerimeters,0
                    ; useSkirt,1
                    ; skirtExtruder,Extruder 1
                    ; skirtLayers,1
                    ; skirtOffset,1.00000
                    ; skirtOutlines,5
                    ; useRaft,0
                    ; raftExtruder,Extruder 1
                    ; raftBaseLayers,2
                    ; raftTopLayers,3
                    ; raftOffset,3.00000
                    ; raftSeparationDistance,0.14000
                    ; raftSpeedUnits,percentage
                    ; raftSpeedPercentage,30
                    ; raftSpeedAbsolute,600.00000
                    ; usePrimePillar,0
                    ; primePillarExtruder,Extruder 1
                    ; primePillarWidth,12.00000
                    ; primePillarLocation,north_west
                    ; primePillarSpeedPercentage,100
                    ; primePillarInfillPercentage,100
                    ; autoStopPrimePillar,1
                    ; primePillarLayersAfterAutoStop,0
                    ; useOozeShield,0
                    ; oozeShieldExtruder,Extruder 1
                    ; oozeShieldOffset,2.00000
                    ; oozeShieldOutlines,1
                    ; oozeShieldSidewallShape,waterfall
                    ; oozeShieldSidewallAngle,30
                    ; oozeShieldSpeedPercentage,100
                    ; autoStopOozeShield,1
                    ; oozeShieldLayersAfterAutoStop,0
                    ; sparseInfillExtruder,Extruder 1
                    ; sparseInfillPattern,rectilinear
                    ; sparseInfillRotation,0
                    ; sparseInfillPercentage,100
                    ; sparseInfillExtrusionWidthPercentage,100
                    ; sparseInfillCombinedLayers,1
                    ; denseInfillLayers,0
                    ; denseInfillPercentage,100
                    ; infillOutlineOverlapPercentage,25
                    ; minInfillLength,0.00000
                    ; externalInfillPattern,rectilinear
                    ; externalInfillRotation,0
                    ; solidInfillThresholdArea,0.00000
                    ; solidInfillExtraExpansion,0.00000
                    ; useMonotonic,1
                    ; useDiaphragm,1
                    ; diaphragmSolidLayers,3
                    ; diaphragmSpacingLayers,20
                    ; topLayerExtraExpansion,1.00000
                    ; topLayerExtrusionModifier,100
                    ; overrideFanSpeedForTopLayer,0
                    ; topLayerFanSpeedPercentage,100
                    ; useIroning,0
                    ; ironingOutlineOffsetPercentage,50
                    ; ironingExtrusionWidthPercentage,25
                    ; ironingExtrusionModifier,15
                    ; ironingSpeedModifier,30
                    ; sparseSupportExtruder,Extruder 1
                    ; sparseSupportInfillPattern,aligned
                    ; sparseSupportInfillRotation,0
                    ; sparseSupportInfillPercentage,30
                    ; sparseSupportOutlines,0
                    ; sparseSupportCombinedLayers,1
                    ; upperDenseSupportLayers,0
                    ; lowerDenseSupportLayers,0
                    ; denseSupportExtruder,Extruder 1
                    ; denseSupportInfillPercentage,70
                    ; denseSupportExtraExpansion,0.00000
                    ; baseSupportLayers,0
                    ; supportInflationDistance,0.00000
                    ; supportHorizontalPartOffset,0.30000
                    ; supportUpperSeparationLayers,1
                    ; supportLowerSeparationLayers,1
                    ; defaultPrintSpeed,3600.00000
                    ; outerPerimeterSpeedPercentage,100
                    ; innerPerimeterSpeedPercentage,100
                    ; topLayerSpeedPercentage,100
                    ; solidInfillSpeedPercentage,100
                    ; sparseSupportSpeedPercentage,90
                    ; denseSupportSpeedPercentage,70
                    ; travelSpeedXY,9000.00000
                    ; travelSpeedZ,3600.00000
                    ; reduceSpeedForQuickLayers,1
                    ; speedMaxQuickLayerTime,10.00000
                    ; minQuickLayerSpeedPercentage,30
                    ; reduceSpeedForShortPerimeters,1
                    ; speedMaxShortPerimeterLength,40.00000
                    ; minShortPerimeterSpeedPercentage,50
                    ; reduceSpeedForMaxFlowRate,0
                    ; accelXY,10000.00000
                    ; accelZ,500.00000
                    ; accelE,10000.00000
                    ; jerkXY,600.00000
                    ; jerkZ,24.00000
                    ; jerkE,300.00000
                    ; exportFileFormat,gcode
                    ; useStickyCommands,1
                    ; use5D,1
                    ; relativeExtrusionDistances,0
                    ; allowExtruderAxisZeroing,1
                    ; independentExtruderAxes,0
                    ; includeM10123,1
                    ; includeThumbnailImages,1
                    ; thumbnailImageEncoding,standard
                    ; thumbnailImageSizes,160|160,400|400
                    ; x3gMachineProfile,r2
                    ; overrideStepsPerMillimeter,0
                    ; stepsPerMillimeterX,88.57319
                    ; stepsPerMillimeterY,88.57319
                    ; stepsPerMillimeterZ,400.00000
                    ; stepsPerMillimeterA,96.27520
                    ; stepsPerMillimeterB,96.27520
                    ; xyzFileFormatVersion,1
                    ; makerBotMachineProfile,replicator_5
                    ; makerBotModelExtruder,mk13
                    ; makerBotSupportExtruder,mk14_s
                    ; makerBotModelMaterial,pla
                    ; makerBotSupportMaterial,pva
                    ; globalOffsetX,0.00000
                    ; globalOffsetY,0.00000
                    ; globalOffsetZ,0.00000
                    ; applyToolheadOffsets,0
                    ; buildVolumeShape,rectangular
                    ; buildVolumeX,260.00000
                    ; buildVolumeY,290.00000
                    ; buildVolumeZ,325.00000
                    ; buildVolumeDiameter,200.00000
                    ; originOffsetX,130.00000
                    ; originOffsetY,145.00000
                    ; originOffsetZ,0.00000
                    ; homingDirectionX,max
                    ; homingDirectionY,min
                    ; homingDirectionZ,min
                    ; mirrorVisualX,0
                    ; mirrorVisualY,1
                    ; mirrorVisualZ,0
                    ; machineBackgroundModel,
                    ; startingScript,"G90|M82|M98 P""0:/macros/Setup/Safety_Contactor_ON""|M98 P""0:/macros/Setup/StartScript""||;Select Bed Mesh||;M117 ""Bed Mesh Full X260 Y290""|;M98 P""0:/macros/Bed/BedMeshFullX260Y290""||;M117 ""Bed Mesh Half X130 Y145""|;M98 P""0:/macros/Bed/BedMeshHalfX130Y145""||M117 ""Bed Mesh Small X65 Y72.5""|M98 P""0:/macros/Bed/BedMeshSmallX65Y72.5""||;M117 ""Bed Mesh Ulti X150 Y130""|;M98 P""0:/macros/Bed/BedMeshUltiX150Y130""||T0"
                    ; preLayerChangeScript,
                    ; postLayerChangeScript,
                    ; preRetractionScript,
                    ; postRetractionScript,
                    ; preToolChangeScript,
                    ; postToolChangeScript,
                    ; processChangeScript,
                    ; endingScript,"M98 P""0:/macros/Setup/Safety_Contactor_OFF""|M98 P""0:/macros/Setup/EndScript""|"
                    ; postProcessingScript,"{REPLACE ""M101"" ""G11""},|{REPLACE ""M103"" ""G10""},|{STRIP ""M102""},|{REPLACE ""Material Length"" ""Filament length""}"
                    ; useBridging,1
                    ; bridgingThresholdArea,50.00000
                    ; bridgingInfillExtraExpansion,1.00000
                    ; bridgingExtrusionModifier,100
                    ; bridgingSpeedModifier,100
                    ; overrideFanSpeedForBridging,0
                    ; bridgingFanSpeedPercentage,100
                    ; useFixedBridgingAngle,0
                    ; fixedBridgingAngle,0
                    ; applyBridgingToPerimeters,0
                    ; bridgingPerimeterExtraOverlap,0.00000
                    ; minBridgingPerimeterLength,10.00000
                    ; useToolChangeRetraction,0
                    ; toolChangeRetractDistance,12.00000
                    ; toolChangeExtraRestartDistance,-0.50000
                    ; toolChangeRetractSpeed,600.00000
                    ; toolChangePrimeOnFirstUse,0
                    ; toolChangeRetractAtEnd,0
                    ; externalThinWallType,single_extrusions
                    ; internalThinWallType,gap_fill
                    ; thinWallAllowedOverlapPercentage,10
                    ; singleExtrusionMinLength,0.20000
                    ; singleExtrusionMinWidthPercentage,50
                    ; singleExtrusionMaxWidthPercentage,200
                    ; singleExtrusionEndpointExtensionDistance,0.20000
                    ; onlyRetractWhenCrossingOutlines,1
                    ; retractBetweenLayers,1
                    ; retractOnTopLayers,1
                    ; useRetractionMinTravel,0
                    ; retractionMinTravel,5.00000
                    ; useRetractionMinExtrusion,0
                    ; retractionMinExtrusion,3.00000
                    ; onlyVerticalLiftOnTopLayers,1
                    ; retractWhileWiping,0
                    ; wipingMode,outer_perimeter
                    ; avoidCrossingOutlines,1
                    ; maxMovementDetourFactor,3.00000
                    ; openLoopSlicingBehavior,thicken
                    ; openLoopThickenWidth,0.10000
                    ; slicingRegionRepairMode,positive
                    G90
                    M82
                    G90
                    M82
                    M98 P"0:/macros/Setup/Safety_Contactor_ON"
                    M98 P"0:/macros/Setup/StartScript"
                    ;Select Bed Mesh
                    ;M117 "Bed Mesh Full X260 Y290"
                    ;M98 P"0:/macros/Bed/BedMeshFullX260Y290"
                    ;M117 "Bed Mesh Half X130 Y145"
                    ;M98 P"0:/macros/Bed/BedMeshHalfX130Y145"
                    M117 "Bed Mesh Small X65 Y72.5"
                    M98 P"0:/macros/Bed/BedMeshSmallX65Y72.5"
                    ;M117 "Bed Mesh Ulti X150 Y130"
                    ;M98 P"0:/macros/Bed/BedMeshUltiX150Y130"
                    T0
                    ; process Process 1
                    ; layer 1, Z = 0.2000
                    T0
                    ; feature skirt
                    ; tool H0.2000 W0.720
                    G1 X41.756 Y16.740 F9000
                    G1 Z0.2000 F3600
                    G11
                    G92 E0.00000
                    G1 X-41.756 Y16.740 E4.99975 F3600
                    G1 X-44.240 Y14.256 E5.21004
                    G1 X-44.240 Y-14.256 E6.91703
                    G1 X-41.756 Y-16.740 E7.12732
                    G1 X41.756 Y-16.740 E12.12707
                    G1 X44.240 Y-14.256 E12.33736
                    G1 X44.240 Y14.256 E14.04435
                    G1 X41.756 Y16.740 E14.25464
                    G10
                    G1 X41.458 Y16.020 F9000
                    G11
                    G92 E0.00000
                    G1 X-41.458 Y16.020 E4.96404 F3600
                    G1 X-43.520 Y13.958 E5.13862
                    G1 X-43.520 Y-13.958 E6.80990
                    G1 X-41.458 Y-16.020 E6.98448
                    G1 X41.458 Y-16.020 E11.94852
                    G1 X43.520 Y-13.958 E12.12310
                    G1 X43.520 Y13.958 E13.79439
                    G1 X41.458 Y16.020 E13.96897
                    G10
                    G1 X41.160 Y15.300 F9000
                    G11
                    G92 E0.00000

                    I've also noticed I'm not getting the full information when selecting the file on the 7" PanelDue. Layer Height, Sliced By, etc

                    heres the end code

                    G10
                    ; layer end
                    M98 P"0:/macros/Setup/Safety_Contactor_OFF"
                    M98 P"0:/macros/Setup/EndScript"
                    ; Build Summary
                    ; Build Time: 4 hours 45 minutes
                    ; Filament length: 58879.2 mm (58.88 m)
                    ; Material Volume: 141621.0 mm^3 (141.62 cc)
                    ; Material Weight: 172.78 g (0.38 lb)
                    ; Material Cost: 8.98
                    undefined 1 Reply Last reply 12 Jul 2023, 10:09 Reply Quote 0
                    • undefined
                      jay_s_uk @SJI
                      last edited by 12 Jul 2023, 10:09

                      @SJI still can't see anything there either. Do you have anything in tpre0.g or tpost.g?
                      Might be better starting a new thread about not being able to get the full file information on the paneldue

                      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                      undefined 2 Replies Last reply 12 Jul 2023, 10:17 Reply Quote 0
                      • undefined
                        SJI @jay_s_uk
                        last edited by jay_s_uk 7 Dec 2023, 10:18 12 Jul 2023, 10:17

                        @jay_s_uk
                        Just did a diagnostic on the toolboard whilst it's still running

                        M122 B20
                        Diagnostics for board 20: Duet TOOL1LC rev 1.1 or later firmware version 3.4.4 (2022-10-14 11:46:33) Bootloader ID: SAMC21 bootloader version 2.4 (2021-12-10) All averaging filters OK Never used RAM 2648, free system stack 45 words Tasks: Move(notifyWait,0.5%,91) HEAT(notifyWait,0.9%,75) CanAsync(notifyWait,0.0%,61) CanRecv(notifyWait,0.1%,74) CanClock(notifyWait,0.0%,65) ACCEL(notifyWait,0.0%,61) TMC(notifyWait,6.1%,57) MAIN(running,82.3%,351) IDLE(ready,0.0%,26) AIN(delaying,10.0%,142), total 100.0% Last reset 03:09:29 ago, cause: power up Last software reset data not available Driver 0: pos 12140682, 412.0 steps/mm,ok, SG min 0, read errors 0, write errors 0, ifcnt 13, reads 32782, writes 13, timeouts 0, DMA errors 0, CC errors 0, steps req 12686994 done 12686873 Moves scheduled 66473, completed 66472, in progress 1, hiccups 0, step errors 0, maxPrep 656, maxOverdue 1, maxInc 1, mcErrs 0, gcmErrs 0 Peak sync jitter -2/4, peak Rx sync delay 231, resyncs 0/0, next step interrupt due in 218 ticks, enabled VIN voltage: min 23.9, current 24.1, max 24.2 MCU temperature: min 38.6C, current 54.8C, max 56.2C Last sensors broadcast 0x00000002 found 1 109 ticks ago, 0 ordering errs, loop time 1 CAN messages queued 227681, send timeouts 0, received 169009, lost 0, free buffers 37, min 35, error reg 0 dup 0, oos 0/0/0/0, bm 0, wbm 0, rxMotionDelay 658, adv 32902/74661 Accelerometer: LIS3DH, status: 00 I2C bus errors 0, naks 3, other errors 0

                        I'll look into the panel due issue
                        My actual chamber temp is 31 degrees and I can't see anything out of the ordinary on the 1LC

                        1 Reply Last reply Reply Quote 0
                        • undefined
                          SJI @jay_s_uk
                          last edited by 12 Jul 2023, 10:21

                          @jay_s_uk

                          ; tpre0.g
                          ; called before tool 0 is selected
                          ;
                          ; generated by RepRapFirmware Configuration Tool v3.2.2 on Wed Jan 27 2021 10:10:40 GMT+1100 (Australian Eastern Daylight Time)
                          ; tpost0.g
                          ; called after tool 0 has been selected
                          ;
                          ; generated by RepRapFirmware Configuration Tool v3.2.2 on Wed Jan 27 2021 10:10:41 GMT+1100 (Australian Eastern Daylight Time)
                          ; Wait for set temperatures to be reached
                          M116 P0
                          undefined 1 Reply Last reply 12 Jul 2023, 10:21 Reply Quote 0
                          • undefined
                            jay_s_uk @SJI
                            last edited by 12 Jul 2023, 10:21

                            @SJI nothing there either in which case i'm stumped

                            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                            undefined 1 Reply Last reply 12 Jul 2023, 10:30 Reply Quote 0
                            • undefined
                              dc42 administrators @SJI
                              last edited by dc42 7 Dec 2023, 10:30 12 Jul 2023, 10:29

                              @SJI said in Error:Failed to activate input monitor on pin 255:

                              M574 X1 S1 P"20.io2.in" ; Tool board 1LC configure active-low X axis endstop

                              The message could be coming from trying to activate the X endstop. Does the X endstop work?

                              Duet WiFi hardware designer and firmware engineer
                              Please do not ask me for Duet support via PM or email, use the forum
                              http://www.escher3d.com, https://miscsolutions.wordpress.com

                              undefined 1 Reply Last reply 12 Jul 2023, 10:31 Reply Quote 0
                              • undefined
                                SJI @jay_s_uk
                                last edited by 12 Jul 2023, 10:30

                                @jay_s_uk
                                Nothing like a good challenge 😎

                                1 Reply Last reply Reply Quote 0
                                • undefined
                                  SJI @dc42
                                  last edited by SJI 7 Dec 2023, 10:34 12 Jul 2023, 10:31

                                  @dc42
                                  Yes end stops working correctly.
                                  They are optical endstops
                                  X endstop is Min
                                  Y endstop is Min

                                  droftartsundefined 1 Reply Last reply 12 Jul 2023, 11:20 Reply Quote 0
                                  • droftartsundefined
                                    droftarts administrators @SJI
                                    last edited by droftarts 7 Dec 2023, 11:27 12 Jul 2023, 11:20

                                    @SJI In config.g you have:

                                    ; Z-Probe
                                    ; Pushed to macro's
                                    M950 S0 C"20.io0.out" ; create servo pin 0 for BLTouch
                                    M558 P9 C"^20.io0.in" H20 F500 T12000 ; set Z probe type to bltouch and the dive height + speeds

                                    In /macros/BLTouch/Probesettings.g you have:

                                    ;P"0:/macros/BLTouch/Probesettings.g"
                                    M574 Z0 P"20.nil"
                                    M950 S0 C"20.io0.out"
                                    M558 P9 C"^20.io0.in" H20 F500 T12000
                                    G31 P500 X0 Y-30.0 Z1.4 ; set Z probe trigger value, offset and trigger height

                                    The probe is being created in config.g (perhaps it should be commented out here?), then you're cancelling the assignment in the macro ( though this possibly is not working, as I think this should be just M574 Z0 P"nil"), then recreating it. I think some part of this isn't working.

                                    What happens if you turn on the machine, then run M98 P"0:/macros/BLTouch/Probesettings.g"? Do you get the same message?

                                    Ian

                                    Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                                    undefined 1 Reply Last reply 12 Jul 2023, 22:07 Reply Quote 1
                                    • undefined
                                      SJI @droftarts
                                      last edited by 12 Jul 2023, 22:07

                                      @droftarts
                                      You are a champion. I didn't even see that error in the probesettings.g

                                      1 Reply Last reply Reply Quote 0
                                      3 out of 18
                                      • First post
                                        3/18
                                        Last post
                                      Unless otherwise noted, all forum content is licensed under CC-BY-SA