2.5.0 Custom Printer Not Setting Temperatures
In Slicer, nozzle set to 235, Bed to 110.
In Gcode M104 and M109 are set to S220.
M190 is set to S65.
Later on in the code I get an M140 of S60 and an M104 of S215.
What gives?
I'm new to this printer, a Creatbot D600 Pro, which everyone at works says sucks. I'm wondering if we've had a hard time because of this. Creatware (Createbots version of Prusa) has the same results. Cura spits out correct M Temp codes.
I should note I've only been printing for 3-4 months for fun, I'm not an engineer, so I'm learning all this as I go.
; generated by PrusaSlicer 2.5.0+win64 on 2023-03-15 at 17:47:38 UTC ; ; external perimeters extrusion width = 0.45mm ; perimeters extrusion width = 0.45mm ; infill extrusion width = 0.45mm ; solid infill extrusion width = 0.45mm ; top infill extrusion width = 0.40mm ; first layer extrusion width = 0.42mm M201 X9000 Y9000 Z500 E10000 ; sets maximum accelerations, mm/sec^2 M203 X500 Y500 Z12 E120 ; sets maximum feedrates, mm / sec M204 P1500 R1500 T1500 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2 M205 X6.00 Y6.00 Z0.20 E2.50 ; sets the jerk limits, mm/sec M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec M107 M190 S65 ; set bed temperature and wait for it to be reached M104 S220 ; set temperature ;TYPE:Custom G28 ; home all axes G29 ; auto bed leveling G92 E0 ; reset extruder G1 Z5 F5000 ; lift nozzle M109 S220 ; set temperature and wait for it to be reached G21 ; set units to millimeters G90 ; use absolute coordinates M82 ; use absolute distances for extrusion G92 E0 ; Filament gcode M107 ;LAYER_CHANGE ;Z:0.3 ;HEIGHT:0.3
Later on...
;LAYER_CHANGE ;Z:0.5 ;HEIGHT:0.2 G1 Z.5 F7800 M104 S215 ; set temperature M140 S60 ; set bed temperature G1 E1.45456 F1800 G92 E0 G1 X300.316 Y302.637 F7800 G1 E2 F1800 ;WIDTH:0.449999
RE: 2.5.0 Custom Printer Not Setting Temperatures
can you please save a project file, (File, saveProjectfile as,) and save the file as a .3mf file, then zip compress the project file, and post it on the forum, and we can have a look at it for you!
regards Joan
I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK
RE: 2.5.0 Custom Printer Not Setting Temperatures
!!!!!!!!!!!!!!!
RE: 2.5.0 Custom Printer Not Setting Temperatures
Here you go!
RE: 2.5.0 Custom Printer Not Setting Temperatures
this printer seems to be set up as a dual extruder printer,
You appear to be using extruder 1 for this print.
In your original setup you chose the following filaments
they were set up with PLA Temperatures
which is why you were seeing the unexpected temperatures in the G Code
I have changed the filament designation for the selected filaments
Modified ABS Temps (Revised Zip File containing revised .3mf file)
and now you should see the correct temperatures in your Gcode
regards Joan
I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK
RE: 2.5.0 Custom Printer Not Setting Temperatures
Sometimes we miss the obvious,
unfortunately, the initial post didn't really help, it was the post with the .3mf file that was the key.
Happy printing
Joan
I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK