Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. carlinicompetizione
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 24
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by carlinicompetizione

    • RE: Problems from the second layer to the 7th layer

      @Phaedrux
      @droftarts

      I found some settings that really helped it work, but I believe that activating the M208 was the big point, because until then nothing was working, as if the machine didn't have a reference point, all the changes made up until now had already been done before but without realizing that the 208 was disabled. So I would like to contribute with the config.g file as it is and everything works.

      ; Configuration file for Duet 3 MB 6HC (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.16 on Sat Jun 24 2023 18:49:15 GMT-0300 (Horário Padrão de Brasília)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; but relative extruder moves
      M550 P"UNO Print" ; set printer name

      ; Wait a moment for the CAN expansion boards to start
      G4 S2

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

      ; Drives
      M569 P0.0 S1 ; physical drive 0.0 goes forwards
      M569 P0.1 S0 ; physical drive 0.1 goes forwards
      M569 P0.2 S0 ; physical drive 0.2 goes forwards
      M569 P0.3 S1 ; physical drive 0.3 goes forwards
      M569 P0.4 S0 ; physical drive 0.4 goes forwards
      M569 P0.5 S0 ; physical drive 0.5 goes forwards
      M584 X0.1 Y0.2:0.3 Z0.4:0.5 E0.0 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X67.00 Y67.00 Z1650.50 E370.00 ; set steps per mm
      M566 X300.00 Y300.00 Z15.00 E5500.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X3500.00 Y3500.00 Z1100.00 E5500.00 ; set maximum speeds (mm/min)
      M201 X300.00 Y300.00 Z180.00 E100.00 ; set accelerations (mm/s^2)
      M906 X1680 Y1600 Z1600 E920 I90 ; set motor currents (mA) and motor idle factor in per cent
      M84 S75 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X700 Y400 Z400 S0 ; set axis maxima

      ; Endstops

      M574 X1 S1 P"121.io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in
      M574 Y1 S1 P"io1.in+io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in+io2.in
      M574 Z2 S1 P"io4.in+io5.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io3.in+io4.in
      M574 Z1 S2
      ;M574 X1 S1 P"121.io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in
      ;M574 Y1 S1 P"io1.in+io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in+io2.in
      ;M574 Z1 S1 P"io3.in+io4.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io3.in+io4.in
      ;M574 Z1 S2 ; configure Z-probe endstop for low end on Z
      ;M574 Z1 S1 P"io3.in+io4.in" ; configure endstop for high end on Z

      ; Heaters
      M308 S0 P"temp0" Y"pt1000" ; configure sensor 0 as PT1000 on pin temp0
      M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
      M307 H0 B1 S1.00 ; enable 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"121.temp0" Y"pt1000" ; configure sensor 1 as PT1000 on pin 121.temp0
      M950 H1 C"121.out0" T1 ; create nozzle heater output on 121.out0 and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S280 ; set temperature limit for heater 1 to 280C

      ; 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

      ; Fans
      M950 F0 C"121.out1" Q500 ; create fan 0 on pin 121.out1 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"121.out2" Q500 ; create fan 1 on pin 121.out2 and set its frequency
      M106 P1 S1 H-1 ; set fan 1 value. Thermostatic control is turned off

      ; Z-Probe
      M950 S0 C"121.io0.out" ; Duet 3 MB6HC
      M558 P9 C"121.io0.in" H5 F120 T6000 ; Duet 3 MB6HC
      G31 P500 Y0 ; set Z probe trigger value, offset and trigger height
      G31 P500 X0 Z0.65 ; set Z probe trigger value, offset and trigger height
      M557 X125:650 Y50:350 S262.5:150 ; define mesh grid
      ;M374
      ;M374 P"HeightMap.csv"
      ;M375
      ;M375 P"HeightMap.csv" ; Salva o mapa da grid do autolevel
      M376 H10 ; corrige a sobre extrusão na compensaão até 5%

      ; Custom settings are not defined
      M575 P1 S1 B57600
      ;M572 D0 S0.45 ; definir o avanço de pressão da extrusora 0 para 0,1 segundos

      ; Miscellaneous
      M501 ; load saved parameters from non-volatile memory
      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 D1 C"spi.cs0+spi.cs2" ; PanelDue
      M591 D0 P3 C"io6.in" S1 R5:170 ; filament monitor connected to io6.in

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts
      In these days I made several impressions to fine-tune the resolution that until then I could not make due to so much instability of operation. The last impressions with a 0.8 beak are getting good. using simplify3D that seems somewhat limited compared to Cura.
      Even so, when starting the second layer, the table does not go down to the correct value. When it goes to third, it works normally. It's very strange. It doesn't make any sense. I lowered the Jerk values a lot from 500mm/min to 300mm/min. The z was at 110 I went to 60mm/min, but I will lower it more to see if it solves the problem of the second layer, it is interesting because it goes down only half the value stipulated by the slicer. But only in this layer that does this. Then take off cute.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @tas
      In the config.g in the file everything is with a dot, but I'll check, you'll see that something typing is getting in the way too

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts IMG_4889.MP4

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts IMG_4890.JPEG IMG_4891.JPEG IMG_4893.JPEG

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts

      I believe we have discovered the problem. I started to slow down
      changing microsteps from 16 to 8 and Z began to move as programmed in the slicer. Without being satisfied with the result, I went back to 16 microsteps and lowered the instantaneous on Z by approximately 30%. Then I managed to print a piece with a higher quality than what I had until then. Even so, the first to second layer is not respecting the programmed distance.
      EX: the first layer starts at Z=0.40mm (this height is correct according to the baby step, also from 0.40mm or less. In the slicer, a layer height of 0.3mm was determined, so the second layer would start with Z=0.7mm , but it was only for 0.51mm, so I did a manual intervention just to understand if the next layers would maintain this flaw (I paused the printing and lowered the table manually to complete the 0.19 mm) when the second layer was finished and the third started. the value was already correct Z=0.81 mm. It seems to me like a bug in the firmware, it doesn't make sense to do that.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @oliof said in Problems from the second layer to the 7th layer:

      @carlinicompetizione A raspberry pi does not help here. There is some chance that this is not a software, but a hardware issue, i.e. the mechanism raising the nozzle (or lowering the bed) may be binding until it overcomes the early layers.

      You could try commanding the printer without issuing a full print, doing moves with the G0 and G1 commands after homing, to see how things behave.

      I would like to know if there is a possible solution to this problem that the system has that disregards the first layers?, the printer is industrial, and I have already spent too much time making it work with this Duet 3D 6HC card. I really need a solution, otherwise I have to change my motherboard to another brand that is less problematic and can print without so much hassle.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts

      Having activated the M208 seems to have solved the problem, but it is still not going down, do the first one each, and remain in the same Z, it only starts to change from the 4th layer that starts to go down the Z, the second and the third it prints even Z then there is that excess plastic, the interesting thing is that the display shows the value of X,Y, Z, when the extruder moves in the map, this does not show, it is only from the 4th layer that it starts to descend, for example, it starts printing at Z=2 9 this value is the baby step. finishes the first layer and goes to the second and it doesn't change, it stays at Z=2, finishes the second layer and goes to the third and Z=2 continues. When the 4th layer begins, Z = 2.4 because I established a layer height of 0.4 mm in Simplify 3D. in fact it should be at Z=3.6. the extruder starts hitting the print.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts

      It may be that the Map is not loading, I need to add some command to the config. g to load and activate the created map?

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts

      Ian, thank you very much for the guidance, I did as you suggested,
      The M208 is actually deactivated, I activated it. The Z tests with perfect F8000 drops 25 5 without any problems! When I send the command G29 S3 and G29 S1 there is an error reading the map and I cannot load it. I'm going to change the CURA configuration to RRPP even today it is with Marlin, but in config.g the command is as M83.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts

      400 lines Gcode with problem

       G-Code generated by Simplify3D(R) Version 5.1.2
      ; Jun 20, 2024 at 10:52:46 PM
      ; Settings Summary
      ;   processName,PLA
      ;   autoConfigureMaterial,PLA
      ;   autoConfigureQualidade,High
      ;   targetModels,suporte encoder Honda k20
      ;   profileName,Projeto Uno
      ;   profileVersion,2024-05-08 17:07:31
      ;   app,S3D-Software 5.1.2
      ;   technology,fff
      ;   baseProfile,Default
      ;   extruder,Extruder 1
      ;   toolheadNumber,0
      ;   nozzleDiameter,0.80000
      ;   extrusionMultiplier,0.55000
      ;   extrusionWidthMode,manual
      ;   extrusionWidth,0.62000
      ;   useRetraction,1
      ;   retractDistance,6.50000
      ;   extraRestartDistance,0.20000
      ;   retractVerticalLift,0.00000
      ;   retractSpeed,600.00000
      ;   useCoasting,1
      ;   coastingDistance,2.10000
      ;   useWiping,1
      ;   wipingDistance,6.00000
      ;   speedMaxFlowRate,900.00000
      ;   toolheadOffsetX,0.00000
      ;   toolheadOffsetY,0.00000
      ;   filamentDiameter,1.75000
      ;   filamentPricePerKilogram,46.00000
      ;   filamentDensity,1.25000
      ;   primaryExtruder,Extruder 1
      ;   layerHeight,0.20000
      ;   topSolidLayers,7
      ;   bottomSolidLayers,1
      ;   outlinePerimeters,5
      ;   useVaseMode,0
      ;   useAdaptiveLayerHeights,0
      ;   minAdaptiveLayerHeight,0.10000
      ;   maxAdaptiveLayerHeight,0.40000
      ;   adaptiveSmoothingLevel,5
      ;   horizontalOuterCompensation,0.00000
      ;   horizontalInnerCompensation,0.00000
      ;   firstLayerUnits,percentage
      ;   firstLayerHeightPercentage,117
      ;   firstLayerWidthPercentage,100
      ;   firstLayerSpeedPercentage,80
      ;   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,0.00000
      ;   skirtOutlines,15
      ;   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,All Extruders
      ;   primePillarWidth,12.00000
      ;   primePillarLocation,north_west
      ;   primePillarSpeedPercentage,100
      ;   primePillarInfillPercentage,100
      ;   autoStopPrimePillar,1
      ;   primePillarLayersAfterAutoStop,0
      ;   useOozeShield,0
      ;   oozeShieldExtruder,All Extruders
      ;   oozeShieldOffset,2.00000
      ;   oozeShieldOutlines,1
      ;   oozeShieldSidewallShape,waterfall
      ;   oozeShieldSidewallAngle,30
      ;   oozeShieldSpeedPercentage,100
      ;   autoStopOozeShield,1
      ;   oozeShieldLayersAfterAutoStop,0
      ;   sparseInfillExtruder,Extruder 1
      ;   sparseInfillPattern,fast_honeycomb
      ;   sparseInfillRotation,0
      ;   sparseInfillPercentage,30
      ;   sparseInfillExtrusionWidthPercentage,115
      ;   sparseInfillCombinedLayers,1
      ;   denseInfillLayers,0
      ;   denseInfillPercentage,55
      ;   infillOutlineOverlapPercentage,15
      ;   minInfillLength,1.00000
      ;   externalInfillPattern,rectilinear
      ;   externalInfillRotation,0
      ;   solidInfillThresholdArea,25.00000
      ;   solidInfillExtraExpansion,0.00000
      ;   useMonotonic,1
      ;   useDiaphragm,0
      ;   diaphragmSolidLayers,3
      ;   diaphragmSpacingLayers,20
      ;   topLayerExtraExpansion,0.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,25
      ;   sparseSupportOutlines,0
      ;   sparseSupportCombinedLayers,1
      ;   upperDenseSupportLayers,0
      ;   lowerDenseSupportLayers,1
      ;   denseSupportExtruder,Extruder 1
      ;   denseSupportInfillPercentage,50
      ;   denseSupportExtraExpansion,0.00000
      ;   baseSupportLayers,0
      ;   supportInflationDistance,0.00000
      ;   supportHorizontalPartOffset,0.70000
      ;   supportUpperSeparationLayers,1
      ;   supportLowerSeparationLayers,1
      ;   temperatureController,Extruder 1
      ;   enableTemperatureController,1
      ;   temperatureNumber,0
      ;   temperatureType,extruder
      ;   stabilizeAtStartup,1
      ;   temperatureSetpoints,1|210,2|195
      ;   useIdleCooldown,0
      ;   cooldownTemperature,150
      ;   cooldownRequiredIdleTime,180
      ;   cooldownReheatTime,60
      ;   temperatureController,Heated Bed
      ;   enableTemperatureController,1
      ;   temperatureNumber,0
      ;   temperatureType,platform
      ;   stabilizeAtStartup,1
      ;   temperatureSetpoints,1|60
      ;   useIdleCooldown,0
      ;   cooldownTemperature,150
      ;   cooldownRequiredIdleTime,180
      ;   cooldownReheatTime,60
      ;   fan,Ventoinha
      ;   fanNumber,0
      ;   fanType,extruder
      ;   blipFanToFullPower,0
      ;   fanSetpoints,1|0,2|100
      ;   increaseFanForQuickLayers,0
      ;   fanMaxQuickLayerTime,45.00000
      ;   fanMinQuickLayerTime,15.00000
      ;   maxQuickLayerFanSpeedPercentage,100
      ;   defaultPrintSpeed,2400.00000
      ;   outerPerimeterSpeedPercentage,50
      ;   innerPerimeterSpeedPercentage,80
      ;   topLayerSpeedPercentage,50
      ;   solidInfillSpeedPercentage,80
      ;   sparseSupportSpeedPercentage,80
      ;   denseSupportSpeedPercentage,70
      ;   travelSpeedXY,4800.00000
      ;   travelSpeedZ,1002.00000
      ;   reduceSpeedForQuickLayers,1
      ;   speedMaxQuickLayerTime,15.00000
      ;   minQuickLayerSpeedPercentage,20
      ;   reduceSpeedForShortPerimeters,1
      ;   speedMaxShortPerimeterLength,80.00000
      ;   minShortPerimeterSpeedPercentage,50
      ;   reduceSpeedForMaxFlowRate,0
      ;   accelXY,1000.00000
      ;   accelZ,150.00000
      ;   accelE,3000.00000
      ;   jerkXY,600.00000
      ;   jerkZ,24.00000
      ;   jerkE,300.00000
      ;   exportFileFormat,gcode
      ;   useStickyCommands,1
      ;   use5D,1
      ;   relativeExtrusionDistances,0
      ;   allowExtruderAxisZeroing,1
      ;   independentExtruderAxes,0
      ;   includeM10123,0
      ;   includeThumbnailImages,0
      ;   thumbnailImageEncoding,standard
      ;   thumbnailImageSizes,300|300
      ;   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,700.00000
      ;   buildVolumeY,400.00000
      ;   buildVolumeZ,400.00000
      ;   buildVolumeDiameter,200.00000
      ;   originOffsetX,0.00000
      ;   originOffsetY,0.00000
      ;   originOffsetZ,0.00000
      ;   homingDirectionX,min
      ;   homingDirectionY,min
      ;   homingDirectionZ,min
      ;   mirrorVisualX,0
      ;   mirrorVisualY,1
      ;   mirrorVisualZ,0
      ;   machineBackgroundModel,
      ;   startingScript,M140 S60; faz aquecimento cama |G28; HOME GERAL|G29 V4 T ; AUTO NIVELAMENTO|G1 Y0 Z25 F8000; VAI PRA PONTO DE PURGA|G1 X0 F8000|G1 E60 F250; PURGA FILAMENTO|G92 E0; RESETA EXTRUSOR|G1 X350 F8000 |G1 Y200 Z0 F8000 ; MOVIMENTO para iniciar a impressao
      ;   preLayerChangeScript,
      ;   postLayerChangeScript,
      ;   preRetractionScript,
      ;   postRetractionScript,
      ;   preToolChangeScript,
      ;   postToolChangeScript,
      ;   processChangeScript,
      ;   endingScript,G1 Z300 F6000|M104 S0 ; turn off extruder|M140 S0 ; turn off bed|M84 ; disable motors
      ;   postProcessingScript,
      ;   useBridging,1
      ;   bridgingThresholdArea,50.00000
      ;   bridgingInfillExtraExpansion,0.00000
      ;   bridgingExtrusionModifier,100
      ;   bridgingSpeedModifier,100
      ;   overrideFanSpeedForBridging,0
      ;   bridgingFanSpeedPercentage,100
      ;   useFixedBridgingAngle,0
      ;   fixedBridgingAngle,0
      ;   applyBridgingToPerimeters,0
      ;   bridgingPerimeterExtraOverlap,0.00000
      ;   minBridgingPerimeterLength,10.00000
      ;   useToolChangeRetraction,1
      ;   toolChangeRetractDistance,12.00000
      ;   toolChangeExtraRestartDistance,-0.50000
      ;   toolChangeRetractSpeed,600.00000
      ;   toolChangePrimeOnFirstUse,0
      ;   toolChangeRetractAtEnd,0
      ;   externalThinWallType,perimeters_only
      ;   internalThinWallType,gap_fill
      ;   thinWallAllowedOverlapPercentage,10
      ;   singleExtrusionMinLength,1.00000
      ;   singleExtrusionMinWidthPercentage,50
      ;   singleExtrusionMaxWidthPercentage,200
      ;   singleExtrusionEndpointExtensionDistance,0.20000
      ;   onlyRetractWhenCrossingOutlines,1
      ;   retractBetweenLayers,1
      ;   retractOnTopLayers,0
      ;   useRetractionMinTravel,0
      ;   retractionMinTravel,3.00000
      ;   useRetractionMinExtrusion,0
      ;   retractionMinExtrusion,3.00000
      ;   onlyVerticalLiftOnTopLayers,0
      ;   retractWhileWiping,0
      ;   wipingMode,outer_perimeter
      ;   avoidCrossingOutlines,0
      ;   maxMovementDetourFactor,3.00000
      ;   openLoopSlicingBehavior,heal
      ;   openLoopThickenWidth,0.50000
      ;   slicingRegionRepairMode,positive
      G90
      M82
      M106 S0 P0
      M140 S60
      M190 S60
      M104 S210 T0
      M109 S210 T0
      M140 S60; faz aquecimento cama 
      G28; HOME GERAL
      G29 V4 T ; AUTO NIVELAMENTO
      G1 Y0 Z25 F8000; VAI PRA PONTO DE PURGA
      G1 X0 F8000
      G1 E60 F250; PURGA FILAMENTO
      G92 E0; RESETA EXTRUSOR
      G1 X350 F8000 
      G1 Y200 Z0 F8000 ; MOVIMENTO para iniciar a impressao
      ; process PLA
      ; layer 1, Z = 0.2340
      T0
      G92 E0.00000
      G1 E-6.50000 F600
      ; feature skirt
      ; tool H0.2340 W0.620
      G1 Z0.2340 F1002
      G1 X321.538 Y175.143 F4800
      G92 E0.00000
      G1 E6.70000 F600
      G92 E0.00000
      G1 X322.328 Y173.810 E0.05142 F1920
      G1 X323.416 Y172.206 E0.11569
      G1 X324.412 Y170.915 E0.16978
      G1 X326.044 Y169.079 E0.25128
      G1 X327.847 Y167.376 E0.33355
      G1 X329.376 Y166.143 E0.39872
      G1 X330.287 Y165.482 E0.43606
      G1 X331.517 Y164.671 E0.48493
      G1 X332.820 Y163.905 E0.53508
      G1 X334.162 Y163.208 E0.58525
      G1 X335.539 Y162.582 E0.63541
      G1 X336.946 Y162.028 E0.68558
      G1 X338.454 Y161.524 E0.73833
      G1 X340.754 Y160.929 E0.81714
      G1 X342.307 Y160.641 E0.86956
      G1 X343.807 Y160.443 E0.91975
      G1 X345.403 Y160.317 E0.97285
      G1 X347.831 Y160.294 E1.05340
      G1 X350.265 Y160.482 E1.13440
      G1 X351.841 Y160.715 E1.18723
      G1 X353.324 Y161.014 E1.23742
      G1 X354.789 Y161.390 E1.28759
      G1 X356.232 Y161.842 E1.33775
      G1 X357.649 Y162.368 E1.38792
      G1 X359.038 Y162.968 E1.43808
      G1 X360.393 Y163.639 E1.48825
      G1 X361.711 Y164.380 E1.53842
      G1 X362.989 Y165.188 E1.58859
      G1 X364.254 Y166.085 E1.64004
      G1 X365.765 Y167.299 E1.70431
      G1 X366.913 Y168.343 E1.75580
      G1 X367.978 Y169.419 E1.80603
      G1 X369.044 Y170.614 E1.85914
      G1 X370.482 Y172.473 E1.93712
      G1 X371.367 Y173.795 E1.98990
      G1 X372.141 Y175.095 E2.04009
      G1 X372.846 Y176.433 E2.09026
      G1 X373.480 Y177.806 E2.14042
      G1 X374.042 Y179.210 E2.19059
      G1 X374.530 Y180.641 E2.24076
      G1 X374.942 Y182.096 E2.29092
      G1 X375.270 Y183.533 E2.33985
      G1 X377.187 Y194.033 E2.69391
      G1 X379.210 Y196.056 E2.78884
      G1 X379.210 Y208.056 E3.18693
      G1 X383.210 Y212.056 E3.37460
      G1 X383.210 Y231.944 E4.03435
      G1 X373.944 Y241.210 E4.46909
      G1 X358.056 Y241.210 E4.99615
      G1 X354.056 Y237.210 E5.18381
      G1 X350.056 Y237.210 E5.31651
      G1 X346.056 Y233.210 E5.50417
      G1 X342.056 Y233.210 E5.63687
      G1 X328.790 Y219.944 E6.25927
      G1 X328.790 Y215.691 E6.40035
      G1 X321.837 Y203.926 E6.85372
      G1 X321.161 Y202.712 E6.89980
      G1 X320.457 Y201.275 E6.95290
      G1 X319.568 Y199.086 E7.03129
      G1 X319.064 Y197.549 E7.08495
      G1 X318.574 Y195.675 E7.14921
      G1 X318.273 Y194.152 E7.20071
      G1 X318.057 Y192.655 E7.25087
      G1 X317.917 Y191.110 E7.30235
      G1 X317.857 Y189.081 E7.36969
      G1 X317.978 Y186.601 E7.45204
      G1 X318.308 Y184.184 E7.53297
      G1 X318.630 Y182.638 E7.58536
      G1 X319.034 Y181.101 E7.63808
      G1 X319.822 Y178.775 E7.71956
      G1 X320.804 Y176.541 E7.80051
      G1 X321.538 Y175.143 E7.85290
      G92 E0.00000
      G1 E-6.50000 F600
      G1 X322.079 Y175.445 F4800
      G92 E0.00000
      G1 E6.70000 F600
      G92 E0.00000
      
      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts said in Problems from the second layer to the 7th layer:

      M98 P"config.g"

      Hello, Ian
      I did the request and here is the answer

      M98 P"config.g"
      

      HTTP is enabled on port 80
      FTP is enabled on port 21
      TELNET is disabled
      Height map saved to file 0:/sys/heightmap.csv
      Error: Failed to load height map from file 0:/sys/heightmap.csv: invalid grid

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @oliof

      In the settings made on the board, there is something wrong or something that could be improved or something that is missing. I know about jerk accelerations to some instruction that is missing for the automatic height adjustment in Z with the CR touch.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts

      I've read a forum where this happens, but I lost the link and I can't find anything about it, it gave some instructions to read. If I barely remember, the problem was related to a conflict with self-leveling that removed the first layers from the first.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @oliof

      I will place a dial indicator on the table and activate the fan on the third layer to check if there is a change in the Z height

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @droftarts

      Yes, I use CR touch to create the map and I placed the M 374-M375 and M376 without success, it looks the same
      I use Baby step to get the first layer right, which looks really good. From then on it does another three layers without going down, from the fourth down it goes down normally.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @oliof

      So, it's not a mechanical problem, because it makes the home without problems or locks. the printer has large dimensions 400x 700 mm and Nema 17 motors of 0.8 kg/cm2, if there were any blockages the motors would make noise. In fact, they move, correcting the height of the Z of the map throughout the construction of the first layer, when it is finished, it does not change height for the next one and begins to deposit plastic, thickening too much. From the third layer onwards you feel the movement of the z when changing to the next layer.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      Hi Ian, well unfortunately I'm very sad about the board, it should work well. I ask for your attention if possible and if there is any way you can help me. In the first layers, I detected that the table does not go down, it only does this from the 4th layer onwards, which is why it keeps accumulating plastic and stagnating the print. I've tried everything I've been told, I've used several slicers and in every case the same problem occurs. Is there a way to resolve this? via firmware putting the Mxx that helps solve it?, if putting a Rapberry PI 4 does it solve it?

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @carlinicompetizione

      M122
      === Diagnóstico ===
      RepRapFirmware para Duet 3 MB6HC versão 3.4.5 (2022-11-30 19:35:23) rodando em Duet 3 MB6HC v1.01 (modo autônomo)
      ID da placa: 08DJM-9P63L-DJ3S0- 7JTDJ-3SD6N-TSJ79
      Buffers de saída usados: 3 de 40 (14 no máximo)
      === RTOS ===
      Memória RAM estática: 152760
      Memória RAM dinâmica: 97688 dos quais 0 reciclados
      Nunca usei RAM 100080, pilha de sistema livre 132 palavras
      Tarefas: REDE (pronto ,30,7%,238) ETHERNET(notifyWait,0,1%,561) HEAT(notifyWait,0,0%,322) Mover(notifyWait,0,0%,260) CanReceiv(notifyWait,0,0%,797) CanSender(notifyWait,0,0%,336 ) CanClock(atrasando,0,0%,339) TMC(notifyWait,8,8%,57) MAIN(em execução,60,4%,1101) IDLE(pronto,0,0%,30), total de 100,0% de
      mutexes de propriedade:
      === Plataforma == =
      Última redefinição 00:04:19 atrás, causa: software
      Última redefinição de software em 19/06/2024 01:09, motivo: Usuário, GCodes girando, RAM disponível 97020, slot 0
      Código de redefinição de software 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00400000 BFAR 0x00000000 SP 0x00000000 Tarefa MAIN Freestk 0 n/a
      Status do erro: 0x00
      Erros Aux0 0,0,0
      Intervalo máximo do temporizador de passo 126
      Temperatura MCU: min 41,4, corrente 42,1, máx 42,3
      Tensão de alimentação: min 24,2, corrente 24,3, máx 24,6, abaixo eventos de tensão: 0, eventos de sobretensão: 0, energia boa: sim
      Tensão do trilho de 12 V: mínimo 12,1, corrente 12,1, máximo 12,2, eventos de subtensão: 0
      Heap OK, manipuladores alocados/usados ​​0/0, memória heap alocada/usada/ reciclável 0/0/0, ciclos gc 0
      Eventos: 0 na fila, 0 concluídos
      Driver 0: parado, SG min 0, mspos 808, lê 54266, grava 14 timeouts 0
      Driver 1: ok, SG min 0, mspos 0, lê 54259 , grava 21 timeouts 0
      Driver 2: paralisação, SG min 0, mspos 552, lê 54260, grava 21 timeouts 0
      Driver 3: paralisação, SG min 0, mspos 520, lê 54260, grava 21 timeouts 0
      Driver 4: paralisação, SG min 0, mspos 936, lê 54260, grava 21 timeouts 0
      Driver 5: paralisação, SG min 0, mspos 728, lê 54260, grava 21 timeouts 0
      Data/hora: 19/06/2024 01:13:42
      Loop mais lento: 25,68 ms ; mais rápido: 0,05 ms
      === Armazenamento ===
      Entradas de arquivo gratuitas: 8
      cartão SD 0 detectado, velocidade da interface: 25,0 MBytes/seg
      Tempo de leitura mais longo do cartão SD 3,4 ms, tempo de gravação 0,0 ms, máximo de tentativas 0
      === Mover == =
      DMs criados 125, segmentos criados 6, maxWait 165988ms, compensação de cama em uso: malha, deslocamento de compensação -0,038
      === MainDDARing ===
      Movimentos agendados 7, concluídos 6, soluços 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], estado CDDA 3
      === AuxDDARing ===
      Movimentos agendados 0, concluídos 0, soluços 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], estado CDDA -1
      === Calor == =
      Aquecedores de cama 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, aquecedores de câmara -1 -1 -1 -1, erro no pedido 0
      O aquecedor 0 está ligado, I-accum = 0,4
      O aquecedor 1 está ligado, I-accum = 0,0
      === GCodes ===
      Segmentos restantes: 0 O
      bloqueio de movimento mantido pelo arquivo
      HTTP está ocioso no(s) estado(s) 0 O Telnet está ocioso no(s) estado(s) 0 O arquivo está ocioso no(s) estado(
      s)
      s) 2 15, macro em execução
      O USB está ocioso no(s) estado(s) 0
      Aux está ocioso no(s) estado(s) 0
      O gatilho está ocioso no(s) estado
      (s) 0 A fila está ociosa no(s) estado(s) 0
      O LCD está ocioso no(s) estado(s) ) 0
      SBC está ocioso no(s) estado(s) 0
      Daemon está ocioso no(s) estado(s) 0
      Aux2 está ocioso no(s) estado(s) 0
      Autopause está ocioso no(s) estado(s) 0
      Fila de código está vazia
      === Sensores de filamento ===
      Extrusora 0: pos 239.77, errs: quadro 0 paridade 0 ovrun 0 pol 0 ovdue 0
      === CAN ===
      Mensagens na fila 2361, recebidas 5209, perdidas 0, boc 0
      Maior espera 3ms para tipo de resposta 6053, pico de atraso de sincronização Tx 173 , buffers livres 50 (min 49), ts 1298/1297/0
      Tempo limite de Tx 0,0,0,0,0,0
      === Rede ===
      Loop mais lento: 5,05 ms; mais rápido: 0,03 ms
      Estados da resposta: HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
      Sessões HTTP: 1 de 8
      = Ethernet =
      Estado: ativo
      Contagens de erros: 0 0 0 0 0 0
      Estados do soquete: 5 2 2 2 2 2 0 0
      

      configuração.g

      ; Arquivo de configuração do Duet 3 MB 6HC (firmware versão 3.3)
      ; executado pelo firmware na inicialização
      ;
      ; gerado pela ferramenta de configuração RepRapFirmware v3.3.16 em sábado, 24 de junho de 2023, 18:49:15 GMT-0300 (Horário Padrão de Brasília)
      
      ; Preferências gerais
      G90 ; enviar coordenadas absolutas...
      M83 ; mas a extrusora relativa se move
      M550 P"UNO Print"; definir o nome da impressora
      
      ; Aguarde um momento para que as placas de expansão CAN iniciem
      o G4 S2
      
      ; Rede
      M552 P0.0.0.0 S1 ; habilitar rede e adquirir endereço dinâmico via DHCP
      M586 P0 S1; habilitar HTTP
      M586 P1 S1; desabilitar FTP
      M586 P2 S0 ; desabilitar Telnet
      
      ; Aciona
      M569 P0.0 S1; drive físico 0.0 avança
      M569 P0.1 S0 ; a unidade física 0.1 avança
      M569 P0.2 S0 ; a unidade física 0.2 avança
      M569 P0.3 S1 ; a unidade física 0.3 avança
      M569 P0.4 S0 ; a unidade física 0.4 avança
      M569 P0.5 S0 ; unidade física 0,5 avança
      M584 X0.1 Y0.2:0.3 Z0.4:0.5 E0.0 ; definir mapeamento de unidade
      M350 X16 Y16 Z16 E16 I1 ; configurar microstepping com interpolação
      M92 X67.00 Y67.00 Z1650.50 E370.00 ; definir passos por mm
      M566 X500,00 Y500,00 Z300,00 E1200,00 ; definir alterações instantâneas máximas de velocidade (mm/min)
      M203 X3000.00 Y3000.00 Z1000.00 E1200.00 ; definir velocidades máximas (mm/min)
      M201 X500.00 Y500.00 Z250.00 E1200.00 ; definir acelerações (mm/s^2)
      M906 X1680 Y1600 Z1600 E900 I90 ; definir as correntes do motor (mA) e o fator de marcha lenta do motor em porcentagem
      M84 S75 ; Definir tempo limite de inatividade
      
      ; Limites do Eixo
      ;M208 X0 Y0 Z0 S1 ; definir mínimos do eixo
      M208 X700 Y400 Z400 S0 ; definir eixo máximo
      
      ; Paradas finais
      
      M574 X1 S1 P" 121.io2.in "; configure o fim de curso do tipo switch (por exemplo, microswitch) para low end em X via pino io0.in
      M574 Y1 S1 P" io1.in+io2.in " ; configure o fim de curso do tipo switch (por exemplo, microswitch) para extremidade inferior em Y via pino io1.in+io2.in
      M574 Z2 S1 P" io4.in+io5.in " ; configure o fim de curso do tipo switch (por exemplo, microswitch) para extremidade inferior em Y via pino io3.in+io4.in
      M574 Z1 S2
      ;M574 X1 S1 P" 121.io2.in " ; configure o fim de curso do tipo switch (por exemplo, microswitch) para low end em X via pino io0.in
      ;M574 Y1 S1 P" io1.in+io2.in " ; configure o fim de curso do tipo switch (por exemplo, microswitch) para extremidade inferior em Y via pino io1.in+io2.in
      ;M574 Z1 S1 P" io3.in+io4.in " ; configure o fim de curso do tipo switch (por exemplo, microswitch) para extremidade inferior em Y via pino io3.in+io4.in
      ;M574 Z1 S2 ; configure o fim de curso da sonda Z para extremidade inferior em Z
      ;M574 Z1 S1 P" io3.in+io4.in " ; configurar endstop para high end em Z
      
      ; Aquecedores
      M308 S0 P"temp0" Y"pt1000" ; configure o sensor 0 como PT1000 no pino temp0
      M950 H0 C"out0" T0 ; crie a saída do aquecedor do leito em out0 e mapeie-a para o sensor 0
      M307 H0 B1 S1.00 ; habilite o modo bang-bang para o aquecedor de cama e defina o limite PWM
      M140 H0 ; mapear cama aquecida para aquecedor 0
      M143 H0 S120 ; definir limite de temperatura para aquecedor 0 a 120C
      M308 S1 P"121.temp0" Y"pt1000" ; configure o sensor 1 como PT1000 no pino 121.temp0
      M950 H1 C"121.out0" T1 ; crie a saída do aquecedor do bico em 121.out0 e mapeie-a para o sensor 1
      M307 H1 B0 S1.00 ; desabilitar o modo bang-bang para aquecedor e definir limite PWM
      M143 H1 S280; definir limite de temperatura para aquecedor 1 a 280C
      
      ; Ferramentas
      M563 P0 D0 H1 F0 ; definir ferramenta 0
      G10 P0 X0 Y0 Z0 ; definir os corretores do eixo da ferramenta 0
      G10 P0 R0 S0 ; definir as temperaturas inicial da ferramenta 0 ativa e de espera para 0C
      
      ; Ventiladores
      M950 F0 C"121.out1" Q500 ; crie o ventilador 0 no pino 121.out1 e defina sua frequência
      M106 P0 S0 H-1 ; definir o valor do ventilador 0. O controle termostático está desligado
      M950 F1 C"121.out2" Q500 ; crie a ventoinha 1 no pino 121.out2 e defina sua frequência
      M106 P1 S1 H-1 ; definir o valor do ventilador 1. O controle termostático está desligado
      
      ; Sonda Z
      M950 S0 C"121.io0.out" ; Dueto 3 MB6HC
      M558 P9 C" 121.io0.in " H5 F120 T6000; Dueto 3 MB6HC
      G31 P500 Y0; definir valor de disparo da sonda Z, deslocamento e altura de disparo
      G31 P500 X0 Z0.85 ; definir valor de disparo da sonda Z, deslocamento e altura de disparo
      M557 X125:650 Y50:350 S262.5:150 ; definir grade de malha
      M375; Salva o mapa da grade do autolevel
      M376 H10 ; corrige a sobre extrusão na compensação até 5%
      
      ; As configurações personalizadas não estão definidas
      M575 P1 S1 B57600
      ;M572 D0 S0.4 ; definir o avanço de pressão da extrusora 0 para 0,1 segundos
      
      ; Diversos
      M501; carregar parâmetros salvos da memória não volátil
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; definir limites de tensão e ações para execução em caso de perda de energia
      M950 D1 C"spi.cs0+spi.cs2" ; PainelDue
      M591 D0 P3 C" io6.in " S1 R5:170 ; monitor de filamento conectado a io6.in
      
      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione
    • RE: Problems from the second layer to the 7th layer

      @carlinicompetizione

      Firstly, thank you very much for responding, I have already included the requested information, M122 and config.g
      In that same file I added the functions M374 -M375-M376H25, there were no changes, the subsequent layers of the first one have excess plastic for at least 5 years after the first one, then it starts to normalize. I'm very sad because I don't know what to do.

      posted in General Discussion
      carlinicompetizioneundefined
      carlinicompetizione